/*
	These are the styles for this site.
	Convio does not maintain this file.
*/

P, LI, OL, UL, TABLE, TR, TH, TD, .Explicit {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	
}

.navLeft a:link,
.navLeft a:visited {
	color: black;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}

.navLeft a:hover,
.navLeft a:active {
	color: #ff66cc;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}

 .navTop p { 
 	color: white; 
	font-size: 8pt; 
	font-weight: bold;
  } 
  
  .navTop a, .navTop a:link, .navTop a:hover, .navTop a:active, .navTop a:visited { 
 	color: white;
  	font-size: 8pt; 
	font-weight: bold; 
	text-decoration: none; 
  } 
  
  .navTop a:hover { 
	color: white; 
 	font-size: 8pt; 
 	font-weight: bold; 
 	text-decoration: underline; 
  }
  
 A:link {
	color: #01A3B2;
	text-decoration:underline;
}

A:hover { 
	color: #FE35BB; 
	text-decoration:none;
}

A:visited{
color:#01A3B2; text-decoration:underline;
}

a.textNav:link {
	font-size: 10pt;
	color:  #CC0099;
	text-decoration:none;
}
a.textNav:visited {
	font-size: 10pt;
	color: #999999;
	text-decoration:none;
}
a.textNav:hover {
	font-size: 10pt;
	color: #FE35BB; 
	text-decoration:none;
}


/*
 For customized pages
*/

p.cstmText {
	font-size: small;
}
p.cstmTitle,
.cstmTitle {
	color: #000000;
	font-size: 15pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p.cstmHeading, span.cstmHeading {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}

.cstmBack {
	background-color: #FFFFFF;
	background-image: URL(../images/sp.gif);
}

.cstmFrame {
	background-color: #B6B6B6;
	color: #000;
	text-align: center;
	font-style: italic;
}

td.cstmBtnBack {
	padding-right: 2px;
	padding-left: 2px;
	background-color: #E9E9E9;
   border: 2px outset;
}

p.cstmBtnText {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
a.cstmBtnText:link {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a.cstmBtnText:visited {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a.cstmBtnText:hover {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

* TeamRaiser Team Roster Styles */

table.tr_roster
{
border: 1px solid black;
border-collapse: collapse;
}

table.tr_roster thead{
background-color: #B0B0B0;
color: white;
padding: 2px;
}
