/* BEGIN orvb CSS -----------------------------------------------> */

/*-------------------------- SECTIONS ------------------------------*/
/* #1 General Layout */
/* #2 Header */
/* #3 Main Navigation (home and inside) */
/* #4 Sub Navigation (backlink) */
/* #5 Home Page */
/* #6 Banner (bg, search, top links) */
/* #7 Content */
/* #9 Footer */
/*------------------------------------------------------------------*/

/*---------------------------- COLOR -------------------------------*/
/* Bg Color: #000040 (bg.png); */
/* Content text: #52595f; */
/* Content link: #005480; */
/* Footer text: #8b8a8a; */
/* Footer link: #8b8a8a; */
/* Red: #b20837; */
/* Slate Blue: #d5dbdb; */
/* Gray: #6a737c; */
/*------------------------------------------------------------------*/


/* General Layout ------------------------------------------------> */
/* Edits to this section must be updated in sp_wysiwyg.css!!! */

body {
	position: relative;
	width: 854px;
	margin: 0 auto;	
	padding: 20px 10px 10px 20px;
	background: #000040 url('../i/bg.png') repeat;
	font: normal 12px Verdana, Helvetica, sans-serif;
	color: #6e6a6b;
}

#body {
	background: #fff;
	border: 1px solid #000040;
}

p {
	margin: 0px;
	padding: 5px 0 5px 0;
	line-height: 18px;
}

a {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #b7b7b7;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
}

h1 {
	font:  'Times New Roman';
	font-size: 21px;
	font-weight: normal;
	padding: 0 0 10px 0;
	color: #000040;
	line-height: normal;
}


h2 {
	font:  'Times New Roman';
	font-weight: normal;
	font-size: 18px;
	line-height: normal;
	margin: 10px 0 10px 0;
	padding: 0px 0 2px 0;
	border-bottom: 1px solid #cccccc;
	color: #000040;
}


h3 {
	font-size: 120%;
	line-height: 120%;
	font-weight: normal;
	padding: 10px 0 10px 0;
	color: #3f3f3f;
}

h4 {
	margin: 10px 0 10px 0;
	padding: 0px 0 2px 10px;
	border-bottom: 1px solid #cccccc;
	color: #52595f;
	color: #6e6a6b;
	font-size: 110%;
	line-height: normal;
}

h5 {
	font: italic 13px 'Times New Roman';
	line-height: 16px;
	color: #3f3f3f;
}

h6 {
}

ul,
ul li {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
	margin: 0px;
	padding: 0px;
}

.clearb {
	clear: both;
}

/* Header --------------------------------------------------------> */

#header {
	height: 115px;
	background: #000040 url('../i/bg.png') repeat;
}
#headerBanner {
	float: right;
}
#headerLogo {
	float: left;
}
#headerLogo .img{
	behavior: url(css/iepngfix.htc);
}

#headerFadeLeft {
	position: absolute;
	left: 6px;
	height: 115px;
	width: 316px;
	background: url('../i/logo1.png') no-repeat;
	behavior: url(css/iepngfix.htc);
}
#headerFadeRight {
	position: absolute;
	left: 681px;
	height: 115px;
	width: 192px;
	background: url('../i/fade_right.png') no-repeat;
	behavior: url(css/iepngfix.htc);
}
#printHeader {
	display: none;
}

#logo {
	padding: 20px;
	float: left;
}

#topBorder,
#bottomBorder {
	height: 6px;
	width: 852px;
	background: #ffcc00;
	font-size: 0; /* ie6 height fix */
}
#bottomBorder {
	margin-bottom: 7px;
}

/* Main Navigation -----------------------------------------------> */
/* Home page nav included here too. */

#menuWrapper {
	position: absolute;
	top: 147px;
	left: 21px;
	width: 852px;
	height: 28px;
	line-height: normal;
	background: #000040;
}

#udm {
	width: 852px;
	height: 22px;
}

span.handheld {
	display: none;
}

/* Home Page ------------------------------------------------------> */

#index #header {
	background: #000040;
}
#index #logo {
	position: absolute;
	top: 27px;
	left: 194px;
	height: 115px;
	width: 500px;
	background: url('../i/logo_home1.png') no-repeat;
	behavior: url(css/iepngfix.htc);
}

#index #headerFadeLeft,
#index #headerFadeRight {
	display:none;
}

#index #contentWrapper {
	padding: 20px 0 0 0;
	background: none;
	width: 852px;
}
#index #bottomBorder {
	margin-bottom: 27px;
}

#index .contentMainCol
{
	width: auto;
	margin-left: 0px;
	padding: 0px;
}

#index .contentNavbar {
	display: none;
}

#index .boxRight img.homeHeader {
	margin: 2px 0 0 10px;
}

#index #boxes {
	height:400px;
}

#index .boxLeft,
#index .boxMiddle {
	float: left;
}

#index .boxLeft,
#index .boxMiddle, 
#index .boxRight {
	width: 284px;
}

#index .boxRight {
	float: right; 
}

#index .boxLeftTop {
	/*height: 235px; */
}
#index .boxLeftBottom {
	/*height: 165px; */
}

#index .boxLeft .text,
#index .boxRight .text {
	padding: 2px 12px 12px 12px;
	margin: 0px;
	font-size: 11px;
	line-height: 17px;
}

#index .boxLeft .text p,
#index .boxRight .text p {
	margin: 4px 0 9px 0;
	padding: 0px;
	font-size: 11px;
	line-height: 17px;
}
#index .boxRight .text p,
#index .boxLeftBottom .text p {
	margin: 0;
	margin-bottom: 6px;
}
#index .boxRight .newsAbstract {
	margin: 4px 0 9px 0;
}
#index .boxRight .textRow {
	margin: 4px 0 9px 0;
}


#index .boxRight .text a {
	margin: 0px;
	padding: 0px;
	color: #000066;
	font-weight: bold;
}

#index .boxRight .text a:hover {
	color: #b7b7b7;
}

#index .boxRight .text .ofinterest_additional p {
	margin: 14px 0 0 0 ;
}

#index .boxMiddle #spotBoxFrame,
#index .boxMiddle #spotBoxFrameAlt {
	margin 0;
	padding: 0;
	background-color: #efefef;
	border-bottom: 15px solid #fff;
}

#index .boxMiddle #spotBoxFrameAlt #spotBox {
	display: block; /* don't want this to be hidden */
}

#index .boxMiddle #spotBox {
	display: none;
	width: 282px;
	_width: 262px;
	height: 362px;
	margin 0;
	padding: 0;
	background-color: #f2f2f2;
	border-right: 1px solid #ffcc00;
	border-left: 1px solid #ffcc00;
}

#index .boxMiddle #spotBox .spotImg {
	width: 240px;
	/*height: 210px;*/
	overflow: hidden;
	margin: 16px 16px 0 16px;
	background: #ffcc00;
	border: 2px solid #000040;
	/*padding: 3px;*/
	padding: 3px 3px 1px 3px;
}

#index .boxMiddle #spotBox .spotAbstract {
	width: 240px;
	overflow: hidden;
	margin: 0;
	padding: 0 16px 0 16px;
	text-align: center;
}

#index .boxMiddle .title {
	margin: 0;
	padding: 10px 0 6px 10px;
	background: #ffcc00;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #999;	
}

#index .boxMiddle h2 {
	font-size: 16px;
	border-bottom: none;
	margin: 0;
	padding: 2px 0 0 0;
}

#index .boxMiddle .title img {
	display: block;
	padding: 0;
}
#index .time_str { 
	margin-left: 14px;
}


/* Content -------------------------------------------------------> */

#contentWrapper {
	padding: 74px 0 0 0;
	_padding: 60px 0 0 0;
	background: #fff url('../i/main_bg.gif') repeat-y;
	!height: 100%;
}

.contentMainCol
{
	width: 582px;
	margin-left: 240px;
	padding: 0 0px 30px 0;
	min-height:400px;
	height:auto !important;
	height:400px;
}

.contentMainCol p
{
	padding-right: 30px;
}

.contentSide {
	float: left;
	width: 160px;
	overflow: hidden;
	padding: 12px 0px 20px 26px;
}

#varsity-profile .contentSide,
#jv-profile .contentSide {
	float: left;
	width: 200px;
	overflow: hidden;
	padding: 12px 0px 20px 10px;
}

.contentSide p {
	padding: 0 0 10px 0;
}

/* text bullets */
.contentSide ul,
.contentMainCol ul {
	padding: 3px 0 10px 0;
}

.contentSide ul li,
.contentMainCol ul li {
	margin: 0 0 4px 20px;
	line-height: 14px;
}

.contentMainCol ul li {
	line-height: 19px;
	margin: 0 0 6px 35px;
}

/* submenu */
.contentNavbar
{
	position: absolute;
	top: 175px;
	left: 21px;
	width: 834px;
	height: 28px;
	padding: 0 0 0 18px;
	background: #efefef;
	border-bottom: 1px solid #dfdfdf;
}

.contentNavbar ul {
	margin: 0; 
	padding: 0;
	margin-top: 2px; 
	list-style: none;
	list-style-image: none;
}

.contentNavbar ul li, 
.contentNavbar .backlink {
	display: block;
	float: left;
	margin: 0;
	padding: 4px 8px;	
	color: #fff;
}

.contentNavbar ul li a {
	color: #999;
	font-weight: bold;
}

.contentNavbar ul li a:hover,
.contentNavbar a.onNav {
	color: #000040;
}

/* player profile pages only */

.bioPic {
	margin: 0 0 5px 0;
	/*float: left;*/
}

.bioTitle {
	font-size: 110%;
}

.bioContact {
	/*width: 581px;
	margin: 12px 0 0 190px;
	*/

/*
	height: 63px; 
	border: 1px solid #ccc;
	border-bottom: 1px solid #005953;
*/
}

.bioContact .address,
.bioContact .phone,
.bioContact .vcard {
	float: left;
	padding: 8px 0 0 12px;
}

.bioContact .address {
	width: 215px;
}

.bioContact .phone {
	width: 195px;
}

.bioContact .vcard {
	width: 120px;
}

span.vcardAlign {
	padding: 0 0 0 5px;
	vertical-align: top;
}

.bioListItem {
	clear: both;
	margin: 5px 0 5px 0;
	padding: 2px 3px 2px 3px;
	
	overflow: hidden;
	!height: 100%;
	!overflow: normal;
}

.bioListItem div {
	width: 33%;
	float: left;
}

.bioListPhone {
	text-align: center;
}

.bioListEmail {
	float: right;
	text-align: right;
}

.bioListHeader {
	clear: both;
	height: 10px;
	margin: 0px 0 0px 0;
	padding: 1px 6px 2px 6px;
	background: #b20838;
	font-weight: bold;
	color: #fff;
}

/* news pages */

#news div.title {
	font-weight: bold;
	padding-top: 10px;
}
#news div.page {
	padding-left: 8px;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

#news .odd {
	background: #f2f2f2;
	border-bottom: 1px solid #dadada;
}
#news .first {
	border-top: 1px solid #dadada;
}

.odd {
    background: #f2f2f2;
}
.nextgame {
	border: 1px solid #ffcc00;
}

/* Footer --------------------------------------------------------> */

#footer,
#footer2 {
	font-size: 10px;
	clear: both;
	margin: 0;
	padding: 0px;
	background: #000040;
	color: #ffcc00;
	text-align: center;
	overflow: hidden;
	!height: 100%;
	!overflow: visible;
}

#footer a {
	color: #ffcc00;
}
#footer a:hover {
	color: #6a737c;
}

#footer ul,
#footer ul li {
	display: inline;
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;	
}

#footer ul li {
	padding: 4px;
	padding-right: 0;
}

/* Roster Listing,  Schedule Listing */
.rosterListItem,
.rosterListTitle,
.scheduleListItem,
.scheduleListTitle {
	/*clear: left;*/
	padding: 8px 0px 8px 4px;
	/* make div stretch to height of content */
	overflow: hidden; 
}
.rosterListItem, 
.scheduleListItem {
	height: 100%;
	_height: 19px; /* ie6 bg fix */
}
.rosterListTitle, 
.scheduleListTitle {
	font-weight:bold;
	color: #e6e6e6;
	background: #000040;
	border-top: 3px solid #ffcc00;
	height: 12px;
	line-height: 12px;
}
.rosterListItem div,
.rosterListTitle div, 
.scheduleListItem div,
.scheduleListTitle div {
	float: left;
}
.hover {
	cursor: pointer;
}
.rosterDetail {
	padding: 4px 0 4px 4px;
	border: 1px solid #ffcc00;
}

/* roster specific */
.rosterListName {
	width: 230px;
}
/*
.rosterListItem div.rosterListName,
#displayAll,
#hideAll {
	color: #000066;
}
*/
.rosterListPos {
	width: 70px;
}
.rosterListNumber {
	width: 40px;
}
.rosterListGrade {
	width: 50px;
}
.rosterListHeight {
	width: 50px;
}

/* schedule specific */
.scheduleListDate {
	width: 160px;
}
.scheduleListTime {
	width: 140px;
}
.scheduleListName {
	width: 210px;
}
.scheduleListLocation {
	width: 200px;
}
.scheduleListResult {
	width: 80px;
}

/* Coaches Page */
#coaches .contentMainCol img,
#varsity-seniors .contentMainCol img,
.news-item .contentMainCol img,
.rosterPic
{
	background: #ffcc00;
	border: 2px solid #000040;
	padding: 3px;
}
#coaches .contentMainCol a img.pencil,
#galleryBox a img.pencil,
#varsity-seniors .contentMainCol a img.pencil,
.news-item .contentMainCol a img.pencil 
{
	background: none;
	border: none;
	padding: 0;
	height: auto;
	width: auto;
}
.rosterPic {
	/*float:left;	*/
	margin-right: 14px;
}

.sitemapTop {
	padding: 0;
}
.sitemapChild {
	padding: 0 0 12px 12px;
}

/* full width pages */
#schedule #contentWrapper,
#varsity-schedule #contentWrapper,
#schedule-jv #contentWrapper,
#jv-schedule #contentWrapper,
#calendar #contentWrapper
{
	background: none;
	width: 802px;
}
#schedule .contentMainCol,
#varsity-schedule .contentMainCol,
#schedule-jv .contentMainCol,
#jv-schedule .contentMainCol,
#calendar .contentMainCol
{
	width: 802px;
	margin-left: 0px;
	padding: 0 0 30px 26px;
}


/* calendar */

/**** month and year header at top of calendar ****/
.date_header { 
	font-size:16px; 
	font-family:arial, helvetica; 
	font-weight:bold 
}

/**** color and size of calendar cells.  ****/
.day_cell,  
.empty_day_cell,
.today_cell { 
	background: #f2f2f2;
	height: 105px; 
	width: 110px; 
}

.empty_day_cell { 
	background: #e5e5e5; 
}
.today_cell { 
	background-color: #fff; 
}

/**** day number in upper left corner of each cell ****/
.day_number { 
	font-size: 10px; 
	font-family: verdana, arial, helvetica; 
	color: #000 
}

/**** title_txt is the text for each post on main page ****/
.title_txt,
.location_txt
{ 
	font-size:12px; 
	font-family: arial, helvetica; 
	color: #52595f;
	color: #6e6a6b;
	padding: 0 2px 4px 3px;
	margin: 0;
	line-height: 14px; 
}
.location_txt { 
	font-size:10px; 
	padding: 0 2px 4px 0;
	line-height: 12px; 
}
p.calendar_txt { 
	font-size:10px; 
	padding: 0 2px 4px 0;
	line-height: 12px; 
}

/**** time line under title text when event time given ****/
.time_str { 
	font-size: 9px; 
	font-family: arial, helvetica;
}

/**** column headers or days of the week ****/
.calendar_header {
	background: #ffcc00;
	height: 3px;
	line-height: 0; /* ie6 height fix */

}
.column_header { 
	background: #000040 url('../i/bg.png') repeat;
	font-size:12px; 
	color:#FFFFFF; 
	font-weight:bold 
}

/*** buttons ***/
.calendar_buttons {
	float: right;
	font-size: 11px;
}

.calendar_buttons #displayGames,
.calendar_buttons #displayPractices,
.calendar_buttons #displayAll {
	margin-right: 1px;
	padding: 2px 4px 2px 4px;
	color: #000066;
	background-color: #ffcc00;
	border-color: #FFFFFF #717171 #717171 #FFFFFF;
	border-style: solid;
	border-width: 1px;
}

/* photo gallery */
/* photo gallery increased min-height */
#varsity-gallery .contentMainCol,
#jv-gallery .contentMainCol {
	min-height: 740px;
	height:auto !important;
	height: 740px;
	width:	562px;	
}

#galleryBoxFrame,
#galleryBoxFrameAlt {
	margin: 0;
	padding: 0;
}

#galleryBoxFrameAlt #spotBox {
	display: block; /* don't want this to be hidden */
}

#galleryBox{  
	height:	425px; /* additional space for abstract ie7 */ 
	height:	auto;
	width:	582px;	
	width: auto;
	padding: 0;  
	margin:  0;  
	text-align: center;

} 
 
#galleryBox img {  
	background: #ffcc00;
	border: 2px solid #000040;
	padding: 3px;
	height: 385px;
	height: auto;
	width:	572px; 
	width: auto;
}

#galleryBox .galleryAbstract {
	width: 572px;
	overflow: hidden;
	margin: 0;
	padding: 0 16px 0 16px;
	padding: 0;
	text-align: center;
} 
.photogallerytext {
	font-size: 9px;
}

#galleryYearSelect {
	float: right;
}
/* ie7 tighten space between st content and form */
#gallerySelect form {
	margin: 0;
	padding: 0;
}

#galleryYearSelect select,
#gallerySelect select
{
	width: 110px;
        background: #f0f1f1;
        border: 1px solid #bdbfc2;
        _border: 1px solid #91aac2; /* default blue for poor ole IE */
        color: #4c4c4c;
        font-size: 11px;
}
#gallerySelect select {
	width: 72%;
        font-size: 12px;
}

/* calendar overlay */
.basic-modal-content {
	display:none;
}
#simplemodal-overlay {
	background-color: #000; 
	cursor: wait;
}

/* Container */
#simplemodal-container {
	height: 320px;
	width: 600px;
	color: #eee;
	background: #000040;
	border: 2px solid #ffcc00;
	padding: 12px;
}
/*
#simplemodal-container code {
	background: #141414;
	border-left: 3px solid #65B43D;
	color: #bbb;
	display: block;
	margin-bottom: 12px;
	padding: 4px 6px 6px;
}
#simplemodal-container a {
	color: #ddd;
}
*/
#simplemodal-container a.modalCloseImg {
	background:url(../i/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
}
#simplemodal-container .basic-modal-content {
	padding: 8px;
}

/* video page */

.videoTitle {
	font-weight: bold;
	cursor: pointer;
	margin: 8px 0 8px 0;
} 
.videoMedia {
	display: none;
}

/* google directions on school page */

#google_directions table {
	margin:0 0 1em;
	width:99%;
}
#google_directions caption {
	border-bottom:1px solid #666666;
	font-size:120%;
	font-weight:bold;
	text-align:left;
}
#google_directions tr {
	background-color:#FFFFFF;
}
#google_directions tr.odd {
	background-color:#FFFFFF;
}
#google_directions td {
	/*border-right:1px solid #C4BFA9;*/
	padding:8px;
	vertical-align:top;
}
#google_directions th {
	background-color:#C4BFA9;
	padding:8px;
}
#google_directions tbody th {
	text-align:left;
}

/* END orvb CSS ---------------------------------------------> */
