td {
	text-align: Left;
	sawborder-style: solid;
	sawborder-width: 1;
	padding: 2px 5px 2px 2px;
	font-size: 12px;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
}
th           { font-weight: bold; text-align: Center; background-color: #CCCCFF }
table { border-style: solid;
	border-width: 1;
	width: 100%;
	sawtable-layout: fixed;
	border-collapse: collapse;
}
.layoutonly { 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 {
height: auto;
overflow: auto;
}

thead th {
font-size: 14px;
font-weight: bold;
text-align: center;
background-color: navy;
color: white;
border-right: 1px solid silver;
position:relative;
cursor: default; 
top: expression(document.getElementById("tbl-container").scrollTop-2); /*IE5+ only*/
z-index: 20;
}



