@charset "utf-8";
/* CSS Document */

.login-body{
	background: #373737 url(../images/member-login-background.jpg) no-repeat top center;
}

.event-description{
	float:left;
	width:400px;
}

.event-participants{
	float:left;
	width:500px;
	display:none;
}

.event-container{
	color: #3c3736;
	font-size: 10pt;
	text-align: left;
	line-height: 20px;
	margin: 0;
	padding: 0;
}



#loginDetails{
	float:right;
	vertical-align: middle;
}

.event-heading{
	margin: 10px 0 5px 0;
	padding-bottom: 7px;
	border-bottom: 1px solid #dfd7d4;
	font-size: 12pt;
	font-weight: bold;
}

.registration-subheading{
	padding-bottom: 8px;
	color: #990000;
	font-size: 14px;
}

.member-login-color{
	color: #dddddd;
}



.member-login-div{
	color: #ffffff;
	width: 829px;
	min-height: 601px;
	background: url(../images/member-login-background.jpg) no-repeat;
	margin: 15px auto 0 auto;
}

.member-login-content{
	width: 500px;
	padding: 310px 0 0 334px;
}
.member-login-bottom{
	width: 621px;
	height: 8px;
	padding: 0;
	margin: 0;
	background: url(../images/member-login-box-bottom.png);
}


.formTable{
	font-size: 14px;
	font-weight: bold;
}

.text-input{
	height: 31px;
	margin-bottom: 5px;
	padding-left: 10px;
	line-height: 31px;
	font-weight: normal;
	color: #000000;
	border-top: 1px solid #848484;
	border-left: 1px solid #848484;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	
}

textarea {
	height: 70px;
	margin-bottom: 5px;
	padding-left: 10px;
	line-height: 31px;
	font-weight: normal;
	color: #000000;
	border-top: 1px solid #848484;
	border-left: 1px solid #848484;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

select{
	width: 143px;
	margin: 0 0 4px 0;
	padding: 4px 0 4px 0;
	font-weight: normal;
	color:#999999;
	background:#FFFFFF;
	border-top: 1px solid #848484;
	border-left: 1px solid #848484;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.price-container{
	width: 250px;
	float: left;
	margin-left: 15px;
}
.notes-container{
	margin-top: 8px;
	font-size: 11px;
	font-style: italic;
	width: 250px;
	float: right;
}
.notes-container-special{
	color: #b90100;
	font-style: normal;
}
.off-row{
	background-color: #ededed;
	height: 25px;
	width: 100%;
	padding: 4px 0 0 10px;
}
.on-row{
	background-color: #d7d7d7;
	height: 25px;
	width: 100%;
	padding: 4px 0 0 10px;	
}

.with-border{
	border-bottom: 1px solid #bbbbbb;
}

.small-input-text{
	width: 129px;
	height: 31px;
	margin-bottom: 5px;
	padding-left: 10px;
	line-height: 31px;
	color:#999999;
	border-top: 1px solid #848484;
	border-left: 1px solid #848484;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.extra-small-input-text{
	width: 65px;
	height: 31px;
	margin-bottom: 5px;
	padding-left: 10px;
	line-height: 31px;
	color: #000000;
	border-top: 1px solid #848484;
	border-left: 1px solid #848484;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.feet-input-text{
	width: 50px;
	height: 24px;
	margin-bottom: 5px;
	padding-left: 10px;
	line-height: 24px;
	color: #000000;
	border-top: 1px solid #848484;
	border-left: 1px solid #848484;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.inches-input-text{
	width: 65px;
	height: 24px;
	margin-bottom: 5px;
	padding-left: 10px;
	line-height: 24px;
	color: #000000;
	border-top: 1px solid #848484;
	border-left: 1px solid #848484;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.large-input-text{
	width: 276px;
	height: 31px;
	margin-bottom: 5px;
	padding-left: 10px;
	line-height: 31px;
	color:#999999;
	border-top: 1px solid #848484;
	border-left: 1px solid #848484;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
.alert{
	color: #b90100;
}
.blue-alert{
	color: #0000b9;
}
.alert-input{ 
	border: 1px solid #990000 !important;
}
.asterisks{
	font-size: 20px;
}

.hr{
	width: 100%;
	border-bottom: 1px solid #dfd7d4;
	margin: 5px 0;
}
.hr-dashed{
	width: 100%;
	border-bottom: 1px dashed #6b6867;
	margin: 5px 0;
}

.events-ul{
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-image: url(../images/event-bullet.png);
}

.orderSummaryTitle{
	padding: 10px;
}
.orderSummary{	
	padding: 8px 10px;
	background-color: #ededed;
}

.registration-menu{
	height: 36px;
	margin: 10px 0;
	border-bottom: 1px solid #d7d7d7;
}


.registration-menu-button-on{
	float: left;
	height: 27px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border: 1px solid #d7d7d7;
	border-bottom: 0;
	background-color: #ffffff;
	color: #b90100;
	margin: 1px 4px 0 0;
	padding: 8px 8px 0 8px;
}
.registration-menu-button-off{
	float: left;
	height: 27px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border: 1px solid #d7d7d7;
	background-color: #d7d7d7;
	color: #b90100;
	margin: 0 4px 0 0;
	padding: 8px 8px 0 8px;
}

.checkout-button{
	margin-left: 15px;
}

.cart-editor-frame{
	position: absolute;
	width: 575px;
	height: 500px;
	display: none;
}

.down-arrow{
	padding-top: 5px;
}

.new-event-date{
	width: 80px;
}

.error-fancy-box{
	width: 300px;
	background-color: #ffffff;
	color: #3c3736;
	text-align: center;
	padding: 35px 25px 25px 25px;
}

.error-fancy-box-button{
	margin-top: 20px;
}

.alert a:link, a:active, a:visited, a:hover{color:#b90100; text-decoration:none;}

/* admin */

.admin-content{
	display: none;
}


