div#tableGrid {
	padding-right: 7px;
	padding-left: 7px;
	margin-right: 7px;
	margin-left: 7px;
	text-align: left;
	width: 97%;
}

#tableGrid a {
	color: #3b5998;
}

#tableGrid {
	font: normal 12px auto  Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	text-align: left;
}

#tableGrid th {
	font: bold 11px  Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #e3e3e3 url(../images/table_header_green.jpg) no-repeat;
}

#tableGrid th.left {
	text-align: right;
	border-left: 1px solid #e3e3e3;
}

#tableGrid td.row1 {
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 6px 6px 6px 12px;
	background: #fff;
	color: #4f6b72;
}

#tableGrid td.row2 {
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 6px 6px 6px 12px;
	background: #eef6ff;
	color: #797268;
}

#tableGrid td.row3 {
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 6px 6px 6px 12px;
	background: #feffe7;
	color: #797268;
}

#tableGrid td.ps {
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	background: #eef6ff;
}

#tableGrid th.spec {
	border-left: 1px solid #e3e3e3;
	border-top: 0;
	background: #fff;
	font: 11px  Verdana, Arial, Helvetica, sans-serif;
}

#tableGrid th.specalt {
	border-left: 1px solid #e3e3e3;
	border-top: 0;
	background: #eef6ff;
	font: 11px  Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

#tableGrid span.tableHeader {
	font: 11px  Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4f6b72;
}