﻿html
{
    /*定义两端箭头的方块及滑块的背景色*/
    /*scrollbar-face-color:Black; */
    /*定义两端箭头颜色及方块的底部和右边的边框色*/
    /*scrollbar-shadow-color: #313131;*/
    /*定义两端箭头方块的顶部及左边的边框色*/
    /*scrollbar-highlight-color: #313131;  */  
    /*定义3D凸起边框颜色*/
    /*scrollbar-3dlight-color: #313131;*/
    /*定义滚动条凹陷颜色*/
    /*scrollbar-darkshadow-color: #313131;*/
    /*定义滚动条主体背景色*/
    /*scrollbar-track-color: #313131; */   
    /*定义箭头凹陷颜色*/
    /*scrollbar-arrow-color:#313131;
    scrollbar-base-color: Black;*/
}
body
{
    background-position: center center;
    font-size: 11pt;
    color: black;
    text-align: center; 
    background-color: White;
    /*background: #ffffff url(../images/dockmenu/main-bg.gif);
    background-repeat: repeat;*/
    font-family:宋体;
    
}
body {
    font-family: verdana, arial;
    font-size: small;	
    padding: 0px;
    margin: 0px;
}
img {
    border: 0px;
}
/********IE6 Png图片修复****
 _html .AutoPng img
{
    behavior: url(../../../js/iepngfix.htc);
}**/
_html .ImgPng
{
    behavior: url(../../../js/iepngfix.htc);
}

/**************************/
.MainDiv
{
    
    width: 800px;
    text-align: left;
    margin: auto;
}
.TopLog /*页面顶部横幅Log*/
{
	width:100%;
	height:120px;
    vertical-align:bottom;
    border:none;
}
.TopMenu
{
	width:100%;
	text-align:left;
}
.TopMenu_1_1
{
	width:200px;
}
.TopMenu_1_2
{
	width:120px;
}
.Img_TopMenu /*页面顶部导航菜单图片*/
{

	height:30px;
	width:120px;
	border:0;
	margin:0 0 0 0;
	padding:0 0 0 0;
	vertical-align:top;
}
/*超链接*/
a
{
	font-family: "宋体";
	font-size: 12px;
	color: #000;
	text-decoration:none;
}
a {blr:expression(this.onFocus=this.blur())}
a:link
{
	font-family: "宋体";
	font-size: 12px;
	color: #000;
	text-decoration:none;
}
a:hover
{
    /*text-decoration: underline;*/
    color:#765C2F;
}
a:visited
{
	text-decoration:none;
	color: #000;
}

a:active
{
	text-decoration:none;
color:#000;
}

/*警示信息*/
.AlertMes
{
	color:Red;
	font-size:10pt;
}

/*按钮*/
.ButtonStyle
{
	/**/border-right: #C7E83C 1px solid;
	border-top: #C7E83C 1px solid;
	font-size: 12px;
	background-attachment: fixed;
	background: #e5ff90;
	border-left: #C7E83C 1px solid;
	color: black;
	padding-top: 2px;
	border-bottom: #C7E83C 1px solid;
	cursor: hand;
}
.ButtonStylehover
{
	/**/border-right: #8BE83C 1px solid;
	border-top: #8BE83C 1px solid;
	font-size: 12px;
	background: #BEFF90;
	border-left: #8BE83C 1px solid;
	color: black;
	padding-top: 2px;
	border-bottom: #8BE83C 1px solid;
	cursor: hand;

}

/*GridView样式*/
.GV_Style
{
	border-right: #8be83c 1pt solid;
	border-top: #8be83c 1pt solid;
	border-left: #8be83c 1pt solid;
	border-bottom: #8be83c 1pt solid;
	padding: 0 0 0 0;
	
	width:100%;
}

/*偶数行*/
.GV_AlternatingRowStyle
{
	/*background-color: #D5F27E;  */
	height:20px;
}
/*奇数行*/
.GV_RowStyle
{
	/*background-color:#E8F8B9;*/
	height:20px;
}
/*选中行样式*/
.GV_SelectedRowStyle
{
	background-color:#E8F8B9;
	height:20px;
}
.GV_PagerStyle
{
	background-color: yellowgreen;
	text-align: center;
}
.GV_HeaderStyle
{
	background-color:#AED731;
	font-weight: bold;
	text-align:left;
	height:25px;

}
.GV_FooterStyle
{
	background-color:#AED731;
	font-weight: bold;
		text-align:left;
		height:25px;
}


/*模拟模式窗口*/
.divOpenWindow
{
    width:500px;
    height:400px;
    position:absolute;
    background-color:white;
    text-align:left;
    overflow:hidden;
    z-index:200;
}
.divOpenWindow .windowCaption
{
    width:100%;
    height:30px;
    position:relative;
}
.divOpenWindow .windowClose
{
    position:absolute;
    right:2px;
}
.divAd
{
    padding:5px;
   
}