@charset "utf-8";
/* CSS Document */

.table {
	background-image: url(images/template_bg_black8.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 25px;
	white-space: nowrap;
	background-position: bottom;
}
.table2 {
	font-size: 16px;
	line-height: 25px;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/template_bg_black.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.table3 {
	font-size: 16px;
	line-height: 25px;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tr {
	background-image: url(images/template_bg_blue_nue.jpg);
	background-repeat: repeat-x;
	background-position: center;
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	font-size: 14px;
}
.td {
	background-repeat: repeat-x;
	background-position: center;
	margin:0;
	padding:0;
	background-image: url(images/template_bg_blue_nue.jpg);
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.td2 {
	background-repeat: repeat-x;
	background-position: center;
	margin:0;
	background-image: url(images/template_bg_blue_nue.jpg);
	font-weight: bold;
	font-size: 16px;
	padding: 0 0 0 5px;
	font-style: italic;
}
.td3 {
	background-repeat: repeat-x;
	background-position: center;
	margin:0;
	background-image: url(images/template_bg_blue_nue.jpg);
	color: #FFFFFF;
	text-shadow:#444 1px 1px 1px;
	font-weight: bold;
	font-size: 16px;
	padding: 0 3 0 3px;
	white-space: nowrap;
}
.th {
	font-size: 18px;
	text-align: center;
	text-shadow:#444 1px 1px 1px;
	background-image: url(images/template_bg_ylw_nue.jpg);
	background-repeat: repeat-x;
	background-position: center;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.th2 {
	text-align: center;
	text-shadow:#444 1px 1px 1px;
	background-image: url(images/template_bg_red_nue.jpg);
	background-repeat: repeat-x;
	background-position: center;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px 5px;
}
.th_ylw {
	background-image:url(images/template_bg_green.jpg);
}
.th_red {
	background-image:url(images/template_bg_ylw.jpg);
}
.th_blue {
	background-image:url(images/template_bg_red.jpg);
}
.table .tr .tr a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.table .tr a {
	color: #FFFFFF;
	text-decoration: none;
}
.table .tr a:hover  {
	text-decoration: underline;
	background-image: url(images/template_bg_green.jpg);
	background-repeat: repeat-x;
}
.table2 .tr a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
}
.table2 .tr a:hover { text-decoration: underline; 
}
.table3 .tr a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	text-shadow: #444 1px 1px 1px;
}
.table3 .tr a:hover { text-decoration: underline; 
}
.winner {
	font-size: larger;
	font-style: italic;
}
.winner2 {
	font-size: 20px;
	display: block;
	text-align: center;
}

.table tr .td3.vacant {
	background-color: #0C0;
	background-image: none;
}

