
#maincontent ul li {
	background:transparent url(images/arrow.gif) no-repeat scroll left center;
	padding-left: 10px;
	list-style-type: none;
	margin-left: 0px;
	list-style-position: inside;
}
#maincontent ul {
	margin-left: 0px;
}
#maincontent input, #maincontent td div input {
	border:1px solid #9E9E9E;
	cursor: pointer;
	font-weight: bold;
	background: #DDDDDD;
	width: auto;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#maincontent input:hover, #maincontent td div input:hover {
	background: #9E9E9E;
	cursor: pointer;
	width: auto;
	padding: 5px;
	margin-top: 5px;
}
#maincontent .vedit th, #maincontent .vedit td, #maincontent .hedit td, #maincontent .hedit th {
	background: none;
	border: 0px;
}
#maincontent .vedit , #maincontent .hedit{
	border:0px;
	width: auto;
	background: #F5F5F5;
	border: 1px solid #DDDDDD;
	text-shadow:1px 1px #fff ;
}
#maincontent {
	font-size: 1.4em;
	width: 960px;
	margin: 0 auto;
}

table {
	margin: 0 auto;
}

#maincontent table.errmsg {
	margin: 0 auto;
}

form {
	text-align: center;
}

#maincontent p {
	text-align: center;
}

#maincontent td input, #maincontent td input[type=text], #maincontent td input[type=text]:hover, #maincontent td div input[type=text], #maincontent td div input[type=text]:hover, #maincontent td input:hover {
	border: 1px solid #d0d0d0;
	background: #fff url(images/bg-inputfield.png) top repeat-x;
	padding: 10px;
	width: 200px;
	height: auto;
	cursor: text;
	color: #000;
}
#maincontent input[type=submit], #maincontent td input[type=submit], #maincontent td div input[type=submit], #maincontent input[type=button] {
	line-height: 34px; padding: 0 15px; display: inline-block; font-size: 16px; font-weight: bold; text-decoration: none; text-transform: uppercase; font-family: "Calibri","Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",sans-serif; height: 34px; box-shadow: 1px 1px #fff; -moz-box-shadow: 1px 1px #fff; -webkit-box-shadow: 1px 1px #fff;  background: url(images/bg-bigbuttonyellow.png) top repeat-x; color: #4f4314; border: 1px solid #c1aa52; text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}

#maincontent input[type=submit]:hover, #maincontent input[type=button]:hover, #maincontent td input[type=submit]:hover, #maincontent td div input[type=submit]:hover { background: url(images/bg-bigbuttonyellow.png) bottom repeat-x; }

#maincontent h1 {
	color: #000;
}


/* ALL STUFF BELOW IS FOR THE HEADER / FOOTER
*
*
*
*/

#wrapper {
	background: #FFF url(images/bg-top.jpg) center top repeat-x;
}

body #header h1 {
	right: 0;
	position: static;
	text-align: left;
	text-indent: -9999px;
	float: left;
	margin: 0;
	overflow: visible;
}
body #header h1 a {
background: url(images/logo_main.png) no-repeat;
height:31px;
width: 348px;
display: block;
}

body #header {
	height: 70px;
	padding-top:33px;
	width:960px;
	margin:0 auto 30px auto;
	position:relative;
}
body #header a {
	text-decoration: none; outline: none;
}
body #header a:hover {
	text-decoration: underline;	
}
body {
	background:	#030D15;
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,sans-serif;
}
body a { color: #2C6391; text-decoration: none; }
body a:hover { color: #000; }
body a img {
	border: none;
}

/* LOGed in THING */
body .clearheader {
	clear:both;
	font-size: 1px;
	height: 0px;
	margin-bottom: 25px;
}

body #navbar {
	text-align: right;
	width: 50%;
	float: right;
	margin-right: 0em;	
	padding-top: 9px;
	font-size: 1.1em;
}
body #tabs {
	text-align: right;
}
body #tabs li {
	display: inline;
	float: none;
}
body #tabs a, body #tabs a:active {
	letter-spacing: normal;
	color: #fff;
	margin-left: 1.2em;
	text-transform: none;
	padding: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: normal;
	display: inline;
}

body #tabs a:hover{ text-decoration: underline; }

body #footer {
	width: auto;
	background: #030D15 url(images/bg-footerarea.png) top repeat-x;
	text-align: left;
	font-size:10px;
	text-transform: uppercase;
	line-height:1.667em;
	color:#6C7072;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 30px;
	font-weight: bold;
}

body .tt-wrap {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 60px 0;
}

body #footer img {
	border: 0px;
}

body #footer a { text-decoration: none; color: #fff; }
body #footer a:hover { text-decoration: underline; }