		table 
{
	font-size:9pt;
}
input text
{
	font-size:9pt;
	border:1;
}
/*TableList的样式*/
.TableList 
{
	behavior: url("../../style/TableListFormat.htc");
}
/*List的样式*/
.ListCommon
{
	behavior: url("../../style/TableList.htc"); /*必须*/
	cursor:hand;
}
/*选中一行*/
.ListSelected
{
	background-color:gold;
}
.ListbgColor
{
	background-color:White;}
/*鼠标在行上方移动*/
.ListChanged
{
	background-color:papayawhip;
}
/*交替行显示样式（默认）*/
.FirstStyle
{
	background-color:#FFF00F;
}
.SecondStyle
{
	background-color:#00FFFF;
}
/*紧急状态样式*/
.Emergency
{
	background-color:#FEF886;
	color:#DF0029;
}
/*主样式*/
.List
{
	border-color:#cccccc;
	border-collapse:collapse;
}
.List td
{
	border-color:#cccccc;
}

.List tbody tr
{
	behavior: url("../../style/TableList.htc");
	cursor:hand;
}
.List thead
{
	font-size:9pt;
	color: #666666;
	background-color:#F2F2F2;
	text-align:center;
	font-weight:bold;
}

.List a:link {
	color:#666666;
	font-size:9pt;
	text-decoration: none;
}
.List a:visited {
	color:#666666;
	font-size:9pt;
	text-decoration: none;
}
.List a:hover {
	color:#6699FF;
	font-size:9pt;
	text-decoration: none;
}
.List a:active {
	font-size:9pt;
	text-decoration: none;
}
.Edited {
	behavior: url("../../style/Edited.htc");
}
/*Detail的样式*/
.Detail
{
	width:100%;
	border-color:#cccccc;
	border-collapse:collapse;
}
.Detail td
{
	border-color:#cccccc;
}

.Detail thead
{
	font-size:9pt;
	color: #666666;
	background-color:#F2F2F2;
	text-align:center;
	font-weight:bold;
}

/*标题样式*/
.Title
{
	font-weight: bold; 
	font-size: 20px; 
	color: #FF6600; 
	line-height: 130%;  
	letter-spacing: 4px;
}
/*列表内表单样式*/
.List input
{
	font-family: 新宋体 , 宋体;font-size: 9pt;border: solid #CCCC99 1pt;
}
.List select
{
	font-family: 新宋体 , 宋体;font-size: 9pt;border: solid #CCCC99 1pt;
}
.List textarea
{
	font-family: 新宋体 , 宋体;font-size: 9pt;border: solid #CCCC99 1pt;
}

/*详细表格内表单样式*/
.Detail input
{
	font-family: 新宋体 , 宋体;font-size: 9pt;border: solid #CCCC99 1pt;
}
.Detail select
{
	font-family: 新宋体 , 宋体;font-size: 9pt;border: solid #CCCC99 1pt;
}
.Detail textarea
{
	font-family: 新宋体 , 宋体;font-size: 9pt;border: solid #CCCC99 1pt;
}

/*查询表单样式*/
.Query
{
	width:100%;
	border-color:#cccccc;
	border-collapse:collapse;
}
.Query td
{
	border-color:#cccccc;
}

.Query thead
{
	font-size:9pt;
	color: #666666;
	background-color:#F2F2F2;
	text-align:center;
	font-weight:bold;
}

.Query input
{
	font-family: 新宋体 , 宋体;font-size: 9pt;border: solid #CCCC99 1pt;
	behavior: url("../../style/DateTime.htc");
}
.Query select
{
	font-family: 新宋体 , 宋体;font-size: 9pt;border: solid #CCCC99 1pt;
}
.Query textarea
{
	font-family: 新宋体 , 宋体;font-size: 9pt;border: solid #CCCC99 1pt;
}
.Query .Button
{
	font-family: 新宋体 宋体;font-size: 9pt;cursor: hand;border: solid #3333FF 1pt;background-color: #6699FF;color: #FFFFFF;
}
.Query .Caption
{
	font-weight:bold;color:blue;
}
.Query .Title
{
	font-weight: bold; 
	font-size: 10pt; 
	color:Teal; 
	line-height: 130%;  
	letter-spacing: 4px;
}

/*功能栏表单样式*/
.Button { BORDER-RIGHT: #064273 1px inset; PADDING-RIGHT: 0px; BORDER-TOP: #064273 1px inset; PADDING-LEFT: 0px; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; BORDER-LEFT: #064273 1px inset; COLOR: #000066; PADDING-TOP: 2px; BORDER-BOTTOM: #064273 1px inset; FONT-FAMILY: 宋体; BACKGROUND-COLOR: #99ccff; TEXT-ALIGN: center; }
.TextBox
{
	font-family: 新宋体 , 宋体;font-size: 9pt;border: solid #CCCC99 1pt;background-color: #FBECBD;
}
.Select
{
	font-family: 新宋体 , 宋体;font-size: 9pt;border: solid #CCCC99 1pt;background-color: #FBECBD;
}
.Label
{
	font-family: 新宋体 , 宋体;font-size: 9pt;color:blue;
}
.Caption
{
	font-weight:bold;
}
