/* CSS Document */
#tableGrid{
	
	/*border-left:1px #CCCCCC solid; */
	border-right:1px #CCCCCC solid; 
	border-top:1px #DFDABD solid; 
	/*border-bottom:1px #CCCCCC solid;*/
	empty-cells:hide;
	padding:0px;
	margin:0px;
	
}

#tableGrid td{
	border-left:1px #CCCCCC solid; 
	border-bottom:1px #EFEFEF solid;
	font-family:verdana;
	font-size:11px;
	color:#333333;
	padding-bottom:2px;
	padding-left:3px;
}
#tableGrid td a{
	color:red;
	text-decoration:none;
}
#tableGrid td a:visited{
	color:#666666;
}

#tableGrid thead td{
	width:inherit;
	padding:2px;
	font-family:verdana;
	font-size:11px;
	color:#333333;
	font-weight:bold;
	background:#ECE9D8;
	border-bottom:1px solid #DED9BC;
}