

body {
	padding					: 0;
	margin					: 0;
	background				: #fff8e7;
	color					: #000066;
	font-family				: arial, verdana, sans-serif;
	font-size				: 85%
}


#content {
	margin-left				: auto;
	margin-right			: auto;
	border					: 0px solid;
}

#header {
	margin					: 5px;
	padding-left			: 5px;	
	width					: 740px;
	color					: #CC3300;
	background				: #fff8e7;
	height					: 136px;
}
#header .language_switch {
	width: 100%;
	text-align:right;
	margin-bottom: 10px;
}

#header .payoff {
	float: left;	
}
#header img {
	float: right;	
}
#header p {
	margin-top				: -19px;
	margin-left				: 2px;
	font-size				: 90%;
	color					: silver;
}


#body {
	clear					: both;
	border-top				: 1px solid silver;
	width					: 740px;
}

#body a {
	color					: #CC3300;
	text-decoration			: none;
}

#footer {
	text-align				: right;
	font-size				: 75%;
	color					: silver;
	background				: #fff8e7;
	border-top				: 1px solid silver;
}

#footer a {
	color					: silver;
	text-decoration			: none;
}

#links {
	float					: left;
	width					: 150px;
	margin					: 5px;

}

#links a {
	color					: #CC3300;
	background				: #fff8e7;
	text-decoration			: none;
	font-size				: 120%;
}
#links p {
	color					: silver;
	background				: #fff8e7;
	font-size				: 85%;
}

#main {
	margin					: 5px 5px 5px 160px;
	padding					: 15px;
	border-left				: 1px solid silver;
}

#main h2 {
	background				: #fff8e7;
	background-image		: url('/assets/agripool/images/page_white_text.jpg');
	background-repeat		: no-repeat;
	padding-left			: 22px;
	font-size				: 110%;
	color					: #CC3300;
}

#main h3 {
	background				: #fff8e7;
	padding-left			: 22px;
	font-size				: 95%;
	color					: #CC3300;
}
#main img {
	border					: 1px solid silver;
	padding					: 2px;
}
blockquote {
	border					: 1px solid #CC3300;
	padding					: 10px;
}

code {
	white-space				: pre;
}
.odd {
	background-color: #FFF0F0;

}
div.list {
	font-size: 90%;
}
div.list .item {
	margin-bottom: 7px;
}
div.list .subitem {
	margin-left: 7px;
}
div.submenu {
	text-align: right;
}
div.submenu .item {
	margin-left: 3px;
}
form .field {
	width: 620px;
}
form .field.ignore {
	display: none;
}
form .field label {
	font-size: 90%;
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 5px;
}
form .field label.radio {
	width: 75px !important;
}
form .field input.text,form .subform, form .field input.password, form .field input.submit, form .field textarea, form .field select {
    border: 1px solid #CC3300;
    margin-left: 5px;
    margin-bottom: 8px;
    background-color: #FFF0F0;
    
}
form .field select, form .field input.text,form .field input.password {
	width: 250px;	
}
form .field select.date {
	width: 55px;	
}
form textarea {
    width: 450px;
    height: 250px;
    display: inline;
}
form fieldset {
	border: inherit;
}
form *.public {
	background-color: #DDDDDD !important;
}

form div.subform {
	float:left;
	width: 350px;
	padding-top: 5px;
}
form div.subform div.item {
	margin-bottom: 2px;
	border-bottom: dotted #CC3300 1px;
	clear:both;
}
form div.subform label {
	padding-left: 4px;
	width: 70px;
}
form div.subform label.right {
	padding-left: 4px;
	width: auto;
	float:none;
}
form div.subform input {
	background-color: white;
}
form div.subform span.name {
	padding-left: 4px;
	float:left;
}
form div.subform span.level,form div.subform span.actions {
	float:right;
}
form div.subform span.actions {
	margin-left: 5px;
	text-align:right;
	padding-right: 2px;
	width: 120px;
}
form div.subform span.language select {
	width: 100px;
	float:left;
}
form div.subform span.level select {
	width: 50px;
}
form div#specs {
	width: 450px;
}
#specs div.specrow {
	display: block;
	clear: both;
}
#specs div.left {
	float: left;
	clear: none;
	display: inline;
}
#specs div.right {
	float: right;
	clear: none;
	display: inline;
}
#specs label {
	padding-left: 2px;
	text-align: left;
	width: 180px;
}
#specs input {
	background-color: transparent;
}

input.new {
	color: grey;	
}
.frm_description {
	display: block;
	margin-left: 160px;
	font-size: smaller;
}
.separator {
	margin-left: 160px;
	font-weight: bold;
	font-size: smaller;
}
.required {
	color: #CC3300;
	margin-left: 5px;
	vertical-align: top;
}
.msg {
	padding: 5px 5px 5px 20px;
	border-top:  1px solid #CC3300;	
	border-bottom:  1px solid #CC3300;	
}
.msg.noerror {
	background-image: url('/assets/images/icons/fugue/tick_circle.png');
	background-repeat: no-repeat;
	background-position: center left;
	background-color: #FFF0F0;
}.msg.error {
	background-image: url('/assets/images/icons/fugue/cross_circle.png');
	background-repeat: no-repeat;
	background-position: center left;
	background-color: #FFF0F0;
}
