
/* --------------------- */
/* secondary page styles */
/* --------------------- */





/* display rules for pages with large directions map */

body#largeMap div#pageText {
	margin: 0px 4px;
}

body#largeMap div#pageText h2 {
	font: bold 16px/1em arial, sans-serif;
	color: #993300;
	margin: 12px 34px 10px 34px;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 10px;
}

body#largeMap div#pageText h3 {
	font: bold 13px/1em verdana, arial, sans-serif;
	margin: 12px 400px 12px 34px;
}

body#largeMap div#pageText h4 {
	font: bold 11px/1em verdana, arial, sans-serif;
	margin: 12px 400px 4px 34px;
	color: #003366;
}

body#largeMap div#pageText p {
	margin: 2px 34px 10px 34px;
	width: 400px;
}

body#largeMap div#pageText .sideContent {
	display: block;
	float: right;
	width: 225px;
	margin: 0 34px 24px 10px;
}

body#largeMap div#pageText .sideContent p, body#largeMap div#pageText .sideContent h3, body#largeMap div#pageText .sideContent h4 {
	width: 200px;
	margin-left: 10px;
}

body#largeMap div#pageText img.map {
	margin-left: 34px;
	border: 2px solid #D7D7D7;
}


body#largeMap div#pageText img.logo {
	margin-left: 34px;
}


/* ----------- */
/* data tables */
/* ----------- */

table.data {
	background: #F5F5F5;
	width: 700px;
}

table.data th {
	padding: 2px 4px;
}

table.data td {
	padding: 3px 6px;
	border-bottom: 1px solid #E7E7E7;
	font-size: 10px;
}

table.data td {
	margin: 0 2px;
}

table.data th {
	background: url(/images/common/th_middle.png) repeat-x;
	color: #FFF;
	font-weight: bold;
	text-align: left; 
}

table.data th.first {
	background: url(/images/common/th_edge.png) top left no-repeat;
}

table.data th.last {
	background: url(/images/common/th_edge.png) top right no-repeat;
}

table.data td.key {
	text-align: right;
	font-weight: bold;
	padding: 3px 6px;
}

table.data tr.even td {
	background: #E7E7E7;
}

table.data td.center {
	text-align: center;
}

/* search Table */

table.search-table,
table.search-table table {
	width: 510px;
	margin-right: 0;
	margin-left: 0;
	}

table.search-table td,
table.search-table table td {
	border: 0;
	}
	
table.search-table table {
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 0;
	}

table.search-table table td {
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	background: #f5f5f5;
	padding: 6px;
	}
table.search-table table b {
	font-size: 10px;
	}

table.search-table input#words,
table.search-table input.submit {
	float: left;
	margin-bottom:30px
	}
table.search-table input#words {
	height: 17px;
	padding: 4px;
	margin-right: 6px;
	}


/* broadcastSchedule table */
#broadcastSchedule p.bsKey {
	padding: 8px;
	margin-bottom: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #333;
}
#broadcastSchedule img.homeGame {
	background: #ffebd6;
	width: 8px;
	height: 6px;
	border: 2px solid #f2c697;
	margin-right: 3px;
}
#broadcastSchedule img.awayGame {
	background: #ebf5ff;
	width: 8px;
	height: 6px;
	border: 2px solid #add6fd;
	margin-right: 3px;
	margin-left: 10px;
}
#broadcastSchedule table.data td {
	border-bottom: 0;
	padding: 4px 6px;
}
#broadcastSchedule table.data tr.homeOne td {
	background: #fff5eb; /* #ffffeb */
	border-bottom: 1px solid #f2c697;
}
#broadcastSchedule table.data tr.homeTwo td {
	background: #ffebd6; /* #ffc */
	border-bottom: 1px solid #f2c697;
}
#broadcastSchedule table.data tr.awayOne td {
	background: #f5faff;
	border-bottom: 1px solid #add6fd;
}
#broadcastSchedule table.data tr.awayTwo td {
	background: #ebf5ff;
	border-bottom: 1px solid #add6fd;
}

/* single column-width table */
table.dataSmall {
	background: #F5F5F5;
	width: 300px;
}

table.dataSmall th {
	padding: 3px 6px;
	background: url(/images/common/th_middle.png) repeat-x;
	color: #FFF;
	font-weight: bold;
	text-align: left; 	
}

table.dataSmall td {
	padding: 3px 6px;
	border-bottom: 1px solid #E7E7E7;
	/*width: 50%;*/
	font-size: 10px;
}


table.dataSmall th.first {
	background: url(/images/common/th_edge.png) top left no-repeat;
}

table.dataSmall th.firstRight {
	background: url(/images/common/th_edge.png) top left no-repeat;
	text-align: right;
}

table.dataSmall th.last {
	background: url(/images/common/th_edge.png) top right no-repeat;
}

table.dataSmall td.key {
	font-weight: bold;
	vertical-align: middle;
}

table.dataSmall tr.even td {
	background: #E7E7E7;
}

table.dataSmall td.center {
	text-align: center;
}


table#threeCol {
	width: 365px;
}

table#threeCol td {
	width: 33%;
}


/* ----- */
/* forms */
/* ----- */



form label {
	font-weight: bold;
	font-size: 10px;
}

form table {
	padding: 10px 0 20px 0;
	width: 400px;
	clear: both;
	margin-top: 16px;
}

table tr.section td {
/*	border-top: 1px solid #EEE; */
	padding-top: 8px;
}

/*table tr.endSection td {
	padding-bottom: 16px;
}*/

form table td {
	border-top: 1px solid #EEE;
	text-align: left;
}

form td label {
	width: 130px;
	padding: 3px;
	margin: 2px 0;
	background-color: #F5F5F5;
	display: block;
}

form td label.radio {
	padding: 3px;
	margin: 2px 0;
	display: inline;
	font-weight: normal;
	background-color: #FFF;
}

form input, form textarea, form select {
	width: 235px;
	border: 1px solid #B5B5B5;
	margin: 2px 0;
}

form textarea {
	width: 380px;
}

form select {
	width: 150px;
}

form textarea {
	height: 75px;
}

form input.radio, form input.checkbox {
	width: 13px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

form input.state {
	width: 22px;
}

form input.zipcode {
	width: 85px;
}

form input.telephone {
	width: 125px;
}

form input.submit, form input.clear {
	width: auto;
	font-weight: bold;
	background: url(/images/common/button_bkgd.gif) repeat-x;
	padding: 3px 10px;
	color: #4E4E4E;
	
}	

/* form input.clear {
	width: 75px;
	color: #6C6C6C;
} */

input.hidden {
	display: none;
	border: none;
}

form td h4, form td p {
	margin-left: 0;
	width: 225px;
}

form span.required {
	color: #cc0404;
}

/* search form */

form.searchForm {
	padding-left: 34px;
}

/*remove border on input radio buttons/checkboxes */
input.radio, input.checkbox {
	border: 0 !important;
}



/* ------- */
/* buttons */
/* ------- */

input.order, a.order {
	display: block;
	margin: 1px 0 4px 34px;
	padding: 3px 0;
	background: url(/images/common/button_bkgd.gif) repeat-x;
	border: 1px solid #BFBFBF;
	font: bold 11px/1em arial, sans-serif;
	color: #4E4E4E;
	width: 70px;
	text-decoration: none;
	text-align: center;
}

a.order {
	width: 120px;
}


/* ------------- */
/* sponsor block */
/* ------------- */

div.sponsorBlock {
	background: #EEE;
	border: 1px solid #CCC;
	padding: 4px;
	margin: 0 34px 20px 34px;
	width: 680px;
	height: 70px;
}

div.sponsorBlock p {
	margin: 0;
}

div.sponsorBlock img {
	float: left;
}

/* ------------- */
/* photo gallery */
/* ------------- */

div#gallery {
	background: url(/images/events/camp/thumbnail_bg.png) no-repeat; 
	height: 460px; 
	width: 600px; 
	margin: 0 0 0 34px;
}

div#gallery a, div#gallery2 a {
	margin: 17px 54px 32px 24px; 
	display: block; 
	float: left;
}

div#gallery2 {
	background: url(/images/events/camp/thumbnail_bg.png) no-repeat; 
	height: 460px; 
	width: 600px; 
	margin: 20px 0 0 34px;
}

/* ----------- */
/* news images */
/* ----------- */

img.newsImg {
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
}

/* ------------- */
/* full schedule */
/* ------------- */

div.doubleheader {
	background-color: #fff;
	border: 1px solid #69c;
	padding: 2px;
	margin-bottom: 2px;
}
div.doubleheader .head {
	color: #369;
}
