/* BROWSER FLAGS (tanitadesign/empty): default */
/* -------------------------------- default -------------------------------- */
.overScroll {
	position:relative;
	overflow:auto;
	height:646px;
}
body {
	padding:0px;
	margin:0px;
 	font-size: 10px;
	background-image: none;
	font-family:Tahoma;
}
th,td {
 	font-size: 11px;
	padding:3px;
}

.absoluteTable {
 	position:absolute;
	top: 30px;
	left:0px;
	width:174px;
	overflow:hidden;
}
.overFlowTable {
 	position:absolute;
	top: 30px;
	left:175px;
	width: 799px;
	overflow:auto;
}

.overFlowTable th {
 	display:none;
}
.list-row-pos4 .list-col-pos0 {
 	white-space:nowrap;
}

th {
	background-color:#D6E0E4;
}
