/*
#divTable  	    
{
	position: absolute; 
	top:300px; left:30px; height:262px; width:800px; 
	border-style:solid; border-width:2px; border-color:#cccccc; 
	overflow:auto;
} 
*/
#divTable table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	margin: 0px;
	text-align: left;
}
#divTable th.rounded-top-left
{
	background: #b9c9fe url('table-images/topleft.png') left -1px no-repeat;
}
#divTable th.rounded-top-right
{
	background: #b9c9fe url('table-images/topright.png') right -1px no-repeat;
}
#divTable th
{
	padding: 6px;
	font-size:13px; font-weight:normal; 
	color: #039;
	background: #b9c9fe url('table-images/gradhead.png') repeat-x;
}
#divTable td
{
	padding: 4px; 	
	font-size:12px; font-weight:bold;
	color: #669;
	background: #e8edff url('table-images/gradback.png') repeat-x;
	border-top: 0px solid #fff;    border-bottom:1px solid #b9c9fe;
	border-left:0px solid #b9c9fe; border-right :1px solid #b9c9fe;
}
#divTable tfoot td.rounded-bot-left
{
	background: #e8edff url('table-images/botleft.png') left bottom  no-repeat;
}
#divTable tfoot td.rounded-bot-right
{
	background: #e8edff url('table-images/botright.png') right bottom no-repeat;
}
#divTable a
{
	color: #039; 
	text-decoration: none; 
	font-size:13px; font-weight:bold
}
#divTable a:hover
{
	color: black; 
}