
h2{
	color: #CDE85E;
	font: bold 16px Arial;
	background-color: #698D22;
	border-top: 1px solid #B2D600;
	margin-bottom: 8px;
	margin-top: 10px;
	padding: 2px;
	width: 100%;
}


h3{
	color: #B2D600;
	font: bold 14px Arial;
	margin-bottom: 8px;
	padding: 2px;
}

/** General Form Styles **/

legend {
	font-size: 14px;
	color: #B2D600;
	font-weight: bold;
}

label {
	float: left;
	width: 7em;
	font-size: 12px;
	text-align: left;
	
}
.checkbox_label {
	margin-right: 10px;
}

input.form_submit, button.form_submit {
	border: 0;
	background-color: #B2D600;
	color: #517600;
	font-weight: bold;
	font-family: Arial, verdana, sans-serif;
	font-size: 11px;
	border-top: 1px ridge #FFFFFF;
	border-bottom: 1px ridge #FFFFFF;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}

/** Dashboard Styles **/
#dashboard{
	clear: both;
	width: 80%;
	height: 50px;
	padding: 10px;
}
#dashboard div {
	font-size: 12px;
}
#dashboard #menu div {
	float: left;
	font-size: 12px;
}
#dashboard #menu a {
	text-decoration: none;
}
#dashboard #menu a:hover {
	text-decoration: underline;
}
#dashboard span.caption {
	font-weight: bold;
	color: #CDE85E;
}


#main_menu{
width: 80%;
padding-left: 10px;
}
#main_menu p{
font-size: 12px;
}
#main_menu h3 {
width: 60%;
margin-top: 20px;
}

/** Login Form Styles **/

#login_wrapper #errors {
	background: transparent url('../images/warning.png') 0px 0px no-repeat;
	padding: 2px 0 1px 18px;
	min-height: 22px;
}

#login_wrapper {
	width: 90%;
	clear: both;
	margin: 0 auto 0 auto;
}
#login_wrapper h2	{
	margin-bottom: 20px;
	
}
#login_wrapper h3 {
	color: #FFFFFF;
	font: bold 14px Arial;
	border-bottom: 1px solid #B2D600;
	margin-bottom: 8px;
	padding: 2px;
	width: 100%;
}
#login_wrapper p {
	font-size: 12px;
}
#login_content legend {
	font: bold 12px Arial;
}
#login_content fieldset {
	background: none;
}
#login_content_left {
	float: left;
	width: 45%;
	clear: both;
}
#login_content_right {
	float: right;
	width: 45%;
}

#login_form {
	padding: 1em;
	border: 1px solid #92C632;
	width: 200px;
	text-align: center;
}
#login_form legend {
	font-size: 12px;
}

#login_form .form_submit {
    float: none;
    width: 120px;
}

#login_form input {
	width: 100px;
}
#login_form .feedback {
	width: 0px;
	float: right;
}

#login_form input, select {
	float: left;
	margin: 0px;
}
#login_form .signup_checkbox {
	float: none;	
}
#login_form div {
	padding: 2px;
}

#login_form .form_submit {
	float: none;
	width: 120px;
}

/** Account Info **/
#account_info  {
	width: 80%;
}

#account_info .form_submit {
    float: none;
    width: 120px;
}

#account_info .feedback {
	width: 200px;
	clear: left;
	position: relative;
	left: 200px;
	background: transparent url('../images/warning.png') 0px 0px no-repeat;
	padding: 2px 0 1px 30px;
	height: 20px;
}
#account_info .feedback p{
	position: relative;
	display: inline;
	padding-left: 22px;
}
#account_info p {
	font-size: 12px;
}
#account_info fieldset{
	padding: 1em;
	text-align: left;
	border: 0;
}

#account_info label{
	width: 200px;
	text-align: right;
	padding-right: 10px;
}
#account_info input, select {
	float: left;
	margin: 0px;
}
#account_info .signup_checkbox {
	float: none;	
}
#account_info input, #account_info select{
	width: 200px;
}
#account_info .signup_checkbox {
	width: 20px;
	border: 0;
}
#account_info div {
	padding: 2px;
}
#account_info input.form_submit {
	left: 210px;
	position: relative;
}

/** Banner styles **/
#banners{
	width: 80%;
}
#banners p {
	font-size: 12px;
}
#banners .banner_row {
	margin-bottom: 10px;
	border: 1px solid #72A500;
	width: 500px;
	padding: 10px;
}
#banners .banner_row a {
	text-decoration: none;
	font-size: 13px;
}
textarea.banner_code_area {
	width: 450px;
	height: 60px;
	padding: 5px;
}

/** Retrieve Password Form **/

#login_retrieval {
	width: 80%;
}
#login_retrieval p {
	font-size: 12px;
}
#login_retrieval #errors {
	background: transparent url('../images/warning.png') 0px 0px no-repeat;
	padding: 2px 0 1px 18px;
	min-height: 22px;
}
#retrieve_pw_form {
    padding: 1em;
    border: 1px solid #92C632;
    width: 300px;
    text-align: center;
}
#retrieve_pw_form_wrapper {
	text-align: center;
}

#retrieve_pw_form .form_submit {
	float: none;
	width: 120px;
}

#retrieve_pw_form input {
    width: 175px;
}
#retrieve_pw_form .feedback {
    width: 0px;
    float: right;
}

#retrieve_pw_form input, select {
    float: left;
    margin: 0px;
}
#retrieve_pw_form .signup_checkbox {
    float: none;
}
#retrieve_pw_form div {
    padding: 2px;
}

/** Statistics Styles **/
#stats_controls {
    padding: 1em;
    border: 1px solid #92C632;
    width: 355px;
    text-align: center;
	margin: 0 auto 15px;
}
#stats_controls legend {
	font: bold 12px Arial;
}
#stats_controls {
	margin-top: 10px;
	margin-left: 0;
}

#StatsTable{
	width: 100%;
}
#StatsSummaryTable {
	width: 400px;
}
#StatsTable, #StatsSummaryTable {
	margin-left: 0px;
	border-collapse: collapse;
	border-bottom: solid 1px #92C632;
	border-left: solid 1px #92C632;
	margin-bottom: 20px;
}
#StatsTable th, #StatsTable td, #StatsSummaryTable th, #StatsSummaryTable td {
	padding: 0.1em 0.20em;
	font-weight: normal;
	text-align: center;
	border-right: solid 1px #92C632;
}
#StatsTable th, #StatsSummaryTable th {
	font-weight: bold;
}
#StatsTable caption, #StatsSummaryTable caption {
	font-size: 1.4em;
	font-weight: bold;
	margin: 1em 0;
	text-align: left;
	color: #CDE85E;
}
#StatsTable thead, #StatsSummaryTable thead {
	background: #92C632;
	border-top: 1px solid #B2D600;
	border-bottom: 1px solid #B2D600;
}
#StatsTable .odd {
	background-color: #72A500;
}
#StatsSummaryTable td {
	text-align: left;
	border-bottom: solid 1px #92C632;
	padding-left: 4px;
}
#StatsSummaryWrapper {
	text-align: center;
}



