@charset "utf-8";
body {
	margin:0px;
	font-family:"宋体";
	font-size:12px;
	color:#333333;
}
a{
	color: #477091;
	text-decoration: none;
}
    a:hover{
	color: #3E86C8;
	text-decoration: none;
}
/**红色的样式---------------------------------------*/
.selectMustFontTd
{
	color:#FF0000;
/*	text-align:left;*/
	text-decoration: none;
}
/*--带链接的表格--*/
.tab4 {
   padding:0px;
   margin:3px 0px 0px;
}
.tab4 tr td {
  padding:0px 0px 0px 30px;
  line-height:26px;
  margin:0px;
}
.tab4 tr td a{  
  color: #477091;
  text-decoration: none;
}
.tab4 tr td a:hover{
	color: #3E86C8;
	text-decoration: none;
}
.table tr td a{
	color: #477091;
	text-decoration: none;
}
.table tr td a:hover{
	color: #3E86C8;
	text-decoration: none;
}
.table tr td a:focus {  
  outline:0;/*兼容火狐浏览器*/  
}  
.table_td{
	font-family:"黑体";
	color:#3E86C8;
	font-size:16px;
	font-weight: bold;  
}
.a1{
	color: #3E86C8;
	font-family:"宋体";
	font-size:12px;
	text-decoration: underline;
}
/*---------位置下面的横线----------*/
.hr{padding:0;
   margin:0; 
   border-bottom:1px solid #B6C4D1;
 }
.dotted_line{padding:0;
   margin:0; 
   border-bottom:1px dashed #3E86C8;
 }

/*---------当前位置文本------------*/
.location{
	font-weight: bold;
	color:#3F5F7F;
	padding-left:8px;
}
.tab1 td {border:1px solid #B6C4D1;}
.td1{
 border-left:1px solid #CFD8E1;
 border-right:1px solid #CFD8E1;
 color:#527894;
}

.tab21{
   font-size: 12px;
/*  border-bottom:1px solid #BDD8F2;*/
}
.tab21 th{
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	border-left:1px solid #BDD8F2;
    border-bottom:1px solid #BDD8F2;
    border-right:1px solid #BDD8F2;
    border-top:1px solid #BDD8F2;
}

.tab2{
   font-size: 12px;
/*  border-bottom:1px solid #BDD8F2;*/
}
.tab2 th{
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	border-left:1px solid #BDD8F2;
    border-bottom:none;
    border-right:1px solid #BDD8F2;    
}
.th2{
  border-right:1px solid #BDD8F2;
}
.tab2 tr td {
	/*border-top:1px solid #BDD8F2;*/
	border-bottom:1px solid #BDD8F2;
    border-left:1px solid #CFD8E1;
    border-right:1px solid #CFD8E1;
}
/*灰色*/
tab2 tr td span {
	color: #999999;
}
.td2{
    border-right:1px solid #BDD8F2;
}
.td2 a{
	color: #477091;
	text-decoration: none;
}
.td2 a:hover{
	color: #3E86C8;
	text-decoration: none;
}
.td3{
  border:none;
  color:#0986C0;
}
/*--带链接的表格--*/
.td a{
	color: #477091;
	text-decoration: none;
}
.td a:hover{
	color: #3E86C8;
	text-decoration: none;
}
/*灰色*/
.span{
  color: #999999;
}

/**-----输入框------------*/
.input{
	border:1px solid #527894;
	width: 180px;
}
.input_s{
 	border:1px solid #527894;
	width: 100px;
}
.input_ready{
	border:1px solid #527894;
	width: 180px;
	background-color: #E3E3E3;
}
.input_text{
	border:1px solid #527894;
	line-height: 20px;
}
.editTextarea{
	border:1px solid #477091;
	padding:1px;
	overflow:auto;
	text-align:left;
	padding:5px;
/*	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	height:150px;*/

}
.select{
  border:1px solid #477091;
  float: left;
  display: inline;
  margin-right:6px;
}

/*---div样式----------------*/
.mydiv{
	float:left;
	border:1px solid #84A4BD;
	color:inherit;
	margin:0px;
	padding:0px;
	width:270px; 
	height:220px;
	padding-bottom:20px;
}
.divty{ background:url(../../Resource/PEE/Images/ty.gif) no-repeat left; width:506px; height:246px;}
/**弹出框的样式*/
#alert {border:none;z-index:1000;position:absolute;display:none;} 
#alert_edit {border:none;z-index:1000;position:absolute;display:none;} 
#alert_view {border:none;z-index:1000;position:absolute;display:none;} 
.alert_td_left{
  border-left:2px solid #537895;
}
.alert_td_right{
  border-right:2px solid #537895;
}
.alert_td_top{
  border-top:2px solid #537895;
}
.alert_td_bottom{
  border-bottom:2px solid #537895;
}
.divTab tr td{
  font:"宋体";
  color:#527894;
}
table tr td img{
 cursor:hand;
}
.a3{
  background:url(Resource/PEE/Images/close.gif) no-repeat center;
  display:block; 
  height:22px; 
  width:20px;
  hide-focus: expression(this.hideFocus=true);  /* for ie 5+ */
  outline: none;  /* for firefox 1.5 + */
  coursor:hand;
}
.a3:hover{
  background:url(Resource/PEE/Images/sclose.gif) no-repeat center;
  display:block; 
  height:22px; 
  width:20px;
  hide-focus: expression(this.hideFocus=true);  /* for ie 5+ */
  outline: none;  /* for firefox 1.5 + */
  coursor:hand;
}

a{
    hide-focus: expression(this.hideFocus=true);  /* for ie 5+ */
    outline: none;  /* for firefox 1.5 + */
}


.gvCss
{
   border:1px;
   border-color:#e1e1e1;
 
}



.gvItemStyle
{
	border-color: Black;
	border-width: 1px;
}

.gvHeadStyle
{
	/*font-size: 13px;
	color: #000000;
	font-weight: normal;
	border-left:1px solid #BDD8F2;
    border-bottom:none;
	height: 26px;*/
	background-image:url(../../Resource/PEE/Images/表头背景.gif);
	
	
}


.pageErrorTd
{
	text-align: left;
}

.notDisplay
{
	display: none;
}
.Display
{
	display:block;
}


/* UpdateProgress */
.upsStyle
{
	color: #ff3366;
}

#modalBackgroundUpp
{
	background-color: #ccc;
	filter: alpha(opacity=0);
	opacity: 0.7;
	position: absolute;
	top: 0px;
	left: 0px;
}

#animationDialogUpp
{
	position: absolute;
	border: solid 1px #000000;
	color: Black;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	line-height: 30px;
	height: 40px;
	padding: 5px;
	margin-top:300px;
	margin-left:500px;
	 width:250px;
}

 /*Modal Popup*/
        .modalBackground
        {
            background-color: Gray;
            filter: alpha(opacity=70);
            opacity: 0.7;
        }
        .modalPopup
        {
            background-color: #ffffff;
            width: 609px;
        }
        .modalPopup2
        {
            background-color: #ffffff;
            width: 639px;
        }
        .modalPopup3
        {
            background-color: #ffffff;
            width: 850px;
            height: 500px;
        }        
        
        .AspNetPagerCss
			{
			color: #333333;
			text-align: right;
			/*vertical-align: middle;*/
			}
			
			 .AspNetPagerCss1
			{
			color: #333333;
			text-align: right;
			
			/*vertical-align: middle;*/
			}
			 #AspNetPagerCss2 a,#AspNetPagerCss2 a:link,#AspNetPagerCss2 a:visited
			 {
			 color: #333333;
			text-align: right;
			 background:none; }
			
			 #AspNetPagerCss2 a:hover{ color:#1f7bba;}
			
			.AspNetPagerCss1 a:hover,.PageIndexBoxClass a:hover,.cstInfoCss a:hover{color: #333333; }

			.PageIndexBoxClass
			{color: #333333;
			height: 12px;
			font-size: 12px; 
			}
			
			
			
.cstInfoCss
{
	/*text-align: center;
	color: #333333;
	margin-top: 9px;*/
	text-align:center;
	color: #333333;
	vertical-align:bottom;
	padding-top:6px;
}


 #AlertDiv
        {
            left: 25%;
            top: 40%;
            position: absolute;
            width: 0px;
            padding: 0px;
            text-align: left;
            visibility: hidden;
            z-index: 10000;
        }
        
 #AlertIframeDiv
        {
            left: 10%;
            top: 40%;
            position: absolute;
            width: 0px;
            padding: 0px;
            text-align: left;
            visibility: hidden;
            z-index: 10000;
        } 
/** 按钮蓝色(高)*/
.short_buttonB{
    background:url(../../Resource/PEE/Images/normalB.gif) no-repeat left; 
	width:61px; 
	height:29px; 
	display:block; 
	line-height:28px; 
	color:#ffffff; 
	text-decoration:none; 
	font-weight:bold;
	font-size:12px;
	text-align:center;
	border:none;
    hide-focus: expression(this.hideFocus=true);  /* for ie 5+ */
    outline: none;  /* for firefox 1.5 + */
/*	font-size:9pt;
	background-image:url(../../Resource/PEE/Images/normalB.gif);
	cursor:hand;
	background-color:transparent;
	color:#FFFFFF;
	font-family:"宋体";
	text-align:center;
	height:25px;
	line-height:25px;
	width:61px;
	border:none;
	font-weight: bold;*/
}
/** 按钮蓝色(矮)*/
.short_buttonS{
    background:url(../../Resource/PEE/Images/normalS.gif) no-repeat left; 
	width:61px; 
	height:25px; 
	display:block; 
	line-height:25px; 
	color:#ffffff; 
	text-decoration:none; 
	font-weight:bold;
	font-size:12px;
	text-align:center;
	border:none;
    hide-focus: expression(this.hideFocus=true);  /* for ie 5+ */
    outline: none;  /* for firefox 1.5 + */
}

/** 按钮蓝色(高)4字*/
.short_buttonB4{
    background:url(../../Resource/PEE/Images/4字按钮高-普通状态.gif) no-repeat left; 
	width:74px; 
	height:23px; 
	display:block; 
	line-height:23px; 
	color:#ffffff; 
	text-decoration:none; 
	font-weight:bold;
	font-size:12px;
	text-align:center;
	border:none;
    hide-focus: expression(this.hideFocus=true);  /* for ie 5+ */
    outline: none;  /* for firefox 1.5 + */
/*	font-size:9pt;
	background-image:url(../../Resource/PEE/Images/normalB.gif);
	cursor:hand;
	background-color:transparent;
	color:#FFFFFF;
	font-family:"宋体";
	text-align:center;
	height:25px;
	line-height:25px;
	width:61px;
	border:none;
	font-weight: bold;*/
}
/** 按钮蓝色(矮)4字*/
.short_buttonS4{
    background:url(../../Resource/PEE/Images/4字按钮高-选中状态.gif) no-repeat left; 
	width:74px; 
	height:27px; 
	display:block; 
	line-height:29px; 
	color:#ffffff; 
	text-decoration:none; 
	font-weight:bold;
	font-size:12px;
	text-align:center;
	border:none;
    hide-focus: expression(this.hideFocus=true);  /* for ie 5+ */
    outline: none;  /* for firefox 1.5 + */
}
/** 按钮蓝色(矮)*/
.short_buttonS6{
    background:url(../../Resource/PEE/Images/六字按钮高-普通状态.gif) no-repeat center; 
	width:100px; 
	height:25px; 
	display:block; 
	line-height:25px; 
	color:#ffffff; 
	text-decoration:none; 
	font-weight:bold;
	font-size:12px;
	text-align:center;
	border:none;
    hide-focus: expression(this.hideFocus=true);  /* for ie 5+ */
    outline: none;  /* for firefox 1.5 + */
}

.pnlBtnBottom
{
	height: 40px;
	vertical-align: text-bottom;
	text-align: center;
}



.w760{ width:760px; margin:0 auto;}
.tanchu760_top{ background:url(../../Resource/PEE/Images/tanchu760_top.gif) no-repeat; width:760px; height:27px;color:#627886;}
.tanchu760_b{ width:756px; border-left:2px solid #527894; border-right:2px solid #527894; color:#627886; font-size:12px;}
.tanchu760_b a:hover{color:#ffffff;}
.tanchu760_b p{ width:707px; margin:0 auto; line-height:18px; padding:5px 0; }
.tanchu760_bot{ background:url(../../Resource/PEE/Images/tanchu760_bot.gif) no-repeat; width:760px; height:27px;}

.w560{ width:560px; margin:0 auto;}
.tanchu_top{ background:url(../../Resource/PEE/Images/tanchu_top.gif) no-repeat; width:560px; height:27px;}
.close{ float:right; padding-right:7px; padding-top:5px; }
.tanchu_b{ width:556px; border-left:2px solid #527894; border-right:2px solid #527894; color:#627886; font-size:12px;}
.tanchu_b a:hover{color:#ffffff;}
.tanchu_b p{ width:507px; margin:0 auto; line-height:18px; padding:5px 0; }
.tanchu_bot{ background:url(../../Resource/PEE/Images/tanchu_bot.gif) no-repeat; width:560px; height:27px;}
/*.datatable{ width:1000px;border:0; text-align:center; background:url(../../Resource/PEE/Images/top.gif); position:relative;}*/
.datatable{ width:1000px;border:0; text-align:center; background:white; position:relative;}
.datatable1{ width:400px;border:0; text-align:left; background:white; position:relative;}
/*无数据表格样式*/
.nodata{background-color: #ffffff; color:Red; position:relative; top:-2px;}
.nodata1{background-color: #ffffff; color:Red; position:relative; top:-2px;z-index:-999998;}
.nodata2{color:Red; position:relative; top:-2px;}
/*数据表格无数据行样式*/
.gvEmptyHeadStyle{height:24px;padding:0;margin:0; border-right:1px solid #BDD8F2; width:99%;}
.gvEmptyHeadStyle1{height:22px;padding:0;margin:0; border-right:1px solid #BDD8F2; width:99%;}
.gvEmptyHeadStyle2{height:23px;padding:0;margin:0; border-right:1px solid #BDD8F2; width:99%;}
/*数据表格的操作列下按钮图标样式 */
.imgSButton
{
    text-align:center;
}
/*数据表格的操作列下按钮文字样式 */
.lbtnSText{position:relative; top:-4px; margin-left:1px;}
/*数据表格标题行样式 */
.gvTitleStyle 
{
    /*background:url(../../Resource/PEE/Images/表头背景.gif) no-repeat bottom;height:26px; */
    text-align: center; 
    margin:0;
    padding:0;
    margin-top:-2px;
}
/* 查看详细页面的标签颜色*/
.lbCaptionColor
{
    color:#627886;
}
/*下载按钮*/
.lbtnDownload
{
    text-decoration:underline;
}
.tabBottom
{
    margin-bottom:5px;
}
/*查询框中的标签颜色*/
.LabelCaption
{
    color:#477091;
}
/*弹出页面选项卡选中*/
.SelectCardClick
{
    padding: 5px 5px 5px 5px;
    background: url(../../Resource/PEE/Images/选项卡背景-选中.gif) no-repeat left center;
    width: 122px;
    height: 29px;
    color: #333333;
    cursor: hand;
}
/*弹出页面选项卡未选中*/
.SelectCardNonClick
{
    padding: 5px 5px 5px 5px;
    background: url(../../Resource/PEE/Images/选项卡背景-未选中.gif) no-repeat left center;
    width: 122px;
    height: 29px;
    color: #FFFFFF;
    cursor: hand;
}
/*编辑框的字体颜色，黑色*/
.EditBoxColor
{
    color: #333333;
}
/*编辑框的外边框线*/
.inputBorder
{
    border:1px solid #527894;
}
/*白色字体*/
.WhiteColor
{
    color: #FFFFFF;
    font-weight:bold;
}
/*黑色字体*/
.BlackColor
{
    color:#333333;
}
/*师生交互*/
.tabSSJHBorder
{
    margin-top:0px;
    margin-bottom:2px;
	font-size: 13px;
	font-weight: normal;
	border-left:1px solid #BDD8F2;
    border-right:1px solid #BDD8F2;
    border-top:1px solid #BDD8F2;
}
/*师生交互*/
.tabSSJHBorderInner
{
    border-bottom:1px solid #BDD8F2;
}
/*师生交互*/
.SSJHhr
{
    border:1px solid #BDD8F2;
}
/*下载按钮用button*/
.buttonDownload
{
    background:none;
    list-style:none;
    color:#627886;
    display:inline;
    text-decoration:none;
    border:none;
    cursor:hand;
}
/*合法用户*/
.valueUser
{
	margin-left:100px;
	margin-top:50px;
	display:block;
	font-family:"微软雅黑";
	color:#999;
	Font-Size:14px;
}

/****************login*****************************/
.login_color{ background:#708ea8;}
.login_bg{ background:url(../../Resource/PEE/Images/Login/login.gif) repeat-x; }
.login_img{ background:url(../../Resource/PEE/Images/Login/login_bg.gif) no-repeat; width:961px; height:565px; margin:0 auto; }
.login_input{ width:200px; height:20px; background:url(../../Resource/PEE/Images/Login/login_input.gif) no-repeat; border:0;}
.login_inputPass{margin-left:78px; margin-right:10px; width:200px; height:20px; background:url(../../Resource/PEE/Images/Login/login_input.gif) no-repeat; border:0;}
.m_left{ margin-left:50px; margin-right:10px; }
.login_but{ background:url(../../Resource/PEE/Images/Login/login_but.gif) no-repeat; width:62px; height:22px; border:0;cursor: hand;}
.login_foot{ color:#fff; text-align:center; padding-top:35px;}
.login_bd{ float:left; padding-left:215px; width:715px; margin-top:50px; _margin-top:47px;  }
.clear{ clear:both; }
/*登录页面的通知公告*/
.notice{ width:215px; padding-top:145px; padding-left:620px; float:left; height:205px; font-family:"宋体"; font-size:12px; }
.notice table a{ color:#6d96c2; text-decoration:none; padding-left:8px; padding-top:0px; margin:0; line-height:15px; }
.notice table a:hover{ color:#ff6600; text-decoration:underline;}
.noticeMore a{ color:#6d96c2; text-decoration:none; padding-left:8px; padding-top:2px;}
.noticeMore a:hover{ color:#ff6600; text-decoration:underline;}

.aa{ width:1000px; margin:0 auto; background:url(../../Resource/PEE/Images/Login/bottom.gif) no-repeat center 230px; }
.tishi{ background:url(../../Resource/PEE/Images/Login/index_left.gif) no-repeat; width:238px; height:308px; float:left; margin-top:16px;  }

.tishi h1{ font-size:12px; color:#fff; height:20px;padding-left:13px; line-height:20px;}
.tishi ul{ padding:0; margin:0; color:#fff; padding-left:15px;  }
.tishi ul li{ line-height:18px; padding-top:10px; }
.tishi ul li span{ color:#f2ff10;}
.tishi ul li a{ color:#fff; text-decoration:none; }



.index_notice{ width:690px; float:left; padding:0; margin:0; padding-left:8px; margin-top:8px; height:308px; background:url(../../Resource/PEE/Images/Login/NewMain.gif) no-repeat right bottom; padding-bottom:20px; }
.index_notice h1{ font-size:16px; color:#1f7bba; font-family:"微软雅黑"; background:url(../../Resource/PEE/Images/Login/notice.gif) no-repeat left center; text-indent:45px; height:43px; line-height:43px;  }
.index_notice ul{ padding-left:25px;}
.index_notice ul li{ width:690px; color:#6e97b7; background:url(../../Resource/PEE/Images/Login/disc.gif) no-repeat left center; text-indent:20px; line-height:25px; }
.index_notice table a{ color:#6e97b7; text-decoration:none; }
.index_notice table a:hover{ color:#ff6600; text-decoration:underline;}


/*******************流程******************************/
.focus-area-setTab {MARGIN-TOP:5px;WIDTH:1000px; overflow:hidden;}
.focus-area-setTab-menu{ background:url(../../Resource/PEE/Images/Login/index_l.gif) no-repeat left center; width:218px; height:224px; float:left }
.focus-area-setTab-menu UL{ padding-top:30px; height:194px; padding-left:1px; margin-left:0px; }
.focus-area-setTab-menu LI{ FONT-WEIGHT: bold; CURSOR: pointer; COLOR: #267cb9; height:60px; line-height:60px; text-indent:25px; font-family:"微软雅黑"; font-size:15px; margin-top:10px; }
.focus-area-setTab-menu LI.hover { background:url(../../Resource/PEE/Images/Login/hover.gif) no-repeat left center; height:60px; color:#f97604; BORDER-BOTTOM-STYLE: none;}
#content_d1{ width:759px; float:left;}
.content_d_d{width:759px; float:left;}
.focus-area-setTab-content { float:left; width:759px; height:224px; _margin-top:10px;}

.notice_more{  }
.notice_more a{ float:right; padding-right:120px; padding-top:7px; line-height:80px; text-align:center; color:#fff; text-decoration:none; }
.notice_more a:hover{ color:#fff;}


.ajax__calendar_body {position:relative;}



.tabstrip
    {
        margin: 5px 0px 0px 0px;
    }
    /* 位于 TabContainer 上方，用来显示所有索引标签的标题*/.tabstrip .ajax__tab_header
    {
        background: url(../../Resource/PEE/Images/选项卡背景-中间.gif);
    }
    .tabstrip .ajax__tab_tab
    {
        height: 29px;
        width: 106px;
        padding: 0px;
        margin: 1px 0px 0px 0px;
        color: #FFFFFF;
        background: url(../../Resource/PEE/Images/选项卡背景-未选中.gif) no-repeat left center;
    }
    /*TabPanel 样式 */.tabstrip .ajax__tab_body
    {
        /*border: 2px solid red;*/
        border: 0px;
        border-top: 0;
        padding: 8px;
        background-color: #ffffff;
    }
    .tabstrip .ajax__tab_active .ajax__tab_tab
    {
        height: 29px;
        width: 106px;
        padding: 0px;
        margin: 1px 0px 0px 0px;
        color: #333333;
        cursor: hand;
        background: url(../../Resource/PEE/Images/选项卡背景-选中.gif) no-repeat left center;
    }


