/*
* Site to theme: https://www.agric.wa.gov.au/about-us
*/

/*Generated using the SkinsAhoy engine*/
html{
	font-family:Arial, Helvetica, 'Nimbus Sans L', sans-serif;	
	font-size:14px;
}

html, body{
	height:inherit;
}

#wrapper{
	width: 960px;
	height: 100%;
	margin:20px auto;
	min-height:800px;
}

#body{
	padding: 15px;
	margin-top:15px;
	padding-top:45px;
}

#banner, #footer{
	background:#008265 url('/s/site/agric/leaf.png') center -15px no-repeat;	
	width:100%;
	height:150px;
	border-bottom:80px solid #005e49;
}


#footer{
	height:220px;
}

#footer-content{
	color:white;
	margin: 0 auto;
	width:960px;
	padding-top:10px;
}

#footer-content td, #footer-contect tr{
	border:none;
}

#logo{
	margin:0 auto;
	width: 1170px;
	padding-top:40px;
}

a:hover, a:active, a:focus, a:link, a {
	color: #008265;
	text-decoration: underline;
}

#headlinks{
	margin-top:7px;
}

#headlinks a, #headlinks a:visited, #headlinks a:link, #user a, #user a:visited, #user a:link{
	color: white;
	text-decoration: none;
	border:1px solid black;
	background-color: seagreen;
	padding:5px;
	border-radius: 5px;
	font-size: 12px;
	font-weight:bold;
	}

	.ftAppInfo{
		/*margin-top:40px;*/
	}

.validationerror, .ftValidError{
		border: 1px solid;
		border-radius:5px;
		margin: 10px 0px;
		padding: 15px 10px 15px 20px !important;
		color:#B94A48 !important;
		background-color: #F2DEDE;
		border-color:#eed3d7;
		font-weight: bold;
	}

#appnav{
	float:left;
	background-color:white;
	border:none;
	font-family:Verdana;
	margin-bottom:-400px;
	width:180px;
	/*border:1px solid black;*/
}

#appnav a{
	color:black;
} 

	#appnav .current h4{
	font-weight: bold !important;
}

#appnav .current{
	border:none;
	border-left:none;
	background:none;
	margin-left:-5px;
}

#appnav h3{
	border: none;
	background-color:white;	
	font-size: 24px;
	text-align:center;

}

#appnav h4{
	border-bottom:1px solid grey;
	background-color:white;
	font-weight: normal;
	padding:5px;
}

#htmlForm .appform{
	margin-left:220px;
}
.ftEditForm{
	/*margin-left: 190px;*/
	width: 100%;
	min-height:370px;
}

.appform .btn{
	font-size:90%;
	border:none;
	background:none;	
}

.appform .btn input{
border-radius: 5px;
}

.btn.uploadWait{
	border: 1px solid #D9DAD9;
	padding: 5px;
	background: #F2F1F1;
	margin: 10px 0 10px 0;
	width:100%;
	height: 28px;
	position: relative;
}

.appform fieldset{
	width:100%;
}

.appform .l{
	width: 197px;
}

.appform h2{
	background-color:rgb(0,107,94);
	color:white;
	margin-bottom:5px;
}

.appform h2,.appform h3{
	background-color:rgb(0,107,94);
	width:inherit;
	color:white;
}

.appform .btn .mid{
	width:60%;
}

.appform .btn input:hover {
background-color: #8BA88A;
}

#body .myapp_form a, #body .myapp_form a:link, #body .myapp_form a:visited{
	color:#008265 !important;
}

.iconbar .item a:hover {
text-decoration: underline;
}

#regform .hint p {
margin-top: 90px;
}

#lastSaved{
	margin-top:-70px;
}

legend.questionLegend{
	width:inherit;
}