/*--------------------------------
             common
----------------------------------*/
#container
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: url("../images/borderleft.png") repeat-y 0 0 #fff;
	margin: 8px 0 0 0;
}
.borderBottom
{
	border-bottom:1px solid #ccc;
}
* html .theCurrent
{
	height:20px;
	line-height:20px;
	padding:6px 0 0 10px;
}
/* --------------------------
         content
-------------------------- */
.content
{
	float:right;
	width:702px;
	margin: 0 0 0 1px;
	overflow: hidden;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/* --------------------------
         sideBar
-------------------------- */
.sideBar
{
	float:left;
	width:244px !important;
	width:243px;
	margin: 0 0 0 1px;
}
.current
{
	background:#3c7dab;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #d3d3d3;
}
.current a
{
	color:#fff!important;
}
.sideList ul li
{
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.sideList ul li a 
{
	display:block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #333;
	border-bottom: 1px solid #d3d3d3;
	clear: both;
}
.sideList ul li a:hover
{
	display:block;
	
}

/* --------------------------
        mainContent
-------------------------- */
.mainContent
{
	/*background:url("../images/borderleft.png") repeat-y 0 0;
	width: 950px;*/

}
/* --------------------------
        newsContent
-------------------------- */
#newsContent
{
	padding:10px 15px;
	line-height:26px;

}
#newsContent p
{
	margin:0 0 8px 0;
	font-size: 14px;
}
#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 #d3d3d3;
	width: 97%;
	margin: 0 auto;
}
.newsTitle h1
{
	line-height:40px;
	font-size: 22px;
	color: #1b518e;
}
/* --------------------------
        newsSpreadButton
-------------------------- */
.newsSpreadButton
{
	line-height:30px;
	height: 30px;
	text-align: right;
	width:96%;
	margin:4px auto;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;	
	background:#fafafa;
}
.newsSpreadButton a
{
	padding: 0 15px;
	color: #182e62;
}
.Disclaimer
{
	color:#ba1212;
	text-align:center;
}



.newsMain
{
	border-top:1px solid #d3d3d3;
}
/* by sAm lEyy*/
/* --------------------------
      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*/

