/* 通用表格样式定义 */
.border, .TableWrap
{
	width:100%;	
	border: 1px solid #6493c8;
	background: #fff;
	margin:5px 0px 5px 0px;
}

.title, .gridtitle, .spacingtitle, th
{
	background-color :#b0d0f3;	
	/*background: url(Images/title.gif) #b0d0f3 repeat-x left top;
	line-height: 120%;*/
	color: #3666aa;
	font-weight: bold;
}
.title
{
	line-height: 22px;
}
.spacingtitle
{
	line-height: 22px;
	letter-spacing: 8px;
}

.tdbg
{
	background: #e6eff8;
	line-height: 160%;
}
.tdbgleft
{
	background: #d5e9ff;
	line-height: 120%;
	text-align:right;
	font-weight:bold;
}
.tdbgbottom
{
	line-height: 22px;
	background: #e6eff8;
	text-align: center;
}
.tdbg li
{
	margin-left: 15px !important;
}
.tdbgmouseover
{
	background: #bfdfff;
	line-height: 120%;
}
.tdbgselected
{
	background: #e0eef5;
	line-height: 120%;
}
