﻿@charset "utf-8";
/*===========页面皮肤公共样式表===========*/
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	color: #000000;
	line-height: 18px;
	background: url(Images/BigBg.jpg) left top repeat-x;
	background-color: #5B5850;
}
p {
  line-height: 18px;
  font-size: 12px;
  margin:0;
  padding:0;
}
td {
  padding:0px;
  margin:0px;
}
h2 {
	font-size: 16px;
	color:	#000;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #000;
	font-weight:bold;
}
h4 {
	font-size:14px;
	color:#000;
	font-weight: bold;
	text-align: center;
}
.Normal {
	font-size: 14px;
}
.SubHead {
	font-size: 12px;
}
/*-----链接样类式-----*/
a{
	text-decoration:none;
	color:#666666;
}
a:link,a:visited{color:#666666;}
a:hover{text-decoration:underline;}

a.linkA, a.linkA:hover, a.linkA:visited {
	color: #F1F1F1;
	font-size: 12px;
	font: 宋体, 新宋体;
}
a.linkB, a.linkB:hover, a.linkB:visited {
	color: #6A6A6B;
	font-size: 12px;
	font: 宋体, 新宋体;
}
/*-----字体类-----*/
.font12 {
	font-size:12px;
}
.font14 {
	font-size: 14px;
}
/*-----文字样式类-----*/ 
.txtA {
	color: #F1F1F1;
	font-size: 12px;
}
.txtB {
	color: #6A6A6B;
	font-size: 12px;
}

#container { 
	width: 997px;  /* 使用比最大宽度 (800px) 小 20px 的宽度可显示浏览器界面元素，并避免出现水平滚动条 */
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	text-align: center; /* 这将覆盖 body 元素上的“text-align: center”。 */
	background: #5B5850;
} 
#innerContainer {
	width:991px;
	margin: 0 auto;
	text-align: left;
	paddig-top: 3px;
	padding-bottom: 18px;
}
#header { 
    width: 991px;
	height: 183px;
} 
#logo {
	width: 285px;
    background: url(Images/flashLogoBg.jpg) no-repeat scroll left 2px transparent;
	background: url(Images/flashLogoBg.jpg) left top no-repeat\9;

}
#headerRight{
	width: 706px;
}
.topTray {
	width: 100%;
	height: 29px;
	background: url(Images/topTrayBg.jpg) left top no-repeat;
}
.topTray .loginLinkPane {
	float: right;
	margin-right: 20px;
	margin-top: 8px;
}
.topImg {
	width: 100%;
	height: 117px;
	background: url(Images/topImage.jpg) left top no-repeat;
}
.bannerBg {
	width: 100%;
	height: 37px;
	background: url(Images/menuBgA.jpg) left top no-repeat;
}
.banner {
	margin-top: 6px;
	width: 100%;
	height: 28px;
}
.menuBg {
	width: 533px;
	height: 28px;
	background: url(Images/menuBg.jpg) left top no-repeat;
}
.searchPane {
	width: 173px;
	height: 28px;
	background-color: #191D25;
	padding-left: 3px;
}
.searchPane input {
	margin-left: 3px;
	width: 107px;
	height: 21px;
	background: url(Images/searchTxtboxBg.jpg) left top no-repeat;
	border: none;
	color: #F1F1F1;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px\9;
}
a.News_Search:link, a.News_Search:hover, a.News_Search:visited {
	width: 24px;
	height: 13px;
	background: url(Images/searchBtn.jpg) left top no-repeat;
	font-size: 10px;
	color: #ACAEB1;
	text-decoration: none;
	display: inline-table;
	padding-left: 4px;
	padding-left: 6px\9;
	line-height: 5px;
	line-height: 10px\9;
}
.headerShadow {
	width: 991px;
	height: 27px;
	background: url(Images/shadowAreaBg.jpg) left top no-repeat;
}
.imageSlide {
	width: 100%;
	height: 301px;
}
.imageSlideLeft {
	width: 44px;
	height: 301px;
	background: url(Images/slideLeftBg.jpg) left top no-repeat;
}
.imageSlideRight {
	width: 42px;
	height: 301px;
	background: url(Images/slideRightBg.jpg) left top no-repeat;
}
.imageSlideMiddle {
	width: 905px;
	height: 301px;
/*	background: url(Images/slideDemo2.jpg);
*/}
.imageSlideShadow {
	width: 991px;
/*	height: 6px;*/
	background: url(Images/imageSlideShadow.jpg) left top no-repeat;
	height: 6px;
	font: 0px\9;
}
.contentTopBg {
	width: 991px;
/*	height: 269px;*/
	background: url(Images/topPaneBg.jpg) left top repeat-x;
	background-color: #1D1D1D;
}
.contentTop {
	margin-left: 44px;
	margin-bottom: 11px;
	width: 905px;
}
.leftPaneT {
	width: 221px;
}
.rightPaneT {
	width: 684px;
	padding-left: 7px;

}
.contentBottomBg {
	width: 991px;
}
.contentBottom {
	width: 991px;
}
.leftPaneB {
	width: 139px;
	padding-top: 50px;
	background: url(Images/leftPanebBg.jpg) left top repeat-X;
}
.rightPaneB {
	width: 139px;
	padding-top: 50px;
	background: url(Images/rightPanebBg.jpg) left top no-repeat;
}
.middlePaneB {
	width: 713px;
}
#footer {
	padding-top: 16px;
	width: 991px;
	background: url(Images/footerBg.jpg) left top repeat-y;
}
#footer a:link,#footer a:visited{
font-weight:normal;
font-size:12px;
color:#6A6A6B;
text-decoration:none;
}
#footer a:hover{
text-decoration:underline;}
#footerBottom {
	width: 991px;
	height: 11px;
	background: url(Images/pageFooterBottomBg.jpg) left top no-repeat;
	font: 0;
}
.bLine {
	width: 991px;
	height: 9px;
	background: url(Images/bLine.jpg) left top no-repeat;
	font: 0;
}
.copyright {
	text-align: center;
}

#dnn_ctr468_Login_pnlLogin .LoginPane {
	width: 221px;
	height: 74px;
	background: url(Images/loginBg.jpg) left top no-repeat;
}
#dnn_ctr479_Login_pnlLogin .LoginPane {
	width: 221px;
	height: 74px;
	background: url(Images/loginBgSubpage.jpg) left top no-repeat;
}
.loginTxtBox { 
	width: 115px;
	height: 15px;
	background-color: #8E8E8E;
	border: #707070 1px solid;
}
.loginBtnArea input {
	width: 58px;
	height: 15px;
	background: url(Images/loginBtn.jpg);
	border: none;
	font-size: 12px;
	line-height: 12px;
	padding-top: 4px\9;
	line-height: 11px;
	color: #F1F1F1;
}
.loginBtnArea {
	height: 25px;
}

/*------------subpage sytle-----------------------*/
#logoSubpage {
		width: 285px;
	background: url(Images/subpageLogoFlashBg.jpg) left 2px no-repeat;
	background: url(Images/subpageLogoFlashBg.jpg) left top no-repeat\9;
}
.topImgSubpage {
	width: 100%;
	height: 117px;
	background: url(Images/topImageSubpage.jpg) left top no-repeat;
}
.headerShadowSubpage {
	width: 100%;
	height: 20px;
	background: url(Images/shadowAreaBgSubpage.jpg) left top no-repeat;
}
.flashBanner {
	width: 100%;
	height: 253px;
}
.content {
	width: 100%;
}
.mainContentBg {
	width: 747px;
	height: 613px;
	background-color: #CAD1C3;
}
.sidebar {
	width: 243px;
	height: 613px;
	background-color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
}
.mainContent {
	width: 514px;
	height: 535px;
	width: 738px\9;
    height: 587px\9;
	margin-top: 26px;
	margin-right: 9px;
	margin-bottom: 7px;
	padding: 0px 100px 26px 100px;
	overflow-y: scroll;
}
.mainContent p {
		color: #333333;
	font-size: 12px;
	text-indent: 2em;
}

/*----------------合作伙伴 style-----------------------------*/
#Customer_LeftBanner {
	width: 285px;
    background: url(Images/Customer_LeftBanner.jpg) no-repeat scroll left 2px transparent;
	background: url(Images/Customer_LeftBanner.jpg) left top no-repeat\9;

}
.Customer_RightBanner{
	width: 100%;
	height: 117px;
	background: url(Images/Customer_RightBanner.jpg) left top no-repeat;
}
.CustomerContent{
background:url(Images/Customer_ContentBG.jpg) no-reapeat left top;
}
/*--------------------建设中-----------------------------*/
.NoContent{
        background: url(Images/NoContent_ContentBG.jpg) no-repeat scroll left top transparent;
	background: url(Images/NoContent_ContentBG.jpg) left top no-repeat\9;
	text-align:right;
	padding:508px 25px 89px 720px;
}
#None_LeftBanner {
	width: 285px;
    background: url(Images/None_LeftBanner.jpg) no-repeat scroll left 2px transparent;
	background: url(Images/None_LeftBanner.jpg) left top no-repeat\9;

}
.None_RightBanner{
	width: 100%;
	height: 117px;
	background: url(Images/None_RightBanner.jpg) left top no-repeat;
}
/*----------------SIMS STYLE-------------------------------*/
.SIMS_Content{
background:url(Images/SIMS_Content.jpg) no-repeat left top;
width:100%;
}
.SIMS_Content .mainContentBg {
	width: 747px;
	background-color:transparent;
height: 866px;
}
.SIMS_Content .sidebar{
	background-color:transparent;
	width: 243px;
	height: 866px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
}
.SIMSContent{
padding:96px 0px 0px 106px;
overflow-y: scroll;
height: 760px!important;
*height: 866px;
}

.BreadCrumb{
padding: 0px 20px 0px 112px;
height:32px;
font-size:12px;
line-height:32px;}
.BreadCrumb a:link,.BreadCrumb a:visited{
color:#000000;
font-weight:normal;}

/*-------------------讲谈场----------------------*/
.Forum_ContentPane{
background:#232322 url(Images/Forum_ContentBG.jpg) repeat-x left top;
height:9px;}
.NewContentPane{
padding-top:9px;}
.NewsListPane{
padding-top:60px;}

ul.OneColumn {
margin:0px;
padding:0px;
}
ul.OneColumn li{
list-style:none;
background:url(Images/List_Greeen.jpg) no-repeat left 10px;
text-indent:15px;
}
ul.OneColumn li a:link,ul.OneColumn li a:visited{
font-size:12px;
line-height:24px;
color:#fff;
}
.OneColumn{
list-style:none;
background:url(Images/List_Greeen.jpg) no-repeat left 10px;
text-indent:15px;
}
.OneColumn  a:link,.OneColumn a:visited{
font-size:12px;
line-height:24px;
color:#fff;
}
.YongRi_NewsArticles_Content{
background-color:transparent;
height:495px;
overflow-y:scroll;}
#dnn_ctr466_dnnTITLE_lblTitle,#dnn_ctr466_ManageUsers_lblTitle{
color:#CAD1C3;
}


.FContentPane{
background-color: #CAD1C3;
padding:20px;
}
.Forum_Container{
width:95%;
}
