﻿* {font-family:Arial,sans-serif;}
body {
	/*font-family: Arial, Sans-Serif;*/
	color: #585858;
	font-size:smaller;
	margin:20px;
}
img {border:0;}
#header {
	height:210px;
	width:650px;
	clear:both;
}
#header_logo {
	background: white url(../images/hoopfest-logo.jpg) no-repeat top left;
	float:left;
	height: 200px;
	margin-right:10px;
	width: 200px;
}
#header_content {
	float:left;
	width: 440px;
	height: 200px;
	vertical-align:middle;
}
#header_content .title {
	margin-top:20px;
	font-size: large; 
	font-weight: bold; 
	color: #ff9900;
}
#header_content .sub {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-bottom:10px;
}
.emph1 {
	font-size: large;
	margin-top: 10px;
}
.demph1 {
	font-size: small;
	color: #626262;
}
.errorMessage {
	color: Red;
	font-weight: bold;
}
.successMessage {
	color: Green;
	font-weight: bold;
}
.infoMessage {
	color: #626262;
	font-weight: bold;
}
.fieldLabel {
	width: 205px;
	padding: 2px;
	vertical-align: top;
	font-weight:bold;
}
.fieldValue {
	width: 170px;
	padding: 2px;
	vertical-align: top;
}
.heading {background-color:#808080;color:#fff;font-weight:bold;padding:0.25em;}
.heading > span {font-size:12px;line-height:12px;}
.heading p.note {font-weight:normal;margin:0;margin-left:3em;margin-right:0.5em;}
.t-minus,.t-plus {background-image:url(images/minusplus.png);background-repeat:no-repeat;padding:0;}
.t-minus img,.t-plus img {height:12px;width:11px;}
.t-minus {background-position:0 0;}
.t-plus {background-position:0px -24px;}
.hide {display:none;}
.show {display:block;}
.b {font-weight:bold;}
.u {text-decoration:underline;}
