@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

a:link, a:visited {color: blue; text-decoration: none; /* text-decoration: underline; */}
a:hover, a:focus, a:active {cursor:hand;text-decoration: underline}

a {
   outline: none;
}




#Nav{
	width: 980px;
	background-color: #1B325F;
	margin-bottom: 0px;
	height: 35px;
	float: left;
	/* z-index: 1000; */

	zoom : 1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#Nav div.navSection{
	float: left;
	position: relative;
}

#Nav a.top{
	/* font-family: 'ApexSans', 'Tahoma', 'Helvetica', 'Sans-Serif'; */
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 17px;
	color: white;
	padding: 7px 20px;
	line-height: 35px;
}

#Nav a.top:hover{
	/* color: #ffea3b; */
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

#Nav div.navSection div.subnav{
/*	width: 300px;*/
	/* margin: 6px 20px; */
	background: #f7f7f7; /*#bd5325;*/
	float: left;
	display: none;
	position: absolute;
	top: 35px;
	left: -2px;
	border-right: 1px solid #1B325F;
	border-bottom: 1px solid #1B325F;
	border-left: 1px solid #1B325F;
}

#Nav div.navSection div.subnav a{
	color: #000;
/*	width: 276px; */
	padding: 6px 12px;
	
	float: left;
	text-align: left;
	display: block;
}
#Nav div.navSection div.subnav a:hover{
	color: #FFF;
	background: #1B325F;
	text-decoration: none;
}


.roundedbutton {
	display: inline-block;
	height: 22px;
	padding: .5em 2em .55em;

	color: #fef4e9;
	border: none;
	outline: none;
	-moz-outline-style: none;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#05099B), to(#9293D4));
	background: -moz-linear-gradient(top,  #05099B,  #9293D4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#05099B', endColorstr='#9293D4');

	position: relative;
	zoom : 1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);

	behavior: url(/css/border-radius.htc);
}

.roundedbutton:hover {
	-moz-outline-style: none;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#05099B), to(#9293D4));
	background: -moz-linear-gradient(top,  #05099B,  #9293D4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#05099B', endColorstr='#9293D4');
	cursor: pointer;
	cursor: hand;
}

.roundedbutton::-moz-focus-inner {
	border: none;
}

.roundedbutton:active {
	-moz-outline-style: none;
	color: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#05099B), to(#9293D4));
	background: -moz-linear-gradient(top,  #05099B,  #9293D4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#05099B', endColorstr='#9293D4');
	position: relative;
	top: 1px;
}



a.TakeTour {
	text-align:center;
	display: block;
	width: 172px;
	height: 38px;
	background-image:url(../../assets/images/ViewTour.jpg)
}

a.TakeTour:active {
	background-position: bottom left;
}

#messages {
	background: #EEE;
	padding: 15px;
}

.comment-body, .r_messagebox {
	background: #FFF;
	padding: 5px 10px 40px 10px;
	margin-bottom: 5px;
	border: #999 solid 1px;
	position: relative;
/*	zoom: 1; taken out on 1/24/11 because it caused the sibling to not slide down when it appeared. */
}

.r_message {
}

.r_hasChild {
	display: none;
	position: absolute;
	bottom: -46px;
	left: 0px;
}

.comment-author, .r_from {
	font-size: 75%;
	position: absolute;
	bottom: 18px;
	left: 10px;
}

.comment-meta, .r_date {
	font-size: 75%;
	color: #777;
	position: absolute;
	bottom: 4px;
	left: 10px;
}

/*
.r_submitButton {
	border: none;
	outline: none;
	background: #888;
	cursor: pointer;
	font-size: inherit;
	padding: 0px 5px 1px 5px;
	color: white;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
/*	position: absolute;
	bottom: 10px;
	left: 0px;*/

/*
.r_cancelButton {
	border: none;
	outline: none;
	background: #888;
	cursor: pointer;
	font-size: inherit;
	padding: 0px 5px 1px 5px;
	color: white;

	position: absolute;
	bottom: 10px;
	left: 75px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
*/

.reply, .r_replyButton {
	border: none;
	outline: none;
	cursor: hand;
	color: blue;
	font-style: italic;
	font-size: 80%;
	padding: 0px 2px 0px 0px;
	background: white;

	position: absolute;
	bottom: 4px;
	right: 10px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}


.r_replyButton2 {
	border: #999 solid 1px;
	background: #888;
	cursor: hand;
	font-size: inherit;
	padding: 0px 5px 1px 5px;
	color: white;

	position: absolute;
	bottom: 5px;
	left: 10px;
}

.r_delete {
	position: absolute;
	bottom: 4px;
	right: 10px;
}

.r_deleteButton {
	border: none;
	outline: none;
	cursor: hand;
	color: blue;
	font-style: italic;
	font-size: 80%;
	padding: 0px 2px 0px 0px;
	background: white;
}

.r_replyForm {
	position: relative;
	padding: 0px 0px 20px 0px;
}

.r_replyForm label {
	width: inherit;
	text-align: left;
	display: inherit;
	font-size: inherit;
}

.r_replyForm textarea {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 66px;
	font-style: inherit;
	text-align:left;
}

.depth-1, .r_level1 {
	margin-left: 0px;
}

.depth-2, .r_level2 {
	margin-left: 25px;
}

.depth-3, .r_level3 {
	margin-left: 50px;
}

.depth-4, .r_level4 {
	margin-left: 75px;
}

.message {
	background-color: #CCC;
}

.light {
	background-color: #FFF;
}

.dark {
	background-color: #DADAFE;
}

table.message_entry {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1px;
	margin-top: 1px;
	margin-left: 1px;
	table-layout:fixed;
}

td.message_type {
	width: 20%;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
}

td.message_info {
	align: left;
	font-size:14px;
	padding: 4px;
	background-color: #FFF;
}


div.schedule_date {
	text-align: left;
	width: 100%;
	height: 20px;
	color: #FFF;
	font-weight:bold;
	background-color:#C00;
	/* background-image:url(../../assets/images/date_bar.jpg); */
	background-repeat:repeat-x;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	padding-left: 5px;
	font-size: 14px;
}

table.schedule_entry {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1px;
	margin-top: 1px;
	margin-left: 1px;
	table-layout:fixed;
}

td.schedule_type {
	width: 20%;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
}

td.schedule_info {
	align: left;
	text-indent:-20px;
	font-size:14px;
	padding: 4px;
	padding-left:24px;
	background-color: #FFF;
}


.team_name {
	font-size: 20px;
	line-height: 120%;
}


.game {
	background-color:#FFC1C1;
}

.practice {
/*	background-color:#FFC; */
	background-color:#CCC;
}

.event {
	background-color:#CCC;
}

div.dotted_divider {
	width: 100%;
	height: 0px;
	border-top: dashed 1px black;
}



li {
	list-style-type: none;
	line-height: 25px; /* need to work on this fix */
	-webkit-text-size-adjust: 120%;
}

li.bullets {
	list-style-type:inherit;
	margin-left:15px;
}

img {
	padding: 0px;
	margin: 0px;
	border: none;
	display:inline;
}




.primary {
	width: 540px;
	margin: 0px 0px;
	float: left;
	display: inline;
	position:relative;
}

.dividedleft {
	width: 390px;
	float: left;
	display: inline;
}

.dividedright {
	width: 390px;
	float: left;
	display: inline;
	margin-left: 20px;
}

.joinwidth {
	width: 670px;
	margin-left: 80px;
}

.befanwidth {
	width: 600px;
	margin-left: 90px;
}

.faqwidth {
	width: 590px;
	margin-left: 90px;
	margin-top: 20px;
}

.normalwidth {
	width: 790px;
	margin: 0px 0px 0px 15px;
}

.blogwidth {
	width: 795px;
	float: left;
	display: inline;
}

.sidebarwidth {
	width: 0px;
	float: left;
	display: inline;
	margin-left:15px;
}

.tourwidth {
	width: 980px;
}

.calendarwidth {
	width: 790px;
	margin: 20px 0px 10px 15px;
}

.privacytermswidth {
	width: 860px;
	margin-left: 50px;
	margin: 20px;
}

.fanswidth {
	width: 300px;
	margin-top: 20px;
	margin-left: 110px;
}



.forgotpasswordwidth {
	width: 400px;
	margin-left: 160px;
}

.secondary {
	width: 380px;
	margin: 20px 10px 0px 10px;
	float: right;
	display: inline;
}

.adswidth {
	width: 166px;
	margin: 10px 0px;
}

.zerowidth {
	width: 0px;
}

.features ul {
	margin-top: 10px;
	margin-right: 15px;
	list-style: none;
}

.features li {
	margin-bottom: 10px;
	
}

.text {
	margin: 0px 10px;
}

#pageHeader {
	background-color: transparent;
	position:relative;
	top: 0px;
	right: 0px;
	margin: 10px 0px 0px 0px;
	text-align:left;
	z-index:2; /* change on 11/27/2010 by SRB */
	_height: 0;
	zoom: 1 ;
}




/* toplist */

ul#welcomebar {
	list-style-type: none;
	position:absolute;
	bottom:2px;
	right:0;
	width:450px;
	margin: 0;
	padding: 0;
	font-size:12px;
}

ul#welcomebar li {
	border-left: 1px solid #000;
	line-height: 20px;
	margin: 0 0.5em 0 -0.5em;
	padding: 0 0.5em;
	float: right;
	font-style: normal;
}

ul#welcomebar li#first {
	border-left: none;
}

ul#welcomebar li.first {
	border-left: none;
}

/* panels */


.panel {
	display:block;
	width: 100%;
	margin-bottom: 20px;
}

/*
.paneltitle {
	float: left;
	line-height: 25px;
	background: url(../../assets/images/panelleft.jpg) no-repeat left top;
	text-decoration: none;
	overflow: visible;
}


.paneltitle h1 {
	padding: 0 10px;
	color:#FFF;
	font: Arial,Helvetica,sans-serif;
	font-size:16px;
}
*/


.paneltitle h1 {
	padding: 1px 10px 2px 10px;
	color:#FFF;
	font: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: normal;
	font-size:16px;
	background-color: #7F81CC;
	background-image: url(../../assets/images/sprites.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt -32px;
}

.paneltitle {
	background-image: url(../../assets/images/sprites.png);
	padding-right: 8px;
	background-color: #7F81CC;
	background-position: 100% -32px;
}

.panelbody {
	clear: both;
	padding:4px 10px 10px 10px;
	background-color:#FFF;
	overflow:hidden;
	border: 1px solid #7F81CC;
}

#SignInForm ol {
	margin-bottom: 10px;
}


/*
div#SignIn a{
	display: block;
	width: 100px;
	height: 42px;
	background: url('../../assets/images/Sign_In.png') 0 0 no-repeat;
	text-decoration: none;
	overflow: hidden;
	text-indent: -999px;
}
*/

div#SignIn a{
	width: auto;
	display: inline;
	padding: 3px 15px;
	color: #FFF;
	background: url('../../assets/images/button.png') 0 0 repeat-x;
	text-decoration: none;
	overflow: hidden;
}

div#SignIn a:hover{
	color: #000;
	background: url('../../assets/images/selectedbutton.png')
}

div.bluebutton a{
	width: auto;
	display: inline;
	padding: 3px 15px;
	color: #FFF;
	background: url('../../assets/images/button.png') 0 0 repeat-x;
	text-decoration: none;
	overflow: hidden;
}

div.bluebutton a:hover{
	color: #000;
	background: url('../../assets/images/selectedbutton.png')
}

.nopadding {
	padding: 0px;
}

/* bottom bar */



#bottomlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#bottomlist li {
	border-left: 1px solid #000;
	line-height: 1.1em;
	margin: 0 0 0 0;
	padding: 0 10px 0 15px;
	display: inline;
	font-style: normal;
}

#bottomlist li#first {
	border-left: none;
}

#bottomlist li.first {
	border-left: none;
}

/* form elements */

.buttons {
	margin: 0px 0px 10px 0px;
}


#endNotes .p1 {
	text-align: center;
	font-size: 18px;
}


.extramargin
{
	margin-left: 130px;
}

.aCalendar {
	position:absolute;
	width:180px;
	z-index:20;
}


#message {
	background-color: #F33;
	color: #FFF;
	text-align: center;
	padding: 0.5em;
	vertical-align: middle;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#message.inform {
	background-color:#FF9;
	color: #000;
}



/* All table styles */

table {
	margin-left:auto ;
	margin-right:auto;
	border:thick;
	font-size: 12px;
	font-style: normal;
	width: 100%;
}


.outer {
	background: #fff url(../../assets/images/topleft.gif) no-repeat top left;
}

.inner {
	background: #fff url(../../assets/images/topright.gif) no-repeat top right;
}


.quickmessage {
	border-style:solid;
	border-width:1px;
	border-color:#999;
	font-size:15px;
	text-indent: -25px;
	padding-left: 20px;
}
.leftside {
	background: url(../../assets/images/leftlegend.jpg) no-repeat left top;
}

select.seasonmenu {
	float: right;
	margin: 2px 40px 0px 0px;
}

#photo {
	float: right;
	cursor:hand;
}
.TabbedPanelsContent {
	background: #FFF;
	border: none;
}
.TabbedPanelsContentGroup {
	border: none;
}
.TabbedPanelsContent {
	padding: 0px;
}
.TabbedPanelsTabSelected {
	background-color: #EC1C23; /* main red */
	color: #FFF;
	border: 1px #666 solid;
	margin-bottom: 3px;
}

div.TabbedPanels {
	position: relative;
}

/*div {margin-left:auto ; margin-right:auto }*/



#cal1Container {
	position:absolute;
	width:180px;
	z-index:20;
}
#cal1Container2 {
	position:absolute;
	width:180px;
	z-index:20;
}
#cal1Container3 {
	position:absolute;
	width:180px;
	z-index:20;
}
.TabbedPanelsTab {
	width: 30%;
	text-align: center;
	border-left-color: #666;
}
.TabbedPanelsTabGroup {
	margin-left: 12px;
}
h2 span {
	
}

/*
p, li {
	font-size: 80%;
	font-style: normal;
}
Took out 8/5/2010
*/

a.labels {
	font-size: 100%;
	color: #666;
}


span.leavemessage:hover, span.leavemessage:focus {
	cursor:hand;
	color:#000;
}


#quickSummary h2 {
	font-size: 100%;
	text-align: center;
	vertical-align: super;
	border-bottom: 1px solid;
	margin: 0px;
	/*	padding-top: 20px;
	padding-bottom: 10px;*/
	padding: 0;
	display: none;
}
#container #intro {
	margin: 0;
	padding: 0;
}


/*
#mainContent {
	width: 600px;
	float:left;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
*/
#main {
	text-align: left;
}
#mainContent .form ul { margin:0 0 0 25px; } /* for FAQ */

#main .form ul { margin:0 0 0 25px; } /* for FAQ */
div.faqsub {
	font-size:16px;
	color:#F33;
}
div.question {
	color:#339;
	font-size:16px;
}
div.answer {
	color: black;
	font-size:16px;
	margin: 0px 20px 0px 20px;
}


#maincontent h2 {
	padding: 5px 0px 5px 0px;
	font-size: 22px;
}

#maincontent h3 {
	padding: 5px 0px;
	font-size: 20px;
}





#main #message {
	background-color: #F33;
	color: #FFF;
	text-align: center;
	padding: 0.5em;
	vertical-align: middle;
	margin-left: -8px;
	margin-right: -8px;
	margin-top: 1px;
}

#main #message.inform {
	background-color:#FF9;
	color: #000;
}


#instructions {
	width: 800px;
	font-style: normal;
	font-family: Verdana;
	font-size: 20px;
	margin: 10px 0px 5px 0px;
	color: #EC1C23;
}
#instructions0 {
	width: 800px;
	font-style: normal;
	font-family: Verdana;
	font-size: 20px;
	margin: 10px 0px 5px 0px;
	color: #EC1C23;
}
#instructions1 {
	width: 800px;
	font-style: normal;
	font-family: Verdana;
	font-size: 20px;
	margin: 10px 0px 5px 0px;
	color: #EC1C23;
}
#instructions2 {
	width: 800px;
	font-style: normal;
	font-family: Verdana;
	font-size: 20px;
	margin: 10px 0px 5px 0px;
	color: #EC1C23;
}


div.titlepopup {
	float:right;
	position:relative;
	right:40px;
	top:2px
}

#sidebar1 {
	width: 160px;
	float: left;
	background: #339;
	color: #fff;
	background-image: url(../../assets/images/sidebar_gradient3.png);
	background-repeat:repeat-y;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin-bottom: 0;
	margin-top: 0;
}
#sidebar1 p {
	font-size: 120%;
	line-height: 40px;
	text-decoration: underline;
}
#sidebar1 ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar1 li {
	list-style: none;
	font-style: normal;
}


#sidebar1 a {
	color: #FFF;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 1.4;
	padding-top: 4px;
	padding-bottom: 4px;
}
#sidebar1 a:hover {
	background-color: #F33; /* main red */
	background-image: url(../../assets/images/sidebar_selectb.png);
}
#sidebar1 p#welcome {
	text-decoration: none;
	padding-top: 35px;
}
div.form {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.insideform {
/*	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 0px;*/ /* 18-Apr-10 */
	padding: 35px 5px 5px 10px;
/*	border: thin solid #F06;*/
}
.noborder {
	padding: 31px 0px 0px 0px;
/*	margin-bottom: 0px;*/
}
div.stattables {
	padding-top: 0px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
div.insideform p {
	padding: 0 0 3px 0px; /* change made 7/14 */
}

.blogwidth p {
	margin-bottom: 12px;
}

#main h3 {
/*	text-align: left;
	padding-top: 1em;
	padding-left: .8em;*/
}

div.teamDetails {
	display:none;
	visibility:hidden;
}

legend {
	margin-left: 14px;
	padding: 0;
	color: #545351;
	font-weight: bold;
}

legend div#legendbutton input {
	float: right;
	height: 20px;
}

legend div#legendbutton2 a.button {
	float: right;
	height: 20px;
}

legend div#legendbutton2 a.button span {
	float: right;
	height: 20px;
}
legend span {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0em;
	color:#FFF;
	background-color: #339;
	background: #339 url(../../assets/images/rightlegend.jpg) no-repeat right top;
	height: 22px;
	font-size:18px;
	font-weight:normal;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
}
fieldset {
	position: relative;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none;
	/* border-top: 1px solid #BFBAB0;  */
	background-color: #FFF;/*background-color: #F2EFE9; */
}
fieldset.submit {
	background-color: transparent;
	text-align:center;
	z-index:0;
}
/***** NEWX *****/
.buttons {
/*	margin-top: 8px;*/
	display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
/*	margin-right: 30px;*/
}

input { outline:none; }

.buttons input
{
	width:auto;
	overflow:visible;
	padding: 0px 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.button {
	background: transparent url('../../assets/images/bg_trans_button_span.png') no-repeat;
    padding: 0px 5px 0px 14px;
	margin-left: 20px;
	float:left;
/*	border: thin solid #0F3; */
}

.button a {
	background: transparent url('../../assets/images/bg_trans_button_a.png') top right no-repeat;
	color:#444;
	display:block;
    font: normal 12px arial, sans-serif;
	text-decoration: none;
    height: 20px;
    margin-right: -12px;
    padding-right: 12px; /* sliding doors padding */
	padding-top: 4px;
	padding-left: 12px;
	margin-left: -12px;
/*	border: thin solid #F06;*/
}
.button a:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
.button:active {
    background-position: bottom left;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
div.centered {
	text-align:center;
}
.buttons2 {
	margin-top: 8px;
	margin-bottom: 8px;
	display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
}
.button2 {
    background: transparent url('../../assets/images/bg_trans_button_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
/*	border: thin solid #0F3; */
}
.button2 span {
background: transparent url('../../assets/images/bg_trans_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
/*	border: thin solid #F06;*/
}

.inputbutton {
    background: transparent url('../../assets/images/bg_trans_button_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    padding-right: 13px; /* sliding doors padding */
    text-decoration: none;
/*	border: thin solid #0F3; */
}
a.inputbutton input {
background: transparent url('../../assets/images/bg_trans_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 0px 0px 2px 15px;
	border: none;
    font: normal 12px arial, sans-serif;
	height: 24px;
	outline: none;
}
a.button2:active, a.inputbutton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.button2:active span, a.inputbutton:active input {
    background-position: bottom left;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
	text-decoration:none;
}
.inputbutton input::-moz-focus-inner { border: 0; }
a.button2:active, a.inputbutton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
input[type="submit"]{
	padding: 1px 8px 1px 8px;
	font-size:13px;
	overflow: visible;
}

/*
a.button span {
    background: transparent url('../../assets/images/bg_trans_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
*/
/* a.button {
    background: transparent url('../../assets/images/bg_trans_button_a.png') no-repeat scroll top right;
    color: #444;
    display:inline-block;
	float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; sliding doors padding
   text-decoration: none;
	margin:0 auto; 
	width: 200px;
}
*/


table.schedule {
	margin: 0px 0px 10px 0px;
	border:thick;
	font-size: 12px;
	font-style: normal;
	width: 100%;
}

th {
	vertical-align: bottom;
	color:#000;
}
tr {
	vertical-align: top;
}

table.saveLinks {
	margin: 0px 0px 10px 20px;
}

table.gameSchedule {
	margin: 0px 0px 10px 0px;
}
th.gsdate {
	width: 12%;
	text-align: left;
}
th.gstime {
	width: 10%;
	text-align: left;
}
th.gsopponent {
	width: 28%;
	text-align: left;
}
th.gsarriveat {
	width: 10%;
	text-align: left;
}
th.gslocation {
	width: 20%;
	text-align: left;
}
th.gschange {
	width: 10%;
	text-align: left;
}
th.gsdelete {
	width: 10%;
	text-align: left;
}

table.practiceSchedule {
	margin: 0px 0px 10px 0px;
}
th.psdate {
	width: 15%;
	text-align: left;
}
th.pstime {
	width: 10%;
	text-align: left;
}
th.psarriveat {
	width: 10%;
	text-align: left;
}
th.pslocation {
	width: 45%;
	text-align: left;
}
th.pschange {
	width: 10%;
	text-align: left;
}
th.psdelete {
	width: 10%;
	text-align: left;
}

table.eventSchedule {
	margin: 0px 0px 10px 0px;
}
th.esdate {
	width: 15%;
	text-align: left;
}
th.estime {
	width: 10%;
	text-align: left;
}
th.esarriveat {
	width: 10%;
	text-align: left;
}
th.esname {
	width: 20%;
	text-align: left;
}
th.eslocation {
	width: 25%;
	text-align: left;
}
th.eschange {
	width: 10%;
	text-align: left;
}
th.esdelete {
	width: 10%;
	text-align: left;
}

/*
					<th class="slname">Name</th>
					<th class="slstartdate">Start Date (appr)</th>
					<th class="slenddate">End Date (appr)</th>
					<th class="slchange">Change</th>
					<th class="sldelete">Delete</th>
					<th class="slmanageschedule">Manage Schedule</th>
*/
table.seasonList {
	margin: 0px 0px 10px 20px;
	width: 95%;
}

th.slname {
	width: 21%;
	text-align: left;
}

th.slstartdate {
	width: 13%;
	text-align: left;
}

th.slenddate {
	width: 13%;
	text-align: left;
}

th.slchange {
	width: 9%;
	text-align: left;
}

th.sldelete {
	width: 9%;
	text-align: left;
}

th.slmanageschedule {
	width: 20%;
	text-align: left;
}

th.slplayersetup {
	width: 15%;
	text-align: left;
}

table.inviteCoaches {
	width: 100%;
	margin-bottom: 10px;
}

th.icfirst_name {
	width: 20%;
	text-align: left;
}

th.iclast_name {
	width: 30%;
	text-align: left;
}

th.icemail {
	width: 35%;
	text-align: left;
}

th.ictype {
	width: 15%;
	text-align: left;
}

table.inviteTeam {
	width: 100%;
	margin-bottom: 10px;
}

th.itfirst_name {
	width: 25%;
	text-align: left;
}

th.itlast_name {
	width: 35%;
	text-align: left;
}

th.itemail {
	width: 40%;
	text-align: left;
}

table.inviteFans {
	width: 100%;
	margin-bottom: 10px;
}

th.iffirst_name {
	width: 25%;
	text-align: left;
}

th.iflast_name {
	width: 35%;
	text-align: left;
}

th.ifemail {
	width: 40%;
	text-align: left;
}

table.gameResults {
	margin: 0px 0px 10px 20px;
	width: 95%;
	border-collapse: collapse;
	border: 1px solid #666666;
}

td {
	padding: 0px 0px 0px 0px;
	/* line-height: 22px; /* need to work on this fix */
}

table.colored {
	border-collapse: collapse;
	border: 1px solid #666666;
}

.colored th {
	padding: 0px 5px 0px 0px;
	background-color:#CB2A48;
	color: #FFF;
}

.colored tr.gray {
	background-color:#DDD;
}

th.grtourn {
	width: 4%;
	text-align: left;
}

th.grdate {
	width: 9%;
	text-align: left;
}

th.grtime {
	width: 8%;
	text-align: left;
}

th.gropponent {
	width: 19%;
	text-align: left;
}

th.grpicsvids {
	width: 13%;
	text-align: left;
}

th.grplayer {
	width: 9%;
	text-align: left;
}

th.grteam {
	width: 9%;
	text-align: left;
}

th.grsendfans {
	width: 10%;
	text-align: center;
}

th.grsendteam {
	width: 10%;
	text-align: center;
}

th.grscore {
	width: 9%;
	text-align: left;
}


table.upcomingGames {
	margin: 0px 0px 10px 20px;
	width: 95%;
}


th.ugtourn {
	width: 4%;
	text-align: left;
}

th.ugdate {
	width: 10%;
	text-align: left;
}

th.ugtime {
	width: 10%;
	text-align: left;
}

th.ugopponent {
	width: 20%;
	text-align: left;
}

th.ugarriveat {
	width: 10%;
	text-align: left;
}

th.uglocation {
	width: 20%;
	text-align: left;
}

th.ugattending {
	width: 9%;
	text-align: center;
}

th.ugsnacks {
	width: 7%;
	text-align: center;
}

th.ugpreview {
	width: 10%;
	text-align: left;
}


table.upcomingPractices {
	margin: 0px 0px 10px 20px;
	width: 95%;
}

th.uptourn {
	width: 4%;
	text-align: left;
}

th.update {
	width: 10%;
	text-align: left;
}

th.uptime {
	width: 10%;
	text-align: left;
}

th.uparriveat {
	width: 10%;
	text-align: left;
}

th.uplocation {
	width: 40%;
	text-align: left;
}

th.upattending {
	width: 9%;
	text-align: center;
}

th.upsnacks {
	width: 7%;
	text-align: center;
}

th.uppreview {
	width: 10%;
	text-align: left;
}



table.upcomingEvents {
	margin: 0px 0px 10px 20px;
	width: 95%;
}

th.uetourn {
	width: 4%;
	text-align: left;
}

th.uedate {
	width: 10%;
	text-align: left;
}

th.uetime {
	width: 10%;
	text-align: left;
}

th.uearriveat {
	width: 10%;
	text-align: left;
}

th.uename {
	width: 20%;
	text-align: left;
}

th.uelocation {
	width: 20%;
	text-align: left;
}


th.ueattending {
	width: 9%;
	text-align: center;
}

th.uesnacks {
	width: 7%;
	text-align: center;
}

th.uepreview {
	width: 10%;
	text-align: left;
}


table.invitees {
	margin: 0px 0px 10px 30px;
	width: 95%;
}

th.name {
	width: 30%;
	text-align: left;
}

th.email {
	width: 70%;
	text-align: left;
}




table.messages {
	margin: 0px 0px 10px 20px;
	width: 95%;
/*	padding: 0px 20px 0px 0px;*/
}

th.from {
	width: 25%;
	text-align: left;
}

th.subject {
	width: 50%;
	text-align: left;
}

th.date {
	width: 15%;
	text-align: left;
}

th.select {
	width: 10%;
	text-align:center;
}

td.select {
	text-align:center;
}

td.delete {
	text-align:center;
}

td.cancelled {
	text-decoration: line-through;
}

tr.cancelled {
	text-decoration: line-through;
}

div.form#arc {
	margin: 24px 0 0 12px;
	width: 10em;
}



table.fanPrefs {
	padding-left: 2em;
	padding-right: 2em;
}



th.fpPlayername {
	width: 20%;
	text-align:left;
	vertical-align:bottom;
}


th.fpFavorite {
	width: 7%;
	text-align:center;
	vertical-align:bottom;
}

th.fpGetEmails {
	width: 7%;
	text-align:center;
	vertical-align:bottom;
}

th.fpGameNotices {
	width: 33%;
	text-align:center;
	vertical-align:bottom;
	background-color:#CCC;
}

th.fpGameResults {
	width: 33%;
	text-align:center;
	vertical-align:bottom;
	background-color:#CCC;
}

th.fpGameNotice1,
th.fpGameNotice3,
th.fpGameNotice7,
th.fpGameResultImmediate,
th.fpGameResultDaily,
th.fpGameResultWeekly,
th.fpGameResultNever,
th.ppGameNotice1,
th.ppGameNotice3,
th.ppGameNotice7,
th.ppPracticeNotice1,
th.ppPracticeNotice3,
th.ppPracticeNotice7,
th.ppNotice1,
th.ppNotice3,
th.ppNotice7 {
	text-align:center;
	vertical-align:bottom;
}


.prefLabels {
	width:200px;
	text-align:right;
}

table.parentPrefs {
	text-align:left;
	padding-left: 5em;
	padding-right: 5em;
}

table.playerPrefs {
	width:500px;
	padding-left: 5em;
	padding-right: 5em;
}

th.ppGameNotices {
	width: 50%;
	text-align:center;
	vertical-align:bottom;
	background-color:#CCC;
}

th.ppPracticeNotices {
	width: 50%;
	text-align:center;
	vertical-align:bottom;
	background-color:#CCC;
}


.ppNotices {
	text-align:center;
	vertical-align:bottom;
	background-color:#CCC;
}

.bottomcenter {
	text-align:center;
}

/*
#Password {
	font-family: Arial, Helvetica, sans-serif;
}
*/

/* [if IE]
#password {
    font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif;
}
*/


fieldset ol {
/*	border: #F63 thin solid;
	padding: 0em 1em .4em 1em;*/
	list-style: none;
}

fieldset li {
	padding-top: .2em;
	padding-bottom: .3em;
	text-align: left;
/*	line-height: 170%;*/
}

/* fix this */

fieldset li.notform {
	color:#000;
/*	font-size: 7px;
	height: 22px;
	font-style: normal;	
	font-size: 12px;
	border: #3F3 thin solid;*/
}


li label.stats { position: absolute; text-align:right; width:130px; }
li input.stats { margin-left: 140px; }


fieldset li.notform label {
	width: 9em;
	text-align: right;
	display:inline-block;
	font-size: 14px;
	color: #339;
/*	float: left;	
	font-size: 12px;
	border: #3F3 thin solid; */
}


fieldset li span.checkbox {
	display: block;
	list-style-type: none;
	clear: both;
	float: none;
	overflow: auto;
}




label.right {
	width: 500px;
	text-align: left;
	font-size: 14px;
	margin-left: 10px;
}

label.prefs {
	width: 28em;
}

label.positions {
	width: 23em;
}

label#comment {
	width: 9em;
	text-align: left;
	display:block;
	float: none;
	font-size: 12px;
}



fieldset li span.checkbox label {
	display: block;
	margin-left: 0.2em;
	margin-top: 0.1em;
	float: left;
	clear: right;
	text-align: left;
	width: auto;
}

fieldset li span.checkbox input {
	display: block;
	float: left;
}



textarea {
/*	margin: 0px 20px 0px 20px;*/
	padding: 0px;
	font-style: normal;
}


.joinbutton {
	width: 5em;
}

#topbarold {
	margin-bottom: .2em;
	overflow: hidden;
	position: static;
	float:right;
	width: 220px;
	padding-top: 135px;
}





div.window {    /* Specifies size and border of the window */
	position: fixed;            /* The position is specified elsewhere */
	width: 300px;
	height: 200px;   /* Window size, not including borders */
	border: outset black 1px;		/* Note 3D "outset" border effect */
}

div.titlebar {  /* Specifies position, size, and style of the titlebar */
	position: absolute;        /* It's a positioned element */
	top: 0px;
	left: 0px;
	height: 25px;    /* titlebar is 18px + padding and borders */
	width: 290px;              /* 290 + 5px padding on left and right = 300 */
	background-color: #339; /* Use system titlebar color : ActiveCaption */
	border-bottom: groove black 2px;  /* Titlebar has border on bottom only */
	padding: 6px 5px 0px 5px;  /* Values clockwise: top, right, bottom, left */
	/*font: caption;             /* Use system font: caption for titlebar */
	font-weight: bold;
	text-align: left;
	color: #FFF;
}

div.content {   /* Specifies size, position and scrolling for window content */
	position: absolute;        /* It's a positioned element */
	top: 32px;                 /* 25px title+2px border+3px+2px padding */
	left: 0px;
	height: 158px;             /* 200px total - 32px titlebar - 10px padding */
	width: 290px;              /* 300px width - 10px of padding */
	padding: 5px;              /* allow space on all four sides */
	overflow: auto;            /* give us scrollbars if we need them */
	background-color: #ffffff; /* White background by default */
	text-align: left;
}



#recaptcha {
	text-align:center;
}


span.littleicons {
	vertical-align: middle;
	padding-right: 3px;	
}




#mainContent div.insideform h2 {
	text-align: left;
	padding-left: 0em;
}

#mainContent div.insideform h3 {
	text-align: left;
	padding-left: 23px;
}


#main div.insideform h2 {
	text-align: left;
	padding-left: 0em;
	padding-top: 2px;
}


.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#E8E8E8 !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #339 !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #339 !important; //Text input field border color
   background-color:#FF0000 !important; //Text input field background color
 }

/* ----------------------------- */
/*

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox *//*
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px *//*
} 
*/
.indent {
	padding-left: 2.2em;
}

.smallindent {
	margin-left: 14px;
}

/* ---------------------------------- */

a.smallbutton {
    background: transparent url('../../assets/images/bg_trans_smallbutton_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 15px;
    margin-right: 6px;
    padding-right: 9px; /* sliding doors padding */
    text-decoration: none;
}

a.smallbutton span {
    background: transparent url('../../assets/images/bg_trans_smallbutton_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 0px 0px 1px 9px;
} 

a.smallbutton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.smallbutton:active span {
    background-position: bottom left;
    padding: 0px 0px 1px 9px; /* push text down 1px */
}

#statTable {
/*	font-size:10px; */
}

tr.statTable input {
/*	font-size:12px; */
}


#cp1 .CollapsiblePanelContent { 
	overflow: auto;
	height: 80px;
}
.CollapsiblePanel {
	width: 500px;
}


.HO {
	background: url(../../assets/images/20px/hockey20px.png) no-repeat left center;
	padding-left: 10px;
}

.BB {
	background: url(../../assets/images/20px/baseball20px.png) no-repeat left center;
	padding-left: 10px;
}

.BK {
	background: url(../../assets/images/20px/basketball20px.png) no-repeat left center;
	padding-left: 10px;
}

.SO {
	display: block;
	background: url(../../assets/images/20px/soccer20px.png) no-repeat left center;
	padding-left: 10px;
}

.FB {
	background: url(../../assets/images/20px/football20px.png) no-repeat left center;
	padding-left: 10px;
}

.SB {
	background: url(../../assets/images/20px/softball20px.png) no-repeat left center;
	padding-left: 10px;
}

.VB {
	background: url(../../assets/images/20px/volleyball20px.png) no-repeat left center;
	padding-left: 10px;
}

.LA {
	background: url(../../assets/images/20px/lacrosse20px.png) no-repeat left center;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}





.HOmed {
	background: url(../../assets/images/60px/hockey60px.png) no-repeat left center;
	background-position: 50%;
	padding:20px 0px 20px 0px;
}

.BBmed {
	background: url(../../assets/images/60px/baseball60px.png) no-repeat left center;
	background-position: 50%;
	padding:20px 0px 20px 0px;
}

.BKmed {
	background: url(../../assets/images/60px/basketball60px.png) no-repeat left center;
	background-position: 50%;
	padding:20px 0px 20px 0px;
}

.SOmed {
	background: url(../../assets/images/60px/soccer60px.png) no-repeat left center;
	background-position: 50%;
	padding:20px 0px 20px 0px;
}

.FBmed {
	background: url(../../assets/images/60px/football60px.png) no-repeat left center;
	background-position: 50%;
	padding:20px 0px 20px 0px;
}

.SBmed {
	background: url(../../assets/images/60px/softball60px.png) no-repeat left center;
	background-position: 50%;
	padding:20px 0px 20px 0px;
}

.VBmed {
	background: url(../../assets/images/60px/volleyball60px.png) no-repeat left center;
	background-position: 50%;
	padding:20px 0px 20px 0px;
}

.LAmed {
	background: url(../../assets/images/60px/lacrosse60px.png) no-repeat left center;
	background-position: 50%;
	padding:45px 0px 45px 0px;
}







#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}

#popUpDiv {
position:absolute;
background-color:#eeeeee;
width:300px;
z-index: 9002;
}




	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden; /* This chops off any overhanging divs SRB*/
	}
	/* holy grail 3 column settings */
	.holygrail {
	        	/* background:#ff9; Right column background colour */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-160px; 	/* Width of right column */
        position:relative;
        right:100%;
            	/* background:#fff; Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:320px;         	/* Left column width + right column width */
            	/* background:#FFD8B7; Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:160px;        	/* Width of left column */
	     	/* padding-bottom:1em; Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 170px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;  /* SRB*/
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:160px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:0px;         	/* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:160px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:0px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
    /* */ */
    </style>
    /*[if lt IE 7]>
    <style media="screen" type="text/css">
    .col1 {
	    width:100%;
	}
    </style>
    <![endif]*/

