﻿body
{
	font-size:10pt;
}

.myGrid { MARGIN: 4px }
.myGrid TD { PADDING-BOTTOM: 4px; PADDING-LEFT: 4px; PADDING-RIGHT: 4px; FONT-SIZE: 11pt; PADDING-TOP: 4px }
.pager { MARGIN: 4px; FONT-SIZE: 11pt }
.header { MARGIN: 5px; COLOR: black; FONT-SIZE: 14pt; FONT-WEIGHT: bold }
	
.watermarkStyle
{
	/*水印样式*/
	color:Gray;
	background-color:InfoBackground;
	}

/*表格*/
.myTable
{
	margin:5px;
	background-color:White;
	}
	
.myTable caption
{
	text-align:left;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	color:Blue;
	}

.myTable th
{
	font-weight:normal;
	padding:3px;
	}

.myTable td
{
	}

.myTable .labelTD
{
	text-align:right;
	width:100px;
}

.myTable .inputTD
{
	}

.myTable .comment
{
	background-color:#FFFFCC;
	color:#808080;
	font-size:9pt;
	}

.myTable .txt
{
	width:120px;
	}

.myTable .txt2
{
	width:160px;
	}

.myTable .list
{
	width:126px;
	}

.myTable .buttonCell
{
	/*按钮行*/
	text-align:center;
	}

.inputOnFocus
{
	background-color:lightcyan;
	}

.GridCellPanelStyle
{
	width:100%;
	}

.autoCreateTextStyle
{
	font-size:9pt;
	background-color:Yellow;
	}

.autoCreateListStyle
{
	width:100%;
	}

.Block
{}

.Block .Subject
{
	color:Blue;
	font-weight:bold;
	}
	
.Block .Subject H2
{
	font-size:13pt;
	}
	
.Block .Content
{
	line-height:1.5em;
	}
	
.TitleStyle
{
	text-align:left;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	color:Blue;
	}
	
/*版权*/
.Copyright
{
	clear:both;
	text-align:center;
	margin:15px;
	}
	
/*按钮样式*/
.buttonStyle
{
	width:90px;
	height:25px;
	font-size:10pt;
	}

.buttonStyleBlue
{
	width:90px;
	height:25px;
	font-size:10pt;
	color:Blue;
	}	

.buttonStyleRed
{
	width:90px;
	height:25px;
	font-size:10pt;
	color:Red;
	}	
		
/*----------------------*/
/*div框样式*/

.WarningPanel
{
	height: 25px;
	margin-top:5px;
	margin-bottom:5px;
	padding:5px;
	color:Red;
}

.WarningPanel a
{
	color:Red;
	text-decoration:none;
	}

.WarningPanel a:hover
{
	color:blue;
	}

.DivStyle1{
height: 28px;
margin-bottom:5px;
border:1px solid #96C2F1;
background-color: #EFF7FF;
padding:5px;
}

.searchPanelStyle{
	height: 28px;
	margin-bottom:5px;
	border:1px solid #96C2F1;
	background-color: #EFF7FF;
	padding:5px;
	width:97%;
}

.MsgPanel
{
	height: 28px;
	width:300px;
	line-height:28px;
	margin:5px 5px 5px 1px;
	border:1px solid #FFD39B;
	background-color: #FFFACD;
	padding:5px;
	color:#FF4040;
	}

.MsgPanelNoHeight
{
	width:300px;
	line-height:28px;
	margin:5px 5px 5px 1px;
	border:1px solid #FFD39B;
	background-color: #FFFACD;
	padding:5px;
	color:#FF4040;
}

.UserMsgPanel
{
	height: 28px;
	width:95%;
	line-height:28px;
	margin:5px 5px 5px 1px;
	border:1px solid #FFD39B;
	background-color: #FFFACD;
	padding:5px;
	color:blue;
	}

/*-----------------------------*/

/*-----------------------------*/
/*错误*/
.errorPanelStyle
{
	border-right: #e0e0e0 1px dashed; 
	padding-right: 10px; 
	border-top: #e0e0e0 1px dashed; 
	padding-left: 80px; 
	background: url("/images/info.png") #fffeee no-repeat 1% 50%; 
	padding-bottom: 10px; 
	border-left: #e0e0e0 1px dashed; 
	padding-top: 10px; 
	border-bottom: #e0e0e0 1px dashed; 
	font-family: 微软雅黑;
	}

.errorInfo
{
	line-height:23px;
	}
/*-----------------------------*/

