* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #002233;
	background-image: url(images/header__all.png);
	background-repeat: repeat-x;
}

.xs {
	font-size: 11px;
	color: #337799;
	font-family: Tahoma, Arial, Helvetica;
}

.s {
	font-size: 11px;
	color: #337799;
	font-family: Tahoma, Arial, Helvetica;
}
.m {
	font-size: 12px;
	color: #66AACC;
	font-family: Verdana, Arial, Helvetica;
}
.l {
	font-size: 14px;
	color: #00AADD;
	font-family: Verdana, Arial, Helvetica;
}
.xl {
	font-size: 21px;
	color: #00AADD;
	font-family: Verdana, Arial, Helvetica;
}
a {
	color: #00AADD;
}
a:hover {
	color: #00CCEE;
}

.quote {
	background-color: #000000;
	border: 1px solid;
	border-color: #004466;
	font-size: 12px;
	color: #5599BB;
	font-family: Verdana;
	padding: 10px;
}
.code {
	background-color: #000000;
	border: 1px solid;
	border-color: #004466;
	font-size: 12px;
	color: #666666;
	font-family: FixedSys;
	padding: 10px;
}

input, select, textarea {
	background-color: #000000;
	border: 1px solid;
	border-color: #004466;
	font-size: 12px;
	color: #66AACC;
	font-family: Verdana;
	margin-bottom: 2px;
	padding: 2px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
option {
	border: 1px solid #000000;
	background: #000000;
	padding-right: 10px;
}
input.textbox, textarea {
	background-image: url(images/input_text.png);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #66AACC;
}
input.button, select {
	background-image: url(images/input_button.png);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 11px;
}
input.buttonmain {
	background-image: url(images/input_button.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #00AADD;
}
input:hover, select:hover, textarea:hover {
	border-color: #115577;
}

ul, ol {
	margin-left: 30px;
}

th {
	padding-bottom: 20px;
	background-image: url(images/line_small.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
th a {
	text-decoration: none;
}

.row1 {
	background-color: #000000;
	padding: 5px;
}
.row2 {
	background-color: #001827;
	padding: 5px;
}
.row3 {
	background-color: #002233;
	padding: 5px;
}
.padbottom {
	display: block;
	padding-bottom: 3px;
}
.spacesmall {
	display: block;
	height: 5px;
	width: 5px;
}
.spacemed {
	display: block;
	height: 15px;
	width: 15px;
}
.padspace {
	height: 10px;
	width: 10px;
}


/***** HEADER *****/


.header__all__back {
	height: 180px;
	width: 100%;
	background-image: url(images/header__all.png);
	background-repeat: repeat-x;
}
.header__all {
	height: 103px;
	width: auto;
	text-align: right;
	vertical-align: top;
	font-size: 1px;
}
.headeravatar {
	height: 30px;
	border: 1px solid #004466;
	padding: 2px;
}
.header__alltop {
	height: 77px;
	width: auto;
	text-align: right;
	vertical-align: middle;
}
.header__centerleft {
	height: 180px;
	width: 103px;
	background-image: url(images/header__centerleft.png);
	background-repeat: no-repeat;
}
.header__center {
	height: 180px;
	width: 250px;
	background-image: url(images/header__center.png);
	background-repeat: repeat-x;
	vertical-align: center;
	padding-bottom: 43px;
}
.header__centerright {
	height: 180px;
	width: 103px;
	background-image: url(images/header__centerright.png);
	background-repeat: no-repeat;
}


/***** INDEX *****/


table.bodycontent:hover, table.sidebox:hover, table.bodycontentpost:hover {
	border: 1px solid #115577;
}

.bodywholeinv {
	width: 900px;
	margin: 0px auto 0px auto;
}

.bodycontent {
	width: 100%;
	border: 1px solid #004466;
	background: #000000;
	margin: 0px;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.sidebox {
	width: 250px;
	margin: 0px auto 0px 20px;
	border: 1px solid #004466;
	background: #000000;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.bodycontentinv {
	width: 100%;
	margin: 0px;
}

#foot {
	background-image: url(images/firefox.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}


/***** TOPICS *****/


.paginationtop {
	width: 99%;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 3px 0px;
	text-align: right;
	position: relative;
	top: 3px;
}
.pagetop {
	background-color: #000000;
	padding: 3px 7px 3px 7px;
	margin: 0px 4px 0px 0px;
	border: 1px solid #004466;
	border-bottom: none;
	height: 1px;
	vertical-align: bottom;
	cursor: pointer;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-radius: 5px 5px 0px 0px;
}
span.pagetop:hover {
	border: 1px solid #115577;
	border-bottom: none;
}

.paginationbot {
	width: 99%;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 10px 0px;
	text-align: right;
	position: relative;
	top: -3px;
}
.pagebot {
	background-color: #000000;
	padding: 3px 7px 3px 7px;
	margin: 0px 4px 0px 0px;
	border: 1px solid #004466;
	border-top: none;
	height: 1px;
	cursor: pointer;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius: 0px 0px 5px 5px;
}
span.pagebot:hover {
	border: 1px solid #115577;
	border-top: none;
}
.pagebot a, .pagetop a {
	display: block;
}

.topics td {
	padding: 5px 3px 5px 3px;
	border-bottom: 1px solid #002233;
}

tr.topics:hover {
	background-color: #001827;
}

td.head {
	background-color: #002233;
}

.topictitle a {
	color: #88B5CC;
}
.topictitle a:hover {
	color: #00CCEE;
}


/***** POSTS *****/



.postleft {
	width: 150px;
}

.bodycontentpost {
	width: 100%;
	margin: 0px 0px 0px 0px;
	border: 1px solid #004466;
	background: #001827;
	padding: 0px;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.bodycontentpost td.pad {
	padding: 10px;
}
.bodycontentpost td.post {
	padding: 10px;
	border: 1px solid #004466;
	border-right: none;
	border-top: none;
	background-color: #000000;
}
.bodycontentpost td.post img {
	max-width: 700px;
}
.bodycontentpost td.sig {
	padding: 10px;
	padding-top: 10px;
}
.bodycontentpost td.sig img {
	max-width: 700px;
}
.bodycontentpost td.posttopleft {
	padding: 10px;
	border: 1px solid #004466;
	border-right: none;
	background-color: #000000;
}
.bodycontentpost td.posttopright {
	padding: 10px;
	border: 1px solid #004466;
	border-bottom: none;
	border-right: none;
	border-top: none;
	background-color: #000000;
	-moz-border-radius: 0px 10px 0px 0px;
	-khtml-border-radius: 0px 10px 0px 0px;
	-webkit-border-top-right-radius: 10px;
	border-radius: 0px 10px 0px 0px;
}
.bodycontentpost td.postblank {
	background-color: #000000;
	border: 1px solid #004466;
	border-left: none;
	border-right: none;
	border-top: none;
}
.reviewpost img {
	max-width: 600px;
}

.tdemot {
	text-align: center;
}
.emoticon {

}


/***** PROFILE *****/


table#td50 td {
	width: 50%;
	vertical-align: top;
	padding: 3px;
}


/***** SEARCH *****/


table#td25 td {
	width: 25%;
	vertical-align: top;
	padding: 3px;
}

/***** BBCODE *****/

.hidden {
	color: #000000;
	background-color: #000000;
}
