﻿
/*@font-face
{
	font-family: 'b_nazaninregular';
	src: url('fonts/BNazanin.eot');
	src: url('fonts/BNazanin.eot?#iefix') format('embedded-opentype'), url('fonts/BNazanin.woff') format('woff'), url('fonts/BNazanin.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'yekan';
	src: url('fonts/Yekan.eot');
	src: url('fonts/Yekan.eot?#iefix') format('embedded-opentype'), url('fonts/Yekan.woff') format('woff'), url('fonts/Yekan.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'Droid Naskh';
	font-style: normal;
	font-weight: 400;
	src: url(fonts/DroidNaskh-Regular.eot);
	src: url(fonts/DroidNaskh-Regular.eot?#iefix) format('embedded-opentype'), url(fonts/DroidNaskh-Regular.woff2) format('woff2'), url(fonts/DroidNaskh-Regular.woff) format('woff'), url(fonts/DroidNaskh-Regular.ttf) format('truetype');
}

@font-face
{
	font-family: 'Droid Kufi';
	font-style: normal;
	font-weight: 700;
	src: url(fonts/DroidKufi-Bold.eot);
	src: url(fonts/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'), url(fonts/DroidKufi-Bold.woff2) format('woff2'), url(fonts/DroidKufi-Bold.woff) format('woff'), url(fonts/DroidKufi-Bold.ttf) format('truetype');
}*/


#header
{
	height: 152px;
	text-align: center;
	background-color: #1058ad; /*#011d2b;*/
	padding: 10px 0px 0px 0px;
	margin: 0;
	color: white;
	position: relative;
	font-family: 'Droid Naskh',Tahoma;
	font-size:11pt;
	background-position:center;
	background-repeat:no-repeat;
    font-family: yekan;    
    font-weight:normal;
    line-height:none ! important;    
}

	/*#header #headerContent
	{
		width:698px;		
		margin-left:auto;
		margin-right:auto;
	}

	*/
	#header .headerItems
	{
		/*float:left;*/
		height: 90px;
		/*line-height:90px;*/
	}

#sponsorsContainer
{
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

	#sponsorsContainer #sponsors
	{
		/*margin-left:-120px;*/
		padding: 0;
		width: 120px;
		height: 90px;
	}

		#sponsorsContainer #sponsors img
		{
			background-color: #FFF;
			padding: 10px;
			display: block;
			margin-right: auto;
			margin-left: auto;
		}

#topAds
{
	width: 500px;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

	#topAds img
	{
		vertical-align: middle;
		/*max-height: 90px;*/
		height:72px;
		width:392px;
	}

#languages
{
	direction: rtl;
	text-align: right;
	width: 230px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	/*width:25%;*/
	/*width:160px;*/
	/*margin-right:-160px;*/
	color: #FFF;
	vertical-align: bottom;
}

	#languages label
	{
		float: right;
		cursor: pointer;
		/*margin-left:30px;
		margin-right:0px;*/
		width: 50%;
		text-align: center;
	}

		#languages label:hover
		{
			color: #CCC;
		}

	#languages a
	{
		float: right;
		cursor: pointer;
		/*margin-left:30px;
		margin-right:0px;*/
		width: 50%;
		text-align: center;
		text-decoration:none;
		color:inherit;
	}

	#languages input
	{
		display:none;
	}

		#languages a:hover
		{
			color: #CCC;
		}

	#languages .currentLanguage
	{
		color: yellow;
	}

.loginPanel
{
	position: absolute;
	left: 0px;
	top: 0px;
	color: white;
	text-decoration: none;
	width: 230px;
	height: 50px;
	padding: 3px 0px 0px 0px;
}

	.loginPanel a,.loginPanel span
	{
		color: white;
		text-decoration: none;
		text-shadow:2px 2px 2px #000;
	}

#topText
{
	font-family: yekan;
	width: 310px;
	min-width: 300px;
	/*font-family:'Droid Kufi';*/
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 6px;
	right: 2px;
	display:none;
}

	#topText span
	{
		font-size: 16pt;
	}

	#topText a
	{
		text-decoration: none;
		color: #FFF;
	}

#navMenus
{
	position:absolute;
	right:2px;
	bottom:10px;
	font-size:10pt;
}

	#navMenus a
	{
		text-decoration:none;
		color:#FFF;
		padding:0px 2px 0px 2px;
	}

		#navMenus a:hover
		{
			color:#7ed400;
		}

.clearFix::after {
	content:"";
	display:block;
	height:0;
	clear:both;
}