/* ############################################################ Table Size & Logo ### */
table#top15_table {width: 100%}
table#top15_table td.logo {
	background-image: url(top15_logo.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	background-position: left top;
	height: 105px;
	
	vertical-align: bottom;
	padding: 0px 0px 4px 73px;
	color: #333;
	font-weight: bold;
	font-style:italic;
	font-variant: small-caps;
}


/* ############################################################ Table Heading ### */
table#top15_table th {
	height: 22px;
	border: 0px;
	background: url(th_bg2.gif);
	
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	
	text-align: left;
	vertical-align: top;
	padding-top: 3px;
}
table#top15_table th.black {background: #000;}
table#top15_table th.seperate_left {background: url(th_seperate_left.gif); width: 5px;}
table#top15_table th.seperate_middle1 {background: url(th_seperate_middle1.gif); width: 5px;}
table#top15_table th.seperate_middle2 {background: url(th_seperate_middle2.gif); width: 5px;}
table#top15_table th.seperate_right {background: url(th_seperate_right.gif); width: 5px;}

table#top15_table th.map {background: url(th_bg1.gif); text-align: left; padding-left: 21px;}
table#top15_table th.pro15 {text-align: center; width: 70px;}
table#top15_table th.nub15 {text-align: center;  width: 70px;}

/* ############################################################ Content Cells ### */


table#top15_table tr.eventop15 td {
	height: 20px;
	border: 0px;
	padding-top: 1px;
	background: url(td_bg_even.gif) #fff;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	
	text-align: left;
	vertical-align: middle;
}

table#top15_table td {
	height: 20px;
	border: 0px;
	padding-top: 1px;
	background: url(td_bg.gif) #fff;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	
	text-align: left;
	vertical-align: middle;
}

table#top15_table td.black {background: #000; background-image: none; width: 20px;}
table#top15_table td.seperate, table#top15_table tr.eventop15 td.seperate {background: url(td_seperate.gif);}

table#top15_table td.number, table#top15_table tr.eventop15 td.number {text-align: right; padding-right: 1px; background: url(td_seperate_left.gif); color: #bbb;}
table#top15_table td.map, table#top15_table tr.eventop15 td.map {padding-left: 3px;}
table#top15_table td.link, table#top15_table tr.eventop15 td.link {padding-left: 3px; text-align: center; }

/* ################################################################### Links ### */

table#top15_table a:link {color: #DF5400; text-decoration: none}
table#top15_table a:visited {color: #DF5400; text-decoration: none}
table#top15_table a:active {color: #DF5400; text-decoration: none}
table#top15_table a:hover {color: #DF5400; text-decoration: underline}

