/*===========================

SITE COLORS:

Dk Blue (lines, headlines): #103878
Md Grey (highlights): #1960d1
Lt Grey (bkgd): #efefef


============================*/

body { 
	background-color: #efefef;
	margin: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(/_images/_pgElements/pgBkgd.jpg);
	background-repeat: repeat;
	background-position: left top;
	}

#PgWrapper {
	width: 960px;
	margin: 0 auto 20px auto;
	background-color: transparent;
	border-left: #103878 solid 1px;
	border-right: #103878 solid 1px;
	border-bottom: #103878 solid 1px;	
}

#contentArea {
	margin: 0 auto 5px auto;
	padding: 0;
	width: 950px;
	background-color: #ffffff;
}

#pgHead {
	margin: 0 auto;
	width: 950px;
	height: 225px;
	background-image: url(/_images/_pgElements/pgHead.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#scrollerArea {
	margin: 144px 0 0 365px;
	padding: 0;
	width: 580px;
	font-size: .95em;
}

#menuArea {
	margin: 0 auto;
	padding: 0;
	width: 950px;
}

#mainArea {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 15px 0;
	width: 920px;
}

#leftCol {
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 200px;
}

#mainCol {
	float: right;
	margin: 0 auto;
	padding: 0;
	width: 700px;
}

/*------------ Stuff at Top ---------*/

#pgHead p {
	text-align: right;
	color: #ffffff;
	font-size: 1.2em;
	padding: 5px 17px 0 0;
	font-weight: normal;
	}

#scrollerArea p {
	text-align: right;
	color: #333333;
	font-size: 1.2em;
	padding: 0 17px 0 0;
	font-weight: normal;
	}

.gameScroller {
	height: 250px;
	width: 100%;
	overflow: auto;
	display: block;
	}
	
.gameLine {
	padding: 2px 10px 2px 5px;
	border-bottom: 1px solid #333333;
	display: block;
	font-size: .9em;
	}

.boysgame {
	background-color: #d6e2eb;
	}
	
.girlsgame {
	background-color: #ffe4f1;
	}
	
/* -------- Main Col Stuff ----------- */

#mainCol .leftcol_2c {
	float: left;
	width: 46%;
	margin: 0;
	}

#mainCol .rightcol_2c {
	float: right;
	width: 46%;
	margin: 0;
	}

/* -------- BASE STYLES ----------- */

h1 {
	font-size: 2.4em;
	color: #103878;
	line-height: 1.3em;
	text-align: center;
	margin: 0px;
	margin-bottom: 6px;
	font-weight: bold;
}

h2 {
	font-size: 1.6em;
	color: #1960d1;
	line-height: 1.2em;
	text-align: center;
	margin: 0;
	margin-bottom: 6px;
	font-weight: normal;
	font-style: italic;	
}

h3 {
	font-size: 1.4em;
	color: #103878;
	line-height: 1.2em;
	text-align: center;
	margin: 12px 0 2px 0;
	font-weight: bold;
	font-style: normal;	
}

h4 {
	font-size: 1.2em;
	color: #1960d1;
	line-height: 1.2em;
	text-align: center;
	margin: 0;
	margin-bottom: 6px;
	font-weight: normal;
	font-style: italic;	
}

h5 {
	font-size: 1.0em;
	color: #103878;
	line-height: 1.2em;
	text-align: center;
	margin: 12px 0 2px 0;
	font-weight: bold;
	font-style: normal;	
}

p {
	padding-top: 3px;
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0;
	font-weight: normal;
	color: #222222;
	}

a:link, a:visited {
	text-decoration: underline;
	color: #1960d1;
	}

a:hover {
	color: #e02027;
	}

ul {
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	font-weight: normal;
	color: #333333;
	}

li {
	list-style-type: circle;
	padding: 6px 0 0 10px;
	}
	
fieldset { 
	padding: 1px 3px 15px 3px;
	margin: 0 auto;
	border: 1px solid #103878;
	background-color: transparent;
	}

legend { 
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
	color: #103878;
	padding: 0 6px 0 6px;
 }


input:focus{ background-color: #ffffcc; color:#000000; }

.noticeflag {
	border: 2px solid red;
	width: 75%;
	margin: 0 auto;
	padding: 0 20px 20px 20px;
	}


/* -------- LEFT COLUMN STYLES ----------- */

#leftCol h1 {
	font-size: 1.6em;
	color: #103878;
	line-height: 1.0em;
	text-align: center;
	margin: 0px;
	margin-bottom: 3px;
	font-weight: bold;
}

#leftCol h2 {
	font-size: 1.3em;
	color: #1960d1;
	line-height: 1.0em;
	text-align: center;
	margin: 0;
	margin-bottom: 6px;
	font-weight: normal;
	font-style: italic;	
}

#leftCol h3 {
	font-size: 1.3em;
	color: #103878;
	line-height: 1.0em;
	text-align: center;
	margin: 12px 0 2px 0;
	font-weight: bold;
	font-style: normal;	
}

#leftCol h4 {
	font-size: 1.2em;
	color: #1960d1;
	line-height: 1.0em;
	text-align: center;
	margin: 0;
	margin-bottom: 6px;
	font-weight: normal;
	font-style: italic;	
}

#leftCol h5 {
	font-size: 1.0em;
	color: #103878;
	line-height: 1.0em;
	text-align: center;
	margin: 12px 0 2px 0;
	font-weight: bold;
	font-style: normal;	
}

#leftCol p {
	font-size: 1.0em;
	line-height: 1.2em;
	margin: 0;
	font-weight: normal;
	color: #222222;
	}

#leftCol a:link, a:visited {
	text-decoration: underline;
	color: #1960d1;
	}

#leftCol a:hover {
	color: #e02027;
	}

#leftCol ul {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	font-weight: normal;
	color: #333333;
	}

#leftCol li {
	list-style-type: circle;
	padding: 6px 0 0 10px;
	}
	
#leftCol .CallOut {
	padding: 5px;
	margin-bottom: 12px;
	background-color: #efefef;
	}
	
/*/------------ Directory Table Styling ------------------/*/

#directoryTable {
	margin-top: 20px;
	}

#directoryTable .SectionHead {
	background-color: #103878;
	color: #ffffff;
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: center;
	padding: 6px;
	}

#directoryTable .SectionSubHead { 	
	font-size: 1.1em;
	line-height: 1.1em;
	color: #000;
	background-color: #ccc;
	padding: 3px;
	text-align: center; 
 }

#directoryTable .Title {
	font-weight: bold; 
	padding: 4px;
}

#directoryTable .GreenBarOff {}

#directoryTable .GreenBarOn {background-color:#eee;}


/*/------------ Playoffs Table Styling ------------------/*/

#playoffs {
	margin-top: 20px;
	}

#playoffs .SectionHead {
	background-color: #103878;
	color: #ffffff;
	font-size: 1.4em;
	line-height: 1.2em;
	text-align: center;
	padding: 6px;
	}

#playoffs .SectionSubHead { 	
	font-size: 1.0em;
	line-height: 1.1em;
	color: #000;
	background-color: #ccc;
	padding: 3px;
	text-align: center; 
 }

#playoffs .teamcell { 	
	background-color: #dcdcdc;
	font-size: 1.0em;
	line-height: 1.1em;
	color: #000;
	padding: 6px;
	text-align: left;
	border-right: thin solid black
  }

#playoffs .borderonlycell { 	
	border-right: thin solid black
  }

#playoffs .dates { 	
	font-size: 1.0em;
	line-height: 1.1em;
	color: #000;
	padding: 3px 3px 3px 9px;
	text-align: left;
	font-style: italic;
	border-right: thin solid black
 }

#playoffs .score { 	
	padding: 0 0 0 10px;
	font-weight: bold;
 }


/*/------------ Standings Styling ------------------/*/

#standings {
	}

#standings table {
	width: 100%;
	margin: 0 auto;
	}

#standings fieldset { 
	padding: 1px 3px 15px 3px;
	margin: 10px auto 20px auto;
	border: 1px solid #103878;
	background-color: transparent;
	width: 75%;
	}

#standings legend { 
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
	color: #103878;
	padding: 0 6px 0 6px;
 }

#standings input:focus{ background-color: #ffffcc; color:#000000; }

#standings .GreenBarOff {background-color:#ffffff;}

#standings .GreenBarOn {background-color:#dfdfdf;}

#standings .VGreenBarOffHon {background-color:#dfdfdf;}

#standings .VGreenBarOnHoff {background-color:#dfdfdf;}

#standings .VGreenBarOffHoff {background-color:#ffffff;}

#standings .VGreenBarOnHon {background-color:#cccccc;}


/*/------------ Standings Tab Styling ------------------/*/

/* root element for tabs  */
ul.standingsgender {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #103878;	 	
}

/* single tab */
ul.standingsgender li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type: none;	
}

/* link inside the tab */
ul.standingsgender a { 
	float:left;
	font-size: 1.0em;
	display:block;
	padding:5px 20px;	
	text-decoration:none;
	border:1px solid #103878;	
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#103878;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

ul.standingsgender a:hover {
	background-color:#1960d1;
	color:#ffffff;
}
	
/* selected tab */
ul.standingsgender a.current {
	background-color:#103878;
	color:#ffffff;	
	cursor:default;
}

	
/* tab pane */

div.standingspane div {
	margin-bottom: 12px;
	display:none;
	border:1px solid #103878;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
}

div.standingspane h3 {
	font-size: 1.5em;
	margin: 0 0 12px 0;
	}

div.standingspane .standingsHead {
	text-align:center;
	font-size:1em;
	font-weight:bold;
	padding: 3px 0;
	}

div.standingspane .standingsHeadBtmRule {
	border-bottom: #333 1px solid;
	}

div.standingspane .standingsData {
	font-size:.9em;
	font-weight:normal;
	padding: 3px 0;
	}

div.standingspane .gamestats {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
	}


/*/------------ Last 20 Games Tab Styling ------------------/*/

/* root element for tabs  */
ul.tabs, #leftCol ul.tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #103878;	 	
}

/* single tab */
ul.tabs li, #leftCol ul.tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type: none;	
}

/* link inside the tab */
ul.tabs a, #leftCol ul.tabs a { 
	float:left;
	font-size: 1.0em;
	display:block;
	padding:5px 20px;	
	text-decoration:none;
	border:1px solid #666;	
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

ul.tabs a:hover, #leftCol ul.tabs a:hover {
	background-color:#1960d1;
	color:#ffffff;
}
	
/* selected tab */
ul.tabs a.current, #leftCol ul.tabs a.current {
	background-color:#103878;
	border-bottom:1px solid #103878;	
	color:#ffffff;	
	cursor:default;
}

	
/* tab pane */
div.panes div {
	display:none;
	border:1px solid #103878;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:1px;
	background-color:#ddd;	
}


/*/------------ School Directory Tab Styling ------------------/*/

/* root element for tabs  */
ul.alphatabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #103878;	 	
}

/* single tab */
ul.alphatabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type: none;	
}

/* link inside the tab */
ul.alphatabs a { 
	float:left;
	font-size: 1.0em;
	display:block;
	padding:5px 6px;	
	text-decoration:none;
	border:1px solid #103878;	
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#103878;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

ul.alphatabs a:hover {
	background-color:#1960d1;
	color:#ffffff;
}
	
/* selected tab */
ul.alphatabs a.current {
	background-color:#103878;
	color:#ffffff;	
	cursor:default;
}

	
/* tab pane */
div.schools div {
	margin-bottom: 12px;
	display:none;
	border:1px solid #103878;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
}

div.schools h1 {
	font-size: 1.3em;
	line-height: 1.0em;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	background-color:#103878;
	margin: 0px;
	margin-bottom: 3px;
	padding: 6px;
	}

div.schools h2 {
	font-size: 1.1em;
	line-height: 1.0em;
	font-weight: bold;
	text-align: center;
	color: #103878;
	background-color:#898989;
	margin: 0px;
	margin-bottom: 3px;
	padding: 6px;
	}

div.schools .title {
	font-weight: bold;
	}

div.schools .leftcol {
	float: left;
	width: 48%;
	padding: 0;
	margin: 0;
	}

div.schools .rightcol {
	float: right;
	width: 48%;
	padding: 0;
	margin: 0;
	}

div.schools .program {
	width: 46%;
	padding: 6px;
	margin: 10px 0 0 0;
	background-color: #ededed;
	}

/*/---------------- Sidebar Form ---------------------/*/

#leftCol fieldset { 
	padding: 1px 3px 15px 3px;
	margin: 0 auto;
	border: 1px solid #103878;
	background-color: transparent;
	}

#leftCol legend { 
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
	color: #103878;
	padding: 0 6px 0 6px;
 }


#leftCol input:focus{ background-color: #ffffcc; color:#000000; }


/* -------- MENU AREA ----------- */

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	font-size: 1.1em;
	line-height: 1.2em;
	display: block;
	padding: 2px 0px 2px 0;
	color: #ffffff;
	text-decoration: none;
	}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li.subsep {
	padding: 4px 0 4px 0;
	background-color: #1960d1;
	text-align: center;
	}

.ddsmoothmenu ul li ul li a {
	padding-top: 2px;
	text-align: left;
	background-color: #103878;
	color: #ffffff;
	width: 175px; /*width of sub menus*/
	font-size: 1.1em;
	}

#menuArea a:link, #menuArea a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	}

#menuArea a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #e02027;
	/*background-color: #103878;*/
	}

#menuArea a.sub:hover {
	font-weight: normal;
	text-decoration: none;
	color: #e02027;
	background-color: #1960d1;
	}

/* -------- COPYRIGHT ----------- */

#Copyright {
	padding: 20px 0 0 0;
	color: #777777;
	font-size: .9em;
	line-height: 1.2em;
	text-decoration: none;
	text-align: center;
}

#Copyright a:link, #Copyright a:visited {
	text-decoration: underline;
	color: #777777;
}

#Copyright a:hover {
	border-bottom: 1px solid #ef9c1e;
	border: none;
	color: #e02027;
}

/*/---------------- Stylized Main Form - large ---------------------/*/

#stylizedForm {
	width: 680px;
	margin: 30px auto 10px auto;
	padding-bottom: 20px;
	text-align: left;
	}

#stylizedForm fieldset { 
	padding: 1px 13px 15px 13px;
	margin: 0 auto;
	border: 1px solid #103878;}

#stylizedForm legend { 
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
	color: #333333;
	padding: 0 6px 0 6px;
 }

#stylizedForm .row {
	clear: both;
	padding-top: 10px;
	width: 100%;
	}

#stylizedForm .row .label {
	vertical-align: text-top;
	float: left;
	font-size: 1.0em;
	line-height: 1.1em;
	font-weight: bold;
	text-align: right;
	width: 140px;
	padding-right: 16px;
	padding-top: 6px;
	}

#stylizedForm .row .formfields {
	float: right;
	font-size: 1.0em;
	line-height: 1.1em;
	font-weight: normal;
	text-align: left;
	width: 490px;
	}

#stylizedForm .small{
	color: #666666;
	display: block;
	font-size: .8em;
	line-height: 1em;
	font-weight:normal;
	text-align:right;
	}

#stylizedForm .required {
	color: red;
	display:block;
	font-size: .8em;
	line-height: 1em;
	font-weight:normal;
	text-align:right;
	}

#stylizedForm .smalltext {
	color: #555555;
	display:block;
	font-size: .8em;
	line-height: 1em;
	font-weight:normal;
	text-align:right;
	padding-bottom: 3px;
	}

#stylizedForm input, textarea {
	font-size: 1.0em;
	padding: 0;
	border: solid 1px #103878;
	width: 350px;
	margin: 9px 0 2px 0;
	}

#stylized .radio {
	font-size: 1.0em;
	padding: 2px;
	width: 10%;
	margin: 0 0 6px 0;
	text-align: left;
	}

#stylizedForm textarea {
	height: 150px;
	}

#stylizedForm select {
	margin: 9px 0 2px 0;
	}

#stylizedForm .checkbox {
	font-size: 1.0em;
	padding: 0;
	margin: 9px 0 2px 0;
	border: none;
	width: 20px;
	text-align: left;
	}

#stylizedForm button { 
	clear:both;
	padding: 0;
	margin: 0 auto;
	width: 125px;
	height: 31px;
	background:#666666 url(/_images/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	border:none;
	}

#stylizedForm button.delete { 
	clear:both;
	padding: 0;
	margin: 0 auto;
	width: 125px;
	height: 31px;
	background:#666666 url(/_images/delbutton.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	border:none;
	}

#stylizedForm input:focus{ background-color: #ffffcc; color:#000000; }

#stylizedForm h3 {
	font-size: 1.5em;
	margin: 0 0 12px 0;
	}

#stylizedForm .tableHead {
	text-align:center;
	font-size:1em;
	font-weight:bold;
	padding: 3px 0;
	}

#stylizedForm .tableHeadBtmRule {
	border-bottom: #333 1px solid;
	}

#stylizedForm .tableData {
	font-size:.9em;
	font-weight:normal;
	padding: 3px 0;
	}

#stylizedForm .tableData input, #stylizedForm .tableData textarea {
	font-size: 1.0em;
	padding: 0;
	border: solid 1px #103878;
	width:auto;
	margin: 2px;
	}

#stylizedForm .gamestats {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
	}

#stylizedForm table {
	width: 100%;
	margin: 0 auto;
	}

#stylizedForm .GreenBarOff {background-color:#ffffff;}

#stylizedForm .GreenBarOn {background-color:#dfdfdf;}

#stylizedForm .VGreenBarOffHon {background-color:#dfdfdf;}

#stylizedForm .VGreenBarOnHoff {background-color:#dfdfdf;}

#stylizedForm .VGreenBarOffHoff {background-color:#ffffff;}

#stylizedForm .VGreenBarOnHon {background-color:#cccccc;}

/*/---------------- Stylized Game Form - large ---------------------/*/

#stylizedGameForm {
	width: 600px;
	margin: 30px auto 10px auto;
	padding-bottom: 20px;
	}

#stylizedGameForm fieldset { 
	width: 600px;
	padding: 1px 13px 15px 13px;
	margin: 0 auto;
	border: 1px solid #103878;}

#stylizedGameForm legend { 
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
	color: #333333;
	padding: 0 6px 0 6px;
 }

#stylizedGameForm .row {
	clear: both;
	padding-top: 10px;
	width: 100%;
	}
	
#stylizedGameForm .row .label {
	vertical-align: text-top;
	float: left;
	font-size: 1.0em;
	line-height: 1.1em;
	font-weight: bold;
	text-align: right;
	width: 190px;
	padding-right: 16px;
	padding-top: 6px;
	}

#stylizedGameForm .row .formfields {
	float: right;
	font-size: 1.0em;
	line-height: 1.1em;
	font-weight: normal;
	text-align: left;
	width: 380px;
	}

#stylizedGameForm .small{
	color: #666666;
	display: block;
	font-size: .8em;
	line-height: 1em;
	font-weight:normal;
	text-align:right;
	}

#stylizedGameForm .required {
	color: red;
	display:block;
	font-size: .8em;
	line-height: 1em;
	font-weight:normal;
	text-align:right;
	}

#stylizedGameForm .smalltext {
	color: #555555;
	display:block;
	font-size: .8em;
	line-height: 1em;
	font-weight:normal;
	text-align:right;
	padding-bottom: 3px;
	}

#stylizedGameForm input, textarea {
	font-size: 1.0em;
	padding: 0;
	border: solid 1px #103878;
	width: 350px;
	margin: 9px 0 2px 0;
	}

#stylizedGameForm textarea {
	height: 150px;
	}

#stylizedGameForm select {
	margin: 9px 0 2px 0;
	}

#stylizedGameForm .checkbox {
	font-size: 1.0em;
	padding: 0;
	margin: 9px 0 2px 0;
	border: none;
	width: 20px;
	}

#stylizedGameForm button { 
	clear:both;
	padding: 0;
	margin: 0 auto;
	width: 125px;
	height: 31px;
	background:#666666 url(/_images/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	border:none;
	}

#stylizedGameForm input:focus{ background-color: #ffffcc; color:#000000; }



/*----------- Playoff Admin Bracket---------------*/

.regionaltable {
	width: 100%;
	margin: 20px 0 0 0;
	}
	
.regionaltable .col1 {
	display: block;
	margin: 0 0 0 0;
	}
	
.regionaltable .col2 {
	display: block;
	margin: 0 0 0 115px;
	}
	
.regionaltable .col3 {
	display: block;
	margin: 0 0 0 230px;
	}
	
.regionaltable .col4 {
	display: block;
	margin: 0 0 0 345px;
	}
	


/* -------- ERROR MESSAGE STYLES ----------- */

#errMsg {
	border: 2px solid #FF0000;
	background-color: #FFCCCC;
	margin: 20px auto;
	width: 600px;
	padding: 20px;
	}
	
#errMsg h1 {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
	}

#errMsg p {
	color: #000000;
	font-size: 1.0em;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	font-weight: normal;
	}



/*-------------- IE6 Only -------------------*/

* html #mainArea {
	}

	
/* IE7+ */
/*Top level menu link items style*/
*:first-child+html .ddsmoothmenu ul li a{
	padding: 2px 4px 2px 0;
	}

/* Sub level menu links style */
*:first-child+html .ddsmoothmenu ul li ul li a {
	padding-left: 6px;
	}


