/* CSS Document */

body {
	margin: 0 auto;
}
.Ctrlbody {
	margin: 0 auto;
	background: #FFF;
}

#PageContainer {
	width: 960px;
	margin: 0 auto;
	background: #FFF;
}
#CtrlPageContainer {
	width: 100%;
	margin: 0 auto;
	background: #FFF;
}


#Header {
	height: 111px;
	background: url(../images/BgHeader.gif) repeat-x left top;
	position: relative;
}
#CtrlHeader {
	height: 70px;
	position: relative;
}

#Bottom {
	height: 87px;
	clear: both;
	margin: 25px 0 0 0;
	/*border-top: 1px dashed #AAA;*/
	background: url(../images/BgBottom.gif) repeat-x left top;
}
#CtrlBottom {
	height: 87px;
	clear: both;
	/*border-top: 1px dashed #AAA;*/
	background: url(../images/BgBottom.gif) repeat-x left top;
}

.CommonContentFrame01 {
	margin: 0 10px;
}
.CommonContentFrame01 td {
	vertical-align: top;
}

a:link { /*用在未访问的连接上。 */
	color: #00828b;
}
a:visited {/*用在已经访问过的连接上。*/ 
	color: #ad00cc;
}
a:hover { /*用于鼠标光标置于其上的连接。 */
	color: #F60;
}
a:active { /*用于获得焦点（比如，被点击）的连接上。 */
	color: #F60;
}

.GrayBg {
	background: #E9E9E9;
}

.Paragraph {
	text-indent: 2em;
}

.NoBorder {
	border: none;
}

.Sept01 {
	border-top: 1px dotted #CCC;
	margin-top: 10px;
	height: 10px;
	font-size: 1px;
	clear: both;
}
.Sept02 {
	border-right: 1px dotted #CCC;
	margin-right: 10px;
	width: 10px;
	font-size: 1px;
	clear: both;
}


.PageSwitch {
	padding: 10px;
	text-align:center;
	font-weight:normal;
	font-size: 12px;
}
.PageSwitch a.PageOff {
	padding: 2px 3px;
}
.PageSwitch a:hover.PageOff {
	background: #1678AE;
	color: #FFF;
	padding: 2px 3px;
}

.PageSwitch .PageNow {
	text-decoration: none;
	font-weight: bold;
	color: #F80;
	padding: 2px 3px;
}

.BackToTop {
	 text-align:right;
	 margin-right: 15px;
}

* html .IEHidden {
	display: none;
}
*+html .IEHidden {
	display: none;
}

/*======================通用弹出模块=======================*/
.CommonPopupBg {
	position: absolute;
	z-index: 20;
	background: #000;
	padding: 15px;
	clear: both;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=32);
	-moz-opacity:0.32;
	opacity:0.32;

}
* html .CommonPopupBg {
	height: 2600px;
}
.CommonPopupContainer {
	position: absolute;
	z-index: 110;
	padding: 15px;
	clear: both;
	width: 100%;
	height: 100%;
}
.CommonPopupLayer {
	position: relative;
	width: 600px;
	background: #FFF;
	border: 1px solid #AAA;
	padding: 15px;
	clear: both;
	margin: 90px auto 0 auto;
}


.MoreLink01 {
	text-align:right;
	margin-right:15px;
}
.MoreLink01 a {
	color:#333;
}
.MoreLink01 a:hover {
	color:#F60;
}

.TableWithNoBorder td{
	border: none;
}

.OtherNotice {
	color: #888;
	line-height: 16px;
}

.SelBg {
	background: #F80;
	padding: 5px;
}
.NoSelBg {
	padding: 5px;
}


/*================== Tab Navigation ====================*/
.TabNav1 {
	border-bottom: 3px solid #666;
	height: 26px;
	clear: both;
	font-size: 12px;
	padding-left: 10px;
}
.TabNav1 a {
	color: #000;
	text-decoration: none;
}
.TabNav1 a:hover {
	color: #F60;
	text-decoration: underline;
}

.TabNav1 ul {
	margin:0;
	padding:0;
	list-style: none;
}
.TabNav1 li {
	float:left;
	margin-right: 3px;
	background: #CCC url(../images/TabNav01UnSelRight.gif) no-repeat right bottom;
	height: 21px;
	margin-top: 5px;
	line-height: 21px;
	padding-right: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
}
.TabNav1 li span {
	float: left;
	margin-right: 9px;
}

.TabNav1 .selected {
	margin: 0 3px 0 0;
	background: #666;
	height: 26px;
	border: 1px solid #666;
	border-bottom: 1px solid #666;
	line-height: 28px;
	padding: 0 10px;
	font-weight: bold;
	color: #FFF;
}
.TabNav1 .selected span {
	display: none;
}
.TabNav1 .selected a {
	color: #FFF;
}
