﻿/*该CSS文件描述整站所有页面的共用样式，当要对网站皮肤动态更改时只要更换该文件即可*/
@import url(MasterFooter_ascx.css);
body
{
	text-align:center;
	margin:0;
	padding:0;
	font-family:"宋体", Arial, Verdana, sans-serif;
	/*font-family:Courier, Courier New, Verdana, Arial;*/
	color:#333;
	font-size:12px;
	line-height: 20px;
	background-color:White;
}

.Clear
{
	clear:both;
	height: 0;
	line-height: 0;
	font-size:0px;
	overflow:hidden;
}
h5,h4,h3,h2
{
	display:inline;
}
h2
{
	color:White;
	font-weight:bold;
	font-size:13px;
}
h3
{
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h4
{
	font-size:16px;
}
h5
{
	font-size:15px;
	font-weight:600;
	font-family:黑体;
}
.Show
{
	display:block;
}
.Hide
{
	display:none;
}
A/*主链接的样式*/
{
	color:#333333;
	text-decoration:none;
}
A:visited/*主链接的样式*/
{
	color: #333333;
	text-decoration: none;
}
A:hover/*主链接的样式*/
{
	color: #FF3300;
	text-decoration: none;
}
A.TitleA/*标题链接的样式*/
{
	color:#333333;
    text-decoration:none;
}
A.TitleA:visited/*标题链接的样式*/
{
	color:#333333;
    text-decoration:none;
}
A.TitleA:hover/*标题链接的样式*/
{
    color:#66CC00;
	text-decoration:underline;
}
A.Title2A/*标题链接的样式*/
{
	color:#ff6600;
    text-decoration:underline;
}
A.Title2A:visited/*标题链接的样式*/
{
	color:#ff6600;
    text-decoration:underline;
}
A.Title2A:hover/*标题链接的样式*/
{
    color:#ff6600;
	text-decoration:underline;
}
A.OtsdA/*突出链接的样式*/
{
	color:#1c4c7a;
	text-decoration:underline;
}
A.OtsdA:visited/*突出链接的样式*/
{
	color:#1c4c7a;
	text-decoration:underline;
}
A.OtsdA:hover/*突出链接的样式*/
{
    color:#1c4c7a;
    text-decoration:none;
}
A.Red
{
	color:Red;
	text-decoration:underline;
}
A.Red:visited
{
	color:Red;
	text-decoration:underline;
}
A.Red:hover
{
	color:Red;
	text-decoration:underline;
}
.Otsd
{
	color:#609;
}
dl
{
	display:inline;
}
.Hide
{
	display:none;
}
/*以下是大写开头的公共类名的样式－非页面公共的类名首字小写且前面一定要至少加上所属页面的索引*/
.ColorSpan
{
	color:#aaa;
	padding:0 6px;
}
.BorderDiv
{
	/*margin:8px 0;
	border-style:solid;
	border-color:#2a0f42;
	border-color:#deb5ff;
	border-width:1px;*/
}
.LeftDiv
{
	margin-right:8px;
	float:left;
}
.TitleDiv
{
	/*
	background-image:url("Img/117.jpg");
	background-repeat:repeat-x;
	color:#1c4c7a;*/
	color:#fff;
	background-color:#aaccee;
	text-align:left;
	padding:2px 8px;
	border-bottom-style:solid;
	border-bottom-color:#aaccee;
	border-bottom-width:1px;
	font-size:13px;
}
.Title1Div
{
	/*
	background-image:url("Img/117.jpg");
	background-repeat:repeat-x;
	color:#1c4c7a;*/
	color:#aaccee;
	text-align:left;
	padding:2px 8px;
	border-bottom-style:solid;
	border-bottom-color:#aaccee;
	border-bottom-width:1px;
	font-size:13px;
}
.Title2Div
{
	color:#000;
	text-align:left;
	padding:4px 8px;
	border-bottom-style:solid;
	border-bottom-color:#ebff79;
	border-bottom-width:2px;
}
.Title3Div
{
	color:#000;
	text-align:left;
	padding:4px 8px;
}
.ContentDiv
{
	font-size:13px;
}
.Border1Div
{
	border-style:solid;
	border-color:#aaccee;
	border-width:1px;
}
.Border2Div
{
	margin:8px 0;
}
.Border3Div/*用来显示说明信息(纯文字)的DIV*/
{
	text-align:left;
	background-color:#eee;
	margin:8px 0;
	padding:8px 4px;
	font-size:12px;
}
.Border4Div
{
	margin:0 8px;
}
.Inner1Div/*增加边距的DIV*/
{
	padding:4px 0;
	font-size:13px;
}
.Inner2Div
{
	padding:0 4px;
	font-size:13px;
}
.Inner3Div
{
	padding:4px;
}
.Inner4Div
{
	padding:8px;
}
.Inner5Div
{
	padding:8px 0;
}
.EmptyDiv
{
	font-size:12px;
	display:none; 
	text-align:center; 
	margin:32px 0;
}
ul.L7R3Ul/*左宽7成右宽3成的ul标签样式--当需要在一行的左右两边显示不同的内容时用此样式，一般是左边标题，右边按钮，或左右两边不同的按钮，或者左右两边不同的文字*/
{
	margin:0;
	padding:0;
	width:100%;
}
ul.L7R3Ul li
{
	float:left;
	list-style-type:none;
}
ul.L7R3Ul .TitleLi
{
	text-align:left;
	width:70%;
}
ul.L7R3Ul .BtnLi
{
	text-align:right;
	width:29%;
}
.RightTd/*右单元格*/
{
	text-align:right;
}
.LeftTd/*左单元格*/
{
	text-align:left;
	 vertical-align:middle;
}
.RightTopTd/*右上单元格*/
{
	vertical-align:top;
	text-align:right;
	padding-top:2px;
}
.LeftTopTd/*左上单元格*/
{
	vertical-align:top;
	text-align:left;
}
.MarginTb td
{
	padding:4px;
}
.CenterTd
{
	text-align:center;
}
.Red/*用于需要突出显示的信息，如表示必填的红色*号<span class="Red">*</span>*/
{
	color:Red;
}
.Hide
{
	display:none;
}
.AddHrTd/*所有添加信息页面的横线样式*/
{
	height:6px;
	border:solid 2px;
	background-image:url("Img/addHrShort.jpg");
	background-repeat:repeat-y;
	background-position:center;
	font-size:13px;
}
.PageNavigationDiv/*页面导航控件外层DIV*/
{
	font-size:12px;
	text-align:center;
	border-top:dotted 1px #e6e6e6;
}
.Navigates/*导航控件样式*/
{
	font-family:"Verdana", "Arial", "Helvetica", "sans-serif", "??ì?";
}
.Navigates input
{
	background-color:#f4f4f4;
	border:solid 1px #ccc;
	height:13px;
	line-height:13px;
}
.WeakColor/*所有炎颜色的小标题的样式*/
{
	color:#888;
	font-size:12px;
}
.Ellipsis/*所有溢出时要显示省略号的标题的样式--此样式一定要补上对象的width属性才有效*/
{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.WeakColor_Ellipsis/*所有是炎颜色且溢出时要显示省略号的小标题的样式*/
{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color:#567;
	font-size:12px;
}
/*以下是站点所有简单控件样式，包括html控件和标准控件*/
.Text/*大小一般的text控件*/
{
	width:200px;
	height:16px;
	font-size:14px
}
.Text_Long/*长的text控件*/
{
	width:450px;
	height:16px;
	font-size:14px
}
.Text_Short/*短的text控件*/
{
	width:100px;
	height:16px;
	font-size:14px
}
.Text_TelL/*描述电话号码区号的text控件*/
{
	width:40px;
	height:16px;
	font-size:14px
}
.Text_TelR/*描述电话号码的text控件*/
{
	width:150px;
	height:16px;
	font-size:14px
}
.Sel/*一般的select控件*/
{
	width:206px;
	height:20px;
	font-size:14px
}
.Sel_Long/*长的select控件*/
{
	height:20px;
	font-size:14px
}
.Sel_Short/*短的select控件*/
{
	width:106px;
	height:20px;
	font-size:14px
}
.Txar/*textarea控件*/
{
	width:450px;
	height:100px;
}
.Txar_Litter/*textarea控件*/
{
	width:400px;
	height:40px;
}
.Txar_Long/*textarea控件*/
{
	width:600px;
	height:100px;
}
.ImgBtn/*有背景图的asp:Button控件*/
{
	cursor:pointer;
	border-style:none;/*
	width:63px;
	height:30px;*/
	width:80px;
	height:24px;
	line-height:24px;
	background-color:Transparent;
	background-image:url(img/imgbtn.gif);
}
a.ImgBtn
{
	display:block;
	background-image:url(img/imgbtn.gif);
	text-align:center;
}
a.ImgBtn:link
{/*
	width:63px;
	height:30px;*/
	width:80px;
	height:24px;
	line-height:24px;
	background-image:url(img/imgbtn.gif);
}
a.ImgBtn:hover
{
	color:Black;
}
.ImgBtn_Longest/*有背景图的长asp:Button控件*/
{
	cursor:pointer;
	border-style:none;	
	width:160px;
	height:25px;
}
.ImgBtn_Long/*有背景图的长asp:Button控件*/
{
	cursor:pointer;
	border-style:none;	
	width:100px;
	height:25px;
}
.ImgBtn_Small2/*有背景图的2字长度小asp:Button控件*/
{
	cursor:pointer;
	border-style:none;	
	width:36px;
	height:20px;
	font-size:12px;
}
.ImgBtn_Small3/*有背景图的3字长度小asp:Button控件*/
{
	cursor:pointer;
	border-style:none;	
	width:48px;
	height:20px;
	font-size:12px;
}
.ImgBtn_Small4/*有背景图的4字长度小asp:Button控件*/
{
	cursor:pointer;
	border-style:none;	
	width:60px;
	height:20px;
	font-size:12px;
}
.ImgBtn_Small5/*有背景图的5字长度小asp:Button控件*/
{
	cursor:pointer;
	border-style:none;	
	width:72px;
	height:20px;
	font-size:12px;
}
.ImgBtn_Small6/*有背景图的6字长度小asp:Button控件*/
{
	cursor:pointer;
	border-style:none;	
	width:84px;
	height:20px;
	font-size:12px;
}
.ImgBtn_Small7/*有背景图的7字长度小asp:Button控件*/
{
	cursor:pointer;
	border-style:none;	
	width:96px;
	height:20px;
	font-size:12px;
}
.ImgBtn_Small8/*有背景图的8字长度小asp:Button控件*/
{
	cursor:pointer;
	border-style:none;	
	width:108px;
	height:20px;
	font-size:12px;
}
.ImgBtn_WriToMe/*写信按钮asp:Button控件*/
{
	cursor:pointer;
	border-style:none;	
	width:15px;
	height:11px;
	font-size:12px;
	background-color:Transparent;
	background-image:url(Img/writome.gif);
}
/*以下是有色控件*/
.TextColor,.TextColor_Long,.TextColor_Short,.TextColor_TelL,.TextColor_TelR,.SelColor,.SelColor_Long,.SelColor_Short,.TxarColor
{
	background-color:#e9f5fd;
}
.TextColor/*大小一般的有色text控件*/
{
	width:200px;
}
.TextColor_Long/*长的有色text控件*/
{
	width:400px;
}
.TextColor_Short/*短的有色text控件*/
{
	width:100px;
}
.TextColor_TelL/*描述电话号码区号的有色text控件*/
{
	width:40px;
}
.TextColor_TelR/*描述电话号码的有色text控件*/
{
	width:150px;
}
.SelColor/*一般的有色select控件*/
{
	width:206px;
}
.SelColor_Long/*长的有色select控件*/
{
	width:406px;
}
.SelColor_Short/*短的有色select控件*/
{
	width:106px;
}
.TxarColor/*有色textarea控件*/
{
	width:400px;
	height:100px;
}
