@CHARSET "UTF-8";

body {
	background-color:#333333;
	border-top:2px solid #2C2C2C;
	font-family: "Nazli","XB Roya","B Roya","Tahoma";
	font-size:12px;
	margin:0px;
}
div.content {
	background-color:white;
	min-height:400px;
	margin-bottom:20px;
	border-bottom:5px solid;
	border-color:#0281CA;
}
div.contentHolder{
	padding-top:20px;
	width:850px;
	margin:auto;
}
.header {
	height:107px;
	color:#888888;
	width:850px;
	margin:auto;
}
#topMenus {
}
#logo {
	text-decoration:none;
	color:inherit;
	border:0px solid;
	float:right;
	margin-top:0px;
	font-size:12px;
	outline:none;
}
#topShortMenu {
	font-size:12px;
	text-align:left;
	padding-left:15px;
	height:19px;
}
#topMenu {
	float:left;
	width:520px;
	margin-top:52px;
	height:40px;
}
a.topMenuItem 
{
	text-decoration:none;
	color:inherit;
	background-color:#555555;
	display:block;
	float:left;
	padding:4px 15px 0 15px;
	margin:0 2px 0 3px;
	height:30px;
	border:1px solid;
	border-color:gray;
	color:white;
	font-size:16px;
}
a.topMenuItem:HOVER {
	background-color:white;
	color:#0281CA;
}
a.topMenuCurrentItem {
	background-color:white;
	color:#0281CA;
}
#contentMenu {
	margin:auto;
	width:100%;
}
#contentMenuBlanket {
	height:15px;
}
#contentMenuHolder {
	height:50px;
	padding:2px 0;
	background:#EFEFEF none repeat scroll 0 0;
	border-bottom:1px solid #E1E1E1;
}
#contentMenuNavigator {
	margin:auto;
	margin-top:18px;
	width:820px;
}
a.contentMenuItem 
{
	text-decoration:none;
	background-color:white;
	display:block;
	float:right;
	padding:4px 15px 0 15px;
	margin:0 2px 0 3px;
	height:30px;
	border-color:gray;
	color:#777777;
	border-left:1px solid #E1E1E1;
	border-right:1px solid #E1E1E1;
	border-top:1px solid #E1E1E1;
	font-size:15px;
	font-weight:bold;
	background-image:url(img/design/bg_tab.gif);
}
a.contentMenuItem:HOVER {
	background-image:none;
	color:#0281CA;
}
a.contentMenuCurrentItem {
	background-color:white;
	color:#0281CA;
}
a.topShortMenuItem {
	color:#EEEEEE;
	font-size:10px;
	padding:0 5px 0 5px;
	text-decoration:none;
}
a.topShortMenuItem:HOVER {
	color:#0281CA;
	
}
