﻿
/*** default form ***/
.default_form
{
	padding:10px;
}
.default_form label
{
	display:block;
	clear:both;
	float:left;
	padding-top:5px;
}
.default_form label span
{
	width:160px;
	display:block;
	float:left;
}
.default_form label input
{
	width:180px;
	float:left;
	margin-right:5px;
}
.default_form label select
{
	width:184px;
	float:left;
	margin-right:5px;
}
.default_form .buttons
{
	clear:both;
	width:345px;
	text-align:right;
}

.default_form .result
{
	color:#00f300;
}
.default_form .result .error
{
	color:#f30000;	
}



/*** LIST FORM WITH SEPARATE LABELS AND INPUTS ***/

.list_form
{
	list-style-type:none;
	padding:0px;
	margin:0px;
	width:100%;
}
.list_form ul
{
	margin:0;
}
.list_form legend
{
 font-weight:bold;
 padding:15px 0 5px 0;
}

.list_form form
{
}

.list_form li
{
	float:left;
	clear:both;
	padding:0px;
	background-color:#EAEEF1;
	width:100%;
	list-style-type:none;
	margin:0;
	margin-bottom:2px;
}

.list_form li label
{
	float:left;
	padding:3px 6px;
	/*width:150px;*/
	color:#6C828C;
	clear:both;
}
.list_form li label span
{
	float:left;
}

.list_form li input
{
	width:250px;
	float:right;
	background-image:url(../images/bg_input.gif);
	border:1px solid #8197A3;
	padding:2px;
	margin-bottom:2px;
	margin:4px;
	/*height:14px;*/
}

/*Deep breath...*/
.process_padding_right table
{
	width:100%;
}
/*...Phew*/

.process_padding_right .list_form li input
{
	margin-right:0px;
	margin-left:0px;
}
/*.process_padding_right .list_form li label
{
	float:none;
}
.process_padding_right .list_form li
{
	background-color:Transparent;
}*/
.process_padding_right .list_form li span
{
	float:left;
}
.process_padding_right .list_form p
{
	float:right;
}

.list_form li textarea
{
	width:250px;
	float:right;
	border:1px solid #8197A3;
	padding:2px;
	margin-bottom:2px;
	margin:4px;
	height:100px;
}

.list_form li select
{
	width:256px;
	float:right;
	background-image:url(../images/bg_input.gif);
	background-repeat:repeat-x;
	background-color:#fff;
	border:1px solid #8197A3;
	padding:0px;
	margin:4px;
	padding:2px;
	/*height:19px;*/
}

.list_form li.checkbox input
{
	width:22px;
	height:22px;
	float:left;
	border:0px none;
	background-image:none;
	padding:0px;
	margin-left:160px;
}
.list_form fieldset
{
	border:0px none;
	border-bottom:1px dashed #4a4a4a;
	padding-bottom:10px;
	margin-bottom:10px;
	clear:both;
}

.list_form .buttons
{
	width:100%;
}

.buttons
{
	width:351px;
	clear:both;
	text-align:right;
}

.buttons input
{
	padding:3px;
}

.list_form .result
{
	color:#00f300;
}
.list_form .result .error
{
	color:#f30000;	
}

.list_form .validator
{
	display:block;
	float:right;
	clear:both;
	width:180px;
	text-align:right;
	padding:3px;
}

.list_form .sub label
{
	font-size:0.85em;
	padding-left:20px;
	color:#4a4a4a;
}

.list_form h2
{
	font-size:1em;
	padding-top:10px;
}

.list_form .form_table input
{
	width:80%;
	float:none;
}
.form_table
{
	font-size:0.85em;
}
.form_table thead th
{
	padding:0px 3px;
	text-align:left;
}

.list_form .checkbox_list label
{
	width:80%;
}
.list_form .checkbox_list input
{
	width:5%;
	margin-top:5px;
	border:0px none;
	background-image:none;
}



/**** LOGIN PAGE! ****/

.login_container
{
	width:100%;
	position:relative;
	background-image:url(../images/bg_search_row.gif);
	background-repeat:repeat-x;
	padding-bottom:10px;
}
.login_container table
{
	width:100%;
}
.login_container h2, .login_join_container h2
{
	font-size:1.2em;
	color:#fff;
	padding:6px;
	margin-bottom:0px;
	background-color:#AFBDC5;
	text-align:center;
}

.login_container p
{
	clear:both;
	text-align:left;
}
.login_container p.remember
{
	display:block;
	float:right;
	width:150px;
	clear:none;
	text-align:right;
	margin-right:10px;
}
.login_container p.buttons
{
	display:block;
	float:left;
	/*width:145px;*/
	clear:none;
	margin-left:10px;
}

.login_join_container
{
	width:100%;
}
.login_join_container p
{
	padding:10px;
}
.login_join_container .button_stretch
{
	margin:0;
}
.login_join_container_left
{
	width:48.9%;
	margin-right:0.9%;
	display:block;
	float:left;
	position:relative;
	background-image:url(../images/bg_search_row.gif);
	background-repeat:repeat-x;
	background-position:0px 25px;
}
.login_join_container_right
{
	width:48.9%;
	margin-left:0.9%;
	display:block;
	float:left;
	position:relative;
	background-image:url(../images/bg_search_row.gif);
	background-repeat:repeat-x;
	background-position:10px 0px;
}
.login_join_bottom
{
	clear:both;
	background-image:url(../images/grad_up.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	display:block;
	height:40px;
}


/*** LOGIN ATTEMPT THREE ***/
.login_llf
{
	/*width:100%;
	background-color:#444;*/
	display:block;
	padding:10px;
}
.login_row_wrapper_ll
{
	float:left;
	/*background-color:#666;*/
	width:100%;	
}
.login_row_wrapper_ll_padding
{
	padding-right:70px;
}
.login_l_left
{
	width:50%;
	display:block;
	float:left;
	/*background-color:#888;*/
}
.login_l_right
{
	width:50%;
	display:block;
	float:left;
	/*background-color:#bbb;*/
}
.login_f
{
	width:70px;
	display:block;
	float:right;
	/*background-color:#ddd;*/
	margin-left:-70px;
}
.login_l_left .input_wrapper
{
	margin-left:40px;
}
.login_l_left input, .login_l_right input
{
	width:90%;
	background-image:url(../images/bg_input.gif);
	background-repeat:repeat-x;
	border:1px solid #AFBDC5;
	padding:2px 0px;
}
.login_l_left label
{
	width:40px;
	display:block;
	float:left;
	margin-top:4px;
	font-size:0.9em;
}

.login_l_right .input_wrapper
{
	margin-left:65px;
}
.login_l_right label
{
	width:65px;
	display:block;
	float:left;
	margin-top:4px;
	font-size:0.9em;
	text-align:center;
}


/*********** USER REGISTRATION AND LOGIN ********/

.process_half_col
{
	width:48.9%;
	margin:0 0.5%;
	float:left;
}
.process_padding_left
{
	/*float:left;*/
	padding:6px 10px 10px 10px;
	background-image:url(../images/bg_search_row.gif);
	background-repeat:repeat-x;
}
.process_padding_right
{
	/*float:left;*/
	padding:6px 10px 10px 10px;
	background-image:url(../images/bg_search_row.gif);
	background-repeat:repeat-x;
}
.process_half_col .list_form
{
	padding:10px 0 10px 0;
}
.process_half_col .list_form li
{
	margin:0px 0 5px 0;
}
.process_half_col h2
{
	font-size:1.2em;
	color:#fff;
	margin-bottom:15px;
	background-color:#AFBDC5;
}


/*** one form to rule them all ***/

.theone_form
{
	width:100%;
	background-image:url(../images/bg_search_row.gif);
	background-repeat:repeat-x;
	position:relative;
}
.theone_form_padding
{
	padding:10px;
	max-width:600px;
}
.theone_form h2
{
	
}
.theone_form ul
{
	list-style-type:none;
	margin:0;
}
.theone_form ul li
{
	clear:both;
}
.theone_form .row
{
	margin-bottom:3px;
	clear:both;
}
.theone_form .left
{
	width:49.9%;
	float:left;
	display:block;
	/*background-color:#666;
	color:#fff;*/
	padding-top:2px;
}
.theone_form .right
{
	width:49.9%;
	float:left;
	display:block;
	/*background-color:#666;
	color:#fff;*/
	padding-top:2px;
}
.theone_form input, .theone_form select
{
	width:100%;/*
	max-width:250px;
	min-width:180px;*/padding:0px;
}
.theone_form input
{
	padding:0px;
	padding-bottom:2px;
	width:98.5%;
}
.theone_form .left label
{
	padding:3px;
	display:block;
}
.theone_form .checkbox
{
	width:16px;
	display:block;
	float:left;
	margin-top:3px;
}


/*** COMPLIANT FORM ***/
/* Standards compliant form, used for simple left -> right list forms*/

.compliant_form
{
	max-width:400px;
	margin: 0 auto;
}
.compliant_form ul
{
	list-style-type:none;
	margin:0;
}
.compliant_form ul li
{
	display:block;
	padding-top:2px;
	clear:both;
}
.compliant_form ul li span
{
	padding-bottom:0px;
}
.compliant_form ul li .left
{
	width:49.9%;
	display:block;
	float:left;
	padding-top:2px;
}
.compliant_form ul li .right
{
	width:49.9%;
	display:block;
	float:left;
}
.compliant_form ul input
{
	width:98%;
}
.compliant_form ul select
{
	width:100%;
}
.compliant_form ul li.date .right
{
	/*position:relative;*/
}
.compliant_form ul li.date input
{
	width:87%;
	float:right;
}
.compliant_form ul li.date .calendar
{
	width:9.5%;
	overflow:hidden;
	display:block;
	float:left;
}
.compliant_form ul span.checkbox
{
	width:20px;
	display:block;
	float:left;
	margin-top:2px;
}


.filter_form
{
	padding:5px 10px 10px;
	background-color:#E7EBEE;
	margin-bottom:10px;
	background-image:url(../images/bg_content_search.gif);
	position:relative;
}
.content_agency .filter_form  ul li
{
	background-image:none;
}
.content_agency .filter_form  ul li
{
	background-image:none;
}



/****/

.list_form.eventSearch
{
}
.list_form.eventSearch input
{
	margin:0 3px 0 0;
}
.list_form.eventSearch select
{
	margin:0 3px 0 0;
}
.list_form.eventSearch img
{
	float:right;
	margin:2px 3px 3px;
}


/***/

.list_form .membership_checkbox_list
{
	float:right;
	width:260px;
	display:block;
}

.list_form li .membership_checkbox_list input
{
	width:20px;
	border:0px none;
	background-color:Transparent;
	background-image:none;
	float:left;
	display:block;
	clear:both !important;
}
.list_form li .membership_checkbox_list label
{
	float:left;
	display:block;
	clear:none;
	color:#4a4a4a;
}
.list_form li .membership_checkbox_list br
{
	clear:both;
}
.login_container p.remember
{
    display: none;
    }

