/*--------------------------------------------------*/
/* wspfg Stylesheet									*/
/*--------------------------------------------------*/

/*--------------------------------------------------*/
/* Testing styles 									*/
/*--------------------------------------------------*/

* {	font-family: Tahoma; }
}

/*--------------------------------------------------*/
/* End of testing styles							*/
/*--------------------------------------------------*/




#layHeader {
	position: fixed;
	height: 113px;
	width: 760px;
	left: 0px;
	top: 0px;
	right: 760px;
	bottom: 140px;
	z-index: 10;
	background-color: #FFFFFF;
}

#layHeader h1 {	margin-top: 0px; margin-bottom: 5px; }
#layHeader h2 {	margin-top: 0px; margin-bottom: 0px; }


#layNavBar {
	position: fixed;
	height: 340px;
	width: 120px;
	left: 0px;
	top: 120px;
	float: left;
	z-index: 2;

}

#layNavBar dt {
	border: medium none #0099FF;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 6px;
	margin-left: 6px;
	text-align: left;
	border-radius: 0.8em;
	border-radius-left: 0.8em;
	-moz-border-radius: 0.8em;
	/* -moz-border-radius-topright: -12px; */
	width: 100px;
	padding: 1px;
	font-weight: bold;
	font-size: 12px;
}



#layBody {
	position: absolute;
	width: 630px;
	left: 120px;
	top: 160px;
	border-left-style: groove;
	border-left-color: #0066CC;
	padding-left: 8px;
	font-size: 12px;
}

#msg {
	position: absolute;
	top: 120px;
	left: 120px;
	width: 630px;
	
}


#wspfglogo {
	height: 113px;
	width: 113px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}


.Highlight {
	background-color: #FFFF66;
}
.WaiverText {
	text-align: justify;
}
.WaiverText ol {
	text-align: left;
}
.ErrorMessage {
	font-weight: bold;
	color: #FF0000;
	background-color: #CCCCCC;
	border: medium inset #999999;
}

#SportLogo {
	float: left;
}

#SportBanner {
	min-height: 96px;
	height: auto !important;
	height: 96px;
	border: 2px solid red;

}


#SportBanner + h3 {
	clear: both;

}

#dbgConnectionString {

}

#debuginfo {
	font-size: 9px;
	background: #99FFFF;
	position: absolute;
	top:800px;
 }