#orange {
	width: 90%;
	border-collapse:collapse;
	border:1px solid #FFCA5E;
}

#orange thead th {
	background: url(../images/bg_th.jpg) no-repeat right;
	height: 47px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #FCF1D4;
}

#orange tbody tr {
	background: #FFFFFF url(../images/bg_td1.gif) repeat-x top;
}

#orange tbody tr.odd {
	background: #FFF8E8 url(../images/bg_td2.gif) repeat-x top;
}

#orange tbody tr:hover {
	background: #FFFFFF url(../images/bg_td3.gif) repeat-x bottom;
}

#orange tbody tr.odd:hover {
	background: #FFF8E8 url(../images/bg_td4.gif) repeat-x bottom;
}

#orange tbody th,
#orange tbody td {
	font-size: 11pt;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	padding: 10px 7px;
	border-top: 1px solid #FFCA5E;
	border-right: 1px solid #DDDDDD;
	text-align: left;
}

#orange a {
	color: #777777;
	font-weight: bold;
	text-decoration: underline;
}

#orange a:hover {
	color: #F8A704;
	text-decoration: underline;
}

#orange tfoot th {
	background: url(../images/bg_total.gif) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}

#orange tfoot td {
	background: url(../images/bg_total.gif) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}