@charset "utf-8";
/* CSS Document */
*{
	direction:rtl;
	margin:0;
	padding:0;
	text-align:right;
	text-decoration:none;
	color:#9192a6;
}

a{
	text-decoration:none;
}

body{
	padding:0 auto 0 auto;
	margin:0 auto 0 auto;
}

input.text{
	border:1px solid #afafaf;
	font-family:Tahoma;
	font-size:11px;
	padding:2px;
	margin:2px;
	width:145px;
	height:13px;
}

select.text,textarea.text{
	border:1px solid #afafaf;
	font-family:Tahoma;
	font-size:11px;
}

#ltr{
	text-align:left;
	direction:ltr;
	border:1px solid #afafaf;
	font-family:Tahoma;
	font-size:11px;
	padding:2px;
	margin:2px;
	width:145px;
	height:13px;
}

#f_r{
	float:right;
}

#f_l{
	float:left;
}
#headTitle td{
	text-align:center;
	font-size:10px;
}

input.button{
	border:0 solid #999999;
	font:normal 12px Tahoma;
	text-align:center;
	background:url(template_images/button_image.jpg) left top repeat;
	color:#FFF;
	width:17px;
	height:17px;
	vertical-align:text-top;
}

input.grayButton{
	color: #666666;
	font-size:11px;
	background: #F5F5F5;
	border: 1px #C0C0C0 solid;
	width: 60px;
	height: 20px;
	cursor: pointer;
	font-family:Tahoma;
	text-align:center;
}

input.fileGrayButton{
	color: #666666;
	font-size:11px;
	background: #F5F5F5;
	border: 1px #C0C0C0 solid;
	height: 20px;
	cursor: pointer;
	font-family:Tahoma;
	text-align:right;
}

#bold{
	font-weight:600;
}

#error{
	height:auto;
	width:95%;
	border:1px solid #F3F3F3;
	background-color:#F4FAFF;
	float:right;
	padding:8px;
	margin-bottom:10px;
}

#error .title{
	font-weight:600;
	color:#FF0000;
}	

#body {
	width:960px;
	margin:auto auto;
}
#body #top{
	background: url(template_images/header_bg.jpg) center center repeat-x;
	width:100%;	
	float:right;
	height:78px;
}

#body #top .left{
	text-align:justify;
	float:left;
}
#body #top .right{
	text-align:justify;
	float:right;
}

#body #top #header{
	width:957px;
	height:6px;	
	float:right;
}
#body #top #headerContent{
	width:100%;	
	height:72px;
	float:right;
	background: url(template_images/header_bg.jpg) center center repeat-x;
}

#body #top #menu{
	padding-top:5px;
	float:right;
	width:776px;
}

#body #top #icon{
	text-align:left;
	float:left;
	width:100%;
	height:35px;
}

#body #top #menu #mainMenu{
	background:url(template_images/menu_bg_default.jpg) center center repeat-x;
	border: 1px solid #FFF;
	float:right;
	width:778px;
	height:29px;
}

#body #top #menu #mainMenu ul{
	font:500 11px Tahoma;
	list-style-image:none;
	list-style-type:none;
}

#body #top #menu #mainMenu ul li{
	display:inline;
	height:29px;
}

#body #top #menu #mainMenu ul li a{
	border: 0 solid #FFF;
	border-left-width:1px;
	float:right;
	padding:6px 12px 10px 12px;
	color:#FFF;
}

#body #top #menu #mainMenu ul li.active{
	display:inline;
	height:29px;
}

#body #top #menu #mainMenu ul a:hover{
	background:url(template_images/menu_bg_selected.jpg) center center repeat-x;
	float:right;
	padding:6px 12px 10px 12px;
}

#body #top #menu #mainMenu ul li.active a{
	background:url(template_images/menu_bg_selected.jpg) center center repeat-x;
	float:right;
	padding:6px 12px 10px 12px;
}

#body #top #logo{
	background:url(template_images/header_logo.jpg) center center no-repeat;
	width:180px;	
	float:right;
	height:70px;
}

#body #middle #banner{
	width:780px;
	height:238px;
	float:left;
	border:0;
}

#body #middle #sideMenu{
	width:174px;
	float:right;
	background-color:#FFF;
}

#body #middle #sideMenu ul{
	font:600 11px Tahoma;
	list-style-image:none;
	list-style-type:none;
	width:100%;
	display: block;
	margin-top: 2px;
}

#body #middle #sideMenu ul li{
	width:100%;
	display: block;
	height: 22px;
}

#body #middle #sideMenu ul li a{
	color: #777;
	float:right;
	width:94%;
	padding:4px 6px 6px 0;
	border-bottom:1px solid #9dbfda;
}

#body #middle #sideMenu a:hover{
	color:#3b649a;
	background-color:#f7f7f7;
}

#body #middle #sideMenu li.sub{
	float:right;
	width:98%;
	height:1%;
	border-bottom:1px solid #9dbfda;

}

#body #middle #sideMenu ul.sub li{
	font-size:9px;
	background:url(template_images/bullet_sub.jpg) 99% 55% no-repeat;
	padding:4px 7px 2px 0;
	height:19px;
	width:98%;
	float:right;
}

#body #middle #sideMenu li.sub ul.sub a{
	width:93%;
	float:right;
}

#body #middle #sideMenu li.main_ex{
	float:right;
	background:url(template_images/expand_bullet.jpg) 5% 45% no-repeat;
}

#body #middle #sideMenu li.main_col{
	float:right;
	background:url(template_images/collapse_bullet.jpg) 5% 45% no-repeat;
	width:100%;
	padding-bottom:3px;
}

#body #middle #sideMenu li.main_c{
	float:right;
	background:url(template_images/collapse_bullet.jpg) 5% 45% no-repeat;
	width:100%;
	padding-bottom:3px;
}

#body #middle #sideMenu li.main_c a{
	border-top:1px solid #9dbfda;
}

#body #middle #sideMenu ul.sub li a{
	float:right;
	display:block;
	width:94%;
	border-bottom:0;
}

#body #middle #sideMenu ul li.active{
	display:block;
}

#body #middle #sideMenu ul li.active a{
	float:right;
	border-top:1px solid #9dbfda;
	height:53%;
}

#body #middle #sideMenu ul #active a{
	float:right;
	background-color:#f7f7f7;
	color:#3b649a;
}

#body #middle #content{
	width:780px;
	float:left;
}

#body #middle #content #sideImage{
	width:200px;
	float:left;
	background-color:#efefef;
	margin-top:15px;
	height:350px;
}

#body #middle #content #sideImage #sideImageContetnt{
	width:80%;
	padding-right:15px;
	float:right;
}

#body #middle #content #sideImage div.sideImage{
	text-align:center;
	padding-top:15px;
	float:right;
	width:99%;
}

#body #middle #content #sideImage div.text{
	padding:10px 0 4px 0;
	height:17px;
	width:105%;
	float:right;
	text-align:left;
}

#body #middle #content #sideImage div.text p{
	padding:3px;
	text-align:justify;
	font:500 11px Tahoma; 
	width:95%;
	float:right;
}

#body #middle #content #mainContent{
	font:12px Tahoma;
	width:565px;
	float:right;
	padding-top:7px;
}

#body #middle #content #mainContent ul{
	font:500 11px Tahoma;
	list-style-image:none;
	list-style-type:none;
}

#body #middle a{
	color: #4a5786;
}

#body #middle a:hover, a:visited:hover {
	color: #06f;
}

#body #middle #content #mainContent fieldset{
	border:1px solid #e4e4e4;
	padding:5px;
	margin-bottom:15px;
	text-align:justify;
}

#body #middle #content #mainContent .date{
	font-size:10px;
	direction:ltr;
}

#body #middle #content #mainContent fieldset legend{
	text-align:left;
	padding-right:2px;
	font-weight:bold;
	font-size:15px;
	font-family:Arial;
	color: #888888;
}

#body #middle #content #mainContent div.content_text{
	padding:8px;
	text-align:justify;
}

#body #middle #content #mainContent .left{
	padding:10px;
	text-align:justify;
	float:left;
}
#body #middle #content #mainContent .right{
	padding:10px;
	text-align:justify;
	float:right;
}

#body #middle #content #mainContent hr{
	border-color:#C4CCD2;
	border-style:solid;
	border-width:1px;
	width:100%;
	margin:5px 0 5px 0;
	float:left;
}

#body #middle #content #mainContent .title{
	color: #4a5786 !important;
}

#body #middle #content #mainContent #bullet.sub{
	background:url(template_images/bullet_sub.jpg) 100% 85% no-repeat;
	padding-top:6px;
	padding-right:10px;
}

#body #middle #content #mainContent .subTop{
	background:url(template_images/bullet_sub.jpg) 100% 48% no-repeat;
	padding-top:6px;
	padding-right:10px;
}

#body #middle #content #mainContent .cat{
	background:url(template_images/bullet.gif) 100% 50% no-repeat;
	padding-right:12px;
}

#body #middle #content #mainContent .main{
	background:url(template_images/bullet_main.gif) 100% 80% no-repeat;
	padding-right:12px;
}

#body #middle #content #mainContent div.banners{
	width:100%;
	float:right;
	padding-top:15px;
	text-align:center;
}

#body #middle #content #mainContent div.image{
	text-align:justify;
	width:97.2%;
	background:url(template_images/group_text.jpg) 99% 0% no-repeat;
	border:1px solid #e4e4e4;
	border-bottom-width:0;
	padding:15px 5px 5px 9px;
	float:right;
}

#body #bottom{
	width:100%;
	float:right;
	height:80px;
	margin:50px 0 0 0;
	background-color:#EFEFEF;
	color:#FFF;
}
#body #bottom div{
	text-align:center;
	padding-top:10px;
}
#body #bottom p{
	color:#285B8E;
	width:100%;
	font:500 12px Tahoma;
	display:inline;
}
#body #bottom p a{
	color:#285B8E;
}
