/* layout */

/*
Copyright (c) 2009, Christoph Steiger.
version: 1.0.0
*/

body {
	margin:0;
	padding:0;
	background-color: #111;
}
div, span, h1, h2, h3, h4, h5, h6, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	margin: 0;
	padding: 0;
}
#container {
	width: 100%;
	margin: auto;
	text-align: left;
}
#header {
	background: #ff0000;
	height: 200px;
	position: relative;
}
#header h1 {
	padding: 0;
	margin: 0;
	background: url('../images/layout/shadowlogo.png') no-repeat;
	background-position: right;
	height: 200px;
	position:absolute;
	top: 0px;
	width: 100%;
	text-align: left;
	z-index: 1;
}
#header h1 span {
	visibility: hidden;
}
#header .backtop {
	background: #111111 url('../images/layout/bgtop.png') repeat-x;
	height: 110px;
	width: 100%;
	margin-top: 0;
	position:absolute;
}
#header .backbottom {
	background: #111111 url('../images/layout/bgbottom.png') repeat-x;
	height: 81px;
	width: 100%;
	margin-top: 119px;
	position:absolute;
}
#header .banner {
	background: url('../images/logo/banner.png') no-repeat;
	margin-left: 150px;
	margin-top: 20px;
	height: 70px;
	width: 433px;
	position: absolute;
	border: 2px solid #fff;
}
#main {
	position: relative;
	margin: -40px 0 0 0;
	padding: 0;
	z-index: 2;
}
#menu {
	position: relative;
	float: left;
	width: 150px;
	height: 100%;
	margin: 0 0 0 0;
	z-index: 3;
	line-height: 130%;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#menu li a {
	color: #fff;
	padding: 3px 3px 3px 20px;
	border-bottom: 1px red dotted;
}
#menu li a:visited {
	color: #fff;
}
#menu li a:hover {
	color: #ff0000;
}
#menu a {
	text-decoration: none;
	display: block;
	Width: auto;
	position: relative;
	font-size: 15px;
}
#contentbox {
	position: relative;
	margin-left: 150px;
	margin-right: 15px;
	z-index: 3;
	width: auto;
	border: 2px solid #ff0000;
	color: #000;
	background: #fff url('../images/layout/divide.png') no-repeat 0px 30px;
}
#logout {
	position: absolute;
	text-align: right;
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: normal;
	font-size: 12px;
	right: 12px;
	top: 12px;
}
#contenttitle h2 {
	font-size: 18px;
	font-weight: bold;
	color: #111111;
	margin: 10px;
}
#contentbody h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 15px;
}
#contentbody h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 20px 20px 10px 20px;
}
#contentbody span {
	width: 150px;
	float: left;
	font-weight: bold;
}
#contentbody .t1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px 10px 10px 20px;
}
#contentbody .t2 {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin: 0px 10px 10px 20px;
}
#contentbody .t3 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0px 10px 10px 20px;
}
#contentbody .t4 {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin: 0px 10px 10px 20px;
}
#contentbody .t5 {
	font-size: 8px;
	font-weight: normal;
	color: #000000;
	margin: 0px 10px 10px 20px;
}
#contentbody a {
	color: #00f;
	text-decoration: none;
        font-weight: bold;
}
#contentbody a:visited {
	color: #00f;
	text-decoration: none;
        font-weight: bold;
}
#contentbody a:hover {
	color: #f00;
	text-decoration: underline;
}
#eventbox {
	width: auto;
	height: auto;
	border: 1px solid #111111;
	margin: 20px 20px 20px 20px;
	background-color: #fff;
}
#spacebox {
	width: auto;
	height: auto;
	border: 0px;
	margin: 0px 20px 0px 20px;
}
#map_canvas {
	width: auto;
	height: auto;
	border: 0px;
	margin: 0px 0px 0px 170px;
}
.error {
	background: #fdd url('../images/layout/exclamation.gif') no-repeat 10px 3px;
	border: 1px solid #fbb;
	font-size: 14px;
	margin: 20px 20px 20px 20px;
	padding: 10px 40px 10px 40px;
	position: relative;
}
.info {
	background: #def url('../images/layout/information.gif') no-repeat 10px 3px;
	border: 1px solid #9cf;
	font-size: 14px;
	margin: 20px 20px 20px 20px;
	padding: 10px 40px 10px 40px;
	position: relative;
}
.message {
	background: #dfd url('../images/layout/accept.gif') no-repeat 10px 3px;
	border: 1px solid #bfb;
	font-size: 14px;
	margin: 20px 20px 20px 20px;
	padding: 10px 40px 10px 40px;
	position: relative;
}
.warning {
	background: #ffd url('../images/layout/error.gif') no-repeat 10px 3px;
	border: 1px solid #fe6;
	font-size: 14px;
	margin: 20px 20px 20px 20px;
	padding: 10px 40px 10px 40px;
	position: relative;
}
#footer {
	clear:both;
	height: 100px;
	margin-top: 10px;
	color: #fff;
	line-height: 100%;
}
#footer .t1 {
	font-size: 12px;
	text-align: center;
	font-weight:bold;
}
#footer .t2 {
	font-size: 10px;
	text-align: center;
	font-weight:normal;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #f00;
	text-decoration: underline;
}
form { /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	min-width: 50%;
	max-width: 100%;
	width: 100%;
}
form fieldset {
	/* clear: both;

note that this clear causes inputs to break to left in ie5.x mac, commented out*/

    border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 20px;
}
form fieldset legend {
	font-size: 16px; /* bump up legend font size, not too large or it'll overwrite border on left */
	/* be careful with padding, it'll shift the nice offset on top of border  */



    font-weight: bold;
	color: #000;
}
form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 130px;
	padding: 10px;
	margin: -7px 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}

form input#reset {
	margin-left: 10px; /* set margin-left back to zero on reset button (set above) */
}
form br {
	clear: left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
/* fieldset defined as list*/

fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}
fieldset li {
	padding-bottom: 1em;
}
fieldset.submit {
	border-style: none;
}

table.double {
    border-collapse: collapse;
	border: 0px;
}

table.double thead tr th {
    text-align: left;
}

table.double tbody tr th {
    text-align: right;
	font-weight:normal;
	width: 150px;
}

table.double thead td {
    width: 200px;
}

table.double tbody td {
    width: 200px;
}

table.double thead tr {
    height: 30px;
}
table.double tbody tr {
    height: 30px;
}


/* Horizontal Navigation */

#navSquare {
	margin: 0;
	padding: 5px 0 24px 14px;
	border-bottom: 1px solid #9FB1BC;
}
#navSquare li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#navSquare a:link, #navSquare a:visited {
	float: left;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding: 0 14px 8px 14px;
	text-decoration: none;
	color: #708491;
}
#navSquare a:link.active, #navSquare a:visited.active, #navSquare a:hover {
	color: #000;
	background: url('../images/layout/square.gif') no-repeat bottom center;
}
/* Registration Table */



#registration {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
#registration caption {
	font-weight: bold;
	font-size: 14px;
	height: 30px;
	text-align: center;
}
#registration thead {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF0000;
	border: 0px;
}
#registration tbody {
	font-weight: normal;
	font-size: 12px;
}
#registration tfoot {
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	border: 0px;
	background-color: #dddddd;
}
#registration th {
	height: 16px;
}
#registration td {
	height: 20px;
}
#registration tbody td {
    border-top: 1px dotted #000000;
    border-bottom: 1px dotted #000000;
}

/* Center Table */

#tabcenter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
#tabcenter caption {
	font-weight: bold;
	font-size: 14px;
	height: 30px;
	text-align: center;
}
#tabcenter thead {
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #FF0000;
	border: 0px;
}
#tabcenter tbody {
	font-weight: normal;
	font-size: 14px;
	border: 0px;
}
#tabcenter tfoot {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	border: 0px;
	background-color: #dddddd;
}
#tabcenter th {
	height: 18px;
	text-align: center;
}
#tabcenter td {
	height: 22px;
	text-align: center;
}

