@charset "utf-8";

div#login_container{
	width: 800px;
	text-align:center;
	margin-top:30px;}
div.headText{
	font-size:24px;}
div.subText{
	color:#9abb50;}
div.subText, div#recaptchaHolder{
	margin-bottom:30px;}
div.fakeInput{
	display:inline-block;
	text-align:center;
	width: 200px;}
input, textarea, select{
	border: 1px solid #9abb50;
	background-color:#ffffff;
	width: 250px;}
input.submit{
	margin-top: 30px;
	border: 1px outset #9abb50;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;}
input.submit:hover{
	cursor: pointer;
	color: #ffffff;
	background-color: #9abb50;}
input.submit:active{
	border: 1px inset #9abb50;}
span.subText{
	font-size:11px;
	color:#9abb50;
	font-style:italic;}
div#recaptchaHolder{
	width: 318px;
	margin-right: 0px;}
div#content_container{
	padding-top: 40px;
	padding-bottom: 50px;}
div#optionsPanel{
	float:left;
	width:18%;
	margin-bottom: 100px;}
div.options{
	height: 200px;}
div.optionTitle{
	height:20px;
	background-color:lime;}
div.mainPanel{
	width:80%;
	float:right;
	padding-left: 20px;}
div.mainPanel iframe{
	width: 100%;/*
	height:300px;*/}
div.banner{
	background-color:#9abb50;
	color:#fff;
	margin-bottom: 15px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;}
div.mainContent{
	padding: 0px 20px;}
.accordion_toggle {
	display: block;
	height: 30px;
	background-color: #9abb50;
	padding: 0 10px 0 10px;
	line-height: 30px;
	font-size: 12px;
	font-weight:normal;
	cursor: pointer;
	margin: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	text-align: center;}
.accordion_toggle_active {
	background-color: #714c2e;
	color: #ffffff;
	border-bottom: 1px solid #714c2e;}
.accordion_content {
	font-size:12px;
	overflow: hidden;}
div.accordion_content ul{
	list-style-type:none;}
div.li{
	margin: 10px auto;}
div.li:hover{
	background-color: #CCC;
	cursor:pointer}
div.icon{
	display:inline-block;
	width:20px;
	height: 20px;
	margin: auto 10px auto 10px;
	background-repeat:no-repeat;
	background-position:center center;
	vertical-align:bottom;
	background-image:url(../images/admin_icon.gif);}