@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;
}

.attach_ic{
	background:url("../resources/images/application/attach_ic.png") no-repeat center !important;
	height:16px;
	color:transparent !important;	
	width:24px;
}

.docadj_ic{
	background:url("../resources/images/application/docadj_ic.png") no-repeat center !important;
	height:16px;
	color:transparent !important;	
	width:24px;
}

.wrkstat_ic{
	background:url("../resources/images/application/organization_unit_grid.png") no-repeat center !important;
	height:16px;
	color:transparent !important;	
	width:24px;
}

.apinvhub .x-tree-node-leaf .x-tree-node-icon	
	{
	 display: none !important;
	}

 .apinvhub .x-tree-node-icon .x-tree-node-inline-icon
       {
	display: none !important;
        }

 .apinvhub .x-tree-node-expanded .x-tree-node-icon
       {
	display: none !important;
       }

 .apinvhub .x-tree-node-icon 
       {
        display: none !important;
       }