@charset "utf-8";
body {
	color: #58574B;
	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;
	background-color: #EBECE7;
	background-image: url(../images/BG-grad.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#container {
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 974px;
	padding: 0px;
}
#header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 101px;
	height: 63px;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#behindHeader {
	background-color: #57574A;
	margin-right: 13px;
	margin-left: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 63px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bodySection {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header a {
	font-size: 12px;
	color: #D2D2CA;
	text-align: center;
	text-decoration: none;
	line-height: 14px;
	background-image: url(../images/topBtn.gif);
	float: left;
	display: block;
	background-repeat: no-repeat;
	width: 124px;
	height: 50px;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	overflow: visible;
	position: relative;
}
.dropShadow-left {
	float: left;
	position: relative;
	left: -5px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* 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: #EBEBEB;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent {
	margin-left: 0px;
	margin-right: 13px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 714px;
	float: right;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
#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 */
}
.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;
}
#footer {
	background-color: #FFFFFF;
}
#sidebar1 {
	background-color: #FFFFFF;
}
#mainContent p {
	text-align: center;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #298AB5;
	font-style: italic;
	font-weight: bold;
	padding-top: 13px;
}
.leagueBox, .trainingBox, .otherBox {
	background-color: #B7D78C;
	height: 212px;
	width: 212px;
	background-image: url(../images/greenBall.gif);
	background-repeat: no-repeat;
	position: relative;
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 13px;
	margin-left: 13px;
}
.leagueBoxHeader, .trainingBoxHeader, .otherBoxHeader {
	background-color: #98C55A;
	height: 26px;
	width: 212px;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	background-image: url(../images/greenGrad.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	line-height: 26px;
}
.trainingBoxHeader {
	background-color: #F0A00D;
	background-image: url(../images/orangeGrad.jpg);
}
.trainingBox {
	background-color: #F6BF5A;
	background-image: url(../images/orangeBall.gif);
}
.otherBoxHeader {
	background-color: #4588B5;
	background-image: url(../images/blueGrad.jpg);
}
#orangeBanner {
	height: 175px;
	width: 575px;
	background-image: url(../images/latestNews.jpg);
	margin-top: 0px;
	margin-right: 69px;
	margin-bottom: 0px;
	margin-left: 69px;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	display:block;
}
.otherBox {
	background-color: #A6CAEE;
	background-image: url(../images/blueBall.gif);
}
#mainPgFooter {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#sidebar1 a, #sidebar1 p {
	text-align: center;
	font-size: 16px;
	padding: 0px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	line-height: 16px;
}
#sideBoxContent {
	position: absolute;
	width: 212px;
	height: 186px;
	padding-top: 20px;
}
#sideBoxContent p {
	font-size: 10px;
	margin: 2px;
	text-align: center;
	white-space: nowrap;
	line-height: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#sideBoxContentGreen p {
	font-size: 10px;
	margin: 2px;
	text-align: center;
	white-space: nowrap;
	line-height: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#sideBoxContentSmall {
	float: left;
	width: 100px;
	height: 186px;
	margin-top: 10px;
	margin-left: 4px;
}
#leagueBox .sideHomeLink {
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	padding: 0px;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 1px;
}
.superscripts {
	font-size: 10px;
}
.sup {
	font-size: 10px;
}
#otherBox #sideBoxContentSmall a {
	font-size: 10px;
	margin: 2px;
	text-align: center;
	white-space: nowrap;
	line-height: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#otherBox #sideBoxContentSmall p {
	font-size: 10px;
	margin: 2px;
	text-align: center;
	white-space: nowrap;
	line-height: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#sideBoxContentGreen {
	position: absolute;
	width: 212px;
	height: 145px;
	padding-top: 10px;
}
#header a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/topBtn-over.jpg);
	background-repeat: no-repeat;
}
#sidebar1 a:hover {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
#leagueBox .sideHomeLink:hover {
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 12px;
}
#orangeBanner ul {
	padding-top: 5px;
	margin-top: 0px;
}
#orangeBanner li {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 4px;
	margin-bottom: 0px;
	text-align: left;
	font-weight: bold;
	list-style-position: inside;
	font-size: 10px;
	color: #333333;
	vertical-align: baseline;
}
#messagescroller, #tempholder {
	text-align: center;
	color: #298AB5;
	height: 30px;
	width: 700px;
	margin-left: 2px;
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#tempholder table, #tempholder td, #tempholder tr {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.divBar {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#tempholder {
	visibility: hidden;
	height: 0px;
	width: 0px;
}
#copy h1, #copy h2 {
	font-size: 30px;
	color: #FEBF57;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#copy h2{
	font-size: 20px;
}
#copy a {
	font-weight: bold;
	color: #F0A41B;
	text-decoration: none;
}
#copy p {
	font-size: 12px;
	color: #58574B;
	font-variant: normal;
	font-style: normal;
	white-space: normal;
	text-align: left;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}
#copy {
	text-align: left;
	color: #58574B;
}
#stingBar, #stingBarGreen {
	font-weight: bold;
	background-image: url(../images/orange-sting-bar.jpg);
	background-repeat: no-repeat;
	text-align: left;
	font-size: 135%;
	padding-left: 10px;
}
#stingBarGreen {
	background-image: url(../images/stingbarGreen.gif);
}
#copy .logo {
	float: right;
	margin-left: 15px;
}
.dropcap {
	float:left;
	font-size:450%;
	line-height: 60%;
	padding-right: 2px;
	padding-left: 5px;
	padding-top: 3px;
	color: #FEBF57;
	font-weight: bold;
}
input.error, select.error {
	background-color:#FFFCE2;
	background-image:url(../images/warning_obj.gif);
	background-position:right center;
	background-repeat:no-repeat;
	border:thin solid red;
}
input:focus, select:focus {
	background-color:#FFFFFF;
	border:thin solid #FEBF57;
}
#mainLogos {
	text-align: center;
}
td {
	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;
}
#kkBullets {
	background-image: url(../images/kk-bg-gfx.jpg);
	height: 206px;
	width: 706px;
	text-align: left;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
}
#kkBullets h3 {
	font-size: 165%;
	padding-top: 10px;
}
#kkBullets ul {
	font-size: 85%;
	line-height: 130%;
	width: 235px;
}

#otherPage h1, #otherPage h2, #otherPage a {
	color: #79ABDF;
}
#otherPage h1{
	font-size: 30px;
}
#otherPage h2 {
	font-size: 20px;
}
#leaguesPage h1, #leaguesPage h2, #leaguesPage a, #leaguesPage hr {
	color: #B3D88C;
}
#leaguesPage a:hover {
	color: #FED188;
}
#leaguesPage h1{
	font-size: 30px;
}
#leaguesPage h2{
	font-size: 20px;
}
.twoColFixLtHdr #bodySection #mainContent #copy #otherPage #advertise #advLinkButtons a {
	color: #FFFFFF;
	font-size: 18px;
	background-color: #79ABD9;
	padding: 5px;
	width: 200px;
	display: block;
	text-align: center;
}
.twoColFixLtHdr #bodySection #mainContent #copy #otherPage #advertise #advLinkButtons a:hover {
	font-style:italic;
}
#teamApp #adultAppLeagues {
	background-color: #B3D88C;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 95%;
	border: thin solid #333333;
}
#teamApp #adultAppSessions {
	background-color: #B3D88C;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: thin solid #333333;
}
#otherPage .coloredBullets {
	color: #79ABDF;
	font-weight: bold;
}
#legaueTable {
	font-size: 75%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	width: 95%;
}
.leagueDataRow {
	background-color: #F9FCF5;
}
.leagueDataRowAlt {
	background-color: #E8F3DE;
}
.adultCurrentLeague {
	background-color: #FFF8EA;
}
.adultCurrentLeagueAlt {
	background-color: #FFEDCE;
}
#adultLeagueHeadBox {
	font-weight: bold;
	background-color: #CCCCCC;
	background-position: center;
	text-align: left;
	display: block;
	width: 99%;
	padding-top: 10px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
}
#adultLeagueRegNow {
	margin: 0px;
	float: right;
	font-size: 175%;
	text-align: center;
	font-weight: bold;
	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;
	padding-top: 17px;
	padding-right: 7px;
	padding-bottom: 25px;
	padding-left: 35px;
}
#adultLEagueHeadTable {
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding:0px; 
	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;
	line-height: 50%;
	font-weight: bold;
}
#adultLEagueHeadTable td {
	padding-right: 5px;
}

#adultLEagueHeadTable tr.upcoming {
	background-color:#CCCCCC;
}
#adultLEagueHeadTable tr.upcoming.on {
	background-color:#FED188;
}
#adultLEagueHeadTable td.upcoming {
	color:#CCCCCC;
	display:none;
}
#adultLEagueHeadTable td.upcoming.on {
	color:#FFFFFF;
	display:block;
	padding-left: 8px;
	padding-right: 0px;
	font-style: italic;
}
#youthLeagueDateDetailTable {
	float:right;
	font-size:70%;
	line-height:50%;
	margin: 0px;
	padding: 0px;
}
#youthLeagueSkillTable {
	line-height:40%;
}
.validation-failed { /* for textboxes, textareas, passwords */
	border:1px dashed #F33;
	background-color:#FCC;
}

.validation-failed-cr { /* for checkboxes and radios */

}

.validation-failed-sel { /* for selects */

}

.validation-passed { /* for textboxes, textareas, passwords */
	
}

.validation-passed-cr { /* for checkboxes and radios */

}

.validation-passed-sel { /* for selects */

}

.leagueChoiceBox {
	width:85%;
	height:200px;
	background-color:#EEEEEE;
	padding: 15px;
}