@charset "utf-8";
/* CSS Document */

.table {
	background: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

.table ul {
	float: right;
	margin-right: 10px;
	padding: 0;
	border: 1px solid #ccdce7;
	background-image:url(../../images/table_grad.jpg);
	background-repeat:no-repeat;
}

.table ul li {
	list-style: none;
	width: 150px;
}

.table ul li.title {
	font-size: 14px;
	padding: 10px 10px;
	margin: 0px 10px;
	color: #336633;
}

.table ul li.even {
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 10px 10px;
	margin: 0px 10px;
}

.table ul li.odd {
	font-size: 12px;
	padding: 10px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 0px 10px;	
}