/****************************
*	GRADIENT BLUE SKIN		*
****************************/

table.gradient-style-blue
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	text-align: middle;
	border-collapse: collapse;
}

table.gradient-style-blue th
{
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
	background: #b9c9fe url('/imgs/tables/gradblue/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #FFF;
}

table.gradient-style-blue caption
{
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
	background: #b9c9fe url('/imgs/tables/gradblue/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #FFF;
}

table.gradient-style-blue td
{
	padding: 5px; 
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	color: #669;
	border-top: 1px solid #ccc;
	background: #e8edff url('/imgs/tables/gradblue/gradback.png') repeat-x;
}
table.gradient-style-blue tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
table.gradient-style-blue tbody tr:hover td
{
	background: #d0dafd url('/imgs/tables/gradblue/gradhover.png') repeat-x;
	color: #339;
}
table.gradient-style-blue .even
{
	background-color: #ededed;
}
table.gradient-style-blue .odd
{
	background-color: #ededed;
}

table.gradient-style-blue .selected {
	background: #d0dafd url('/imgs/tables/gradblue/gradsel.png') repeat-x;
	background-color:#f3e09d;
}