@charset "utf-8";
/* CSS Document */
html{
	overflow-y:scroll;
}
body{
	margin:0px;
	padding:0px;
	background:#dedcdb url(../images/bg.gif) repeat-x left top;
}
td{
	vertical-align:top;
	font-family:tahoma;
	font-size:12px;
	color:#000;
}
img{
	border:0px;
}
a{
	color:#000;
}
a:hover{
	color:#bf0000;
	text-decoration:none;
}
.errormsg{
	font-weight:bold;
	padding-bottom:20px;
	color:#ff0000;
}
.maintitle{
	color:#bf0000;
	font-weight:bold;
	padding-bottom:15px;
	font-size:15px;
	display:inline;
}
.lang a{
	display:inline-block;
	background:url(../images/back.gif) no-repeat left top;
	width:81px;
	height:21px;
	text-align:center;
	text-decoration:none;
	margin-left:10px;
}
.lang a:hover,.lang a.on{
	display:inline-block;
	background:url(../images/back-over.gif) no-repeat left top;
	width:81px;
	height:21px;
	color:#bf0000;
}
.maindiv{
	background-color:#f0f0f0;
	border:2px solid #cfcfcf;
	padding:14px;
}
.bluebox{
	padding:10px;
	color:#f0f0f0;
	text-align:right;
	line-height:17px;
}
.emptytr{
	height:10px;
	font-size:1px;
}
.emptytr2{
	height:15px;
	font-size:1px;
}
.logo{
	padding-top:0px;
}
.bottom{
	vertical-align:bottom!important;
}
.button{
	background-color:#bf0000;
	color:#fff;
	height:20px;
	border:1px solid #084087;
	font-family:tahoma;
	font-size:13px;
	
}
.button2{
	background-color:#1856a5;
	color:#fff;
	height:20px;
	border:1px solid #084087;
	font-family:tahoma;
	font-size:13px;
	font-weight:bold;
	padding:0px 30px;
	
}
.box1{
	width:160px;
	margin-bottom:12px;
	border:1px solid #084087;
	color:#084087;
}
.padbottom{
	padding-bottom:5px;
}
.padleft{
	padding-left:15px;
}
.list{
	padding:0px;
	margin:0px;
	clear:both;
}
.list li{
	list-style:none;
	display:inline;
	padding:0px 25px 20px 20px;
	float:right;
	background:url(../images/pdf.gif) no-repeat right  top;
	text-align:right;
	direction:rtl;
}
.list li.title{
	background:url(../images/title.gif) no-repeat right  top !important;
	font-weight:title;
	font-size:13px;
	padding-bottom:10px;
	font-weight:bold;
	text-align:right;
	direction:rtl;
}
.listfirst{
	padding:0px;
	margin:0px;
	clear:both;
}
.listfirst li{
	list-style:none;
	display:inline;
	padding:20px 25px 10px 20px;
	margin-top:15px;
	background:none;
	text-align:right;
	direction:rtl;
}
.listfirst li.title{
	background:url(../images/title.gif) no-repeat right  top !important;
	font-weight:title;
	font-size:13px;
	padding-bottom:10px;
	padding-top:0px !important;
	font-weight:bold;
	text-align:right;
	direction:rtl;
}
.list2{
	padding:0px 0px 0px 20px;
	margin:0px;
	clear:both;
}
.list2 li{
	list-style:none;
	display:inline;
	padding:0px 15px 10px 10px;
	float:right;
	/*background:url(../images/pdf.gif) no-repeat right  top;*/
	text-align:right;
	direction:rtl;
}
.list3{
	padding:0px 0px 0px 20px;
	margin:0px;
	clear:both;
}
.list3 li{
	list-style:none;
	display:inline;
	padding:0px 15px 10px 10px;
	float:right;
	background:url(../images/pdf.gif) no-repeat right  top;
	text-align:right;
	direction:rtl;
}
.selected{
	border:1px solid red;
}
.absolute{
	position:absolute;
	right:60px;
	top:-20px;
	width:120px;
	background-color:#ff0000;
	FILTER: alpha(opacity=75);
	moz-opacity: .75;
	opacity: .75;
	khtml-opacity: .75;
	height:15px;
	padding-top:5px;
}
.fright{
	float:right;
	width:240px;
	padding-bottom:30px;
	padding-left:10px;
	min-height:500px;
}
.fright a,.fright a:hover{
	color:#fff;
	text-decoration:none;
}
.description{
	width:170px;
	text-align:justify;
}
