@media print {
	.noprint { display: none; }
	.printOnly { }
	BODY { background-image: none; }
}
@media screen {
	.noprint { }
	.printOnly { display: none; }
	BODY { background-image: url("../images/bgBlue.gif"); }
}


BODY, TD, TH, SELECT, OPTION {
	/* font-family: comic sans ms, Arial, Verdana, Helvetica, sans-serif; */
	font-family : Verdana, Arial, Helvetica, sans-serif, comic sans ms;
	font-size: 12px;
}
INPUT, TEXTAREA {
	font-family: Arial, Verdana, Helvetica, sans-serif, comic sans ms; 
	font-size: 12px; 
}
.plainText {
	font-family: Verdana, Arial, Helvetica, sans-serif, comic sans ms;
	font-size: 11px;
}
.bold {
	font-weight: bold;
}
.unbold {
	font-weight: normal;
}
.underline {
	text-decoration: underline;
}
A {
	text-decoration: none;
	color: blue;
}
A:visited {
	color: #663399;
}
A:hover {
	text-decoration: underline;
	color: #BB2200;
}

TR.bordered { 
	background-color: lavender;
}
TR.unbordered { border: 1px transparent solid }

.pageHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif, comic sans ms; 
	font-size: 24px; 
	color: navy;
	font-weight: bold;
}
.pageSubHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif, comic sans ms; 
	font-size: 20px; 
	color: black;
	font-weight: bold;
}
.pageLowerSubHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif, comic sans ms; 
	font-size: 18px; 
	color: black;
	font-weight: bold;
}
.pageLowestSubHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif, comic sans ms; 
	font-size: 14px; 
	color: black;
	font-weight: normal;
}

.caption {
	font-size: 8pt;
	color: slategray;
	font-style: italic;
}
.black {
	color: black;
}
.comment {
	color: gray;
}
.smallComment {
	color: gray;
	font-size: 10px;
}
.smallLink {
	font-size: 10px;
	color:blue;
}
.small {
	font-size: 10px;
}
.mini {
	font-size: 9px;
}
.micro {
	font-size: 8px;
}
.italic {
	font-style: italic;
}
.required {
	color: #DD0000;
}
.inverseRequired {
	color: white;
	background-color: #FF6666;
	padding:5px;
}
.error {
	color: #DD0000;
}
.reverseError {
	background-color:DD0000; 
	font-size:14px; 
	color:whitesmoke; 
	padding:3px;
}
.notice {
	color: #880000
}
.reverseNotice {
	background-color:880000; 
	color:whitesmoke; 
	padding:3px;
}
.noDeco {
	text-decoration: none;
}
.threeD_up {
	border-left: solid 2px whitesmoke;
	border-top: solid 2px whitesmoke;
	border-right: solid 2px black;
	border-bottom: solid 2px black;
}
.threeD_down {
	border-left: solid 2px black;
	border-top: solid 2px black;
	border-right: solid 2px whitesmoke;
	border-bottom: solid 2px whitesmoke;
}
	
.navButton {
	font-size: 11px;
	background-color: gainsboro;
	border-top: 1px dimgray solid;
	border-right: 2px black solid;
	border-bottom: 2px black solid;
	border-left: 1px dimgray solid;
	text-decoration: none;
}
.navButtonOver {
	font-size: 11px;
	background-color: #EBEBEB;
	border-top: 2px black solid;
	border-right: 1px dimgray solid;
	border-bottom: 1px dimgray solid;
	border-left: 2px black solid;
	cursor: pointer;
}	
.navButton:hover {
	font-size: 11px;
	background-color: #EBEBEB;
	border-top: 2px black solid;
	border-right: 1px dimgray solid;
	border-bottom: 1px dimgray solid;
	border-left: 2px black solid;
	cursor: pointer;
}

.smallMenu {
	font-size: 9px;
}

.bordered {
	border:1px solid darkgray; 
	padding-left:7px; 
	padding-right:7px;
}

.textOnStripes {
	background-color: whitesmoke;
}

.footer {
	font-size: 10px; 
}
.footerText {
	font-family: Arial, Verdana, Helvetica, sans-serif, comic sans ms; 
	background-color: lightgrey;
	color: navy;
}
A.footerText:visited {
	color: navy;
}
.button {
	font-family: Arial, Verdana, Helvetica, sans-serif, comic sans ms; 
	font-size: 11px;
}
.yellowButton {
	background-color:#FFDC99;
}
.blueButton {
	background-color:lightsteelblue;
}
.redButton {
	background-color:#FEA393;
}
.greenButton_old {
	background-color:#B7FFA7;
}
.greenButton {
	background-color:#CCEECC;
}
.textCenter {
	text-align: center;
}
.cancelBtn {
	background-color:#FEA393;
}
.submitBtn {
	background-color:#CCEECC;
}

.male {
	color: navy;
}
.maleTraining {
	color: navy;
	font-style:italic;
}
.m {
	color: navy;
}
.female {
	color: #D80000;
}
.femaleTraining {
	color: #D80000;
}
.f {
	color: #D80000;
}
.noGender {
	color: black;
}
.noGenderTraining {
	color: darkgray;
}

.headerBg1 {
	background-color:#C4D8F2;
}
.textBg1 {
	background-color:#E8E8FF;
}

.futureEventMenuItem {
	font-size: 12px;
	color: black;
}
.pastEventMenuItem {
	font-size: 12px;
	color: gray;
}

.ghostField {
	border: 0px transparent solid;
	background-color: transparent;
}
.ghostBorderField {
	border: 1px gainsboro solid;
	background-color: transparent;
}