﻿.showTab
{
	FONT-SIZE: 12px;
	BORDER: #0165cf 1px solid;
	color:#003399;
	background-color:#e8f2fc;
	width:100%;
}

.showTab .showTd
{
	background-color:#e8f2fc;
	height:30px; 
	border-bottom: solid 1px #0165cf;
}

#DBTab
{
	/*table-layout: fixed;*/
	FONT-SIZE: 12px;
	word-wrap: break-word;
	width:100%;
	background-color:#88BBD0;
	border-left: 0px;
	border-right: 0px;
	border:1px;
}

#DBTab .tr
{
	COLOR: #000000;
	height:20px;
}

#DBTab .td
{
	word-break:break-all;
	text-align:left;
	border: solid 1px #0165cf;
}

#DBTab .tab_tr
{
	color:#003399;
	height:40px;
}

#DBTab .th1
{
	HEIGHT: 26px;
	text-align:left;
	width:6%;
}

#DBTab .th2
{
	height:26px;
	width:24%;
	text-align:left;
}

#DBTab .th3
{
	HEIGHT: 26px;
	text-align:left;
	width:19%;
}

#DBTab .th4
{
	HEIGHT: 26px;
	text-align:left;
	width:21%;
}

#DBTab .th5
{
	HEIGHT: 26px;
	text-align:left;
	width:9%;
}

#DBTab .th6
{
	HEIGHT: 26px;
	text-align:left;
	width:11%;
}

#DBTab .th7
{
	HEIGHT: 26px;
	text-align:left;
	width:10%;
}

#DBTab .th
{
	height:26px;
	text-align:left;
}

#DBTab .trgroup
{
	color:#003399;
	height:30px;
	background-color:#fef690;
}

.querydiv
 {
	background-color:#FFF;
	display:none;
	position:absolute;
	z-index:6000;
	width:300px;
	height:auto;
	filter:alpha(opacity=90);
	border:1px solid #d0e4f7;
	font-size: 12px;
 }
 
