@import url(content.css);

body {
	margin: 0;
	padding: 0;
	background: #E9E897;
	background-image: url("../images/rllBG.gif");
	
	font-family: sans-serif;
}
a {
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #003F80;
}
a:hover {
	color: #008000;
}


.headerAd {
	position: relative;
	top: 10px;
	left: 10px;
	width: 800px;
	border: 0px solid Gray;
	text-align: center;
} 

.banner {
	position: relative;
	top: 15px;
	left: 10px;
	width: 800px;
	height: 100px;
	border: 3px solid Black;
	border-bottom: 0px solid Black;
}

.topNav {
	position: relative;
	top: 15px;
	left: 10px;
	width: 800px;
	height: 20px;
	border: 3px solid Black;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
}

.smallAds {
	position: absolute;
	top: 10px;
	left: 820px;
	width: 128px;
	border: 0px solid Gray;
}

.pageBody {
	position: relative;
	top: 15px;
	left: 10px;
	width: 800px;
	border: 3px solid Black;
	border-top: 0px solid Black;
	background-color: white;
	
}
.footerAd {
	position: relative;
	top: 25px;
	left: 10px;
	width: 800px;
	border: 0px solid Gray;
	text-align: center;
	
}
.footer {
	position: relative;
	top: 40px;
	left: 10px;
	width: 800px;
	border: 0px;
	border-color: white;
	border-style: solid;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-align: center;

}
a.footerLink {
	font-size: 9pt;
	color: #2D386F;
	text-decoration: underline;
	font-weight: bold;
	
}

.filler {
	position: relative;
	top: 40px;
	
}
div.pageBodyData {
	margin-top: 0px;
	margin-bottom: 10px;
	border: 0px solid Black;
	padding: 0px;
}
div.notes {
	margin: 0px;
	width: 298px;
	background-color: #CFDBCF;
	border: 1px solid #91AD91;
	
}

div.map {
	position: relative;
	top: 0px;
	margin: 0px;
	margin-top: 10px;
	left: 10px;
	width: 450px;
	background-color: White;
	border: 0px solid Black;
	padding: 0px;
}

table {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

th {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

table.nav {
	width: 100%;
}

table.border {
	border: 1px solid Black;
	background: #CAC984;
}
table.borderWhite {
	border: 1px solid Black;
	background: #CAC984;
}

td.nav {
	width: 14%;
	height: 20px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url("../images/navBG_grey.gif");
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 1px solid Black;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	color: #004000;
	vertical-align: middle;
}

td.practiceNav {
	width: 16%;
	height: 24px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border: 1px solid Black;
	font-size: 12px;
	font-weight: bold;
	color: #004000;
	vertical-align: middle;
	background-color: #CFDBCF;
}

td.practiceNavSelected {
	width: 16%;
	height: 24px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border: 1px solid Black;
	font-size: 12px;
	font-weight: bold;
	color: #004000;
	vertical-align: middle;
	background-color: #DDDB51;
}

td.nav_hover {
	width: 14%;
	height: 20px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 1px solid Black;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	background-image: url("../images/navBG_grey_highlight.gif");
	color: #008000;
}
td.navImg {
	vertical-align: middle;	
	text-align: right;
}
table.iconText {
	margin-left: auto;
	margin-right: auto;
	
}

td.smallAd {
	margin: 0px;
	padding: 5px;
	text-align: center;
	border: 0px solid Black;
	font-size: 16px;
}

td.smallAdFooter {
	margin: 0px;
	padding: 0px;
	text-align: center;
	border: 0px solid Black;
	font-size: 16px;
}

img.ad {
	border: 1px solid Black;
}




td.note {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
   	vertical-align: top;
   	padding-left: 2px;
   	padding-right: 2px;
   	padding-top: 5px;
   	padding-bottom: 5px;
   	width: 99%;
}
td.noteDot {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
   	vertical-align: top;
   	padding-left: 2px;
   	padding-right: 2px;
   	padding-top: 5px;
   	padding-bottom: 5px;
   	width: 6px;
}
td.noteCenter {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
   	vertical-align: top;
   	padding-left: 2px;
   	padding-right: 2px;
   	padding-top: 5px;
   	padding-bottom: 5px;
   	width: 99%;
}

th.note {
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
   	vertical-align: top;
	background-image: url("../images/rightPanelHeader.gif");
	background-repeat: no-repeat;
	font-size: 10pt;
	color: white;
	text-align: center;
	height: 22px;
	border: 0px solid black;
	vertical-align: center;
	padding-top:3px;
}
td.noteBorder {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
   	vertical-align: top;
   	padding: 0px;
   	border: 1px solid Black;
}

.dataHeader {
	font-size: 14pt;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #000000;
	height: 20px;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	background-image: url(../images/dirt.gif);
	background-repeat: repeat;
}
.dataHeader_grey {
	font-size: 14pt;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	background-image: url(res/tableHeaderBG_grey.gif);
	background-repeat: repeat-x;
	text-align: center;
	border: 1px solid #000000;
	height: 20px;
	margin: 0px;
	padding: 0px;
	
}


.data_grey {
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #E2E2E2;
	padding: 1px 2px;
}
.dataHighlight {
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FDFB6B;
	padding: 1px 2px;
	
}

.dataCenter {
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
	padding: 1px 2px;
}
.dataRight {
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: right;
	padding: 1px 2px;
}







table.contactForm {
	border: 1px;
	border-color: Black;
	border-style: solid;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;	
	margin-left: 0px;	
	margin-right: 0px;	
	font-size: 12pt;
	width: 100%;
}

th.contactForm {
	border: 0px;
	border-color: Black;
	border-style: solid;
	border-collapse: collapse;
	padding: 0px;	
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}

td.contactForm {
	border: 0px;
	border-color: Black;
	border-style: solid;
	border-collapse: collapse;
	padding: 0px;	
	font-size: 12pt;
	margin: 0px;
	margin-left: 0px;
	padding-left: 10px;
}

table.contact {
	border: 0px;
	border-color: Black;
	border-style: solid;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;	
	margin-left: 0px;	
	margin-right: 0px;	
	font-size: 12pt;
	width: 100%;
}

th.contact {
	border: 0px;
	border-color: Black;
	border-style: solid;
	border-collapse: collapse;
	padding: 0px;	
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}

td.contact {
	border: 0px;
	border-color: Black;
	border-style: solid;
	border-collapse: collapse;
	padding: 0px;	
	font-size: 12pt;
	margin: 0px;
	margin-left: 0px;
	padding-left: 10px;
}

table.menu {
	border: 0px;
	border-color: Black;
	border-style: solid;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;	
	margin-left: 0px;	
	margin-right: 0px;	
	font-size: 12pt;
	width: 100%;
}

th.menu {
	border: 0px;
	border-color: Black;
	border-style: solid;
	border-collapse: collapse;
	padding: 0px;	
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}

td.menu {
	border: 0px;
	border-color: Black;
	border-style: solid;
	border-collapse: collapse;
	padding: 0px;	
	font-size: 12pt;
	margin: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
}

td.menuCost {
	border: 0px;
	border-color: Black;
	border-style: solid;
	border-collapse: collapse;
	padding: 0px;	
	font-size: 12pt;
	margin: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
}

td.menuCost {
	border: 0px;
	border-color: Black;
	border-style: solid;
	border-collapse: collapse;
	padding: 0px;	
	font-size: 12pt;
	margin: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 50px;
	text-align: right;
}

img.treyton {
	border: 1px Black solid;
}

.pageBodyPrint {
	position: relative;
	top: 20px;
	left: 10px;
	width: 650px;
	border: 3px solid Black;
	border-top: 0px solid Black;
	background-color: white;
	
}

div.subMenu {
	position: absolute;
	display: none;
	z-index:1;
	
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url("../images/navBG_grey.gif");
	border-bottom: 1px solid Black;
	border-top: 1px solid Black;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	color: #004000;
}

.subMenuContent {
	z-index:1;
	
	height: 20px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #D5D582;
	background-image: url("../images/navBG_grey.gif");
	border-bottom: 1px solid Black;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px solid Black;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	color: #004000;
	vertical-align: middle;
}
.subMenuContentHighlight {
	z-index:1;
	
	height: 20px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #90A890;
	background-image: url("../images/navBG_grey_highlight.gif");
	border-bottom: 1px solid Black;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px solid Black;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	color: #004000;
	vertical-align: middle;
}
table.subMenu {
	width: 100%;
}

a.smallLink {
	font-size: 8pt;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #003F80;
}
a.smallLink:hover {
	color: #008000;
	font-weight: bold;
	
}
a.smallLink:visited {
	color: #003F80;
	font-weight: bold;
	
}
img {
	border: 0px;
}

table.gameDetail {
	width: 100%;
	background-color: black;
	border: 2px solid white;
}
td.gameInfo {
	font-family: Arial Black, Sydnie, monospace;
	font-size: 10pt;
	text-align: center;
	color: yellow;
	font-weight: bold;
}
td.gameHeader {
	font-family: Arial Black, Sydnie, monospace;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: red;
	width: 33%;
}
td.gameHeaderGreen {
	font-family: Arial Black, Sydnie, monospace;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: #25FF34;
	width: 33%;
}

td.gameData {
	font-family: Arial Black, Sydnie, monospace;
	font-size: 30pt;
	text-align: center;
	color: white;
}
td.gameDataSmall {
	font-family: Arial Black, Sydnie, monospace;
	font-size: 12pt;
	text-align: center;
	color: white;
}
td.gameDataTiny {
	font-family: Arial Black, Sydnie, monospace;
	font-size: 9pt;
	text-align: center;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
}
td.gameDataTinyRight {
	font-family: Arial Black, Sydnie, monospace;
	font-size: 9pt;
	text-align: right;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
}

th.recent {
	font-size: 7pt;
	text-align: center;
	color: #334B33;
	padding-left: 5px;
	padding-right: 5px;
}
td.recent {
	font-size: 7pt;
	text-align: left;
	color: #C9DBC9;
	padding-left: 5px;
	padding-right: 5px;
}
th.recentGroove {
	font-size: 7pt;
	text-align: center;
	color: #334B33;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid white;
}
td.recentGroove {
	font-size: 7pt;
	text-align: left;
	color: #C9DBC9;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid white;
}
table.fieldUse {
	width: 100%;
	border: 0px solid black;
	
}
td.fieldUse {
	font-size: 7pt;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: 1px solid #DCDB90;
	width: 20%;
	height: 15px;
}
td.fieldUseAvailable {
	font-size: 7pt;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: 1px solid #DCDB90;
	width: 17px;
	background-color: #FFFFFF;
	
}
td.fieldUseAvailableRightBorder {
	font-size: 7pt;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: 1px solid #DCDB90;
	border-right: 1px solid #000000;
	width: 17px;
	background-color: #FFFFFF;
	
}
td.fieldUseAvailableBottomBorder {
	font-size: 7pt;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: 1px solid #DCDB90;
	border-bottom: 2px solid #95942F;
	width: 17px;
	background-color: #FFFFFF;
	
}
td.fieldUseAvailableRightBorderBottomBorder {
	font-size: 7pt;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: 1px solid #DCDB90;
	border-right: 1px solid #000000;
	border-bottom: 2px solid #95942F;
	width: 17px;
	background-color: #FFFFFF;
	
}

td.fieldUseTime {
	font-size: 8pt;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: 1px solid black;
	background-color: #ECECC2;
	height: 15px;
	white-space: nowrap;
}
td.fieldUseField {
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border: 1px solid black;
	height: 15px;
	background-color: #353671;
	color: white;;
}
th.timeHeader {
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	border: 1px solid black;
	text-shadow: 3px;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background-color: #668C66;
	background-image: url("../images/navBG_green.gif");
}

th.dayHeaderConstant {
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	border: 1px solid black;
	text-shadow: 3px;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background-color: #668C66;
	background-image: url("../images/navBG_green.gif");
	width: 102px;
}
th.fieldUseDay {
	font-size: 11pt;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
    background-color: #CDCC6F;
    vertical-align: top;
    border: 1px solid black;
    border-top: 2px solid black;
}
td.fieldUseDayBlank {
	vertical-align: top;
	border: 0px black solid;
	background-color: #CBCBCB;
}
#layer1 {
	position: absolute;
	visibility: hidden;
	width: 160px;
	height: 120px;
	left: 20px;
	top: 300px;
	background-image: url("../images/popupBG.gif");
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
	opacity:0.9;
	filter:alpha(opacity=90);
}
div.popupText {
	position: relative;
	padding: 0px;
	top: 10px;
	left: 10px;
	width: 130px;
	height: 70px;
	font-size: 8pt;
}
#close {
	float: right;
}
div.doubleBook {
	margin: 10px;
	padding: 10px;
	background-color: red;
	color: white;
	border: 1px solid black;
	
}
a.fieldUseLink {
	font-size: 8pt;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: white;
}
a.fieldUseLink:hover {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

table.todaysSched {
	border: 1px solid black;
	background-color: #F0F0CC;
	width: 100%;
}
th.todaysSched {
	margin: 0px;
	padding: 3px;
	text-align: center;
	border: 1px solid black;
	font-size: 9pt;
	font-weight: bold;
	color: #3D553D;
	background-color: #CFCE5F;
	white-space: nowrap;
	width: 10%;
}
td.todaysSched {
	margin: 0px;
	padding: 0px;
	padding: 0px;
	text-align: left;
	border: 0px solid black;
	font-size: 8pt;
	font-weight: normal;
	color: black;

}
td.todaysSchedTime {
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
	text-align: right;
	border: 0px solid black;
	font-size: 8pt;
	font-weight: bold;
	color: black;
	white-space: nowrap;
	vertical-align: top;
	
}
td.todaysSchedTable {
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	border: 1px solid black;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	width: 90%;
}

table.teamPracticeSchedule {
	border: 1px solid black;
	background-color: #F0F0CC;
	width: 100%;
}
th.teamPracticeSchedule {
	margin: 0px;
	padding: 3px;
	text-align: center;
	border: 1px solid black;
	font-size: 9pt;
	font-weight: bold;
	color: #3D553D;
	background-color: #CFCE5F;
	white-space: nowrap;
}
td.teamPracticeSchedule {
	margin: 0px;
	padding: 0px;
	padding: 0px;
	text-align: center;
	border: 0px solid black;
	font-size: 8pt;
	font-weight: normal;
	color: black;

}
table.fieldSelection {
	width: 98%;
	text-align: left;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	background-color: #A0B8A0;
	border: 1px solid black;
}
td.fieldSelection {
	width: 15%;
	white-space: nowrap;
	font-size: 9pt;
	padding-right: 5px;
	padding-left: 5px;
}
td.fieldSelectionBottom {
	width: 15%;
	white-space: nowrap;
	font-size: 9pt;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
th.fieldSelection {
	white-space: nowrap;
	font-size: 11pt;
	text-align: center;
	padding: 5px;
	width: 60%;
}
table.fieldSelectionHeader {
	width: 100%;
}
td.viewFieldLink {
	white-space: nowrap;
	font-size: 9pt;
	text-align: center;
	padding: 5px;
	width: 20%;
}
th.eventPage {
	white-space: nowrap;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	padding-left: 10px;
}
td.dateField {
	white-space: nowrap;
	font-size: 9pt;
	text-align: center;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}
td.eventField {
	font-size: 9pt;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}
tr.odd {
	background-color: #ECECC2;
}
div.successPicAdd {
	background-color: #DEDE93;
	color: black;
	border: 1px solid black;
	text-align: center;
	margin: 10px;
}
div.error {
	background-color: white;
	color: red;
	border: 2px solid red;
	text-align: center;
}
