
BODY
{
	border-color:silver; border-width:thin; font-size: 13px;
	background-image: url('../pic/Back101.gif');
	font-family: 宋体;
	border-collapse: collapse;
}

TABLE
{

	border-color:silver; table-layout: auto;
	font-size: 13px;
	background-image: url('none');
	line-height: 1.4;
	font-family: "Times New Roman" , "宋体" , "Arial Narrow";
	border-collapse: collapse;
	background-color: transparent;
	
}
BUTTON
{
	font-size: 13px;
	line-height: 1.4;
	font-family: "Times New Roman" , "宋体" , "Arial Narrow";
}
FONT
{
	font-size: 13px;
	line-height: 1.4;
	font-family: "宋体" , "Arial Narrow" , "Times New Roman";
}
SELECT
{
	font-size: 13px;
	background-image: url('none');
	font-family: 宋体
	
}

LABEL
{
	font-size: 13px;
	background-image: url('none');
	font-family: 宋体;
	background-color: transparent
}
TEXTAREA
{
	font-size: 13px;
	background-image: url('none');
	font-family: 宋体
}

DIV
{
	font-size: 13px;
	font-family: 宋体;
}

/*一般风格：label、textbox、button、datehelpbutton、otherhelpbutton、linkbutton、dropdownlist，其中textbox、dropdownlist将发生偏移*/
.ToolBar
{
	font-size: 13px;
	line-height: 1.4;
	font-family: "宋体";
	border-style:none;
	width:102%;
}
.label	
{
	font-size: 13px;
	background-image: url('none');
	font-family: 宋体;
	background-color: transparent
}
.label_must	
{
	font-size: 13px;
	background-image: url('none');
	font-family: 宋体;
	background-color: transparent;
	color:Red;
}

.labeltitle
{
	font-size: 20px;
	font-weight:bold;
	color:Teal;
	background-image: url('none');
	font-family:黑体;
	background-color: transparent;
	text-align: center
}

.sumlabel
{
	font-size: 13px;
	background-image: url('none');
	font-family: 宋体;
	background-color: transparent;
	text-align: right
}

.textbox
{
	font-size: 13px;
	border-top-style: none;
	border-bottom: black 1px solid;
	font-family: 宋体;
	color:Blue;
	border-right-style: none;
	border-left-style: none;
    background-color: transparent
}
.TextBoxLine
{
	font-size: 13px;
	border-top-style: none;
	border-bottom: black 1px solid;
	font-family: 宋体;
	color:Blue;
	border-right-style: none;
	border-left-style: none;
    background-color: transparent
}
.textboxrect
{
	font-size: 13px;
	border-left-color: white;
	background-image: none;
	color: blue;
	border-top-style: inset;
	border-bottom: white 1px inset;
	font-family: 宋体;
	border-right-style: inset;
	border-left-style: inset;
	background-color: white;
}
.sumtextboxrect
{
	font-size: 13px;
	border-left-color: white;
	background-image: none;
	color: blue;
	border-top-style: inset;
	border-bottom: white 1px inset;
	font-family: 宋体;
	border-right-style: inset;
	border-left-style: inset;
	background-color: white;
}
.multiLine_textbox
{
	font-size: 13px;
	background-image: url('none');
	color: blue;
	font-family: 宋体;
	background-color: white;
	border:black 1px solid;
	
}

.sumtextbox
{
	font-size: 13px;
	border-top-style: none;
	border-bottom: black 1px solid;
	font-family: 宋体;
	color:Blue;
	border-right-style: none;
	border-left-style: none;
    background-color: transparent;
	text-align: right
}

.button
{
	background-image:url('../pic/Button.gif');
	font-family: "Times New Roman" , "宋体" , "Arial Narrow";
	text-align: center;
	font-size:13px;
	border-style:none;
	background-color:Transparent;
	width:58px;
	height:20px;
	color:Black;
	underline:none	
}

.button_long
{
	background-image:url('../pic/Button_long.gif');
	font-family: "Times New Roman" , "宋体" , "Arial Narrow";
	text-align: center;
	font-size:13px;
	border-style:none;
	background-color:Transparent;
	width:92px;
	height:19px
}

.otherhelpbutton
{
	border-style:ridge; font-size: 13px;
	background-image: url('../pic/OtherHelp.bmp');
	width:20px;
	color: black;
	background-repeat: no-repeat;
	font-family: "Times New Roman" , "宋体" , "Arial Narrow";
	height: 20px;
	background-color: transparent;
	text-align: center;
	
}

.datehelpbutton
{
	border-style:ridge; font-size: 13px;
	background-image: url('../pic/DateHelp.bmp');
	width: 20px;
	color: black;
	background-repeat: no-repeat;
	font-family: "Times New Roman" , "宋体" , "Arial Narrow";
	height: 20px;
	background-color: transparent;
	text-align: center;
	
}

.linkbutton
{
	border-style:none; font-weight: normal;
	font-size: 13px;
	background-image: url('../pic/Button.gif');
	width: 58px;
	color: black;
	line-height: 1.4;
	font-family: "Times New Roman" , "宋体" , "Arial Narrow";
	height: 20px;
	background-color: transparent;
	text-align: center;
	text-decoration: none;
	underline: none
}
.LinkButtonLine
{
	border-style:none; font-weight: normal;
	font-size: 13px;
	color: black;
	line-height: 1.4;
	font-family: "Times New Roman" , "宋体" , "Arial Narrow";
	background-color: transparent;
	text-align: center;
	text-decoration: none;
	
}
.dropdownlist
{
	font-size: 13px;
	background-image: url('none');
	color: blue;
	font-family: 宋体;
	background-color: white;
	width:150px
}

/*不发生偏移的textbox、dropdownlist*/
.nomargin_textbox
{
	font-size: 13px;
	background-image: url('none');
	color: blue;
	font-family: 宋体;
	background-color: white
}

.nomargin_sumtextbox
{
	font-size: 13px;
	background-image: url('none');
	color: blue;
	font-family: 宋体;
	background-color: white;
	text-align: right
}
.nomarginsumtextbox
{
	font-size: 13px;
	background-image: url('none');
	border-top-style: none;
	border-bottom: black 1px solid;
	font-family: 宋体;
	color:Blue;
	border-right-style: none;
	border-left-style: none;
    background-color: transparent;
	text-align: right
}

.nomargin_dropdownlist
{
	font-size: 13px;
	background-image: url('none');
	color: blue;
	font-family: 宋体;
	background-color: white
}

.ecline
{
	left: 5px;
	width: 100%;
	color:Blue;
	position: absolute;
	top: 150px;
	height: 10px;
}
.SelectTable 
{
	CURSOR: hand
}
.TitleRow 
{
	CURSOR: default
}
.SelectedRow 
{	
	FONT-WEIGHT: bold; 
	COLOR: white; 
	BACKGROUND-COLOR: #669999
}
.OtherRow 
{	
	FONT-WEIGHT:normal;
	COLOR: #000066;
	BACKGROUND-COLOR:White;
}