@import url('menu.css');

a img									{border: 0px;}
a.clean, a.veryclean	{text-decoration: none;}
a:hover.clean					{text-decoration: underline;}

.inactive, .inactive *, .inactive a {color: #777;}
.camel				{text-transform: capitalize;}
.upper				{text-transform: uppercase;}
.lower				{text-transform: lowercase;}

.strong				{font-weight: bold;}
.sml					{font-size: 90%;}

/*---- global styles ----*/

* {
	font-family: "Trebuchet MS", Verdana, Helvetica;
}

body {
	width: 775px;
	color: #434343;
	font-size: 70%;
	margin: 0px;
	background-image : url('images/bg.gif');
}

form {
	margin: 0px;
	display: inline;
}

input, select, textarea {
	font-size: 100%;
}

h2 {
	font-size: 125%;
	color: #217329;
	display: block;
	margin-bottom: 5px;
}

.admin {
	background-image: none;
	width: auto;
}

.hidden {
	position: absolute;
	left: -800px;
}

.footertitle {
	color: #217329;
	font-weight: bold;
	margin-bottom: 8px;
}

a {
	color: #354036;
}

.surveytextinput {
	margin: 0px 0px 5px 5px;
}

.message {
	color: #5c0662;
	border: 1px solid #5C0662;
	padding: 10px;
	margin: 10px 10px 8px 5px;
	width: 480px;
	float: left;
}

.forminput {
	width: 20em;
}

textarea.forminput {
	height: 6em;
	overflow: auto;
}

/*---- print mode input styles ----*/

.printmode_text, .printmode_textarea {
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #d4d0c8;
	border-right: 1px solid #d4d0c8;
	background-color: white;
	padding: 1px 3px;
}

.printmode_text {
	width: 100px;
}

.printmode_textarea {
	width: 200px;
}

/*---- login form styles ----*/

.login_element {
	width: 450px;
	margin-bottom: 5px;
}

.login_label {
	width: 90px;
}

.login_input {
	width: 360px;
}