@charset "utf-8";
body  {
	font: 100%  Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #000000;
}
.twoColHybLtHdr #container { 
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width:1024px;
} 

.twoColHybLtHdr #sidebar1 {
	float: left; 
	width: 10em; /* since this element is floated, a width must be given */
	padding: 0; /* top and bottom padding create visual space within this div  */
	height:inherit;
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColHybLtHdr #mainContent { 
	margin: 0 20px 0 11em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	width:80%;
	text-align:left;
} 
.twoColHybLtHdr #footer { 
	background-image:url(/images/bg_grad_teal1.gif);
	background-repeat:repeat-x;
	text-align:right;
	font-size:.75em;
	color:#FFFFFF;
	padding:2px 10px 2px 0px;
	margin:20px 0 0 0;
} 
.twoColHybLtHdr #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 */
}
/* Miscellaneous classes for reuse */
.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;
}
.clrrt {
	clear:right;
	}
.odd {
	background-color:#FCFCFC;
	}
.even {
	background-color:#D8E6F6;
	}
.hover {
	background-color: #7AC5CD;
	}
.hundred {
	width:100%;
	}	
.fifty {
	width:50%;
	padding:10px;
	}
.forty {
	width:40%;
	}
.tableheader, .tableheader th {
	background: #080808 url('/images/bg_grad_teal1.gif') repeat-x;
	color:#FFFFFF;	
	font-size:.8em;
	padding: 10px 2px 4px 25px;
	font-weight:normal;
	text-align:left;
	color:#CCCCCC;
	}
.tableheader th:hover {
	background-image:url(/images/bg_grad_teal_light.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	}	
.tablelist {
	font-size:.75em;
	}
.paneldesc {
	color:#000000;
	text-align:left;
	width:96%;
	}
.imageframe {
	border:thin silver solid;
	margin:10px 0 0 5px;
	padding:5px;
	width:310px;
	min-width:310px;
	}
.loading {
	font-size:.8em;
	padding: 4px;
	background-color: #FFFFCC;
}
.error {
	font-size:.8em;
	padding: 4px;
	background-color: #FF0000;
}
.ready {
		}

.TabHeadlineLib h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #336699;
	font-size:1.2em;
	width:100%;
	background-image: url(/images/document.png);
	background-repeat:no-repeat;
	height:91px;
	margin-bottom:-70px;
	padding-top:20px;
	padding-left:20px;
	}

.TabHeadlineCal h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #336699;
	font-size:1.2em;
	width:100%;
	background-image: url(/images/flipcalendar.png);
	background-repeat:no-repeat;
	height:91px;
	margin-bottom:-70px;
	padding-top:20px;
	padding-left:20px;
	}	
.document {
	text-align:left;
	}
.retailtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

.wrapper {float:left; width:100%;}
.vidwrapper {
	width:100%;
	height:100%;
	}
.menubar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000066;
	height:26px;
	background:  url(/images/aero/layout/panel-title-light-bg.gif) repeat-x;
	border-bottom: solid thin silver;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	}
.menubar h3, .menubar li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:bold;
	color:#000066;
	margin: 0;
	padding: 5px 2px 4px 25px;
	background: url('/images/blt_panel_clps.gif') no-repeat left 50%;
	}
/*Float Clearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* END  MISC */	
/* Main styles for most pages */	
#header {
	background-color:#003366;
	height:125px;
	}
 #branding {
	background-image: url(/images/branding.png);
	background-repeat:no-repeat;
	height:200px;
	margin-top:-75px;
	margin-left:-30px;
	float:left;
	width:320px;
	}
#hands {
	float:right;
	background-image: url(/images/hands_transparent_light.png);
	background-repeat:no-repeat;
	height:125px;
	width:500px;
	background-position:right;
	}
#statement {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:right;
	color:#FFFFFF;	
	font-stretch:expanded;
	font-size:.7em;
	font-weight:bold;
	text-align:right;
	float:right;
	padding: 15px 40px 10px 0
	}
#statement h2 {
	color: #FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}
#pageheader {
	background-image: url(/images/collage2_gradient.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:50px;
	width:100%;
	margin-right:20px;
	}
#pageheader h1{
	font-size:1.3em;
	text-align:left;
	padding:20px 0px 20px 30px;
	}		
#paypal {
	font-family:Arial, Helvetica, sans-serif;
	}
#menupanel a {
	font-size:.7em;
	text-align:left;
	text-decoration:none;
	list-style:none;
	}	
/* Team page top non-spry portion*/
#teamimage { 
	float:left;
	width:310px;
	padding:12px 2px 0px 10px;
	}
#teamcoaches {
	float:left;
	margin-left:0;
	width:450px;
	}
#teamcoaches ul {
	padding:0;
	list-style:none;
	}
#teamcoaches ul li {
	float:left;
	padding:2px 2px 2px 2px;
	width:120px;
	}
#teamcoaches h3 {
	font-size:.8em;
	font-weight:normal;
	color:#FFFFFF;
	background: url('/images/bg_grad_teal_light.gif') repeat-x;
	display:block;
	padding-bottom:10px;
	padding-left:20px;
	padding-top:5px;
	width:100%;
		}
.coachimage {
	margin:5px;
	padding:5px;
	}
.coachimage p {
	text-align:center;
	text-indent:0;
	font-size:.7em;
	width:110px;
	}
#teamlist {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:2px 0px 40px 40px;
	font-size:.8em;
	}		
/* END Team page top non-spry portion*/

/* Team List Body and Table */
/* Team body spry generated views */

#playerlist {
	width:520px;
	}
#playerlistshort {
	width:140px;
}

#playerpanel {
	float:left;
	width:200px;
	margin-top:2px;
	}
#playerpanel ul {
	list-style:none;
	text-indent:0px;
	margin:0;
	padding:2px;
	font-size:.8em;
	text-align:left;
	}	
	
#playerthumb {
	text-align:center;
	padding:3px;
	}

#playerPanelTable {
	margin: 5px, 2px, 5px, 2px;
	font-size:.8em;
	}	
#playervidpanel {
	border: thin solid silver;
	width:75%;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 150px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	}	
/*coach page specific (image uses teamimage id */
#coachdata {
	text-align:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:.8em;
	margin:0 2px 2px 20px;
	padding:0;
	}
#coachdata h3,
#alumnidata h3 {
	font-size:.8em;
	font-weight:normal;
	color:#FFFFFF;
	background: url('/images/bg_grad_teal_light.gif') repeat-x;
	display:block;
	padding-bottom:10px;
	padding-left:20px;
	padding-top:5px;
	width:100%;
		}

#videodiv {
	width:500px;
	overflow:auto;
	}

.forwrapper {
	background:#D8E6F6;
	margin:0;
	padding:0;
	border:thin solid silver;
	}
.formheader {
	background-image:url(/images/aero/layout/panel-title-light-bg.gif);
	background-repeat:repeat-x;
	font-size:0.8em;
	padding:4px 0 4px 10px;
	margin:0;
	border-bottom:solid thin silver;
	}

.inputfield, input {
	padding:1px 3px;background:#fff url(/images/aero/form/text-bg.gif) repeat-x 0 0;border:1px solid #B5B8C8;
	}
.inputfield requiredfield {
	border:1px solid red;
	}
.required {
	color:red
	}
	
legend{
	font-weight:bold;
	font-size:.8em;
	padding-left:10px;
	padding-right:10px;
	}
	
#messageSlogan {
	display:block;
	padding:5px;
	border:thin silver solid;
	clear:both;
	text-align:center;	
	}
.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}	