body {
	background-color: #babdb6;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2e3436;
}
body.simple {
	background-color: #fff;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #202020;
}
a img {
	border: 0px;
}

#site {
	margin: 0px auto;
	width: 898px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	position: relative;
	background-color: #fff;
	padding-bottom: 48px;
}

#header {
	position: relative;
	display: block;
	width: 100%;
	height: 144px;
	background: url(images/site-header-03.jpg) no-repeat #a40000;
}
#simpleHeader {
	display: block;
	width: 100%;
	height: 36px;
	background-repeat: repeat-x;
	background-image: url(images/simple-header-bg.gif);
	background-color: #666;
}

#sitenav, #sitenav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sitenav li {
	position: relative;
	display: inline;
	float: left;
	width: 80px;
	height: 20px;
	z-index: 20;
}
#sitenav li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-size: 12px;
	font-weight: bold;
	color: #999;
}
#sitenav li a:hover {
	color: #a40000;
}
#sitenav li div {
	position: absolute;
	left: 50%;
	width: 150px;
	margin-left: -75px;
	visibility: hidden;
	z-index: 25;
	border: 1px solid #202020;
	background-color: #fff;
}
#sitenav li ul {
	margin: 0px 1px;
	overflow: hidden;
	width: 148px;
}
#sitenav li li {
	clear: both;
	width: 146px;
	height: 16px;
	text-align: center;
	overflow: hidden;
}
#sitenav li li a {
	font-size: 10px;
	font-weight: normal;
	color: #333;
	white-space: nowrap;
}
#sitenav li li a:hover {
	color: #a40000;
}

#content {
	margin-top: 24px;
	padding: 0px 4px;
	clear: both;
}
#simpleContent {
	clear: both;
	padding: 4px;
	margin-top: 12px;
}

#footer {
	position: absolute;
	left: 0px;
	bottom: 16px;
	text-align: center;
	color: #333;
	width: 100%;
	font-size: 10px;
}
#footer a {
	color: #333;
}

/* Section navigation */
div.sectnav {
}
div.sectnav div.sectnavHeader {
	background: #a40000;
	/*
	background-image: url(images/cellheader01.gif);
	background-color: #666;
	background-repeat: repeat-x;
	background-position: center center;
	*/
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	height: 16px;
	padding: 4px;
}
div.sectnav a.sectnavLink {
	color: #333;
	text-decoration: none;
	line-height: 20px;
}
div.sectnav a.sectnavLink:hover {
	color: #000;
}

/* end Nav */

/* Form controls */
form {
	margin: 0px;
	padding: 0px;
}
input.post {
	border: 1px solid #a40000;
	font-size: 11px;
	width: 300px;
	padding: 1px;
}
input.mainoption,input.liteoption, button {
	border: 1px solid #a40000;
	background: #a40000;
	color: #fff;
	font-size: 11px;
}
input.mainoption {
	font-weight: bold;
}
input.smalloption {
	border: 1px solid #999;
	background-image: url(images/cellheader01.gif);
	background-color: #666;
	background-repeat: repeat-x;
	background-position: center center;
	color: #fff;
	font-size: 9px;
	padding: 1px;
}/*
select {
	border: 1px solid #999;
	font-size: 11px;
	width: 300px;
	padding: 1px;
}
select.small {
	width: 100px;
}
option {
	font-size: 11px;
}*/
textarea {
	border: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 400px;
	height: 175px;
	padding: 1px;
}
input.helpline {
	border: 0px;
	background-color: #eee;
	font-size: 10px;
	color: #202020;
}
/* end Form */

/* Search Box */
input.searchbox {
	display: block;
	font-size: 10px;
	border: 1px solid #a40000;
	width: 198px;
	margin: 1px 0px;
}

/* Information Box */
#infobox {
	position: absolute;
	left: 256px;
	top: 32px;
	display: none;
	border: 1px solid #ff0;
	background-color: #ffd;
	color: #202020;
	width: 512px;
	height: 80px;
	-moz-opacity: 0.80;
}

/* General formatting */
.small {
	font-size: 10px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.large {
	font-size: 14px;
}

.forumtitle {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #c00;
}

/* Panel Links */
a.plink:visited {
	font-size: 10px;
	color: #2e3436;
}
a.plink:link {
	font-size: 10px;
	color: #cc0000;
}

/* Error box */
table.errorBox {
	border: 1px solid #f00;
	background-color: #f99;
	line-height: 20px;
}

/* Layout controls */
div.line,
table.line {
	margin-bottom: 5px;
}

div.header,
th {
	background: #a40000;
	height: 24px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
}
div.header {
	height: 16px;
	padding: 4px;
	margin-bottom: 1px;
}
.headerFaded {
	font-size: 11px;
	color: #fff;
}

div.footer {
	color: #a40000;
	font-style: italic;
}
div.footer a {
	color: #a40000;
	text-decoration: none;
}

tr.row1 td {
	background-color: #fff;
}
tr.row2 td {
	background-color: #eee;
}

a.catLink {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
a.catLink:hover {
	text-decoration: underline;
}

div.bandInfo {
	/*
	border: 1px solid #cc0000;
	margin-top: -1px;
	border-top: 0px;
	background-color: #fcd8a4;
	padding: 2px;
	*/
	color: #555753;
	margin-bottom: 5px;
}
div.bandInfo a {
	color: #555753;
}
table.profile td {
	line-height: 20px;
}

/* Pagination */
div.pagination {
	border-top: 1px solid #999;
	margin: 0px 2px;
	padding: 4px;
	font-size: 10px;
	color: #202020;
}
div.pagination span {
	color: #c00;
}
div.pagination a {
	color: #333;
	text-decoration: none;
}

.topicpages {
	color: #666;
}
.topicpages a {
	color: #666;
	text-decoration: none;
}

/* Forum Path */
div.forumPath {
	font-size: 11px;
	color: #333;
	font-weight: bold;
}
div.forumPath a {
	color: #333;
	text-decoration: none;
}

/* Forum posts */
div.post {
	width: 100%;
}
div.post div.postheader {
	position: relative;
	width: 100%;
	height: 28px;
	background: #a40000;
}
div.post div.postheader div.poster {
	float: left;
	display: inline;
	position: relative;
	margin-top: 6px;
	padding-left: 25px;
	color: #fff;
	font: 13px bold;
}
div.post div.postheader div.date {
	position: absolute;
	top: 8px;
	left: 160px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
}
div.post div.postheader div.date a,
div.post div.postheader div.date a:hover {
	color: #fff;
	text-decoration: none;
}
div.post div.postheader div.actions {
	display: inline;
	float: right;
	margin-top: 4px;
	margin-right: 4px;
}
div.post div.postheader div.actions a {
	margin-left: 4px;
}
div.post div.postheader div.actions a img {
	border: 1px solid #cc0000;
	background-color: #fcd8a4;
}
div.post div.postbody div.userdetail {
	float: left;
	width: 156px;
}
div.post div.postbody div.userdetail div.user_rank {
	color: #202020;
	font-size: 11px;
	margin-bottom: 4px;
	width: 150px;
	overflow: hidden;
}
div.post div.postbody div.userdetail div.userdata {
	width: 154px;
	overflow: hidden;
}
div.post div.postbody div.content {
	margin-left: 157px;
	padding-right: 10px;
	padding-bottom: 6px;
	overflow: hidden;
}
div.post div.postbody>div.content {
	margin-left: 160px;
	overflow: visible;
	width: auto;
}
div.content {
	font-size: 11px;
	color: #202020;
}
div.content a {
	color: #c00;
	text-decoration: underline;
}
div.content img {
	vertical-align: top;
}
div.post div.postbody div.signature {
	clear: both;
	margin-left: 160px;
	padding: 3px 0px;
	border-top: 1px solid #ccc;
}
div.signature {
	font-size: 11px;
	color: #999;
}
div.signature a {
	color: #999;
	text-decoration: underline;
}
/* BBCode */
div.content div.quote {
	margin: 2px;
	margin-left: 24px;
}
div.content div.quote div.quoteheader {
	font-weight: bold;
}
div.content div.quote div.quotebody {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #eee;
}

/* Calendar */
td.dayFaded {
	background-color: #ccc;
	color: #999;
}
td.day1 {
	background-color: #fff;
	color: #202020;
}
td.day2 {
	background-color: #eee;
	color: #202020;
}
td.today {
	background-color: #fcd8a4;
	color: #202020;
}

/* User settings */
div.userlist {
	border-top: 1px solid #999;
}
div.userlegend {
	margin: 2px;
	border: 1px solid #666;
	background-color: #eee;
	font-size: 8px;
}
a.userAdmin, a.userModerator, a.userCrew, a.userRegular {
	font-weight: normal;
	text-decoration: none;
}
a.userAdmin:hover, a.userModerator:hover, a.userCrew:hover, a.userRegular:hover {
	font-weight: normal;
	text-decoration: underline;
}
.userAdmin {
	color: #a40000;
}
.userModerator {
	color: #ce5c00;
}
.userCrew {
	color: #204a87;
}
a.user {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

/* Comment Box */
div.CommentBox {
	border: 1px solid #202020;
	padding: 1px;
	margin-bottom: 5px;
}

/* BandBoard BBCode Editor CSS */
div.BBCodeEditor {
	border: 1px solid #999;
	padding: 1px;
	width: 450px;
}
div.BBCodeEditor ul.toolbar {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 20px;
	background-color: #ddd;
	border-bottom: 1px solid #999;
}
div.BBCodeEditor ul.toolbar li {
	position: relative;
	display: inline;
	float: left;
	height: 18px;
	width: 18px;
	padding: 1px;
	z-index: 10;
	background-color: #ddd;
}
div.BBCodeEditor ul.toolbar li.separator {
	border: solid #ddd;
	border-width: 0px 1px;
	width: 1px;
	padding: 0px;
	background-color: #666;
}
div.BBCodeEditor ul.toolbar li a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
div.BBCodeEditor ul.toolbar li a img {
	width: 18px;
	height: 18px;
	border: 0px;
}
div.BBCodeEditor ul.toolbar li div {
	position: absolute;
	left: 0px;
	top: 20px;
	width: auto;
	margin-left: -5px;
	visibility: hidden;
	z-index: 15;
	border: 1px solid #202020;
	background-color: #f0f0f0;
}
div.BBCodeEditor ul.toolbar li div a.colorbtn {
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #202020;
}
div.BBCodeEditor ul.toolbar li div a.colorbtn:hover {
	border: 1px solid #999;
}
div.BBCodeEditor ul.toolar li div a.sizebtn {
	display: block;
	width: auto;
	height: auto;
	border: 0px;
}
div.BBCodeEditor textarea {
	border: 0px;
	width: 100%;
	height: 200px;
	padding: 0px;
}
div.BBCodeEditor input.statusbar {
	border: 0px;
	border-top: 1px solid #999;
	background-color: #eee;
	color: #666;
	font-size: 9px;
	width: 100%;
}

/* Mailbox */
div.mailbox {
	border: 1px solid #999;
	padding: 1px;
	width: 886px;
}
div.mailbox ul.toolbar {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	background-color: #ddd;
	border-bottom: 1px solid #999;
}
div.mailbox ul.toolbar li {
	position: relative;
	display: inline;
	float: left;
	height: 22px;
	width: auto;
	padding: 1px;
	z-index: 10;
	background-color: #ddd;
	margin: 0px 1px;
}
div.mailbox ul.toolbar li a {
}
#folder-savebox {
	padding-left: 26px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url('images/toolbar/mail_save.gif');
}
div.mailbox ul.toolbar li.separator {
	border: solid #ddd;
	border-width: 0px 1px;
	width: 1px;
	padding: 0px;
	background-color: #666;
}
div.mailbox ul.toolbar li div {
	position: absolute;
	left: 0px;
	top: 20px;
	width: auto;
	margin-left: -5px;
	visibility: hidden;
	z-index: 15;
	border: 1px solid #202020;
	background-color: #f0f0f0;
}
div.mailbox ul.toolbar li div a {
	padding: 1px;
	width: auto;
	display: block;
	white-space: nowrap;
}
