@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;
}



.Dashboard_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;
}

.Closure_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;
}

.Configure_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;
}
.UserPreference_Link{
	background:url("../resources/images/application/settings.png") no-repeat center   !important;
	height:12px  !important;
	color:transparent !important;	
	width:12px  !important;
	margin:8px  !important;
	cursor:pointer  !important;	
}
.x-field-Earnings_button{
	background:url("../resources/images/application/Simulate_Earnings.png") no-repeat center   !important;
	height:12px  !important;
	color:transparent !important;	
	width:12px  !important;
	margin:8px  !important;
	cursor:pointer  !important;	
}
.x-field-Refresh_button{
	background:url("../resources/images/application/Refresh.png") no-repeat center   !important;
	height:12px  !important;
	color:transparent !important;	
	width:12px  !important;
	margin:8px  !important;
	cursor:pointer  !important;	
}

.bg_attachfcc{
	background:url("../resources/images/application/Attachmentfcc.png") no-repeat center !important;
	height:16px;
	color:transparent !important;	
	width:24px;
}

/* End of Cards */

 .FCC_Closure .x-tree-node-leaf .x-tree-node-icon	
	{
	 display: none !important;
	}

 .FCC_Closure .x-tree-node-icon .x-tree-node-inline-icon
       {
	display: none !important;
        }

 .FCC_Closure .x-tree-node-expanded .x-tree-node-icon
       {
	display: none !important;
       }

 .FCC_Closure .x-tree-node-icon 
       {
        display: none !important;
       }	