@charset "utf-8";

/* forms usedon the site both public and admin */

.submitButForceIndent{margin-left:11.6em;} /*forces any element over if labels dont work*/


.subSearchForm {  padding-left: 0px; border-bottom:1px solid #CCC;}


/*search site form*/
.searchForm {position:absolute; width:108px; margin-left:760px; top:65px; color:#fff; z-index:101; visibility:show;  }
/*.searchForm fieldset {border-bottom: 1px solid #FFF; border-left: 1px solid #FFF; margin:0px; padding:0px; width:180px; }*/
.searchForm input {  } 
.searchFormField{ height:20px; 
width:122px; 
margin:0px; 
padding:0px 0px 0px 5px; 
background-color:transparent;
border-left:#abafc2 0px solid;
border-right:#abafc2 0px solid;
border-top:#abafc2 0px solid;
border-bottom:#abafc2 0px solid;
color:#fff; 
display: inline;
/*background-image:url(../image/page_structure/searchFormBG.png);
background-repeat:no-repeat;*/

}
.searchFormButton{ /* background-color:#adb2c8; border:#707382 1px solid; */
	
	color:#006;
	height:20px;
	font-weight:bold;
	margin:0px 0px 0px 18px;
	display: inline;
	position: absolute;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	background-color:transparent;
	border:0px solid;
}



/*sign in or registration  form*/
.signForms {font-family: Verdana, Geneva, sans-serif;font-size:.7em; width:600px; }

.signForms label
{
width: 11em;text-align: left; float:left; display: block;margin-bottom:0.3em;margin-top:0.3em;padding-right:0.6em; color:#333;
}
.signForms input
{width:19em; margin-bottom:0.3em;margin-top:0.3em;color: #781351;/*background: #fee3ad;*/border: 1px solid #999
}
.signForms select
{
width:19em; margin-bottom:0.3em; margin-top:0.3em;color: #781351;/*background: #fee3ad;*/border: 1px solid #999 
}

.captchaIndent
{
margin-left:10em;clear:left
}

.signForms textarea
{
width:19em;margin-bottom:0.3em; margin-top:0.3em;color: #781351;/*background: #fee3ad;*/border: 1px solid #999
}

.signForms img
{
margin-bottom:0.3em; margin-top:0.3em; float:left;
}

.signForms .submit { background: #B7C7D9; margin-left:126px; } /* using pixels for the margin means all browsers look same*/

.signForms fieldset{ border:none; margin:0px; padding:0px; width:440px /*width of form is defined to help wrap the elements correctly. without it they may run in a line*/
}

.signForms legend
{

} 









/*sign in or registration  form*/
.signForms2 {font-family: Verdana, Geneva, sans-serif;font-size:.7em; width:250px; }

.signForms2 label
{
width: 8em;text-align: left; float:left; display: block;margin-bottom:0.3em;margin-top:0.3em;padding-right:0.6em; color:#FFF;
}
.signForms2 input
{width:14em; margin-bottom:0.3em;margin-top:0.3em;color: #781351;/*background: #fee3ad;*/border: 1px solid #999
}
.signForms2 select
{
width:14em; margin-bottom:0.3em; margin-top:0.3em;color: #781351;/*background: #fee3ad;*/border: 1px solid #999 
}

.captchaIndent
{
margin-left:10em;clear:left
}

.signForms2 textarea
{
width:14em;margin-bottom:0.3em; margin-top:0.3em;color: #781351;/*background: #fee3ad;*/border: 1px solid #999
}

.signForms2 img
{
margin-bottom:0.3em; margin-top:0.3em; float:left;
}

.signForms2 .submit { background: #B7C7D9; margin-left:96px; } /* using pixels for the margin means all browsers look same*/

.signForms2 fieldset{ border:none; margin:0px; padding:0px; width:440px /*width of form is defined to help wrap the elements correctly. without it they may run in a line*/
}

.signForms2 legend
{

} 
























/* events booking form on public side */

/* - - ---- - -----------------------------------------------------------------------------------*/

#warning_email,
	#warning_password,
	#warning_form,
	#warning_username	{ display: none }


div.warning	{ margin-left: 9em; padding: 5px 0px 10px 0px; width: 302px; background: url(/image/red_up_arrow.jpg) no-repeat #FFF }
div.warning h2	{ margin: 0px !important; padding: 5px !important; background: #F00; color: #FFF !important; font-family: Verdana !important; font-size: .8em !important; font-weight: bold !important }
										
div.alert { margin-left: 10em; padding: 7px 0px 8px 30px; width: 30em; background: url(/image/24-em-cross.png) no-repeat #FFBABA; border: 1px solid #F00;  font-family: Verdana; font-size: .9em; color: #F00; font-weight: bold }
div.ok	{ float: right; padding-right: 110px; width: 16px; height: 16px; background: url(/image/16-em-check.png) no-repeat }


/* - - ---- - -----------------------------------------------------------------------------------*/

/*EVENTS BOOKING SYSTEM*/


form#frmBook {
	/*THIS IS THE SURROUNDING ELEMENT AROUND THE BOOKING FORM*/
	background: url(image/product-icons/bookonline.gif) no-repeat;  
	padding-left: 50px; /*INDENTS THE FORM LABELS FROM THE LEFT SIDE*/
	min-height: 50px;
	color: #333;
/*	font-size: .8em; */
}


/* SEE CART PAGE */
#event_bookings {font-family: Verdana, Geneva, sans-serif; font-size:1em}
#event_bookings .remove_ticket {margin:0px 0px 0px 22px; font-style:italic;font-size:10px; cursor:hand}
#event_bookings .remove_attendee {margin:0px 0px 0px 22px; font-style:italic; color:#006; font-weight:bold; font-size:10px; cursor:hand}
#event_bookings .ticket .attendee { margin:0px 0px 0px 20px; font-size:0.8em}
#event_bookings  .overall_price { margin:40px 0px 0px 10px;  font-weight:bold }
#event_bookings .ticket p.ticket_price { font-weight:bold;}



/*EVENT FORM FIELDS*/
label.event_field { float: left; width: 200px }

ul#event_fields					{ padding: 10px 0px 20px 0px }
ul#event_fields li			{ list-style-type: none; margin:0px 0px 8px 0px }
ul#event_fields li.last	{ margin-bottom: 50px }
ul#event_fields li.end	{ margin-bottom: 37px }

.textfield	{ width: 300px ; border: 1px solid #999 }
.textarea		{ width: 300px; border: 1px solid #999 }
.error			{ border: 1px solid #F00 }

p.right			{ text-align: right }


div#add_sub	{ }

div#add_sub h1 {
	font-size: 0.9em;
	line-height: 1.6em;
	font-weight: bold;
}

div#add_sub p {
	font-size: 0.8em !important;
}

div#add_sub p.btn {
	padding-top: 10px;
	text-align: center;
}

div#add_sub input	{ text-align: center 
}

p.remove_link	{ padding: 0px 50px 0px 0px; text-align: right; color: #333;  }

.form_ppbutton {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: transparent url(/image/paypal_ck.jpg) no-repeat scroll 0 0;
	border:0 none;
	height:57px;
	width:260px;
}



#filterMembers {padding-bottom:14px;}
#filterMembers ul  { list-style:none; display:inline}
#filterMembers ul li { list-style:none; display:inline}
#filterMembers .text { border:1px solid #ccc}
#filterMembers select { border:1px solid #ccc}
#filterMembers .submit { border:1px solid #ccc}