
.winners {
	width: 99%;
	padding: 0;
	margin: 0;
	margin-left: auto;
    margin-right: auto;
}

.caption {
	padding: 0 0 5px 0;
	width: 99%; 
	font: italic 0.99em Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 0.9em Verdana,Geneva,Arial, Helvetica, sans-serif;
	color: #F2E9D6;
	border-right: 1px solid #300;
	border-bottom: 1px solid #300;
	border-top: 1px solid #300;
	letter-spacing: 0.1.3em;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #394A4A url(images/bg_header.jpg) no-repeat;
}

th.left {
	border-left: 1px solid #300;
}

td {
	border-right: 1px solid #300;
	border-bottom: 1px solid #300;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #333;
}


td.alt {
	background: #F5FAFA;
	color: #300;
}

td.spec {
	border-left: 1px solid #300;
}

td.specalt {
	border-left: 1px solid #300;
	background: #F5FAFA;
	color: #300;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #300;
	background: none;
}

td.available {
	background: #88985D;
}

td.limited {
	background: #986D5D;
}

td.numbers {
	background: #ECEFDA;
	font-size: 0.78em;
}