@charset "utf-8";
body  {
	background: #000000;
	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;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
}
#shadow {
	width: 1030px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-left:auto;
	margin-right:auto;
	background-image: url(/images/shadow1030x1.jpg);
	background-repeat: repeat-y;
} 

.TSLayout #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left;
} 

.TSLayout #header {
	padding: 0 10px 0 20px;  /* 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. */
	color: #000;
	background-image: url(/images/tscaps987x182.jpg);
	background-repeat: no-repeat;
	border: 0;
	border-collapse:collapse;
	height: 182px;
} 

.TSLayout #plainheader {
	padding: 0 10px 0 20px;  /* 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. */
	color: #000;
	border: 0;
	height: 150px;
	text-align: center;
} 

.TSLayout #plainheader h1 {
	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: 36px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	font-size:36px;
	color:#E18204;
	font-weight: bold;
}

.TSLayout #header h1 {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000;
	text-align: left;
}
.TSLayout #header h2 {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000;
	text-align: left;
}
.TSLayout #header h3 {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    color: #000;
	text-align: left;
	background-color: #E1C184;
	

}
/*	
a.pdf {
	padding: 2px 0 2px 40px;
	background-image: url(images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 12px 0;
	}        
	
a.externallink  {
	padding: 2px 0 2px 40px;
	background: url(/images/icon_external.gif) 14px 0 no-repeat;
	}

a.mailto {
	padding: 2px 0 2px 40px;
	background-image: url(/images/icon_mailto.gif);
	background-repeat: no-repeat;
	background-position: 12px 0;
	}
*/
/*img {
	border-width: 5px;
	border-bottom-style: inset;
	border-color: #666;*/

blockquote {
	font-style: italic;
} 

pre {
	font-size: 100%;
} 

.TSLayout #topmenu {
	padding: 0;
	margin:0;
	margin-top: -16px;
} 

.redboldtext {
	color: #FF0000;
	font-weight: bold;
}

.darkredboldbigtext {
	color: #7e0517;
	font-weight: bold;
	font-size:36px;
}

.orangeboldtext {
	color: #BB5E00;
	font-weight: bold;
}

.yellowboldtext {
	color: #D9AD00;
	font-weight: bold;
}

.datetext {
	font-weight: normal;
	font-size: 9px;
	font-style: italic;
}

.meetframe {
	width: 100%;
	height: 700px;
}

table.horizmenu
		{
	border-collapse: collapse;
	border-color: #000;
	height: 1.5em;
	width: 100%;
	background-color: #000;
	border-width: 0px;
	border-style: solid;
		}
		
/*table.horizmenu a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #000;
	text-decoration: none;
	font-weight:bold;
	border: 1px solid;
	border-top-color:#FDD69F;
	border-right-color:#583301;
	border-bottom-color:#583301;
	border-left-color:#FDD69F;
	background-color: #000;
	background-image: url(/images/tstd.jpg);
}

table.horizmenu a:link, a:visited, a:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
table.horizmenu a:hover {
	text-decoration: none;
	background-image: url(/images/tstdhover.jpg);
}
*/
table.horizmenu tr
		{
	text-align: center;
		}
		
.horizmenu tr.sprymenu
		{
	background-color:#F93;
		}

td.horizmenuitem
		{
	vertical-align:middle;
	text-align: center;
	font-size: 0.75em;
	/*	color: #F2AC42;*/
	font-weight: bold;
	/*	border-color: #F2AC42;*/
	border-top-style: none;
	border-top-width: medium;
	border-bottom-style: none;
	border-bottom-width: medium;
	border: none;
		}
		
td.horizmenusubtitle
		{
	vertical-align:middle;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	border: none;
	color: #E1C184;
/*	border-top-style: none;
	border-top-width: medium;
	border-bottom-style: none;
	border-bottom-width: medium;*/
		}


.TSLayout #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 188px; /* 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: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px 0;
	color: #FFF;
	text-align: center;
}

#sidebar1 h3 {
	padding: 0 0;
	margin: 0;
	margin-bottom: 1px;
}

.TSLayout #mainContent {
	/*	margin: 1px 0 0 188px;*/ /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px;
	font-size: 14px;
	background-color: #eeeeee;
} 

.TSLayout #athleteContent {

} 


#mainContent a:link {
	color:#03C;
	font-weight:bold;
	text-decoration: none;
} 

#mainContent a:visited, #mainContent a:active{
	color:#36c;
	font-weight:bold;
	text-decoration: none;
} 

#mainContent a:hover{
	text-decoration: underline;
	text-align: center;
	color: #BB5E00;
} 

a[href ^="mailto:"] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/images/icon_mailto.gif) no-repeat center right;
}

a[href ^="http"] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/images/icon_external.gif) no-repeat center right;
}

a[href$=".pdf"] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/images/icon_pdf.gif) no-repeat center right;
}

.no-icon {
background: none ! important;
padding: 0 ! important;
}

a[href$=".doc"] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/images/icon_doc.gif) no-repeat center right;
}

img.post {
	/*	margin-top:5px;*/
	margin-right:5px;
	margin-bottom:5px;
	margin-left:5px;
	border:1px solid #bbbbbb;
	padding:5px;
	background-image: none;
	vertical-align: middle;
} 

.TSLayout #container #mainContent h1 {
	background-color: #000;
	font-size: 24px;
	color: #FFF;
	padding-left: 5px;
	border-bottom: 1px dotted;
	border-color: #666;
	border-top: 1px dotted;
	text-align: left;
}
.TSLayout #container #mainContent h2 {
	background-color: #000;
	font-size: 18px;
	color: #FFF;
	padding-left: 5px;
	border-bottom: 1px dotted;
	border-color: #666;
	border-top: 1px dotted;
	text-align: left;
}

.TSLayout #container #mainContent h3 {
	color: #C41405;
	font-size: 1.15em;
	font-weight: bold;
}
table.seniortbl {
	align:center;
	/*margin: 0;*/
	padding: 5px;
	margin-left:auto;
	margin-right:auto;
	border: thin none;
	border-color: #333;
	border-collapse: collapse;
	background-color: #FFF;
}

table.seniortbl td 
{
	vertical-align: center;
	text-align:center;
	border: thin solid #333;
}

.collegelogo
{
	background-color: #FFFFFF;
}

table.precompsched {
	align:center;
	/*margin: 0;*/
	padding: 5px;
	margin-left:auto;
	margin-right:auto;
	border: thin none;
	border-color: #E18204;
	border-collapse: collapse;
	background-color: #FCF7C5;
	font-family:tahoma;
	font-size:11pt;
}

.precompsched td 
{
	vertical-align: center;
	text-align:center;
	border: thin solid #E18204;
}

.precompsched tr
{
	background-color: #FCF7C5;
}

.precompsched tr.nopractice
{
	background-color:#FFFF66;
}

.precompsched tr.ribbonnight
{
	background-color:#FFCC99;
}

table.meetschedtbl {
	align:center;
	/*margin: 0;*/
	padding: 5px;
	margin-left:auto;
	margin-right:auto;
	border: thin none;
	border-color: #CCC;
	border-collapse: collapse;
	font-size: 12px;
}

.meetschedtbl tr
{
	padding: 10px;
	background-color: #FFF;
}


.meetschedtbl tr.header
{
	text-align:center;
	background-color:#7e0517;
	font-weight: bold;
	color: #FFF;
}

.meetschedtbl td 
{
	vertical-align: center;
	text-align:left;
	border: thin solid #333;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 16pt;
}

.meetschedtbl td.headcenter
{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.meetschedtbl td.headleft
{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;

}


.meetschedtbl td.meetinfo
{
	text-align:left;
}

.meetschedtbl td.meetresults
{
	text-align:center;
}

table.tstbl {
	align:center;
	/*margin: 0;*/
	padding: 5px;
	margin-left:auto;
	margin-right:auto;
	border: thin none;
	border-color: #CCC;
	border-collapse: collapse;
	font-size: 14px;
}

.tstbl tr
{
	padding: 10px;
	background-color: #FFF;
}


.tstbl tr.tsheader
{
	text-align:center;
	font-size: 14px;
	background-color:#7e0517;
	font-weight: bold;
	color: #FFF;
}

.tstbl tr.hillsrow
{
	padding: 10px;
	background-color: #FFCC99;
}

.tstbl tr.hillsrowlight
{
	padding: 10px;
	background-color: #FFEBD7;
}

.tstbl tr.hprow
{
	padding: 10px;
	background-color: #6FF;
}

.tstbl tr.hprowlight
{
	padding: 10px;
	background-color: #FFEBD7;
}


.tstbl td 
{
	vertical-align: center;
	text-align:left;
	border: thin solid #333;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 16px;
}

.tstbl td.tsheadcenter
{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #7e0517;
	color: #FFF;
	font-weight: bold;
}

.tstbl td.tsheadleft
{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	background-color: #7e0517;
	color: #FFF;
	font-weight: bold;

}

.tstbl td.tsleft
{
	text-align:left;
}

.tstbl td.tscenter
{
	text-align:center;
}

.tstbl td.tscentergrayed
{
	text-align:center;
	background-color:#999
}

.tstbl td.tscentergrayedlight
{
	text-align:center;
	background-color:#D2D2D2
}


.tstbl td.swimevent
{
	background-color: #E18204;
	text-align: center;
	font-weight: bold;
}

.tstbl td.redboldctr
{
	text-align: center;
	font-weight: bold;
	color:#F00;
}

table.bbtbl {
	width: 100%;
}

.bbtbl tr
{
}

.bbtbl td 
{
	vertical-align: center;
}

.bbtbl td.bbleft
{
	text-align:left;
}

.bbtbl h3
{
	color: #C41405;
	font-size: 1.15em;
	font-weight: bold;
}

.bbtbl td.bblefttop
{
	text-align:left;
	vertical-align: top;
}


.bbtbl td.bbcenter
{
	text-align:center;
}

.bbtbl td.bbcentertop
{
	text-align:center;
	vertical-align: top;
}

table.lockerroom {
	align:center;
	/*margin: 0;*/
	padding: 5px;
	margin-left:auto;
	margin-right:auto;
	border: thin none;
	border-color: #CCC;
	border-collapse: collapse;
	width: 780px;
}

.lockerroom td 
{
	/*	vertical-align: center;
	text-align:center;
	border: thin solid #000000;
*/	
	vertical-align: center;
	text-align:center;
	border: thin solid #333;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 11%;

}

.lockerroom tr
{
	padding: 5px;
	background-color: #FFF;
/*
background-color: #FFFFFF;
*/}

.lockerroom tr.header
{
	text-align:center;
	font-size: 14px;
	background-color:#4a4344;
	font-weight: bold;
	color: #FFF;

}

.lockerroom tr.blankhdr
{
	background-color:#4a4344;
	height:1px;
	padding:0;
	margin:0;
}


.lockerroom tr.mens
{
	background-color:#eff7ff;
}

.lockerroom tr.womens
{
	background-color:#fde1dd;
}

.lockerroom tr.subheader
{
	background-color:#CCC;
}


.lockerroom td.subheader
{
	background-color:#FFFFCC;
}



.TSLayout #footer {
	padding: 0 10px 0 20px;
	color: #000;
	background-color: #eeeeee;

} 
.TSLayout #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 */
	text-align: right;
	font-size: 9px;
}

#footer a:link, #footer a:visited, #footer a:active{
	color:#B34A1D;
	font-weight:bold;
	text-decoration: none;
} 
#footer a:hover{
	text-decoration: underline;
} 

.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;
}
