@CHARSET "utf-8";


body {
	background:#FFF url("/az/img/bg_body.jpg") repeat-x;
	padding: 0px;
	margin: 0px; 
	font: 13px Tahoma, Arial;
	font-weight: normal;
	color: #000;
	/*text-align: center;*/
}

.page{
	width: 970px;
	margin: auto;
	direction: ltr;
	padding: 5px;
	background-color: #FFF;
}

.page_title {
	font: 16px Times New Roman;
	color: #000000;
	font-weight: bold
}

.wrapper{
	height: 0px;
	clear: both;
	overflow: hidden;
}

/* ----------- Header  ----------------- */
.header{
	 width: 980px;
	 height: 121px;
	 margin: auto;
	 background: url('/az/img/logo.jpg') top no-repeat;
	 direction: ltr; 
}
.update_date{
	 width: 300px;
	 height: 20px;
	 overflow: hidden;
	 margin-top:23px;
	 color: #FFF;
	 font: 12px tahoma;
	 margin-left: 400px;
}
/* ----------- Body  ----------------- */
.page_body {
	 width: 970px;
	 margin: auto;
	 direction: ltr;
	 padding: 5px;
	 background: #FFF;
}
.right_column{
	width: 190px;
	float: left;
	margin-right: 5px;
	background: #FFF;
}
.box_title{
	height: 20px;
	border: 1px solid #3178AC;
	background-color: #EBF4FB;
	font: bold 16px arial;
	color: #001D39;
	line-height: 20px;
	text-align: left;
	padding-left: 5px;
}
.box_content{
	border: 1px solid #3178AC;
	border-top: 0px;
	padding: 5px;
	margin-bottom: 5px;
}
.center_column{
	width: 500px;
	float: left;
	margin-right: 5px;
	background: #FFF;
}
.left_column{
	width: 270px;
	float: left;
	background: #FFF;
}
.home_adv{
	width: 258px;
	border: 1px solid #3178AC;
	padding: 5px;
}
/* ----------- Footer  ----------------- */
.footer{
	 width: 980px;
	 height: 81px;
	 background-color: #E1ECF2;
	 margin: auto;
	 direction: ltr;
	 padding-top: 5px;
}
.copyright{
	 width: 465px;
	 height: 20px;
	 font: 12px tahoma; 
	 color: #407EAD;
	 margin: auto;
	 margin-top: 5px;
	 text-align: center;
}
.iransamaneh{
	 width: 160px;
	 height: 20px;
	 font: 12px tahoma; 
	 color: #407EAD;
	 margin: auto;
	 margin-top: 5px;
}
/* ----------- Ticker  ----------------- */
#theTicker{
	height: 24px;
	border: 1px solid #3178AC;
	font:11px tahoma;
	margin-bottom: 5px;
	padding: 0px 5px;
	line-height: 21px;
}

.tick {
	color: #3178AC;
	text-decoration: none;	
}


/* ------------ Image Cycle -------------- */
.image_cycle{
	width: 258px;
	height: 223px;
	padding: 5px;
	border: 1px solid #3178AC;
	background-color: #FFF;
	margin-bottom: 5px;
}
.cycle_container{
	width: 258px;
	height: 195px;
	overflow: hidden;
}
.cycle_item{
	width: 258px;
	height: 195px;
}
.cycle_img{
	width: 258px;
	height: 172px;
	display: block;
	margin-bottom: 3px;
}
.cycle_title{
	width: 258px;
	height: 20px;
	font: 10px tahoma;
	color: #001D39;
	background-color: #EBF4FB;
	text-align: center;
	line-height: 18px;
}

#nav {
	width: 243px;
	background-color: #3178AC;
	height: 24px;
	line-height: 22px;
	text-align: center;
	padding-left: 15px;
	margin-top: 3px
}

#nav a {
	color: #001E3A;
	font: tahoma;
	font-size: 10px;
	background: #EBF4FB;
	text-decoration: none;
	margin: 0 5px;
	padding: 3px 5px;
	
}

#nav a.activeSlide {
	color: #FFF;
	background: #001E3A;
}

#nav a:focus {
	outline: none;
}


/* ----------- Navigation -----------*/
#nav1 {
	/*clear: both;*/
	width: 380px;
	height: 28px;
	padding: 0px;
	font-family: tahoma, Times New Roman;
	font-weight: normal;
	line-height:25px;
	float: left;
	padding-left: 130px;
}

#nav1 ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#nav1 li {
	float:left;
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
}

#nav1 li a {
	font-weight: normal;
	font-size: 10px;
	color:#00FFFD;
	/*border-left: #999 0px solid;*/
	padding-left: 1em;
	padding-right: 1em;
	display: block;
	text-decoration: none
}

#nav1 li a:hover {
	color: #A1070F;
	text-decoration: none
}

#nav2 {
	width: 255px;
	height: 20px;
	/*float: right;*/
	/*clear: both;*/
	padding: 0px;
	font-size: 12px;
	font-family: tahoma, Times New Roman;
	font-weight: normal;
	margin: auto;
	padding-right: 5px;
}

#nav2 ul {
	padding: 0px;
	margin: 0px;
	/*margin-top:5px;
	margin-right:200px;*/
	list-style-type: none;
	
}

#nav2 li {
	float: left;
	margin: 0px;
	color: #407EAD;
	font-size: 10px;
}

#nav2 li a {
	font-weight: normal;
	font:12px tahoma;
	color:#407EAD;
	/*border-left: #fff 1px solid;*/
	padding-left: 0.5em;
	padding-right: 0.5em;
	display: block;
	text-decoration: none;
}

#nav2 li a:hover {
	
	text-decoration: underline;
}
#nav3 {
	/*clear: both;*/
	width: 330px;
	height: 28px;
	padding: 0px;
	font-family: tahoma, Times New Roman;
	font-weight: normal;
	line-height:25px;
	float: left;
	
}

#nav3 ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#nav3 li {
	float:left;
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
}

#nav3 li a {
	font-weight: normal;
	font-size: 10px;
	color:#00FFFD;
	/*border-left: #999 0px solid;*/
	padding-left: 1em;
	padding-right: 1em;
	display: block;
	text-decoration: none
}

#nav3 li a:hover {
	color: #A1070F;
	text-decoration: none
}
/*----------- Search Input in header ------------*/
.search_container{
	 width: 180px;
	 height: 18px;
	 overflow: hidden;
	 margin-left: 523px;
	 margin-top: 30px;
}
.search_form{
	width: 140px;
	height: 14px;
	overflow: hidden;
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	margin-right: 14px;
}
.search_input {
	width: 140px;
	height: 12px;
	overflow:hidden;
	font: 11px tahoma;
	border: 0px;
	outline:none;
	background-color: transparent;
}
.search_submit{
	width: 14px;
	height: 14px;
	overflow: hidden;
	/*margin-right: 2px;*/
	display: inline;
	margin-top: 3px;
	float: left;
	cursor: pointer;
}
/*-------- News Nav ----------*/
.news_nav {
	font: normal 11px tahoma;
	color: #1809A6;
	text-decoration: none
}

.news_nav_title {
	font: normal 11px tahoma;
	color: #000000;
	text-decoration: none
}

.news_nav_toolbar {
	font: normal 11px tahoma;
	color: #000;
	text-decoration: none;
	cursor: pointer
}


/*--------- Pager --------------*/
#pager {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: black;
	margin: 5px 0px 3px
}

#pager a {
	border: #999 1px solid;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #999;
	font: 12px tahoma;
	font-weight: 600;
	color: white;
	text-decoration: none
}

#pager a:hover {
	color: white;
	background-color: #666
}


/*------------- Search Page -------------*/
.search {
	width: 140;
	padding-right: 0px
}

.searchNav {
	font: 12px tahoma, Arial;
	color: black;
	background-color: f8f8f8;
	margin-top: 5px;
	border: 1 solid e0e0e0;
	height: 25px
}

.search_result {
	font: 15px Times New Roman, tahoma, Arial;
	color: #004B97;
	text-decoration: none;
	font-weight: bold
}

.search_result:hover {
	color: #bb0003
}

.search_result:active {
	color: #3047A0
}

.search_result:visited {
	color: #3047A0
}

.summerize {
	font: normal 13px arial;
	color: #3A3A3D
}

/* ------------ Link Page  ----------- */
.link {
	font: 11px tahoma;
	color: #000000;
	font-weight: normal;
	text-decoration: none;	
}

.link:hover {
	color: #800000;
	text-decoration: none;
}


.link_more {
	font: 11px tahoma;
	color: red;
	font-weight: normal;
	text-decoration: none;	
}

.link_more:hover {
	color: red;
	text-decoration: none;
}
.link_back {
	font: 11px tahoma;
	color: red;
	font-weight: normal;
	text-decoration: none;	
}

.link_back:hover {
	color: red;
	text-decoration: none;
}
.link_cat {
	height: 20px;
	font: 11px Tahoma;
	color: #FFF;
	font-weight: normal;
	background-color: #00448E;
	/*padding: 3px;*/
	text-align: center;
	border-right: 1px solid white;
	/*margin-bottom: 3px;*/
	line-height: 17px;
}

.link_container {
	direction:rtl;
	text-align:center;
	margin-bottom: 2px;
}

.link_col1 {
	width: 162px;
	background-color: #FFF;
	padding-bottom: 20px;
	float: right;
}

.link_col2 {
	width: 163px;
	background-color: #DCDCDC;	
	padding-bottom: 20px;
	float: right;
}
.hiddenTbl{
	display: none;
}
.page_links_nav {
	padding: 0px;
	float: right;
	border: 0px solid silver;
	font: 11px tahoma;
	margin: 1px;
	width: 80px;
	line-height: 15px;
	text-align: center;
}

/* ----------- Polls Section ------------ */
.poll_title {
	font: 14px Arial;
	color: #1809A6;
	font-weight: bold;
}

.poll_options {
	font: 12px Tahoma;
	color: #1809A6;
	font-weight: normal;		
}

.poll_text {
	font: 12px Tahoma;
	color: #1809A6;
	font-weight: normal;		
}

.poll_bar_outter {
	border: 1px solid #A40B0D;
	height: 11px;
	overflow:hidden	/* Bug Fix: IE6 */
}

.poll_bar_inner {
	background-color: #A40B0D;
	height: 11px;
}

.poll_percent {
	font: 10px Tahoma;
	color: #7F7F7F;
	font-weight: normal;			
}
/* ----------------------- */
/* document */
.rCol { background-color: rgb(255, 255, 255); float: right; font-family: Tahoma; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; color: rgb(1, 41, 113); padding-left: 3px; }
.lCol { background-color: rgb(255, 255, 255); float: left; padding-right: 3px; font-size: 11px;}
.colsContainer { background-position: center center; display: table; width: 100%; background-repeat: repeat-x; padding-bottom: 4px; }
.bllCell { color: rgb(150, 150, 150); font-size: 11px; font-family: tahoma; }
.wordLink {color: #B2AFA2;font-weight: bold;}
.albumsTbl {
	font-size: 12px;
	font-family: tahoma;
}

.albumTitle {
	background-color: #FAFCF9;
	font: 13px Times New Roman;
	font-weight: bold;
	color: #4C5251;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
}

.imgDesc {
	padding: 2px;
	width: 160px;
	text-align: justify;
	color: #986204;
}

.imgTd {
	background-color: #FAFCF9;
	border: 2px solid #F9C918;
	vertical-align: middle;
}

.albumThumb {
	border: 1px solid silver;
}

.albumThumb2 {
	border: 1px solid #000000;
}

.albumList {
	font-family: tahoma;
	font-size: 12px;
	color: #606BA7;
	text-decoration: none;
}

.albumList:hover {
	color: #18224F;
	text-decoration: none;
}
