@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #cbcb98;
}
.tsTwoColContent #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.tsTwoColContent #header {
	background: #000;  /* 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. */
} 
.tsTwoColContent #leftSideCol {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #FFF;
	color: #000;
}
.tsTwoColContent #leftSideCol a {
	width: 200px;
	height: 30px;
	display: block;
	float: left;
	border: none;
	background-image: url(/images/leftMenuBlockcolor.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #333;
}
.tsTwoColContent #leftSideCol a:hover {
	background-image: url(/images/leftMenuBlockcolor.gif);
	background-repeat: no-repeat;
	background-position: 0px -30px;
	border: none;
	text-decoration: none;
	color: #333;
}
.tsTwoColContent #leftSideCol a span {
	color: #333;
	font-size: 0.7em;
	font-weight: 500;
	position: relative;
	top: 10px;
	left: 5px;
}
.tsTwoColContent #leftSideCol h1 {
	font-size: 1em;
	font-weight: bold;
	color: #900;
	padding-left: 5px;
}
/* homePageContent determines container for main content of index.php */
.tsTwoColContent #homePageContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
} 
.tsTwoColContent #homePageContent h1 {
	font-size: 1em;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tsTwoColContent #homePageContent h2 {
	font-size: 0.8em;
	color: #036;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
}
.tsTwoColContent #homePageContent p {
	font-size: 0.7em;
	color: #333;
	line-height: 125%;
	margin: 0px;
	padding: 0px;
}
.tsTwoColContent #homePageContent a {
	color: #333;
}
.tsTwoColContent #homePageContent a:hover {
	color: #900;
}
.tsTwoColContent #homePageContent ul {
	color: #333;
	font-size: 0.7em;
	line-height: 125%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.tsTwoColContent #homePageContent li {
	list-style-position: outside;
	list-style-type: square;
}
/* Div for xml news area - lower left */
.tsTwoColContent #homePageContentXMLNews {
	float: left;
	width: 260px;
	color: #333;
	font-size: 0.8em;
}
/* Div for tournament area - lower right */
.tsTwoColContent #homePageContentTourn {
	float: right;
	width: 260px;
	color: #333;
	font-size: 0.8em;
}
/* Div for flash and buttons */
.tsTwoColContent #homePageContentNewsGraphic {
	background-color: #666;
	padding: 5px;
	width: 520px;
}
.tsTwoColContent #homePageContentFlashDiv {
	float: left;
	width: 370px;
	background-color: #666;
}
.tsTwoColContent #homePageContentButtonsDiv {
	float: right;
	width: 140px;
}
/* mainContent determines container for all non-index.php pages */
.tsTwoColContent #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.tsTwoColContent #mainContent h1 {
	font-size: 1em;
	color: #900;
}
.tsTwoColContent #mainContent h2 {
	font-size: .8em;
	color: #333;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.tsTwoColContent #mainContent h3 {
	font-size: .9em;
	color: #900;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.tsTwoColContent #mainContent p {
	font-size: 0.7em;
	color: #333;
	line-height: 125%;
}
.tsTwoColContent #mainContent a {
	color: #333;
}
.tsTwoColContent #mainContent ul {
	color: #333;
	font-size: 0.7em;
	line-height: 125%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.tsTwoColContent #mainContent li {
	list-style-position: outside;
	list-style-type: square;
}
.tsTwoColContent #footer {
	background-color: #FFF;
	margin-top: 10px;
} 
.tsTwoColContent #footer a {
	color: #000;
	text-decoration: underline;
} 
.tsTwoColContent #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.6em;
	color: #000;
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.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;
}
.headHorizMenu {
	width: 760px;
	margin: 0px;
	padding: 0px;
	border: none;
}
.headHorizMenu a {
	text-decoration: none;
	color: #000;
	outline: none;
}
/*.headHorizMenu a:link {
	text-decoration: none;
	color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	width: 760px;
}*/
.torsoTable {
	border-collapse: collapse;
	font-size: 0.7em;
	width: 95%;
	line-height: 125%;
}
.torsoTableSchedules {
	font-size: 0.7em;
	width: 95%;
	line-height: 125%;
	border-collapse: collapse;
}
.torsoTableSchedulesRow {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #999;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.torsoTableBorder {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.torsoTableScheduleHeading {
	font-weight: bold;
	color: #333;
	padding-top: 10px;
}
.warning {
	color: #900;
}
.torsoFormStyle label {
	font-size: .7em;
}
.torsoFormStyle textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	background-color: #EFEFEF;
}
.torsoFormStyle input, .torsoFormStyle select {
	margin-bottom: 5px;
	font-size: .7em;
	background-color: #EFEFEF;
}
img {
	border: none;
	background-repeat: no-repeat;
}
.hrclass {
	color: #333;
}
.tableborder {
	border: thin solid #666;
}
.red {
	color: #900;
}
.boldred {
	color: #F00;
	font-weight: bold;
}
.yellow {
	color: #DFB302;
	font-weight: bold;
}
/* CSS for floating tool tip on hyperlink */
.torsotip {
	position: relative;
	z-index: 24;
	text-decoration: none;
}
.torsotip span {
	display: none;
	text-decoration: none;
}
.torsotip:hover {
	z-index: 25;
	background-color: #FFF;
}
.torsotip:hover span {
	display: block;
	position: absolute;
	width: 200px;
	top: 10px;
	left: -125px;
	background-color: #CCC;
	border: 1px solid #333333;
	padding: 2px;
	color: #333333;
	text-decoration: none;
}
.even {
	background-color: #E6E6E6;
}
