﻿
body  {
	background: #666666;
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	color: #000000;
	font-size: 10pt;
	font-family: 宋体;
}

A:link {
	FONT-SIZE: 10pt; 
	COLOR: #000000;
	font-family: 宋体;
	text-decoration: none;
}
A:visited {
	FONT-SIZE: 10pt;
	COLOR: #000000;
	font-family: 宋体;
	text-decoration: none;
}
A:hover {
	FONT-SIZE: 10pt; 
	COLOR: #3366ff;	
	font-family: 宋体;
	text-decoration: underline;
}
A:active {
	FONT-SIZE: 10pt; 
	COLOR: #3366ff; 	
	font-family: 宋体;
	text-decoration: none;
}





/* GridView */
.GridViewStyle
{

	 border:solid 1px #AEC9E7;
	 width:100%;
	 font-size: 10pt;
	 font-family: 宋体;
} 

.GridViewStyle a
{
	color: #000000;
	font-size: 10pt;
	font-family: 宋体;
} 
.GridViewStyle a:hover
{
	color: #000000;
	font-size: 10pt;
	font-family: 宋体;
} 

.GridViewHeaderStyle td, th
{
	border: 1px solid #AEC9E7;
	font-size: 10pt;
	height: 23px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
} 

.GridViewHeaderStyle 
{ 

	border: 1px solid #AEC9E7;
	font-size: 10pt;
	background-image: url('images/tt_bg.jpg');
} 

.GridViewRowStyle 
{ 
    background-color: #F7F6F3; 
    border-collapse: collapse;
} 

.GridViewAlternatingRowStyle 
{ 
	border-collapse: collapse;
	background-color: #FFFFFF;
} 

.GridViewRowStyle td, .GridViewAlternatingRowStyle td 
{ 
    border: 1px dotted #BEBEBE;
    font-size: 10pt;
} 

.GridViewSelectedRowStyle 
{ 
    background-color: #E2DED6; 
    font-weight: bold; 
    color: #333333; 
} 

.GridViewFooterStyle
{
	font-weight: bold;
	color: White;
	background-image: url('images/td_bg.jpg');
} 

.GridViewPagerStyle 
{ 
	background-image: url('images/td_bg.jpg');
	height: 23px;
	border-collapse: collapse;
} 

.GridViewPagerStyle table 
{ 
    margin: 0 auto 0 auto; 
    border-collapse: collapse;
}
/* GridView end */





/* form elements */
form {
	margin:0px; padding: 0;
	border: 0px solid #f2f2f2; 
	background: #666666;

}
label {
	/* display:block;
	font-weight:bold; */
	margin:5px 0;
}

mark {
	padding: 4px;
	border:1px solid #eee;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:4px;
	font: normal 1em/1.5em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;

}
input.button1pad { 
	margin: 5px; 
	font: 1em 宋体, Sans-serif; 
	font-size:12px;
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 2px; 
	color: #333;
	width:105px;
	
}

input.button4pad
{
	border: 1px solid #2C59AA;
    margin: 5px;
    font-size: 12px;
	    padding-right: 2px;
	    padding-left: 2px;
	    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#C3DAF5);
	    cursor: hand;
	    color: black;
	    padding-top: 2px;
	    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    font-family: 宋体, Arial, Helvetica, sans-serif;
}
/* form elements end */


A.button1pad:link
{
	background-position: #FFF;
	margin: 5px 1px 5px 1px;
	font: 1em 宋体, Sans-serif;
	font-size: 12px;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 2px;
	color: #333;
	width: 105px;
	text-decoration: none;
	line-height: 30px;
}
A.button1pad:visited {
	background-position: #FFF;
	margin: 5px 1px 5px 1px;
	font: 1em 宋体, Sans-serif;
	font-size: 12px;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 2px;
	color: #333;
	width: 105px;
		text-decoration: none;
}
A.button1pad:hover {
	background-position: #FFF;
	margin: 5px 1px 5px 1px;
	font: 1em 宋体, Sans-serif;
	font-size: 12px;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 2px;
	color: #333;
	width: 105px;
	text-decoration: underline;
}
A.button1pad:active {
	background-position: #FFF;
	margin: 5px 1px 5px 1px;
	font: 1em 宋体, Sans-serif;
	font-size: 12px;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 2px;
	color: #333;
	width: 105px;
	text-decoration: none;
}





/*圆边*/
.roundedcornr_box {
	background: url(images/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
	background: url(images/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom {
	background: url(images/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom div {
	background: url(images/roundedcornr_br.png) no-repeat bottom right;
}
.roundedcornr_content {
	background: url(images/roundedcornr_r.png) top right repeat-y;
}

.roundedcornr_top div,.roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content, .roundedcornr_bottom {
	margin-top: -19px;
}
.roundedcornr_content { padding: 0 15px; }


h1
{
	border-bottom: 1px solid #EFF0F1;
	padding: 0px;
	margin: 0px;
	font-family: 宋体, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
		text-transform: uppercase;
	width: 714px;
}

h2
{
	border-bottom: 1px solid #EFF0F1;
	padding: 5px 0px 5px 30px;
	background: url('images/square_arrow.gif') no-repeat 2px 2px; 
	margin: 5px 0px 0px 0px;
	text-transform: uppercase;
	font-family: 宋体, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h3
{
	margin: 3px 0px 0px 0px;
	border-bottom: 1px solid #EFF0F1;
	padding: 5px 5px 5px 38px;
	background: url('images/arrow.gif') no-repeat 18px 6px;
	font-size: 12px;
	font-weight: normal;
	font-family: 宋体, Arial, Helvetica, sans-serif;
}
h4
{
	margin: 3px 0px 0px 0px;
	border-bottom: 1px solid #EFF0F1;
	padding: 5px 5px 5px 38px;
	background: url('images/arrow.gif') no-repeat 18px 6px;
	font-size: 12px;
	font-weight: normal;
	font-family: 宋体, Arial, Helvetica, sans-serif;
}
/*#nav h2 { margin:0px; padding:6px; font-size:12px; font-family:Verdana; font-weight:normal;}
h3 a { color:#666666; text-decoration:none;} 
h3 a:hover { color:#999999; text-decoration:underline;} 
h3 { margin:0px; padding:8px; font-size:12px; font-family:Verdana; font-weight:normal;} 	background: url(images/arrow.gif) no-repeat 12px 5px;
h3 a { color:#666666; text-decoration:none;} 
h4 a:hover { color:#999999; text-decoration:underline;}  */






/*圆边 end*/

/*登陆页样式*/
#login
{
	background: #E7E7E7; /* 将显示背景色，其宽度等于栏中内容的长度，*/
	padding: 0px 0px 0px 0px;
}
#loginbg { 
	background-image: url(images/loginbg1.jpg);
	height: 360px;
	width:1000px;
} 
#logintd
{
	height: 100px;
	width: 1000px;
	background-color: #E7E7E7;
} 
#logindi
{
	height: 30px;
	width: 1000px;
	background-color: #B7B7B7;
} 
/*登陆页样式 end*/


/* 表格样式 */
.tdrowhead {
	PADDING-RIGHT: 1px; PADDING-LEFT: 5px; FONT-SIZE: 12px; PADDING-BOTTOM: 1px; COLOR: #333333; LINE-HEIGHT: 160%; PADDING-TOP: 1px; BACKGROUND-COLOR: #f5f5f5
}
.tdcolhead {
	PADDING-RIGHT: 1px; PADDING-LEFT: 5px; FONT-SIZE: 12px; PADDING-BOTTOM: 1px; COLOR: #333333; LINE-HEIGHT: 160%; PADDING-TOP: 1px; BACKGROUND-COLOR: #e6e6e6
}
.tdcontent {
	PADDING-RIGHT: 1px; PADDING-LEFT: 5px; FONT-SIZE: 12px; PADDING-BOTTOM: 1px; COLOR: #333333; LINE-HEIGHT: 160%; PADDING-TOP: 1px; BACKGROUND-COLOR: #ffffff
}
/* 表格样式 end */




/* 母版页 */
#header { 
	background-image: url(images/t_t1_bg.jpg);
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 72px;
} 
/*#header h1
{
	margin: 0; /* 将 #header div 中最后一个元素的边距设置为零将避免边距重叠（即 div 之间出现的无法解释的空白）。如果 div 周围有边框，则不必将边距设置为零，因为边框也会避免边距重叠 
	padding: 10px 0;
	font-family: 宋体, Arial, Helvetica, sans-serif;
}*/

#sidebar1
{
	background-position: #ECF1F4;
	width: 200px; /* 在符合标准的浏览器中或者在 Internet Explorer 中的标准模式下，此 div 的实际宽度除了包括宽度外，还包括填充和边框 */
	background: #ECF1F4; /* 将显示背景色，其宽度等于栏中内容的长度，*/
	padding: 15px 12px 15px 12px;
}

#footer { 
	background-image: url(images/d_bg.jpg);
	height: 80px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#containerfrom { 
	width: 100%;  /* 使用比最大宽度 (800px) 小 20px 的宽度可显示浏览器界面元素，并避免出现水平滚动条 */
	margin: 0px;
    padding:0px;
    background: #666666;
    border: 0px ;
} 
#container { 
	width: 98%;  /* 使用比最大宽度 (800px) 小 20px 的宽度可显示浏览器界面元素，并避免出现水平滚动条 */
	background: #666666; /* 自动边距（与宽度一起）会将页面居中 */
	border: 1px solid #000000;
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	overflow:hidden;
} 

#aaa {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
} 
#bbb {
	width: 8px; /* 填充使 div 的内容与边缘保持一定的距离 */
	background-image: url(images/sidebar2_bg.jpg);
	background-repeat: repeat-y;    /* padding: 0px 0px 0px 0px;  填充使 div 的内容与边缘保持一定的距离 */
}
#daohang {
	background-image: url(images/t_t2_bg.jpg);
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 26px;
	vertical-align:bottom;
    color: #000000;
	font-size: 10pt;
	font-family: 宋体;
} 
#header_l {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: left;
	float: left;
	width: 511px;
	height: 72px;
} 
#header_r
{
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 72px;
	float: right;
	background-image: url(images/t_r2_c4.jpg);
	width: 327px;
	text-align: right;
} 
#fengefu {
	height: 5px;
	background-image: url(images/lanmu_main_fengefu.gif);
	background-repeat: repeat-x;
}
#fengefu2 {
	height: 2px;
	background-image: url(images/lanmu_main_fengefu2.gif);
	background-repeat: repeat-x;
}
/* 母版页 end */








/* 导航菜单 
#menu {
	clear: both;
	margin: 0; padding: 0;	
}
#menu ul {	
	position: relative; 
	bottom: 4px;
	margin: 0; padding: 0;	
	float: left;
	font: bold 2.4em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	width:100%;
	border: 1px solid #808080;
	border-width: 0 0 4px 0;	
	list-style: none;
}
#menu ul li{
	display: inline;	
}
#menu ul li a {	
	position: relative; bottom: -4px;
	float: left;
	color: #808080;
	padding: 0px 10px;
	text-decoration: none;
	background: white url(menudivide.gif) repeat-y right top; 
	border-bottom: 4px solid #808080; 	
}
#menu ul li a:hover{
	color: black;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #FFA600;
}
#menu ul li#current a{
	color: #333;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #FFA600;
}
/* 导航菜单 end */



/* form elements 
form {
	margin:0; padding: 0;
	border: 0px solid #f2f2f2; 
background: #666666;
}
label {
	margin:5px 0;
}

mark {
	padding: 4px;
	border:1px solid #eee;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:4px;
	font: normal 1em/1.5em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;

}
input.button4pad11 { 
	margin: 5px; 
	font: 1em 宋体, Sans-serif; 
	font-size:12px;
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 2px; 
	color: #333;
	width:105px;
	
}

input.button4pad
{
	font: 1em 宋体, Arial, Helvetica, sans-serif;
	margin: 5px;
	font-size: 12px;
	border-right: #2C59AA 1px solid;
	padding-right: 2px;
	border-top: #2C59AA 1px solid;
	padding-left: 2px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#C3DAF5);
	border-left: #2C59AA 1px solid;
	cursor: hand;
	color: black;
	padding-top: 2px;
	border-bottom: #2C59AA 1px solid;
}
/* form elements end */

/* search form 
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;	
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
	vertical-align: top;
}
form.searchform input.button {
	width: 55px;
	vertical-align: top;
}
/* form elements end */




/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    /*background-color: #2E4d7B;*/
    background-color: #D3DEEF;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    /*background-color: #5078B3;*/
    background-color: #D3DEEF; 
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #F3F3F3;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
/* Accordion end */

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ecf1f4;
	border-width:2px;
	border-style:solid;
	border-color:Gray;
	padding:2px;
	width:850px;
}
/*Modal Popup end*/


/* 表格管理 */

.tb
{
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}
.tabletitle
{
	height: 20px;
	padding: 8px 2px 0px 2px;
	margin: 0;
	text-align: center; /*font-weight: bold;
border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E6EAE9;
	border-left-color: #E6EAE9;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-family: "宋体";
	font-size: 12px;
color: #FFFFFF;
*/
	background-image: url(images/bg_header2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.tablerow2{
	height:20px;
	padding:8px 2px 0 2px;
	margin:0;
	text-align:center;
	color:#666666;
	font-weight:normal;
	background-image: url(images/table_bullet2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "宋体";
	font-size: 12px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.tb td{
	height:20px;
	padding:3px 2px 3px 2px;
	margin:0;
	text-align:center;
	color:#666666;
	font-weight:normal;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "宋体";
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}



.can
{
	border-width: 0px;
	background-color: #FFFFFF;
}

.can .ajax__calendar_container
{
	border: 1px solid #646464;
	color: red;
	background-color: #FFFFFF;
}

.can .ajax__calendar_other .ajax__calendar_day,   
  
.can .ajax__calendar_other .ajax__calendar_year {   
  
    color: black;   
  
}   
  
.can .ajax__calendar_hover .ajax__calendar_day,   
  
.can .ajax__calendar_hover .ajax__calendar_month,   
  
.can .ajax__calendar_hover .ajax__calendar_year {   
  
    color: black;   
  
}   
  
.can .ajax__calendar_active .ajax__calendar_day,   
  
.can .ajax__calendar_active .ajax__calendar_month,   
  
.can .ajax__calendar_active .ajax__calendar_year {   
  
    color: black;   
  
    font-weight:bold;   
  
}   
  
.can td
{
	border-width: 0px;
	padding: 0px;
	margin: 0;
	background-color: #FFFFFF;
}
.tdcontent1
{
    margin: 0px;
    padding: 2px 0px 0px 0px;
    font-size: 13px;
    color: #333333;
    background-image: url('images/td_bg.jpg');
    height: 26px;
}
/*accordion*/
.accordionHeader
{
    border:1px solid #2F4F4F;
    background-color:#A6D0E6;
    font-family:华文新魏;
    font-size:16px;
    font-weight:bold;
    padding:5px;
    margin-top:5px;
}

.accordionContent
{
    border:1px dashed #2F4F4F;
    background-color:#FFFEDF;
    font-family:Arial;
    border-top:none;
    padding:5px;
    padding-top:10px;
}

.accordionAaction
{
	border:1px dashed #2F4F4F;
	padding:5px;
}
.accordionAactioo
{
 background-color:#FFFFFF;	
}

.accordionAactixx
{
 font-size:20px;	
  line-height:30px;
  font-family:华文宋体;	
}
.accordionAactixxz
{
 font-size:25px;	
  line-height:50px;
   font-family:华文宋体;	
}
.accordionAactizz
{
 font-size:15px;
 line-height:22px;	
 font-family:华文宋体;	
}
.accordionAactikk
{
 font-size:16px;
 line-height: 18px;	
 font-family:华文仿宋;
 letter-spacing:2px;
}
.accordinAccc
{
line-height: 25px;	
}
.accordinAccx
{
line-height: 20px;
font-size:12px;
} 
.accordinAaaa
{
  color:#fff;
  font-size:30px;	
}

.C
{
 font-size:25px;
 color:#000000;
 font-family:宋体;
 text-decoration:none;	
}

.C:link {
	FONT-SIZE: 25px; 
	COLOR: #000000;
	font-family: 宋体;
	text-decoration: none;
}
.C:visited {
	FONT-SIZE: 25px;
	COLOR: #000000;
	font-family: 宋体;
	text-decoration: none;
}
.C:hover {
	FONT-SIZE: 25px; 
	COLOR: #3366ff;	
	font-family: 宋体;
	text-decoration: underline;
}
.C:active {
	FONT-SIZE: 25px; 
	COLOR: #3366ff; 	
	font-family: 宋体;
	text-decoration: none;
}
