/*
 * 
 */

.cool a
{
/*	color: #3377dd; */
	color: #990000;
}

.cool a:hover
{
	background-color: #3377dd;
	color: #fff;
	text-decoration: none;
}

.login_panel
{
	background-color: #eee;
}

.login_panel p
{
	font-size: 10px;
	padding: 5px;
}

.admin_reg_panel
{
	background-color: #fff;
	margin-top: 10px;
}

.admin_reg_panel p
{
	font-size: 14px;
	padding: 5px;
}

.admin_reg_panel label
{
	width: 15em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-size:14px;
}

label
{
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-size:10px;
}

 
legend
{
	color: #fff;
	background: #999;
	border: 1px solid #781351;
	padding: 2px 5px;
	font-size: 12px;
}

fieldset
{
	border: 1px solid #781351;
	width: auto;
    margin-bottom: 2em;
}

.form_field
{
	padding: 1px;
}

.form_field textarea
{
	width: 300px;
	height: 100px;
	margin-bottom: 5px;	
}

.submit
{
}

.register_at_login
{
	padding: 5px;
	font-size: 8px;
	color: #fff;
}

.register_at_login a
{
	padding: 2px 1px 2px 1px;
	text-decoration: none;
/*	color: #0000ff; */
}


/*.register_at_login a:hover
{
	background-color: #0000ff;
	color: #fff;
}
*/
.ajax_success
{
	color: #fff;
	background-color: #33aa55;
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	font-stretch: wider;	
}

.ajax_error
{
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;	
	background-color: #ff7777;
	font-stretch: wider;
}

#reg_status
{
	text-align: center;
	margin-bottom: 5px;
}

/*
 * FORM FIELDS
 */
input
{
	border: solid 1px #999;
	margin-bottom: 5px;	
}

select
{
	margin-bottom: 5px;
}
input:focus
{
	border-color:#999;
	border: solid 1px #781351;
	background-color:#eee;
}

.required input
{
	border: solid 1px #ff0000;
	margin-bottom: 5px;
}

.required textarea
{
	border: solid 1px #ff0000;	
}

.required select
{
	border: solid 1px #f00;
}

.required input:focus
{
	border: solid 1px #ff0000;
	background-color:#ffe4c4;
}

.humanizer
{
	background:#999999 none repeat scroll 0 0;
	border:1px solid #781351;
	color:#FFFFFF;
	font-size:12px;
	padding:2px 5px;
}

.form_description
{
	font-size:9px;
	float:left;
	color:#777;
}

.required_field
{
	margin-left:5px;
	font-size:10px;
	color:#ff7777;
}

.required_field:hover
{
	color:#f00;	
}

/*
 *	SITE ADMIN TABLE STUFF 
 */
.delicon
{
	text-decoration: none;
}

.delicon a
{
	text-decoration: none;
}

.delicon a:hover
{
	text-decoration: none;
}

table #user_list
{
	width: 100%;
	background-color: #eee;
	font-size: 11px;
}

#user_list thead
{
	background-color: #777;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 15px;
}

tr #user_list .even
{
	background-color: #eee;
}

tr #user_list .even:hover
{
	background-color: #ffaa88;
}

tr #user_list .odd
{
	background-color: #fff;
}

tr #user_list .odd:hover
{
	background-color: #ffaa88;
}

tr #user_list .yellow_even
{
	background-color: #ffcc66;
}

tr #user_list .yellow_even:hover
{
	background-color: #ffaa88;
}

tr #user_list .yellow_odd
{
	background-color: #ffee77;
}

tr #user_list .yellow_odd:hover
{
	background-color: #ffaa88;
}
/*
 *  REGISTRATION SIGNUP PANEL
 */
#registration_signup_panel
{
	background-color: #eee;
	position: 	absolute;
	width: 		300px;
	text-align: left;
	color: #000;
	margin-top: 10px;
	margin-left: -300px;
}

#registration_signup_panel .closeme
{
	font-size: 	10px;
	color: 		#777;
	float:		right;
	margin-top: -10px;
}

#registration_signup_panel .closeme a
{
	text-decoration: none;
	color: #777;
}

#registration_signup_panel .closeme a:hover
{
	text-decoration: none;
	color: #fff;
	background-color:#777;
}

#registration_signup_panel ul li
{
	font-size: 	10px;
}

#registration_signup_panel .infotext
{
	font-size: 14px;
}

#registration_signup_panel .infotext a
{
/*	color: #0000ff; */
	text-decoration: none;	
}

#registration_signup_panel .infotext a:hover
{
/*	color: #fff; 
	background-color: #0000ff; */
	text-decoration: none;
}

/**
 * FORGOT PASSWORD
 */

#forgot_password
{
	font-size: 10px;
}
