caption {
	color: white;
	font-size: 10px;
	text-align: left;
	padding-bottom: 5px;
	font-weight: bold;
}

table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-bottom: 10px;
	font-size: 9px;
}

td + td {
	border-left: 1px solid #FAFAFA;
	color: #595959;
}

td + td + td {
	border-left: none;
	color: #595959;
}

td a {
	color: #444444;
	text-align: right;
	text-decoration: none;
}

td a, th a {
	display: block;
	width: 100%;
}

td a:hover {
/*	background: #CCCCCC;*/
	color: #FFFFFF;
}

td, th {
	border-bottom: 1px solid #EEEEEE;
	padding: 2px 2px;
}

tfoot th {
	text-align: left;
}

th {
	text-align: left;
}

th + th {
	text-align: left;
}

th + th + th {
	text-align: left;
}

th a {
	color: #f7941d;
	font-size: 10px;
	text-decoration: none;
}

th a:visited {
	color: #f7941d;
}

th a:hover {
	color: black;
	text-decoration: underline;
}

thead tr, tfoot tr {
	color: #555555;
	font-size: 8px;
}

tr {
	background: url(../images/row.png) repeat-x #F8F8F8;
	color: #666666;
}

tr:hover {
	background: #FFFFFF;
}

