﻿
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*表格边框*/
.TableFrameBlue 
{
	border: 1px solid #4F7FC9;
}

/*表格边框*/
.TableFrameBlue1 
{
	border-bottom:1px solid #4F7FC9;
	border-left:1px solid #4F7FC9;
	border-right:1px solid #4F7FC9;
}

.RowFrameBlue
{
	border-bottom:1px solid #4F7FC9;
	border-left:1px solid #4F7FC9;
	border-right:1px solid #4F7FC9;
	background-color:#F5F9FF;
}

/*顶行的字体颜色和背景颜色*/
.TrTopRowBlue
{
 font-family:"宋体";
 font-size:9pt;
 color:#000000;
 background-color:#E3EFFF;
 height:25px;
 text-align:center;
 font-weight: bold;
}


/*行字体以及背景颜色*/
.TrMiddleRowBlue
{
	font-family: "宋体";
	font-size: 9pt;
	color: #000000;
	background-color: #ffffff;
	height: 25px;
	text-align: center;	
}


/*单元格边框*/
.TdMiddleLeftBlue
{
 border-bottom:1px solid #4F7FC9;
 border-right:1px solid #4F7FC9;
}

/*右边单元个边框*/
.TdMideleRightBlue
{
 border-bottom:1px solid #4F7FC9;
}

/*低层单元格边框*/
.TdButtomBlue
{
border-right:1px solid #4F7FC9;
}




/*页面标题行*/
.Table_Title
{
 font-family:"宋体";
 font-size:12pt;
 color:#ffffff;
 background-color:#4F7FC9;
 height:25px;
 text-align:center;
 font-weight: bold;
}


/*页面标题单元格*/
.Table_TitleTd
{
 border-bottom:1px solid #ffffff;
}


/*中间标识单元格*/
.Table_Left
{
	border-bottom:1px solid #4F7FC9;
	border-right:1px solid #4F7FC9;
	background-color:#F5F9FF;
	text-align: right;
	height: 27px;
	width: 150px;
	font-family:"宋体";
	font-size:9pt;
	color:#333333;
	font-weight: bold;
}

/*中间标识单元格1*/
.Table_Left1
{
	border-bottom:1px solid #4F7FC9;
	border-right:1px solid #4F7FC9;
	background-color:#F5F9FF;
	text-align: right;
	height: 27px;
	width: 110px;
	font-family:"宋体";
	font-size:9pt;
	color:#333333;
	font-weight: bold;
}

/*中间标识单元格2*/
.Table_Left2
{
	border-bottom:1px solid #4F7FC9;
	border-right:1px solid #4F7FC9;
	background-color:#F5F9FF;
	text-align: left;
	height: 27px;
	width: 105px;
	font-family:"宋体";
	font-size:9pt;
	color:#333333;
	font-weight: bold;
}

/*中间标识单元格3*/
.Table_Left3
{
	border-bottom:1px solid #4F7FC9;
	border-right:1px solid #4F7FC9;
	background-color:#F5F9FF;
	text-align: right;
	height: 27px;
	width: 100px;
	font-family:"宋体";
	font-size:9pt;
	color:#333333;
	font-weight: bold;
}

/*标识单元格居左显示*/
.Table_MiddleLeft
{
	border-bottom:1px solid #4F7FC9;
	background-color:#F5F9FF;
	text-align: Left;
	font-family:"宋体";
	font-size:10pt;
	height: 30px;
	color:#333333;
	font-weight: bold;
}

/*标识单元格居左显示*/
.Table_MiddleLeft1
{
	border-top:1px solid #4F7FC9;
	border-right:1px solid #4F7FC9;
	border-bottom:1px solid #4F7FC9;
	background-color:#F5F9FF;
	text-align: Left;
	font-family:"宋体";
	font-size:10pt;
	height: 30px;
	color:#333333;
	font-weight: bold;
}


/*中间非右边表单单元格*/
.Table_FormLeft
{
	border-bottom:1px solid #4F7FC9;
	border-right:1px solid #4F7FC9;
	background-color:#ffffff;
	text-align: left;
}

/*中间右边表单单元格*/
.Table_FormRight
{
	border-bottom:1px solid #4F7FC9;
	border-right:1px solid #4F7FC9;
	background-color:#ffffff;
	text-align:left;
}

.Table_TextRight
{
	border-bottom:1px solid #4F7FC9;
	border-right:1px solid #4F7FC9;
	background-color:#ffffff;
	text-align:right;
	font-weight: bold;
	color:Red;
}

.ButtonCss 
{
	border-right:#888888 1px solid;
	border-top:#888888 1px solid;
	left:0px;
	border-left:#888888 1px solid;
	border-bottom:#888888 1px solid;
	top:0px;
	height:20px;
	background-color:#ffffff;
	
	font-family:"宋体";
	font-size:10pt;
	color:#000000;
	text-align:center;
	font-weight: bold;
	
}

.PriceTextBox
{
	border-right: 0px solid #000000;
	border-top: 0px solid #000000;
	border-left: 0px solid #000000;
	border-bottom: 1px solid #FFFFFF;
	background-color: #000000;
	font-size:xx-large;
}
.PriceTextBox1
{
	border-right: 0px solid #000000;
	border-top: 0px solid #000000;
	border-left: 0px solid #000000;
	border-bottom: 0px solid #FFFFFF;
	background-color: #000000;
	font-size:xx-large;
}