@charset "utf-8";
/* CSS Document */

.table {
	background: #333333;
	font-family: Arial, Helvetica, sans-serif;

}

.table ul {
	float: left;
	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: 260px;
}

.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;	
}

table {
	border: 1px solid #cccccc;
	width: 640px;
	float: left;
	}

td {
	padding: 10px;
	border: 1px solid #cccccc;
	}
	
.tableHead	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#336633;
	font-weight: bold;
	width: 200px;
}

.tableHead2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#336633;
	font-weight: bold;
}