/* CSS Document */

#leftcol #loginbox {
	width: 161px;
	padding-bottom: 18px;
	margin-left: 14px;
	background: url(../images/lcollogin_rc_base.gif) no-repeat bottom;
	margin-top: 12px;
	margin-bottom: 20px;
}
#leftcol #loginbox h3 {
	background: url(../images/lcollogin_rc_top.gif) no-repeat;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 20px;
}
#leftcol #loginbox form {
	background: url(../images/lcollogin_bg.gif) repeat-y;
	padding-top: 4px;
}

#leftcol #loginbox #loginid {
	width: 134px;
	height: 16px;
	margin-bottom: 4px;
}
#leftcol #loginbox #password {
	height: 16px;
	width: 134px;
}
#leftcol #loginbox #submit {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	margin-top: 1em;
}
#leftcol #loginbox p {
	text-align: center;
	background: url(../images/lcollogin_bg.gif) repeat-y;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 0px;
	margin-bottom: 0px;
}

/* Start event booking PayPal forms */
#content #bookingform {
	text-align: center;
	width: 90%;
	border: 1px solid #005300;
	margin-left: 1em;
	padding: 1em;
	background: #f1f7f1;
	margin-top: 1em;
}
#content #bookingform h4 {
	text-align: left;
	font-size: 80%;
	background: #46A347;
	color: #FFFFFF;
	border-style: none;
	padding-left: .25em;
	padding-top: .2em;
	padding-bottom: .2em;
}
#content #bookingform p {
	text-align: left;
	font-size: 70%;
}
#content #bookingform p label {
	width: 200px;
}

#content #bookingform input {
	margin-left: 1em;
	margin-right: 1em;
}
#content #bookingform .btn {
	background: url(../merch_images/form_btn.gif) no-repeat;
	height: 21px;
	width: 101px;
	color: #FFFFFF;
	font-weight: bold;
	border-style: none;
}
#content #bookingform form {
	margin-bottom: 1em;
}
#content #bookingform #itemslink {
	font-weight: bold;
	color: #FFFFFF;
	background: url(../merch_images/form_btn.gif) no-repeat;
	height: 21px;
	width: 101px;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	float: right;
	text-align: center;
	margin-right: 20%;
	font-size: 110%;
}
/* End event booking PayPal forms */

/* Start membership form */
#content #membershipform {
	margin-left: 2em;
	margin-top: 1em;
	border: 1px solid #910101;
	padding: 0.5em;
	width: 90%;
	font-size: 90%;
}
#content #membershipform fieldset {
	border: 1px solid #DDEEDD;
	padding: 0.5em;
	margin-bottom: .5em;
}
#content #membershipform legend {
	font-size: 90%;
	color: #005300;
	margin-top: -.25em;
	font-weight: bold;
}
#content #membershipform p {
	clear: left;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content #membershipform p label {
	float: left;
	width: 40%;
	text-align: right;
	margin-right: .5em;
}
#content #mmembershipform input {
	width: 12em;
	margin-left: 6px;
	border: 1px solid #999999;
	height: 1.25em;
}
#content #membershipform .radio {
	width: 1em;
	margin-left: 6px;
	margin-right: 6px;
	border: none;
}
#content #membershipform .req {
	color: #910101;
	font-weight: bold;
}
#content #membershipform .submit {
	font-weight: bold;
	margin-left: 15%;
	height: 1.5em;
	width: 14em;
	border-top: 1px solid #3399CC;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
	border-left: 1px solid #3399CC;
}
/* End membership form */
#content .printform {
	margin-left: 3em;
	font-weight: bold;
}

