/* Very basic stylesheet to show you the layout sections */
/* Customise to your site */
body {
	background: #555555;
	font-family: "Trebuchet MS", Arial, Verdana sans-serif;
	color: #FFF;
	font-size: 12px;
}

div {
	margin: .2em;
	padding: .5em;
}

a img {
	border: none;
}

a { color: #B90618; }

fieldset { border: none; background-color: #444444; }

#header,
#footer {
	/*background: #E8FFBA;
	border: 1px solid green;*/
}

#content {
	border: none;
	color: #FAFAFA;
	background-color: #4a4a4a;
}

.navimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #EEE;
}

/* Status Messages */
.alert,
.warn,
.error {
	clear: both;
	padding: 5px;
	color: #ffffff;
}
#alertmsg {
	border: 1px solid #999999;
}
.alert {
	background: #666666;
}
.alert strong,
.alert label {
	color: green;
}
#warn {
	border: 1px solid #FF8000;
}
.warn {
	background: #aaaaaa;
}
.warn strong,
.warn label {
	color: #b90618;
}
#error {
	border: 1px solid #F3D5D5;
}
.error {
	background: #930b1f;
}
.error strong,
.error label {
	color: red;
}
.error input,
.error textarea {
	background: #FFF;
}

.required {
	font-weight: bold;
}

a img {
	border: none;
}

input.control { margin: 0px; padding:0px; background-color: #aaaaaa; border: none; }
