/* css :: structure :: Nol-Tec */

#displayTable {
	width: 100%;
	padding: 0;
	margin: 0;
    font-family: "Trebuchet MS", Verdana, sans-serif;    
    /*font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;*/
	border-right: 1px solid #C1DAD7;
}
#displayTable caption {
	padding: 0 0 5px 0;
	text-align: right;
	color: #98B0B6;
	font-style: italic;
	font-size: 11px;
}
#displayTable th {
	font-size: 12px; /*11*/
	color: #4f6b72;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #CAD9DD;
}
#displayTable th.nobg {
	background: none;
}
#displayTable td {
	border-left: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}
#displayTable td.altRow {
	background: #F5FAFA;
	color: #797268;
}
#displayTable td.prod
{
    border-top: 0;
    font-size: 12px;
    background-color: #DCEEF2;
}
