@charset "utf-8";
/* CSS Document */

body{
	font-family:Tahoma, Geneva, sans-serif;
}

.main{
	width:1024px;
	margin:0 auto;
	background:#cccccc;
	height:100%;
}

@font-face {
    font-family: Calibri !important; 
	src:url(../fonts/Calibri.ttf);
}

	
/*Fonts*/


.fontBlue{
	color:#3498db;
}

.fontOrange{
	color:#e67e22;
}

.fontRed{
	color:#e74c3c;
}

.fontGreen{
	color:#009946;
}

.bold{
	font-weight:bold;
}

.tright{
	text-align:right;
}

.tleft{
	text-align:left;
}



.fleft{
	float:left;
}


/* End of Fonts */

/* Tiles */

.displayBlock{
	float:left;
}

.x-item-selected.fsetTileGrn{
	width:175px;
	height:78px;
	border:1px solid #4a4d54;
	border-radius:3px;
}

.x-item-selected.fsetTileOrng{
	width:160px;
	height:80px;
	border:1px solid #4a4d54;
	border-radius:3px;
}

.x-item-selected.fsetTileRed{
	width:160px;
	height:80px;
	border:1px solid #4a4d54;
	border-radius:3px;
}

.fsetTileGrn{
	width:175px;
	height:78px;
	border:1px solid #037e8d;
	border-radius:3px;
}

.fsetTileAsh{
	width:175px;
	height:78px;
	border:1px solid #898989;
	border-radius:3px;
}

.x-item-selected .fsetTileGrn{
	width:175px;
	height:78px;
	border:1px solid #4a4d54;
	border-radius:3px;
}

.x-item-selected .fsetTileAsh{
	width:175px;
	height:78px;
	border:1px solid #4a4d54;
	border-radius:3px;
}  



.fccProg{
	width:140px;
	height:2px;
	margin:-1px 0px 0px 20px;
	background:#666666;
}

.fsetTile1Grn{
	height:30px;
	width:180px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}

.fsetTile2Grn{
	height:30px;
	width:175px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}
.fsetTile1Ash{
	height:30px;
	width:175px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}
.fsetTile1Grn{
	background:#037e8d;
}

.fsetTile2Grn{
	background:#ffffff;
}

.fsetTile1Ash{
	background:#898989;
}

.fsetTile2Ash{
	background:#ffffff;
}

.fsetTileVal1{
	font-size:11px;
	font-weight:normal;
	margin:0px 11px;
	color:#ffffff;
	line-height:30px;
	text-align: left;
}
.fsetTileVal2{
	font-size:11px;
	font-weight:bold;
	margin:0px 11px;
	color:#ffffff;
	line-height:30px;
	float:right;
}
.fsetTileVal3{
	font-size:11px;
	font-weight:bold;
	margin:0px 11px;
	color:#21b269;
	line-height:30px;
	width: 45px;
	text-align: center;
}
.fsetTileVal4{
	font-size:11px;
	font-weight:normal;
	margin:0px 11px;
	color:#727272;
}

.fsetTileVal5{
	font-size:11px;
	font-weight:bold;
	margin:0px 11px;
	color:#ff800f;
	line-height:30px;
	float:right;
	width: 45px;
	text-align: center;
}
.fsetTileVal6{
	font-size:11px;
	font-weight:normal;
	margin:0px 11px;
	color:#727272;
	float:right;
}

/* End of Tiles */


.ic_create{
	background:url(../resources/images/application/add.png) no-repeat center;
	height:16px;
	width:16px;
}

.ic_edit{
	background:url(../resources/images/application/edit.png) no-repeat center;
	height:16px;
	width:16px;
}

.ic_attach{
	background:url(../resources/images/application/attach.png) no-repeat center;
	height:16px;
	width:16px;
}

.ic_copy{
	background:url(../resources/images/application/copy.png) no-repeat center;
	height:16px;
	width:16px;
}

.ic_active{
	background:url(../resources/images/application/active.png) no-repeat center;
	height:16px;
	width:16px;
}

.ic_collaborate{
	background:url(../resources/images/application/collaborate.png) no-repeat center;
	height:16px;
	width:16px;
}

.ic_completed{
	background:url(../resources/images/application/completed.png) no-repeat center;
	height:16px;
	width:16px;
}

.ic_inactive{
	background:url(../resources/images/application/inactive.png) no-repeat center;
	height:16px;
	width:16px;
}

.ic_map{
	background:url(../resources/images/application/map.png) no-repeat center;
	height:16px;
	width:16px;
}

.ic_partial{
	background:url(../resources/images/application/partially_completed.png) no-repeat center;
	height:16px;
	width:16px;
}

.ic_pending{
	background:url(../resources/images/application/pending.png) no-repeat center;
	height:16px;
	width:16px;
}

.ic_quick{
	background:url(../resources/images/application/quick_setup.png) no-repeat center;
	height:16px;
	width:16px;
}

.ic_assign{
	background:url(../resources/images/application/assign.png) no-repeat center;
	height:16px;
	width:16px;
}


.legendcomplete{
	background:url(../resources/images/application/completed.png) no-repeat center left;
	height:16px;
	font-size:11px;
	color:#727272;
	padding-left:20px;
	width:50px;
	margin-right:2px;
}

.legendinitiate{
	background:url(../resources/images/application/partially_completed.png) no-repeat center left;
	height:16px;
	font-size:11px;
	color:#727272;
	padding-left:20px;
	width:100px;
	margin-right:2px;
}


.legendpending{
	background:url(../resources/images/application/Inactive.png) no-repeat center left;
	height:16px;
	font-size:11px;
	color:#727272;
	padding-left:20px;
	width:50px;
	margin-right:2px;
}

.legendedit{
	background:url(../resources/images/application/edit.png) no-repeat center left;
	height:16px;
	font-size:11px;
	color:#727272;
	padding-left:20px;
	width:35px;
	margin-right:2px;
}

.legendadd{
	background:url(../resources/images/application/add.png) no-repeat center left;
	height:16px;
	font-size:11px;
	color:#727272;
	padding-left:20px;
	width:50px;
	margin-right:2px;
}

.legendmap{
	background:url(../resources/images/application/map.png) no-repeat center left;
	height:16px;
	font-size:11px;
	color:#727272;
	padding-left:20px;
	width:35px;
	margin-right:2px;
}

.legendinactive{
	background:url(../resources/images/application/inactive.png) no-repeat center left;
	height:16px;
	font-size:11px;
	color:#727272;
	padding-left:20px;
	width:45px;
	margin-right:2px;
}

.legendactive{
	background:url(../resources/images/application/active.png) no-repeat center left;
	height:16px;
	font-size:11px;
	color:#727272;
	padding-left:20px;
	width:40px;
	margin-right:2px;
}
.legendassign{
	background:url(../resources/images/application/assign.png) no-repeat center left;
	height:16px;
	font-size:11px;
	color:#727272;
	padding-left:20px;
	width:40px;
	margin-right:2px;
}
.bg_attach{
                background:url(../resources/images/application/Attachment.png) no-repeat bottom left;
                height:16px;
                width:24px;
}

.value{
                background:url(../resources/images/application/AttachmentNotificationBg.png) no-repeat top right;
                height:10px;
                width:16px;
                color:#ffffff;
                font-size:8px;
                text-align:center;
                float:right;
                line-height:10px;
}



.MastersHub_Button{
	background:url("../resources/images/application/img_selected.png") no-repeat center !important;
	height:44px !important;
	width:80px !important;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	line-height:33px;
	color:#ffffff !important;
	margin:10px 2px !important;
}

.ParametersHub_Button{
	background:url("../resources/images/application/img_normal.png") no-repeat center !important;
	height:44px !important;
	width:80px !important;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	line-height:33px;
	color:#ffffff !important;
	margin:10px 2px !important;
}
.InitiateMasterCopy_Button{
	background:url("../resources/images/application/img_normal.png") no-repeat center !important;
	height:44px !important;
	width:80px !important;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	line-height:33px;
	color:#ffffff !important;
	margin:10px 2px !important;
}
.mastershub .x-tree-node-leaf .x-tree-node-icon	
	{
	 display: none !important;
	}

 .mastershub .x-tree-node-icon .x-tree-node-inline-icon
       {
	display: none !important;
        }

 .mastershub .x-tree-node-expanded .x-tree-node-icon
       {
	display: none !important;
       }

 .mastershub .x-tree-node-icon 
       {
        display: none !important;
       }