/* globals */

body {
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background: url('bg_page.gif') repeat-x;
	background-color: #DBD6C2;
	text-align: center;
}
a {
	color: #543B27;
}
a:hover {
	color: black;
}
img {
	border: 0;
	text-decoration: none;
}


/* banner and menu  */

#banner img {
	display: block;
	margin:0;
}

#menu {
	color: #DBD6C2;
	width: 726px; 
	text-align: right;
	margin: 26px auto 30px auto;
	font-size: 12px;
}
#menu a {
	color: #DBD6C2;
}
#menu a:hover {
	color: #ffffff;
}






/* tables  */
table {
	width: 100%;
	border-collapse: collapse;
}
td {
	padding: 5px;
	vertical-align: top;
}
.theader a:link, .theader a:visited, .theader td {
	padding-bottom: 10px;
	font-family: "Lucida Grande", "Tahoma", "sans serif";
	text-decoration: none;
	font-size: 10px;
	color: #666;
}
.theader a:hover {
	color: #e33;
}
.light {
	background-color: #f9f9f9;
	border-bottom: 1px solid white;
}
.hilight {
	background-color: #eef;
	border-bottom: 1px solid white;
}
.alert {
	background-color: #fee;
	border-bottom: 1px solid white;
}







/* forms */

form {
	background: url('bg_tmid.jpg') repeat-y;
	width: 786px; 
	margin: 10px auto 30px auto;
	padding: 0;
	text-align: left;
}
form h2 {
	background: url('bg_thead.jpg') no-repeat center top;
	font-size: 15px;
	font-family: "Lucida Grande", "Tahoma", "sans serif";
	padding: 30px 0 0 30px;
}
fieldset {
	border: none;
	padding: 0 30px 15px 30px;
	background: url('bg_tfoot.jpg')  no-repeat center bottom;
	clear: both;
}
label {
	font-size: 11px;
	color: grey;
	display: block;
}
table {
	margin-bottom: 20px;
}
input, textarea, select, .btn {
	font-size: 12px;
	font-family: Verdana, "sans-serif";
	margin: 5px 0 10px 0;
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	width: 720px;
}
select {
	width: 220px;
}
.btn {
	margin: 10px 0 20px 0;
	width: 220px;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
}
.hidden {
	display: none;
}
