@charset "utf-8";
/* CSS Document */

#one-column-emphasis
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 15px 0 25px 0;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#one-column-emphasis th
{
	font-size: 14px;
	font-weight: normal;
	padding: 5px 5px 5px 15px;
	color: #fff;
	background-color: #132236;
	font-variant: small-caps;
}
#one-column-emphasis td
{
	padding: 10px 0 10px 15px;
	color: #fff;

}

#one-column-emphasis tr:hover td
{
	color: #a2d6ff;
}

tr:hover { 
	background-color:#244762;
	
	height:auto;
}

#one-column-emphasis tr:hover td a {
	color: #a2d6ff;
}
td a {
	color:#ffffff;
	
}
#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 15px 0 0 0;
	width: 600px;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe url(../images/table-images/gradhead.png) repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}
#gradient-style td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url(../images/table-images/gradback.png) repeat-x;
}
#gradient-style tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
#gradient-style tbody tr:hover td
{
	background: #d0dafd url(table-images/gradhover.png) repeat-x;
	color: #339;
}


