#main div.cap {
	clear: both;
	background: top left url(../../../img/list/cap.png) no-repeat;
	color: #fff;
	padding: 10px 0 6px 16px;
	margin: 20px 0 0 0;
	font-family: "Trebuchet MS", Trebuchet,  Verdana, Arial, sans-serif;
	font-size: 16px;
}

#main div.cap span.vat {
	display: block;
	float: right;
	margin: 5px 20px 0 0;
	text-align: right;
	font-size: 8pt;
}

#main div.body {
	background: top left url(../../../img/list/body.png) repeat-y;
}

#main div.base {
	background: top left url(../../../img/list/base.png) no-repeat;
	width: 600px;
	height: 20px;
	margin: 0 0 20px 0;
}

#main table.list {
	width: 600px;
}

#main table.list tr:first-child {
	background: top left url(../../../img/list/header.png) no-repeat;
	height: 22px;
}

#main table.list th {
	color: #fff;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Trebuchet,  Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	padding: 0 0 2px 0;
}

#main table.list th:first-child {
	padding-left: 16px;
}

#main table.list td {
	font-family: "Trebuchet MS", Trebuchet,  Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: #fff;
	padding: 12px 0 12px 0;
	border-bottom: 1px solid #bcb599;
}

#main table.list td a {
	font-family: "Trebuchet MS", Trebuchet,  Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: #fff;
	display: block;
}

#main table.list td span.subtitle {
	color: #eaa701;
	font-style: italic;
}

#main table.list td div.button {
	width: 80px;
}

#main table.list td div#last_chance {
	background: #c30;
}

/*
#main table.list td div#last_chance span a {
	font-size: 8pt;
}
*/

#main table.list td div.button a {
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	color: #fff;
	display: block;
}

#main table.list td:first-child {
	padding-left: 16px;
}

#main table.list span.ui-button-text {
	padding: .3em .6em;
}


