body { behavior:url("/includes/csshover.htc"); }

.dashboard-table {
	width: 630px;
	border:1px solid #000000;
	border-spacing: 0px; }

.dashboard-table a, .dashboard-table,.dashboard-table tbody, .dashboard-table tfoot, .dashboard-table tr, .dashboard-table th, .dashboard-table td {
	font-family: Arial, Helvetica, sans-serif;
}

.dashboard-table caption {
	font-size: 25px;
	text-align: center;
	background: url(/images/bg_caption.gif) left top;
	height: 40px;
	color: #FFFFFF;
	border:1px solid #000000; }

.dashboard-table thead th {
	background: url(images/bg_th.gif) left;
	height: 21px;
	color: #FFFFFF;
	font-size: 1em;
	font-family: Arial;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left; }

.dashboard-table tbody tr {	background: #ffffff; }

.dashboard-table tbody tr.odd {	background: #f0f0f0; }

.dashboard-table tbody th {
	background: url(images/arrow_green.png) left center no-repeat;
	background-position: 5px;
	padding-left: 40px !important; }

.dashboard-table tbody tr.odd th {
	background: url(images/arrow_green.png) left center no-repeat;
	background-position: 5px;
	padding-left: 40px !important; }

.dashboard-table tbody th, .dashboard-table tbody td {
	font-size: 1em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 10px 7px;
	border-bottom: 1px solid #800000;
	text-align: left; }

.dashboard-table tbody a {
	color: #000000;
	font-weight: bold;
	text-decoration: none; }



.dashboard-table tbody a:hover {
	color: #ffffff;
	text-decoration: underline; }

.dashboard-table tbody tr:hover th {
	background: #96c04d url(images/arrow_blue.png) left center no-repeat;
	background-position: 5px;
	color: #ffffff; }

.dashboard-table tbody tr.odd:hover th {
	background: #000000 url(images/arrow_blue.png) left center no-repeat;
	background-position: 5px;
	color: #ffffff; }

.dashboard-table tbody tr:hover th a,.dashboard-table tr.odd:hover th a	{
		 color: #ffffff; }

.dashboard-table tbody tr:hover td,.dashboard-table tr:hover td a, .dashboard-table tr.odd:hover td,.dashboard-table tr.odd:hover td a {
	background: #96c04d;
	color: #ffffff;	 }

.dashboard-table tbody tr.odd:hover td,.dashboard-table tr.odd:hover td a{
	background: #000000;
	color: #ffffff;	 }

.dashboard-table tbody tfoot th,.dashboard-table tfoot td {
	background: #ffffff url(/images/bg_footer.gif) repeat-x bottom;
	font-size: 1em;
	color: #ffffff;
	height: 21px;
	}

