body {
	background: url("../images/background.gif");
}

body,h2,div,p,td,tr,ul,ol,li,br,table,select,input,textarea {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

input.text_long {
	width: 100%;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.w5 {
	width: 5%;
}

.w10 {
	width: 10%;
}

.w20 {
	width: 20%;
}

.w33 {
	width: 33%;
}

.w40 {
	width: 40%;
}

.w45 {
	width: 45%;
}

.alt {
	background: rgb(224, 226, 224);
}

textarea {
	width: 100%;
}

a {
	color: #8f0000;
}

a.header {
	color: #ffffff;
}

div.banner {
	padding: 5px;
}

.logo {
	text-align: right;
}

div.title {
	font-size: 30px;
	font-family: baskerville, century, verdana;
	color: #fde288;
	text-align: left;
	vertical-align: middle;
}

div.panel {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: solid 1px #8F0000;
	box-shadow: 5px 5px 5px #888;
}

div.panel_header {
	background: #8F0000;
	font-size: 13px;
	color: #ffffff;
	padding: 4px;
	padding-left: 10px;
}

div.panel_body {
	padding: 10px;
	background: #ffffff;
}

a.copy,p.copy {
	font-size: 11px;
	color: #000000;
	text-align: center;
}

p.output_outro {
	text-align: center;
	font-size: 11px;
}

div.output {
	text-align: center;
}

div.output#location {
	padding-top: 5px;
	font-size: 15px;
	font-weight: bold;
}

div.output#host {
	padding-top: 4px;
	padding-bottom: 5px;
	font-size: 13px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}


img {
	border: 0px;
}

div.nav_bar {
	width: 100%;
	background: #525252;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #888;
	border-radius: 5px
}

ul.menu {
	margin-left: 0px;
	padding: 0px;
	display: inline;
	list-style: none;
	border: none;
}

li {
	padding-left: 6px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 2px;
	display: inline;
	list-style: none;
	border: none;
	border-radius: 5px;
}

li.option:hover {
	background: #888;
}

li.option_active {
	background: #888;
	color: #952828;
}

a.option {
	color: #ffffff;
	text-decoration: none;
}

a.active {
	
}

a.option:hover {
	text-decoration: underline;
}

div.copyright {
	padding: 0px;
	font-size: 11px;
	text-align: center;
}

img.copyright {
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}
table.list {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #888;
}
table.main {
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
}

table.menu {
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: #8f0000;
	box-shadow: 5px 5px 5px #888;
}

table.split {
}
td.label {
	background: rgb(224, 226, 224);
	padding: 10px;
	width: 25%;
	text-align: right;
	font-weight: bold;
	vertical-align: text-top;
}

td.value {
	padding: 10px;
	width: 80%;
}

td.left_split {
	width: 30%;
	padding: 10px;
	vertical-align: top;
}

td.right_split {
	width: 70%;
	vertical-align: top;
	/* #EED6AF */
}

td.menu {
	padding: 5px;
}
td.list {
	font-weight: normal;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
td.logo {
	background: url("../images/logo_small.png");
	background-repeat: no-repeat;
	background-position: right;
	height: 85px;
}
td.required {
	color: red;
}

th {
	font-weight: normal;
}
tr.header > th {
	padding: 10px;
}
tr.header {
	font-weight: normal;
	color: #ffffff;
	background: #888;
}
tr.row0 > td {
	background: rgb(224, 226, 224);
	padding: 10px;
}
tr.row1 > td {
	padding: 10px;
}
tr.list {
	
}
