/* AtMet Query Information CSS Document */

/* Table Area */
div#tableDraw {
	clear: both;
	width: 100%;
}
#tableDraw a:link, #tableDraw:visited {
	text-decoration: none;
	color: #000;
}
#tableDraw a:hover {
	text-decoration: underline;
}


table.tableclass {
	width: 100%;
	border: 0px;
	border-collapse: separate;
	border-spacing: 1px;
}

th.thno {
	width: 30px;
}

th.thcode {
	width: 155px;
}

th.thname {
}

th.thdesc {
}

th.thcorr {
	width: 60px;
}

th.thlink {
	width: 30px;
}

tr.trheader {
	background-color: #333;
	color: White;
	white-space: nowrap;
}

tr.trclasstop {
	background-color: #BFCFFF;
}

tr.trclass1 {
	background-color: #EEE;
	font-size: 12px;
}

tr.trclass2 {
	background-color: #CCC;
	font-size: 12px;
}

td {
	padding: 3px 3px 3px 3px;
}

td.tdnamenote {
	width: 20px;
	text-align: center;
}

div.tableinfo {
	margin: 30px 0 0 0px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
}
