﻿.newtable table {
	width: 540px;
	border-collapse:collapse;
	border:1px solid #cccccc;
}

.newtable tr.head {
	background: url(/images/table/bg_th.jpg) repeat;
	height: 31px;
	color: #000000;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #cccccc;
}

.newtable tr.data {
	background: #cccccc url(/images/table/bg_td1.jpg) repeat-x;
}

/*.AlignRight {
	text-align: right !important;
}*/

.newtable tr.dataorange {
	background: #cccccc url(/images/table/bg_td2.jpg) repeat-x;
}
.newtable tr.datagreen {
	background: #cccccc url(/images/table/bg_tdgreen.jpg) repeat-x;
}
.newtable tr.datared {
	background: #cccccc url(/images/table/bg_tdred.jpg) repeat-x;
}
.newtable td {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	padding: 10px 7px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #DDDDDD;
	text-align: left;
}
.newtable a {
	color: #777777;
	font-weight: bold;
	text-decoration: underline;
}
.newtable a:hover {
	color: #F8A704;
	text-decoration: underline;
}
.newtable tr.foothead {
	background: url(/images/table/bg_total.jpg) repeat-x bottom;
	color: #000000;
	font-weight:bold;
	height: 30px;
}
.newtable td.foot {
	background: url(/images/table/bg_total.jpg) repeat-x bottom;
	color: #000000;
	font-weight:bold;
	height: 30px;
	text-align:right;
}