﻿/* ################################# */

/* */
table.GVTitle
{
	width:100%;
}
table.GVCondition
{
	width:100%;
}

table.GVCondition td.label
{
	text-align:right;
	font-weight:bold;
	margin-right:5px;
}

table:GVCondition td
{
	text-align:left;
	font-weight:normal;
	margin-left:5px;
}

/*20080118 Modify*/

.GVRow1
{
	background-image: url(../../images/simpleTrBg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom: 2px;
	background-color: #FFFFFF;
}
.GVRow2
{
	padding-bottom: 2px;
	background-image: url(../../images/simpleTrBg2.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color: Transparent;
}
/*20080118 Before*/
td.hot
{
	background-image: url(../../images/bn03.gif);
	width: 384px;
	height: 54px;
	border: 0px;
	font-family: 宋体;
	font-size: 11pt;
}
table.format
{
	background-color: #D3D5D8;
	width: 100%;
	color: #000000;
	border-width: 0px;
	border: 0px;
}
table.format tr
{
	border: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
}

table.format td
{
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

table.format td.lable
{
	font-family: 宋体;
	font-size: 9pt;
	vertical-align: middle;
	padding-right: 0px;
	text-align: right;
	background-color: #E6EDF7;
}
table.format td.text
{
	text-align: left;
	vertical-align: middle;
	background-color: #ffffff;
}
table.format tr.lable
{
	background-image: url(../../images/Skin/biaoge_top_hui.gif);
	font-family: 宋体;
	font-size: 9pt;
	vertical-align: middle;
	padding-right: 0px;
}
table.format tr.text
{
	font-family: 宋体;
	font-size: 9pt;
	vertical-align: middle;
	padding-right: 0px;
}

table.layout, table.layout tr, table.layout tr td
{
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	border-collapse: collapse;
}

For Grid View List #GridView1
{
	border: 1px;
}
table tr.GVTitle
{
	background-image: url(../../images/GVtitleBG.jpg);
	background-repeat: repeat-x;
}
table.GVTitle111
{
	background-image: url(../../images/GVtitleBG2.jpg);
	background-repeat: repeat-x;
	border: 1px;
	border-style: dotted;
}
table tr.GVTitle, table tr.GVTitle td
{
	border: none;
}

table tr.GVMsgTitle
{
	background-image: url(../../images/GVtitleBG1.jpg);
	background-repeat: repeat-x;
}
/*控制表头 */
div.title
{
	text-align: center;
	height: 28px;
	line-height: 28px;
	font-size: 15px;
	font-weight: bold;
	background: url(  '../../images/GVtitleBG.jpg' );
}

/* 控制第一行tr*/
table tr.hottr1 /* 白色 */
{
	background-color: #FFFFFF;
	height: 28px;
}
/* 控制第二行tr*/
table tr.hottr2 /* 淡蓝色 */
{
	background-color: #EDF8FE;
	height: 28px;
}
/* 控制第三行tr*/
table tr.hottr3
{
	background-image: url(../../images/bn04.gif);
	height: 35px;
}
table.tr.hottr4
{
	background-image:url(../../images/point0.gif);
	height:5px;
	}
table.queryclause
{
	width: 100%;
}
table.queryclause, table.queryclause tr, table.queryclause td
{
	border-collapse: collapse;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

table.queryclause td
{
	font-size: 9pt;
	font-family: 宋体;
	text-align: left;
	padding-left: 5px;
}

table.queryclause td.label
{
	font-weight: bold;
	text-align: right;
	padding-right: 5px;

}
table.tot

{
	/*background-color: #FFEAA7;*/
	background-image:url('../../images/daohang.jpg');
}

body.space
{
	background-image:url(../../images/cwTopB.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding:0px;
	margin:0px;
}

 #GridView1 th
 {
	word-wrap:normal;
	word-break:keep-all;	
 }
 
 tr.hottr1 td, tr.hottr2 td
 {
	word-wrap:normal;
	word-break:keep-all;
	padding-left:2px;
	padding-right:2px;
 }

