td {
	border: 1px solid LightSteelBlue;
	text-align: Left;
}
th {
	font-weight: bold;
	text-align: Center;
	background-color: #CCCCFF; 
}
.data {
	background-color: white;
	border-right: 1px solid #CCCCFF;
	border-left: 1px solid #CCCCFF;
	border-top: 1px solid #CCCCFF;
	border-bottom: 1px solid #CCCCFF;
}
table { 
	border: 1px solid LightSteelBlue;
	width: 100%;
}
.layoutonly { border-style: none }
table.layoutonly td { border-style: none }
.right   { text-align: Right }
.left    { text-align: Left }
.center  { text-align: Center }
.errormessage  { text-align: Center; font-size: 18; color: red }
.Softricks_Calendar {
	position: absolute;
	visibility: visible;
	top: 200;
	left: 10;
	height: 250;
	width: 260;
}
div#tbl-container {
	overflow: auto;
	margin:15px 0 0;
	overflow:auto;
	position:relative;
}

html > body div#scrolltbl-container table > tbody {
	height:550px;
	overflow-x:hidden;
	overflow-y:auto;
}

tbody#scrollingTBody tr:hover {
	background-color:#BEC5DE;
}

html > body div#scrolltbl-container table > tbody > tr > td {
	border: 1px solid LightSteelBlue;
}

thead th {
	font-weight: bold;
	text-align: center;
	background-color: #CCCCFF;
	position:relative;
	top: expression(document.getElementById("tbl-container").scrollTop-3); /*IE5+ only*/
	sawz-index: 20;
}

body {
	font-family: sans-serif;
}
