@charset "utf-8";
/* CSS Document */

#proTourBanner{
	width:570px;
	height:195px;
	padding-bottom:10px;
}

#tourTable{
	width:570px;
}



td{
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
}

table{
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
}



#tvEventLinkContainer{
	width:570px;
	height:600px;
	overflow:auto;
	clear:both;
}

#tvEventLink{
	width:540px;
	height:100px;
}

#tvEventLinkLogo{
	width:150px;
	height:100px;
	float:left;
}

#tvEventLinkInfo{
	width:280px;
	height:65px;
	padding-top:35px;
	float:left;
	background-image:url(../assets/images/tvEventsHomeLinksBg.gif);
	background-repeat:repeat-x;
	text-align:center;
}

#tvEventLinkTv{
	width:110px;
	height:100px;
	float:left;
}

.tvEventTxt1{
	color:#333;
	font-size:9pt;
	font-weight:bold;
}

.tvEventTxt2{
	color:#333;
	font-size:8pt;
}


#tvEventsPageLinksContainer{
	width:250px;
	height:150px;
	float:left;
}


#tvEventsPageLinksContainer table{
	border:none;
}

#tvEventsPageLinksContainer td{
	border:none;
}


.tvEventsPageLink a{
	width:240px;
	padding:5px;
	background-image:url(../../assets/images/subLinkbg.gif);
	background-repeat:repeat-x;
	color:#333;
	text-decoration:none;
	display:block;
	border-bottom-style:solid;
	border-bottom-color:#FFF;
	border-bottom-width:1px;
	font-weight:bold;
	text-align:center;
}

.tvEventsPageLink a:hover{
	background-image:url(../../assets/images/subLinkbgOver.gif);
	text-decoration:none;
	color:#FFF;
}

#tvEventsPageLogo{
	width:270px;
	height:150px;
	float:left;
	margin-right:10px;
}

#tvEventsPageTop{
	width:570px;
	height:150px;
	margin-bottom:10px;
}



#resultsArchiveSelector{
	width:570px;
	height:65px;
	overflow:auto;
	margin-bottom:10px;
}

.resultsArchiveLink a{
	width:95px;
	height:27px;
	float:left;
	display:block;
	text-align:center;
	font-size:10pt;
	padding-top:13px;
	text-decoration:none;
	color:#333;
	background-image:url(../../assets/images/resultsArchiveOut.gif);
}


.resultsArchiveLink a:hover{
	color:#FFF;
	background-image:url(../../assets/images/resultsArchiveOver.gif);
}

#resultsArchiveIframeContainer{
	width:570px;
}

.tvTicketLink a{
	width:245px;
	height:70px;
	display:block;
	background-image:url(../assets/images/tvTicketLink.gif);
	color:#FFF;
	text-decoration:none;
	text-align:center;
	padding-top:30px;
	font-size:12pt;
}

.tvTicketLink a:hover{
	text-decoration:underline;
}


.ticketInfoLink a{
	width:570px;
	height:38px;
	background-image:url(../assets/images/ticketLink.gif);
	display:block;
	text-decoration:none;
	text-align:center;
	padding-top:22px;
	color:#333;
	font-size:10pt;
}


.ticketInfoLink a:hover{
	background-image:url(../assets/images/ticketLinkOver.gif);
}