table
{


}
.table ul
{
	float:left;
	margin:0;
	padding:0;
	text-align: left;
	
}


.table ul li
{
	list-style:none;
	padding:5px 10px;
	border-bottom-color: #331E1D;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: #331E1D;
	border-right-style: solid;
	border-right-width: 2px;
}

.table ul li.title
{
	height:20px;
	background-image: url(images/cellbg.png);
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	color: #D2AB66;
	padding-top: 10px;
	
}

.table ul li.even
{
	background-image: url(images/bg-1.jpg);
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 11px;
	padding-top: 6px;
	background-color: #FFFFFF;
	text-align: left;
	color: #D2AB66;
	
}
.table ul li.odd
{
	background-image: url(images/bg-2.jpg);
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 11px;
	padding-top: 6px;
	background-color: #FFFFFF;
	text-align: left;
	color: #EFE1C7;
	
}