@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;
}

.ic_comment{
	background:url("../resources/images/application/attach_ic.png") no-repeat center !important;
	height:16px;
	color:transparent !important;	
	width:24px;
}

.ic_discussit{	
	background:url("../resources/images/application/docadj_ic.png") no-repeat center !important;
	height:16px;
	color:transparent !important;	
	width:24px;
}

.ic_workflow{
	background:url("../resources/images/application/organization_unit_grid.png") no-repeat center !important;
	height:16px;
	color:transparent !important;	
	width:24px;
}