body, span, div, table, tr, td, th, img {
	margin: 0;
	padding: 0;
	
	color: #000;
	font-family: Verdana,sans-serif;
	font-size:12px;	
	line-height: 1.3em;
}

/*
color scheme 1:
		bkg:      # 301A11
		sidebar:  # 51382C
		content:  # F0F0A9
		banner:   # CB694D
		
color scheme 2:
		bkg:      # 402213
		sidebar:  # 735943
		content:  # D9C7B9
		banner:   # A68C6D
		

*/
body {
	background-color: #402213;
}

h1, h2, h3 {
	font-family:"Trebuchet MS",sans-serif;
	font-weight:normal;
	margin-top:0.8em;
}

#container {
	max-width: 95%;
	min-width: 55em;
	position: relative;
}

#header {
	height: 4.5em;
	padding-left: 14px;
	padding-right: 14px;
}

#banner {
	background-color: #CB694D;
	padding: 14px;
	margin-bottom: 8px;
	font-size: 1.5em;
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-topright:15px;	
	-webkit-border-bottom-right-radius:15px;
	-webkit-border-top-right-radius:15px;	
}

#columnwrap {
	padding-bottom:10px;
	background-color: #735943;
	display: block;
  	-moz-border-radius-topright:15px;	
	-moz-border-radius-bottomright:15px;  
	-webkit-border-bottom-right-radius:15px;
	-webkit-border-top-right-radius:15px;	
}

#content {
	background: #D9C7B9;
	color:black;
	float:left;
	padding-bottom:10px;
	width:70%;
	-moz-border-radius-topright:15px;	
	-moz-border-radius-bottomright:15px;	
	-webkit-border-bottom-right-radius:15px;
	-webkit-border-top-right-radius:15px;	
}

.content {
	margin-left: 14px;
	margin-right: 14px;
}

.content a {
	color: #402213;
	text-decoration: underline;
}

.dark {
	background-color: #735943;
	font-color: #D9C7B9;
	padding: 1px 6px;
	-moz-border-radius:3px;	
	-webkit-border-radius: 3px;
}

.ajaxform {
	background-color: #735943;
	font-color: #D9C7B9;
	padding: 10px;
	margin: 10px 20px;
	border: 5px solid black;
	-moz-border-radius:15px;	
	-webkit-border-radius: 15px;
	width: 400px;
}
.ajaxform .buttonbar {
	margin-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}

#sidebar {
float:right;
width:30%;
background-color: #735943;
font-color: #D9C7B9;
	-moz-border-radius-topright:15px;	
	-webkit-border-top-right-radius:15px;	
}
/*
.sidebar * {
margin-left:14px;
margin-right:14px;
}
*/

.sidebar-content {
margin-left:14px;
margin-right:14px;
}

.sidebar-content a {
	color: #D9C7B9;
	text-decoration: none;	
}

.clear {
	clear: both;
}



#title {
	float: left;	
}

#title a  {
	color: white;
	text-decoration: none;
}

#nav {
	float: left;
	white-space: nowrap;
	height: 50px;
	padding: 0px 10px 4px 50px;
	margin: 0px;
}

#nav li {
	display: inline;
	float: left;
	margin-left: 0.5em;
	margin-top: 1.5em;
}

#nav li a {
	color: #D9C7B9;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	height: 30px;
	padding: 0px 14px 14px 14px;

}

#nav-user {
	float: right;
	white-space: nowrap;
	color: #D9C7B9;
	margin: 0px;
}

#nav-user a {
	color: #D9C7B9;
	text-decoration: underline;
}



#nav a:hover {
	background-color: #735943;
}

#footer {
clear:both;
font-size:90%;
padding:10px 20px;
color: #D9C7B9;
}

#footer a {
color: #CB694D;
}

.formtable th {
	text-align: right;
    vertical-align: top;
    padding-top: 2px;
	padding-right: 2em;
}

.formtable tr {
	border-bottom:1px solid #EEEEEE;
}
.formtable textarea {
	width: 460px;
}

.buttonbar {
	padding: 7px 2em;
	margin-top: 2em;
	float: right;
	clear: both;
}

.buttonbar input {
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 2em;
}

.errorlist li {
	display: inline;
	color: red;
	font-weight: bold;
}

.descriptionbox {
/*	border: 1px solid #735943;*/
	background-color: white;
	padding: 1em;
	-moz-border-radius:7px;	
	-webkit-border-radius:7px;	
}

.listtab {
	border-collapse: collapse;
}
.listtab th {
	text-align: left;
	border-bottom: 1px solid black;
	padding: 2px 5px;	
}
.listtab td { 
	border-left: 1px solid black;
	padding: 2px 5px;
}
.liveviewlabel {
    padding: 5px;
    float: left;
    position: absolute;
}
.liveview {
    position: relative;    
}



#noscript-warning {
    padding:5px 0;
    background-color:#AE0000;
    color:#FFFFFF;
    font-size:120%;
    font-weight:bold;
    text-align:center;
    width:100%;
    /*position:fixed;
    top:0;
    left:0;
    z-index:101;
    */
}

