@CHARSET "ISO-8859-1";

/***************************************************************************************************
This area contains all of the color definitions that need to be updated for each site.  Further styling
can be accomplished further down, but it isn't recommended.

Note that a few graphics are defined in-line in the XHTML to ease pre-production testing.  They are:
	.article-divider{background-image: url("/img/site/news-article-divider.png")}
	#container.two-col{background-image: url("/img/site/background-2-col.gif")}
	#container.three-col{background-image: url("/img/site/background-3-col.gif")}			
****************************************************************************************************/

/* Left/Right/[Bottom] Margins */
body{
	background-color: #120f13;	
}

/* Default Text */
a,a:visited,
a:active,
a:hover,body{ 
	color: black; 
}

/* Left/Right Column Background Color, Image */
#container-container{
	background-color: #d7d7d7;
}

/* Search box input area */
#searchTicketsInput{	 
	color: #253a52;
	border-color: #253a52;
}

/* Left/Right Column Header Background */
.linkHeader, 
.linkButton, 
#searchTicketSubmit,
.article-divider{
	background-color:#253a52; 
}

/* Left/Right Column Header Text Color */
.linkHeader,
.linkButton h1, 
.linkButton h1 a, 
.linkButton h1 a:visited,
.linkButton h1 a:hover,
.linkButton h1 a:active,
#searchTicketSubmit{
	color: #ffffff;	
}

/* Left/Right Column Sub-Header Text Color */
.linkButton h2,
.linkButton h2 a,
.linkButton h2 a:visited,
.linkButton h2 a:hover,
.linkButton h2 a:active{
	color: #c6e6fe;
}

/* Link list text color, background color */
#leftBar ul, 
#rightBar ul{
	background-color: #fdfdfd;
	color: black;
}

/* Article Headlines */
#content h1,
.article h2,
td.tn_results_header_title,
td.tn_results_header_title a:link,
td.tn_results_header_title a:hover,
td.tn_results_header_title a:visited,
td.tn_results_header_subtitle, 
td.tn_results_header_subtitle a:link,
td.tn_results_header_subtitle a:hover,
td.tn_results_header_subtitle a:visited,
td.tn_results_header_venue,
td.tn_results_header_datetime,
td.tn_results_header_maplink
td.tn_results_header_maplink a:link,
td.tn_results_header_maplink a:hover,
td.tn_results_header_maplink a:visited{  
  color: #253a52;
}


/***************************************************************************************************
Don't change anything below this line.
****************************************************************************************************/

/***************************************************************************************************
Deaults, etc.
****************************************************************************************************/

html{
	margin: 0;
	padding: 0;
	height: 100%;
}

h1, h2, h3, h4, h5, h6, dd, dl{
	margin: 0;
	padding: 0;	
}

img{
	border: 0;	
}

body{
   	font-family:verdana,helvetica,arial,sans-serif;   	
   	font-size: 12px;   
   	margin: 0 auto 0 auto;
   	padding: 0;   	
   	height: 100%;
}

a,a:visited,
a:active{ 
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Columns / Content Container */
#container,
#container-container{   
   width: 771px;
   text-align: left;
   padding: 0;
   margin: 0 auto 0 auto;
   min-height: 100%;   
}

#container.two-col,
#container.three-col{
	background-repeat: repeat-y;
}

/*IE 6 Hack*/
* html #container {
	height: 100%;
}

#ankle{
	clear: both;
	margin: 0px;
	padding: 0px;
	min-height: 100%;
}

/***************************************************************************************************
Left and right columns
****************************************************************************************************/

#leftBar, #rightBar{	
	width: 160px;
	vertical-align: top;
	margin: 0 7px 10px 7px;
	paddng: 0px;
	clear: both;
}

/* Link list headers */
.linkHeader{
	padding: 6px 10px 6px 10px;
	margin: 10px 0 0 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;	
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;			
	border-radius-topleft: 5px;
	border-radius-topright: 5px;	
	position: relative;
}

.linkHeader h1{
	font-size: 12px;	
}

.linkHeader h2{
	font-weight: normal;
	font-size: 10px;	
}

.linkButton{
	margin: 5px 0 5px 0;
	padding: 6px 10px 6px 10px;
	width: 140px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

#searchArea{
	margin: 15px 0 0 0;
	padding: 0;	
}

/* Left column, search input box */
#searchTicketsInput{
	background-color:#ffffff; 
	border-width: 1px;
	border-style: solid;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	width: 152px;			
	margin: 0;
	padding: 3px;		
}

/* Left column, search submit button */
#searchTicketSubmit{
	border: 0px solid black;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	width: 70px;	
	margin: 5px 0 0 90px;
	padding: 0;	
	cursor: pointer;
}

/* Default adjustments for left/right column headers with icons */
.icon{
	margin-top: 30px;
	padding-right: 60px;
	width: 90px;	
}

.icon img{
	position: absolute;
	top: -20px;
	right: 5px;
	border: 0px;
}

/* Right column header with ticket icon is special case */
.ticket-icon{
	margin-top: 50px;	
}

/* Right column hader with ticket icon is special case */
.ticket-icon img{
	position: absolute;
	top: -40px;
	right: 2px;
	border: 0px;
}

/* Right column header with tour date icon is special case */
.tour-icon{
	margin-top: 30px;	
}

/* Right column header with tour date icon is special case */
.tour-icon img{
	position: absolute;
	top: -20px;
	right: 4px;
	border: 0px;
}

/* Right column header with RSS icon is special case */
.rss-icon{
	margin-top: 18px;	
}

/* Right column header with RSS icon is special case */
.rss-icon img{
	position: absolute;
	top: -9px;
	right: 5px;
	border: 0px;
}

#leftBar ul, #rightBar ul{
	margin: 0;
	padding: 5px 10px 5px 10px;
	width: 140px;
	list-style: none;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;	
	-webkit-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;			
	border-radius-bottomleft: 5px;
	border-radius-bottomright: 5px;
}

#leftBar ul li, #rightBar ul li{
	margin: 5px 0 5px 0;	
}

#rssList{
	font-size: 10px;	
}

#rssList ul li{
	margin: 8px 0 8px 0;	
}

.linkButton h1{
	font-size: 12px;	
}

.linkButton h2{
	font-weight: normal;
	font-size: 10px;	
}

/***************************************************************************************************
Content Area
****************************************************************************************************/

/* Content Area Background */

#content, #wide-content{
	background-color: white;
	vertical-align: top;	
	overflow: hidden;
	min-height: 100%;  
}

#content {
	width: 389px;	
	padding: 16px;
	margin: 0 1px 0 1px;	
}

#wide-content {
	/* total width 597 */
	width: 580px;	
	margin: 0 0 1px 0;
	padding: 8px;
	overflow: hidden;
}

#content h1{
	font-size: 18px;	
}

#content h2{
	font-size: 16px;	
}

#content a:link,
#content a:visited,
#content a:active,
#content a:hover,
#wide-content a:link,
#wide-content a:visited,
#wide-content a:active,
#wide-content a:hover{
	text-decoration: underline;
}

/********************************
News Articles
*********************************/

.article {
   margin: 0;
   padding: 5px 0 5px 0;
}

.article-divider{
	background-position: top;
	background-repeat: no-repeat;
	height: 15px;
	width: 389px;
	margin: 0;
	padding: 0;		
}

/* Headline */
#content .article h2 {
  font-size: 14px;  
  margin: 0 0 3px 0;  
}


/*  Author / Date */
#content .article h3 {
   font-size: 12px;
   margin: 0 0 10px 0;
}

/********************************
Players
*********************************/
table.roster,
table.roster tr,
table.roster td,
table.roster th{
	border: 0;
	margin: 0;
	padding: 0;	
	border-collapse: collapse;	
}

table.roster th{
	margin-right:8px;	
}

table.roster tr{
	margin: 1px 0 1px 0;	
}	
	
/********************************
Terms of service
*********************************/

#tos p, #team p {
	margin-top: 12px;
	width: 400px;	
}


/***************************************************************************************************
Misc. IE 6 hacks and other necessary evils.  Don't touch any of this.
****************************************************************************************************/

/* Make sure floating divs within other divs are contained properly */
.clear_accross {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0; 
	overflow: hidden;
	width: 0;
}

/* Purely to avoid the IE6 double left margin issue */
.float-left{
	margin: 0;
	padding: 0;	
	float: left;
	position: relative;
}

/***************************************************************************************************
Ticket Search Display
****************************************************************************************************/

table.tn_selevents_feature_large{
	width:100%
}

td.tn_selevents_feature_large_image{}

img.tn_selevents_feature_large_image{
	border:0
}

td.tn_selevents_feature_large_title{}

.tn_selevents_feature_large_title a:link,
.tn_selevents_feature_large_title a:hover,
.tn_selevents_feature_large_title a:visited{
	text-decoration:underline;
	font-size:16pt;
	font-weight:bold;
	color: #256CA2
}

img.tn_selevents_feature_large_title{
	border:0;
	width:100px;
	height:13px
}

td.tn_selevents_feature_large_text{
	font-size:10pt;
	color: Black
}

td.tn_selevents_feature_large_buynow{
	text-align:right
}

img.tn_selevents_feature_large_buynow{}

table.tn_selevents_feature_small{
	width:100%
}

td.tn_selevents_feature_small{
	text-align:center
}

.tn_selevents_feature_small img{}

.tn_selevents_feature_small a:link,
.tn_selevents_feature_small a:hover,
.tn_selevents_feature_small a:visited{
	text-decoration:underline;
	font-size:10pt;
	font-weight:bold;
	color: #256CA2
}

table.tn_results_header{
	width:570px
}

table.tn_results_header table{
	width:570px
}

td.tn_results_header_title,
td.tn_results_header_title a:link,
td.tn_results_header_title a:hover,
td.tn_results_header_title a:visited{
	font-size:16pt;
	font-weight:bold;
}

td.tn_results_header_subtitle, 
td.tn_results_header_subtitle a:link,
td.tn_results_header_subtitle a:hover,
td.tn_results_header_subtitle a:visited{
	font-size:10pt;	
}

td.tn_results_header_text{
	font-size:8pt;
	color: Black;
}

td.tn_results_header_venue,
td.tn_results_header_datetime,
td.tn_results_header_maplink{
	font-size:10pt;
	font-weight:bold;	
}


td.tn_results_header_maplink a:link,
td.tn_results_header_maplink a:hover,
td.tn_results_header_maplink a:visited{
	text-decoration:underline;
	font-size:10pt;
	font-weight:bold;
}

tr.tn_results_header_divider{
	height:1px
}

td.tn_results_header_divider{
	background-color:#ccc
}

table.tn_results_header_subhead{}

td.tn_results_header_subhead{}

td.tn_results_header_subhead_caption,
td.tn_results_header_subhead_text{
	font-size:10pt;
	color: Black;
}

.tn_results_header_subhead_text a:link,
.tn_results_header_subhead_text a:hover,
.tn_results_header_subhead_text a:visited{
	text-decoration:underline;font-family:verdana, helvetica, sans-serif;font-size:10pt;color: Black
}

table.tn_results{
	width:570px;
}

tr.tn_results_colhead{
	height:23px;
}

td.tn_results_colhead{
	text-align:center;	
	font-weight:bold;
	font-size:12px;
	color:#650000;
}

td.tn_results_colhead a:link,
td.tn_results_colhead a:hover,
td.tn_results_colhead a:visited{
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
	color:#650000
}

a.tn_results_more_events:link,
a.tn_results_more_events:hover,
a.tn_results_more_events:visited{
	text-decoration:underline;
	font-size:10pt;
	color: Black;
}

tr.tn_results_alternate_row{
	background-color:#f5f5f5
}

tr.tn_results_standard_row{
	background-color:#E4E9E5
}

tr.tn_results_divider{
	background-color:#9b9b9b;
	height: 10px;
}

td.tn_results_divider{}

td.tn_results_event_text{
	width:33%;
	font-size:12px;
	font-weight:bold;
	color:#650000;
}

.tn_results_event_text a:link,
.tn_results_event_text a:hover,
.tn_results_event_text a:visited{
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
	color:#650000;
}

td.tn_results_venue_text{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#333;
}

.tn_results_venue_text a:link,
.tn_results_venue_text a:hover,
.tn_results_venue_text a:visited{
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
	color:#333;
}


.tn_results_location_text a:link,
.tn_results_location_text a:hover,
.tn_results_location_text a:visited{
	text-decoration:underline;
	font-size:12px;
	font-weight:normal;
	color:#666;
}

td.tn_results_datetime_text{
	text-align:center;
	line-height:13px;
}

.tn_results_day_text{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#333;
}

.tn_results_date_text{
	text-decoration:none;
	font-size:12px;
	color:#333;
}

.tn_results_time_text{
	text-decoration:none;
	font-size:10px;
	color: #256CA2;
}

td.tn_results_tickets_text{text-align:center}

.tn_results_tickets_text a:link,
.tn_results_tickets_text a:hover,
.tn_results_tickets_text a:visited{
	text-decoration:underline;
	font-size:12px;
	font-weight:normal;
	color:#333;
}

table.tn_results_notfound{
	width:100%;
}

tr.tn_results_notfound{}

td.tn_results_notfound{
	font-size:10pt;
	color: Black;
	background-color: #A5D8EC;
}

.tn_results_notfound_name,
.tn_results_notfound_phone,
.tn_results_notfound_email{
	font-weight:bold
}

a.tn_results_notfound_email:link,
a.tn_results_notfound_email:hover,
a.tn_results_notfound_email:visited{
	text-decoration:underline;	
	font-size:10pt;
	color: Black;
	font-weight:bold;
}

table.tn_results_notfound_form{
	width:100%
}

td.tn_results_notfound_form_text,
td.tn_results_notfound_form_input{
	font-size:10pt;
	color: Black;
	font-weight:normal;
}

td.tn_results_notfound_form_caption{
	font-size:10pt;
	color: Black;
	font-weight:bold;
}

td.tn_results_ticket_highlight{
	width:10%;
	text-align:center;
}

img.tn_results_ticket_highlight{
	border:none 0 #000;
}

td.tn_results_ticket_sectionrow{
	width:40%;
	text-align:center;
}

table.tn_results_ticket_sectionrow{
	width:100%;
}

td.tn_results_ticket_section{
	width:50%;
	text-align:center;
}

.tn_results_ticket_section_caption{
	font-size:12px;
	font-weight:bold;
	color:#333;
}

.tn_results_ticket_section_text{
	font-size:12px;
	font-weight:bold;
	color: #256CA2;
}

td.tn_results_ticket_row{
	width:50%;
	text-align:center;
}

.tn_results_ticket_row_caption{
	font-size:12px;
	font-weight:bold;
	color:#333;
}

.tn_results_ticket_row_text{
	font-size:12px;
	font-weight:bold;
	color: #256CA2;
}

td.tn_results_ticket_notes{
	font-size:11px;
	font-style:italic;
	color:#333;
}

td.tn_results_ticket_face,
td.tn_results_ticket_retail{
	width:20%;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color: #256CA2;
}

td.tn_results_ticket_avail,
td.tn_results_ticket_purchase{
	width:15%;
	text-align:center;
}

.tn_results_ticket_purchase a:link,
.tn_results_ticket_purchase a:hover,
.tn_results_ticket_purchase a:visited{
	text-decoration:underline;
	font-size:10pt;
	color:#000;
}

table.tn_eventnames_header,
table.tn_eventnames_header table{
	width:100%;
}

td.tn_eventnames_header_title{
	padding:6px 6px 6px 6px;
	text-align:center;
	font-size:16pt;
	font-weight:bold;
	color: #256CA2;
}

td.tn_eventnames_header_text{
	font-size:8pt;
	color: Black;
}

td.tn_eventnames_subcategories{
	text-align:center;
	font-size:10pt;
	font-weight:bold;
	color: #256CA2;
}

td.tn_eventnames_subcategories a:link,
td.tn_eventnames_subcategories a:hover,
td.tn_eventnames_subcategories a:visited{
	text-decoration:underline;
	font-size:10pt;
	font-weight:bold;
	color: #256CA2;
}

tr.tn_eventnames_header_divider{	
	height:1px;
}

td.tn_eventnames_header_divider{
	background-color:#ccc;
}

td.tn_eventnames_vert_divider{
	width:2%;	
}

td.tn_eventnames_nogroup_column{
	text-align:center;
	padding:6px 6px 6px 6px;
	width:49%;
}

td.tn_eventnames_nogroup_column a:link,
td.tn_eventnames_nogroup_column a:hover,
td.tn_eventnames_nogroup_column a:visited{
	text-decoration:none;
	font-size:8pt;
	color: Black;
}

td.tn_eventnames_grouped_column{
	width:33%;
	text-align:center;
	padding:6px 6px 6px 6px;
}

td.tn_eventnames_grouped_column a:link,
td.tn_eventnames_grouped_column a:hover,
td.tn_eventnames_grouped_column a:visited{
	text-decoration:none;
	font-size:8pt;
	color: Black
}

.tn_eventnames_group_header{
	font-size:10pt;
	font-weight:bold;
	color: #256CA2;
}

.tn_eventnames_group_header a:link,
.tn_eventnames_group_header a:hover,
.tn_eventnames_group_header a:visited{
	text-decoration:underline;
	font-size:10pt;
	font-weight:bold;
	color: #256CA2;
}

table.tn_featured_border_image{
	margin:16px 8px 8px 8px;
}

table.tn_featured_border_html{
	margin:16px 8px 8px 8px;
	border: solid 2 #ACA899;
	padding:10px 10px 10px 10px;
}

table.tn_event_calendar{
	width:100%;
}

tr.tn_event_calendar_title{
	background-color: #DFEEFD;
}

tr.tn_event_calendar_header{
	background-color:#fff;
}

tr.tn_event_calendar_title td, 
tr.tn_event_calendar_header td{
	text-align:center;
	color: #256CA2;
	font-size:8pt;
	font-weight:bold;
	padding:4px 4px 4px 4px;
	border:solid 1 #888;
}

tr.tn_event_calendar_days{
	background-color:#fff
}

tr.tn_event_calendar_days td{
	height:100px;
	color:#000;
	font-size:8pt;
	font-weight:normal;
	padding:4px 4px 4px 4px;
	border:solid 1 #888
}

td.tn_event_calendar_empty{
	background-color:#eee
}

.tn_event_calendar_date{
	color: #256CA2;
	font-size:8pt;
	font-weight:bold
}

.tn_event_calendar_event{
	color:#000;
	font-size:8pt;
	font-weight:normal
}

.tn_event_calendar_event a:link,
.tn_event_calendar_event a:hover,
.tn_event_calendar_event a:visited, 
.tn_event_calendar_event a:active{
	text-decoration:underline;
	color:#000;
	font-size:8pt;
	font-weight:normal;
}

.tn_results_ticket_avail select{
	width: 50px;	
}

.tn_results_alternate_row td, .tn_results_standard_row td {
	padding-top: 10px;	
	padding-bottom: 10px;
}


.tn_results_alternate_row td td, .tn_results_standard_row td td{
	padding: 1px;	
}

.tn_results_colhead img{
	display: none;
}
