/* tables */
table {
	font-family:arial;
	background-color: #CDCDCD;
	margin:5px;
	font-size: 8pt;
	text-align: left;
}
table thead tr th, table tfoot tr th {
	background-color: #d7eca0;
	border-right: 1px solid #bbd37a;
	color: #7b9a2a;
	font-size: 8pt;
	padding: 4px;
	padding-bottom: 1px;
}

table thead tr .header {
	background-color: #d7eca0;
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table tbody tr.odd td {
	background-color:#F0F0F6;
}
table thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table thead tr .headerSortDown, table thead tr .headerSortUp {
	background-color: #8dbdd8;
	cursor:pointer;
}
table thead tr th{
	background-color:transparent;
}
table thead{
	background-color: #d7eca0;
	background-position:top;
}
