@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;
}

.Masters_Hub_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;
}

.Parameters_Hub_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;
}
.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;
}

