﻿#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 8px;
	margin: 0px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style td
{
	padding: 2px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url('../images/Table/gradback.png') repeat-x;
}
#gradient-style tbody tr:hover td
{
	background: #d0dafd url('../images/Table/gradhover.png') repeat-x;
	color: #339;
}

.gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 8px;
	margin: 0px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
.gradient-style td
{
	padding: 2px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	font-size:11px;
	background: #e8edff url('../images/Table/gradback.png') repeat-x;
}
.gradient-style tbody tr:hover td
{
	background: #d0dafd url('../images/Table/gradhover.png') repeat-x;
	color: #339;
}

.grad-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 580px;
	text-align: left;
	border-collapse: collapse;
}
.grad-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 2px;
	background: #b9c9fe url('../images/Table/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}
.grad-style td
{
	padding: 1px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url('../images/Table/gradback.png') repeat-x;
}
.td_right
{
    text-align: right; 
}
.td_left
{
    text-align: left;
	width: 70%;

}
.td_left2
{
    text-align: left;
	width: 30%;
}
.grad-style tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #039;
	font-weight: bold;
}
/*
.grad-style tbody tr:hover td
{
	background: #d0dafd url('../images/Table/gradhover.png') repeat-x;
	color: #339;
}
*/
.SubHead {
color:#4C6171 !important;
font-size:11px;
}
