@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:calibri, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#62605e;
	background-color:#FFF;
}
* {
	margin:0px;
	padding:0px;
}
ul, li, h1, h2, h3, h4, h5, h6, dd, dl, img, p, a, table {
	margin:0px;
	padding:0px;
}
img {
	border:0px;
}
a {
	color:#62605e;
	font-family:calibri, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}
a:hover {
	color:#62605e;
	text-decoration:none;
}
p {
	font-size:12px;
	text-align:justify;
}
#wapper {
	width:100%;
}
.main {
	margin:0 auto;
}
.header {
	background-color:#242473;
	height:22px;
	color:#FFF;
	padding-left:28px;
}
.header a {
	color:#FFFFFF;
	font-size:13px;
	padding-left:6px;
	padding-right:6px;
}
.header a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.right-content {
	border:0px;
	border-right:1px solid #e07c00;
}
.login {
	border:1px solid #242473;
}
.loginfield {
	color:#242473;
	text-align:right;
	padding:5px 2px 5px 0px;
	color:#62605e;
}
.logintext {
	border:1px solid #e07c00;
	background-color:#FFFFFF;
	width:100px;
	height:16px;
	font:calibri, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.enter {
	font:calibri, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	padding-right:10px;
}

.news-head {
	background:url(../images/news-head.gif) no-repeat;
	height:35px;
}
.option-head {
	background:url(../images/option_head.gif) no-repeat;
	height:35px;
}
.op-ques {
	font-size:16px;
	color:#242473;
}
.op-ques-q {
	padding:3px 2px;
	font:calibri, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.op-ans {
	border:1px solid #242473;
	width:163px;
	height:80px;
}
a.op-submit {
	color: #242473;
	text-decoration:underline;
}
a.op-submit:hover {
	color: #242473;
	text-decoration:none;
}
.search {
	border: 1px solid #265cda;
	background-color:#FFFFFF;
	width:160px;
	height:16px;
	font-size:12px;
	color: #242473;
}
.box-lt {
	background:url(../images/box-lt.gif) top left no-repeat;
	height:9px;
	width:9px;
}
.box-rt {
	background:url(../images/box-rt.gif) top right no-repeat;
	width:9px;
	height:9px;
}
.box-lb {
	background:url(../images/box-lb.gif) bottom left no-repeat;
	height:9px;
	width:9px;
}
.box-rb {
	background:url(../images/box-rb.gif) bottom right no-repeat;
	height:9px;
	width:9px;
}
.box-top {
	background:url(../images/box-mid.gif) top repeat-x;
}
.box-l {
	background:url(../images/box-mid.gif) left repeat-y;
}
.box-r {
	background:url(../images/box-mid.gif) right repeat-y;
}
.box-bot {
	background:url(../images/box-mid.gif) bottom repeat-x;
}
.bod-head {
	color: #245ddb;
	text-decoration:underline;
	text-align:center;
	padding-bottom:3px;
}
.box-midtext {
	font-size:12px;
	color:#b01016;
	text-align:justify;
}
a.fistp {
	color:#e08d0b;
	font-size:12px;
}
.get-tit {
	font-size:15px;
	color:#242473;
	font-weight:bold;
	background:url(../images/box-mid.gif) center repeat-x;
	width:100%;
}
.get-tit span {
	background-color:#FFFFFF;
	padding-right:5px;
}
.leftbor {
	border-right: 1px solid #e18c0d;
}
.footerlink {
	color:#242473;
	font-size:11px;
	text-align:center;
	border-top:1px solid #242473;
	height:20px;
	vertical-align:middle;
}
.footerlink a {
	color:#242473;
	padding-left:5px;
	padding-right:5px;
}
.footertext {
	font-size:12px;
	padding-bottom:2px;
}

label.error {
	color:red;
	font-style:normal;
}
.bad_message {
border: 1px solid #1860A8;
color:#FF0000;
background:#ECF0F3  url(../images/alertbad_icon.jpg) no-repeat scroll left center;
font-family:calibri, Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
margin:8px;
padding:8px;
padding-left:33px;


}

.success_message{
border: 1px solid #1860A8;
color:#000000;
background: #ECF0F3 url(../images/alertgood_icon.jpg) no-repeat scroll left center;
font-family:calibri, Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
margin:8px;
padding:8px;
padding-left:33px;
}
.table_border{
	border:1px solid #2a5292;
}
.th_background{
	background: #2a5292;
	color:#FFFFFF;
}.alter_row_odd{
	background: #ebeff6;
	color:#2a5292;
}
.alter_row_even{
	background: #FFFFFF;
	color:#2a5292;
}
.alter_even a{
	color:#2a5292;
}
.alter_even a:hover{
	color:#2a5292;
	text-decoration:underline;
}
.alter_odd a{
	color:#2a5292;
}
.alter_odd a:hover{
	color:#	2a5292;
	text-decoration:underline;
}

.btn {
	font-family :calibri, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFF;
	font-weight : bold;
	background : #252474;
	height:20;
	width:80;
	cursor:pointer;
	border : 1px solid #000000;
	text-align:center;
}

/*
.enterbut {
	margin:0px;
	padding:0px;
	background-color:#b3b3b5;
	border-width:0px;
	color:#242473;
}
*/
.enterbut {
	font-family : calibri, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFF;
	background : #252474;
	height:20;
	width:80;
	cursor:pointer;
	border : 1px solid #000000;
	text-align:center;
}.pageing{
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	COLOR: #000;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
}.pageing a:hover {
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: calibri, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
}.pagingcount{
	FONT-SIZE: 12px;
	COLOR: #FF0000;
	FONT-FAMILY: calibri, Arial, Helvetica, sans-serif;
	font-weight:bold;
	TEXT-DECORATION: none;
}
.curboddivover { 
	position:absolute; 
	width:132px; 
	height:104px;
	
}
.google_result div{
	padding: 10px;
	margin:10px;
}
.google_result iframe {
		padding:10px;
		border:0px;
	
}
.news_text{
	font:calibri, Arial, Helvetica, sans-serif;
	color:#FF0000;
	text-decoration:blink;
}