table.datat tr:nth-child(2n) td
{
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

table
{
	border-collapse:collapse;
}

.olControlNoSelect
{
	display:none;
}

.noprint
{
	display:none;
}

body
{
	font-family:Arial,Courier !important; /*for pdf printing issues in IE*/ 
}