div#qualyEvent { display: none; }

#regBody table td {
	padding: 5px 3px 5px 3px;
}


#regBody .buttonBox {
	margin-top: 10px;
}

.colorbar {
	font-size: 11px;
	background-color: #009900;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	border: 1px solid #cccccc;
}

.sectionhead {
	font-size: 12px;
	background-color: #9B0000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	border-top: 1px solid #570000;
	border-bottom: 2px solid #570000;
}

.colorbar a {
	color: #ffffff;
}

#errormessage {
	text-align: center;
	background-color: #FFCCCC;
	margin: 0px 20px 10px 20px;
	padding: 2px;
	border: 1px solid #eeeeee;
}

.errorline {
	color: #d10000;
	font-weight: bold;
	width: 90%;
}

#eventheading {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}

#userlookup a {
	text-decoration: none;
}

.accountTable {
	margin-bottom: 15px;
}

.accountHead {
	font-size: 11px;
	background-color: #9B0000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	border-top: 1px solid #570000;
	border-bottom: 2px solid #570000;
}

.accountGreet {
	margin-bottom: 5px;
}

#billtable .lineitem td {
	font-weight: bold;
	border-bottom: 1px solid #eeeeee;
}

/*
Page Elements
-------------------------------------------------*/

.pageRegElement, .buttonBox, .loginBox{
	margin-bottom: 15px;	
}

.buttonBox{
	text-align: center;
}

.buttonBox input{
	border: solid 2px #9B0000;
}

.pagePadding{
	padding: 0 23px;
}

#column2 h3, #column2 h4, .maintitle, .postRow .name{
	color: #AA0202;
	line-height: 120%;
}

#column2 h4{
	margin-bottom: 3px;
}

#column2 h3{
	margin-bottom: 15px;
}

#column2 h3, .maintitle{
		font-size: 20px;
		font-weight: bold;
}

.maintitle{
	text-decoration: none;
}

#column2 h4, .postRow .name{
		font-size: 14px;
}

.pageRegElement a:link, .pageRegElement a:visited, .articleElement a:link, .articleElement a:visited, .forumLink:link, .forumLink:visited, .gen a, .genmed a, .gensmall a, .catHead a, .forumline .nav a, .topictitle, .name a, .nav .nav, .postlink{
	color: #2D80D5;
	text-decoration: none;
	border-bottom: solid 1px #2D80D5;
	font-weight: bold;
}

.pageRegElement a:hover, .articleElement a:hover, .forumLink:hover, .gen a:hover, .genmed a:hover, .gensmall a:hover, .catHead a:hover, .forumline .nav a:hover, .topictitle:hover, .name a:hover, .nav .nav:hover, .postlink:hover{
	color: #155494;
	text-decoration: none;
	border-bottom: solid 1px #2D80D5;
	background-color: #C5E4FD;
}

.pageRegElement a:active, .gen a:active, .genmed a:active, .gensmall a:active, .catHead a:active, .forumline .nav a:active, .topictitle:active, .name a:active, , .nav .nav:active, .postlink:active{
	color: #AA0202;
	border-bottom: solid 1px #AA0202;	
}

.pageRegElement p, .dataTable, .articleElement p, .formTable, .paginationElement{
	margin-bottom: 15px;
}

.pageRegElement ul li, .pageRegElement ol li{
	margin: 0 0 15px 30px;
	font-size: 11px;
	line-height: 120%;
	color: #2D80D5;
}

.pageRegElement ul li{
	list-style-image: url(/includes/css/images/starBullet.gif);
	_list-style-type: circle;
}

/* Login */

.loginBox{
	text-align: center;
	background-image: url(/includes/css/images/loginBack.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 27px 0 13px 0;
}

.loginBox table{
	font-size: 12px;
	margin: 0 auto;
}

.loginBox input{
	font-size: 12px;	
}

.loginBox td{
	padding: 4px;
}

.loginBox .labelTd{
	text-align: right;
}
.loginBox label{
	font-weight: bold;
	line-height: 14px;
}

/* Online Reg */

.stageBar{
	margin-top: 2px;
	margin-bottom: 10px;
}

.stageBar td{
	padding: 7px 0 10px 0;
	border-bottom: solid 2px #EBDF73;
}

.stageBar .number{
	font-size: 14px;
}

.stagePast{
	background-image: url(/includes/css/images/stagePast.jpg);
	background-position: center;
	color: #3588DC;
	border-left: solid 1px #3588DC;
	border-right: solid 1px #3588DC;	
}

.stagePresent{
	background-image: url(/includes/css/images/topNavArrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #9B0000;
	color: #FFFFFF;
	font-weight: bold;
	border-left: solid 1px #570000;
	border-right: solid 1px #570000;	
}

.stageFuture{
	color: #A2C7EC;
	border-left: solid 1px #A2C7EC;		
	border-right: solid 1px #A2C7EC;		
}
