

/*----------------- GRI Page Content  -------------------------------*/

#griWrapper {
	width: 780px;
}
#griTop {
	width: 750px;
	padding: 25px 13px 25px 17px ;
	background-image: url(../images/top40_egrad.jpg);
	background-repeat:no-repeat;
}
#griTop p{
	color: #3F3F3F;
	padding-top: 10px;
	font: 120%/140% Arial, sans-serif;
}
#griTop .green{
	color: #007229;
	font-weight: bold;
}
#griTop a, a:visited {
	color: #007229;
	text-decoration: underline;
}
#griTop a:hover{
	color: #000;
	text-decoration: underline;
}
#griTablesContainer {
	width; 780px;
	font-size: 120%;
}

/*----------------- GRI Page Table Styles  -------------------------------*/
.griTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #000;
		/*text-align:right;*/
}
.griTable th {
	padding: 4px 0 4px 5px;
	color:#FFF;
	background:#4C9C69;
	text-align:left;
	
	/*border-bottom: 2px solid #ccc;*/
}
.griTable td {
	padding: 5px;
	text-align:left;
	vertical-align:top;
	background-image: url(../images/bg_susTable.jpg);
	background-repeat: no-repeat;
}
.griTable td.right {
	text-align:right;
}
.griTable td.green {
	background: #B2DD80;
	background-image:none;
	border-top: 1px solid #eee;
}
.griTable td.amber {
	background: #FFD87D;
	background-image:none;
	border-top: 1px solid #eee;
}
.griTable td.subHdr {
	font-size: 1em;
	font-weight:bold;
	background-image:none;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}
.griTable td.bottom {
	border-bottom: 1px solid #eee;
}
.griTable td.bottomRight {
	text-align:right;
	border-bottom: 1px solid #eee;
}
.griTable sup{
	font-size :0.9em;
}
.griTable .noborder {
	border:none;
}
.griTable a, a:visited {
	color: #007229;
	text-decoration: underline;
}
.griTable a:hover{
	color: #000;
	text-decoration: underline;
}
.griTable td.last {
	background-image:none;
}
.griKeyTable {
	color: #3F3F3F; 
	background: #F7F7F7;
	font: 120%/140% Arial, sans-serif;
}
.griKeyTable td {
	padding: 1px 7px;
	text-align:left;
}
.griKeyTable td.start {
	padding-top: 5px;
}
.griKeyTable td.end {
	padding-bottom: 5px;
}


