@charset "utf-8";
body  {
	font: smaller Verdana, Arial, Helvetica, sans-serif;
	background: #333 url(../assets/bg.jpg) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
body a {
	text-decoration: none;
	color:#36C;
}
body a:visited {
	color: #999;
}
body a:hover {
	color: #F63;
	text-decoration: underline;
}
.thrColFixHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #36C /*#FFF*/;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	height: 208px;
	background: #36C; 
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #headGFX h1 span {
	display: none;
}
.thrColFixHdr #headGFX h1 {
	background: url(../assets/tocHeader2010.jpg) top left no-repeat;
	height: 173px;
	width: 780px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* -----------------------Navigation---------------------------*/
#nav ul {
	list-style: none;
	float: left;
	width: 100%;
	height: 35px;
	font: small Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	background: url(../assets/nav_bg.gif) top left no-repeat;
	margin: 0; 
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#nav ul li {
	display: inline;
	border-right: 1px solid #FFF;
}
#nav ul li a {
	padding: 0 8px;
	text-decoration: none;
	color: #FFF;
	line-height: 2.5;
	text-align: center;
	margin: 0;
}
#nav ul li a:hover {
	text-decoration: underline;
}
/*-----------------------------Content------------------------*/
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #36C; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #FFF;
	padding: 5px 15px 15px 15px; /* padding keeps the content of the div away from the edges */
	margin: 0;
}
.thrColFixHdr #sidebar1 h3 span {
	display: none;
	padding: 0;
	margin: 0;
}
.thrColFixHdr #sidebar1 h3#sponsors {
	background: url(../assets/sponsors.gif) top center no-repeat;
	border-bottom: 1px solid #000;
	height: 30px;
	padding: 0;
	margin: 0;
}
.thrColFixHdr #sidebar1 h3#photography {
	background: url(../assets/photography.gif) top center no-repeat;
	border-bottom: 1px solid #000;
	height: 30px;
	padding: 0;
	margin: 0;
}
.thrColFixHdr #sidebar1 img {
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: auto;
	margin-right: auto;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #36C /*url(../assets/competition.gif) top center no-repeat*/; /* the background color will be displayed for the length of the content in the column, but no further */
	font: smaller Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	margin: 0;
	color: #FFF;
}
.thrColFixHdr #sidebar2 h3 span {
	display: none;
	padding: 0;
	margin: 0;
}
.thrColFixHdr #sidebar2 h3#comp {
	background: url(../assets/2010field.gif) top center no-repeat;
	border-bottom: 1px solid #000;
	height: 30px;
	padding: 0;
	margin: 0;
}
.thrColFixHdr #sidebar2 img {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.thrColFixHdr #sidebar2 #teams {
	padding-left: 0;
	margin-left: 0;
}
.thrColFixHdr #sidebar2 #teams strong {
	font-variant:small-caps;
}
.thrColFixHdr #sidebar2 #teams li {
	list-style: none;
}
.thrColFixHdr #mainContent { 
	font-size: smaller;
	margin: 0px 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 4px 10px 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
	/*height: 630px;*/
} 
.thrColFixHdr #mainContent ul {
	padding-left: 0;
	margin-left: 0;
}
.thrColFixHdr #mainContent ul li {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.thrColFixHdr #mainContent .intro { 
	font-size: small;
} 
.thrColFixHdr #mainColumn {
	width: 752px;
	font-size: smaller;
	margin: 0; 
	padding: 4px 14px 20px 14px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF url(../assets/tocSmLogo.jpg) no-repeat bottom right;
	float:left;
} 
.thrColFixHdr #mainColumn .blueBold {
	font-weight: bold;
	color: #36C;
	font-size: small;
}
.thrColFixHdr #mainColumn .whiteBold {
	font-weight: bold;
	color: #FFF;
}
.thrColFixHdr #mainColumn .instruct {
	font-weight: bold;
	font-size: medium;
}
.thrColFixHdr #mainColumn caption { 
	text-align: left;
	font-weight: bold;
	font-size:medium;
	font-style: italic;
	padding: 2px;
	background-color: #36C;
	color: #FFF;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.thrColFixHdr #mainColumn table {
	margin:0;
} 
.thrColFixHdr #mainColumn tr {
	padding-left:6px;
}
.thrColFixHdr #mainColumn .records {
	background-color: #CCC;
	padding: 6px;
	border: 1px solid #000;
}
.thrColFixHdr #mainColumn .records a, a:hover, a:visited {
	color: #F60;
}
/*.thrColFixHdr #mainColumn .records a:visited {
	color: #F63;
}*/
.thrColFixHdr #mainColumn .schedule {
	font-size: small;
	background-color: #BBB;
	border: 3px solid #36C;
	padding: 4px;
	margin: auto;
} 
.thrColFixHdr #mainColumn .updates {
	font-size: small;
	background-color: #FFF;
	border: 1px solid #000;
	padding: 4px;
	margin: auto;
} 
.thrColFixHdr #mainColumn .scores {
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 4px;
	margin: auto;
	margin-bottom: 6px;
} 
.thrColFixHdr #mainColumn .scores th {
	font-size: medium;
	font-weight: bold;
	padding: 4px;
	background: #36c;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.thrColFixHdr #mainColumn .scores td {
	padding: 2px;
	border-bottom: 1px solid #ccc;
	color: #000;
	border-top: 1px solid transparent;
} 
.thrColFixHdr #mainColumn .scores .finalScore {
	font-size: x-large;
	font-weight: bold;
} 
.thrColFixHdr #mainColumn .scores td.team {
	color: #36c;
}
.thrColFixHdr #mainColumn .scores td.winner {
	color: #C63;
}
.thrColFixHdr #mainColumn .video {
	font-size: small;
	padding: 10px 0;
	margin: auto;
} 
.thrColFixHdr #mainColumn td {
	padding-left: 10px;
}
.thrColFixHdr #mainColumn #leftCol {
	float: left;
	width: 330px;
	padding: 0;
	margin: 0;
	font-size: small;
}
.thrColFixHdr #mainColumn #leftCol #teamNames {
	font-size: smaller;
}
.thrColFixHdr #mainColumn #leftCol #players {
	font-size: small;
}
.thrColFixHdr #mainColumn #rightCol {
	float: left;
	width: 420px;
	margin-top: 10px;
	font-size:small;
	color: #FFF;
	background-color: #36C;
	border: 1px solid #CCC;
}
.thrColFixHdr #mainColumn #rightCol img, .records img {
	border: 4px solid #FFF;
	margin: 6px 10px 6px 6px;
}
.thrColFixHdr #mainColumn #rightCol p {
	padding: 0 6px 2px 10px;
}
.thrColFixHdr #mainColumn #playerName {
	display: block;
	background-color: #333;
	padding: 6px;
	margin-bottom: 4px;
	text-align: right;
	font-weight: bold;
	font-style:italic;
	border-bottom: 1px solid #FFF;
	color: #FFF;
}
.thrColFixHdr #mainColumn #playerPics {
	padding-left:8px;
}
.thrColFixHdr #mainColumn #teamPics {
	padding-left:8px;
}
.thrColFixHdr #mainColumn #map {
	height: 400px;
	width: 740px;
}
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #F63 url(../assets/footer_bg.jpg) bottom left no-repeat;
	height: 120px;
	color: #930;
	text-align: center;
	font-size: smaller;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #footer a:visited {
	color: #FFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* ------------------- Spry Styling -------------------- */
.rowHover {
	color: #FFF;
	cursor: pointer;
	background-color:#36C;
}
.rowSelected{
    background-color: #F60;
	color: #FFF;
}
