/****************************
*	GRADIENT ORANGE SKIN		*
****************************/

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

table.gradient-style-orange th
{
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
	background: #FFD07F url('/imgs/tables/gradorange/gradhead.png') repeat-x;
	border-top: 2px solid #FFD07F;
	border-bottom: 1px solid #FFD07F;
	color: #000;
}

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

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