/* --------------------------
      feedback
-------------------------- */
.feedback 
{
	padding:10px;
	font-size:14px;
}
.feedback li
{
	width:100%;
	line-height:24px;
	clear:both;
	padding:10px 0;
}
.feedback li.subBtn
{
	text-align:center;
}
.feedback li.subBtn input
{
	padding:5px 10px;
	font-size:14px;
	cursor:pointer;
}
.feedback li input
{
	padding:2px;
}
.feedback span.freedCol
{
	float:left;
	display:block;
	padding:0 0 0 10px;
	width:80px;
}
.feedback textarea
{
	float:left;
	display:block;
	width:73%;
	*width:74%;
	overflow:hidden;
}
.errTips
{
	padding:0 0 0 5px;
}
p.done
{
	font-size:16px;
	color:#f63;
	padding:10px;
	text-align:center;
	font-weight:bold;
}
.subnav2
{
	border-bottom:0;
	height:24px;
	line-height:24px;
	padding:0 0 0 6px;
}
* html .subnav2
{
	padding:8px 0 0 6px;
}
/* by sAm lEyy*/
/*--------------------------------
             common
----------------------------------*/

#container
{
	border-top: 1px solid #BDD2ED;
	border-bottom: 1px solid #BDD2ED;
	background: url("../images/borderleft.png") repeat-y 0 0 #fff;
	width:950px;
	overflow:hidden;
	margin:0!important;
}
.mainContent
{
	background:url("../images/borderleft.png") repeat-y 0 0;
	width: 950px;
}
.content
{
	border-left:1px solid #BDD2ED;
	border-right:1px solid #BDD2ED;
	width:715px;
	float:right;
	overflow:hidden;
}
.topBanner
{
	border-top:3px solid #2F72BA;
	margin:0 0 6px 0;
	padding:6px 0 0 0;
}
.theCurrent
{
	_padding:6px 0 0 6px;
	border-bottom:1px dashed #BDD2ED;
	height:26px;
	line-height:26px;
} 
*+html .theCurrent
{
	padding:6px 0 0 6px;
} 
/* --------------------------
         sidebarDatas
-------------------------- */
.sidebarDatas
{
	float:right;
	width:702px;
	margin: 0 0 0 1px;
	overflow: hidden;
	border-left: 1px solid #BDD2ED;
	padding:0!important;
	padding:6px 0 0 0;
}
.sidebarDatas .theCurrent
{
	border-bottom:1px solid #BDD2ED;
	height:20px!important;
	line-height:20px!important;
}

/* --------------------------
         sideBar
-------------------------- */
.sideBar
{
	float:left;
	width:232px!important;	
	width:231px;
	margin: 0 0 0 1px;
	overflow:hidden;
}
.current a
{
	background:#036DA5;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #BDD2ED;
	color: #fff!important;
}
.sideList ul li
{
	/*height: 36px;*/
	line-height: 36px;
	text-align: center;
	width:100%;
}
.sideList ul li a 
{
	display:block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color:#333;
	border-bottom: 1px solid #BDD2ED;
	clear: both;
}
.sideList ul li a:hover
{
	text-decoration:underline;
}


/* --------------------------
        newsContent
-------------------------- */
.newsBox
{
	/*border-top:1px solid #BDD2ED;*/
}
#newsContent
{
	padding:10px 15px;
	line-height:26px;
}
#newsContent p
{
	font-size: 14px;
	text-indent:2em;
	margin:0 0 8px 0;
}
#newsContent p a
{
	text-decoration:underline;
	font-weight:bold;
}
#newsContent img
{
	margin: 0 auto;
	display: block;
	background: #eee;
}
#newsContent dt,
#newsContent dd
{
	float:left;
	margin:0 0 10px 0;
	height: 25px;
	line-height: 25px;	
}
#newsContent dt
{
	width:110px;
	padding:0 8px 0 0;
	text-align:right;
	color: #1b518e;
	font-weight: bold;
}
#newsContent dd
{
	width:530px;
	padding:0 0 0 20px;
	text-align:left;
}
#newsContent dd input
{
	width:250px;
}
/* --------------------------
        newsTitle
-------------------------- */
.newsTitle
{
	text-align:center;
	padding: 10px 0;
	border-bottom: 1px dashed #BDD2ED;
	width: 97%;
	margin: 0 auto;
}
.newsTitle h1
{
	line-height:40px;
	font-size: 26px;
	color: #1b518e;
}
/* --------------------------
        newsSpreadButton
-------------------------- */
.newsSpreadButton
{
	line-height:30px;
	height: 30px;
	text-align: right;
	width:96%;
	background:#f6f6f6;
	margin:10px auto;
}
.newsSpreadButton a
{
	padding: 0 5px;
	color: #182e62;
}

.Disclaimer
{
	color:#ba1212;
	text-align:center;
}

#newsContent .newsTitle
{
	text-align:left;
	text-indent:2em;
}


/* by sAm lEyy*/

