/* DI Site Shared CSS */
/*Created 12/04/07 and used for common features amongst the DI site pages*/


.emphasized {
font-style: italic;
}

.indent {
margin-left: 3em;
margin-right: 3em;
}

.grayhead {
font-size: 105%;
color: #5e6a71;
font-weight: bolder;
}

.left {
text-align: left;
}

.right {
text-align: right;
}



/* Approved States Table CSS */

.altWasabi 	{
	background-color: #ECF8D3;  /* #99CC00; Cindy said this was too dark */
}

.altBlue {
	background-color: #E5EEFF; 
}

td.leftgray {
	text-align: left;
	background-color: #f4f4f4;
}

th.leftblue {
	text-align: left;
	background-color: #E5EEFF;
}

.lighter {
	text-align: center;
	font-weight: 400;
}
.new {
	color: #003399;
	font-weight: 700;
}	


