/* forms usedon the site both public and admin */




/*sign in or registration  form*/
.signForms {font-family: Verdana, Geneva, sans-serif;font-size:.7em;background-image:url(image/ping-box-lrg-form.jpg);background-repeat: no-repeat;background-position: right top; width:600px
}
.signForms label
{
width: 11em;text-align: right; float:left; display: block;margin-bottom:0.3em;margin-top:0.3em;padding-right:0.6em
}
.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: #4E6787; margin-left:126px; color:white } /* 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
{

} 







/* 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}