/* INCLUDE */
@import url("common_colors.css");
@import url("style_styles.css");
@import url("style_flickr.css");

* {
	margin: 0;
	padding: 0;
}

html {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
}

body {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	/*font-size: 62.5%;*/ /* This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	background-color: #0f0f0f;
	margin: 0px 0px 0px 0;
	padding: 0px 10px 0px;
}

/* wrapper */
#global-wrapper {
	width: 960px !important;
	clear: both;
	margin: 0 auto;
	padding-top: 15px;
}

#wrapper {
	width: 960px !important;
	display: table-cell;

	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;

	border-style: solid;
	border-color: #333333;
	border-width: 1px;
	line-height: 1;

	background-color: #080808;
	/*
	background-color: transparent;
	background-image: url('./images/white/bg_transparent.png');
	background-repeat: repeat;
	*/

	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
}

#wrapper-inner {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

/*
#global-wrapper {
	width: 960px !important;
	clear: both;
	margin: 0 auto;
}

#wrapper {
	width: 960px !important;
	display: table-cell;
	background: #040404 url('bg/bg_b_l.gif') top left repeat-y;
}

#wrapper1 { background: url('bg/bg_b_r.gif') top right repeat-y; }
#wrapper2 { background: url('bg/bg_h_c.gif') top left repeat-x; }
#wrapper3 { background: url('bg/bg_h_l.gif') top left no-repeat; }
#wrapper4 { background: url('bg/bg_h_r.gif') top right no-repeat; }
#wrapper5 { background: url('bg/bg_f_c.gif') bottom left repeat-x; }
#wrapper6 { background: url('bg/bg_f_l.gif') bottom left no-repeat; }
#wrapper7 { background: url('bg/bg_f_r.gif') bottom right no-repeat; }

#wrapper-inner {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
*/

.rounded_line {
	padding: 5px;
}

.rounded_line_ext {
	background: #112233;
	padding: 5px;
}

.top_divider {
	text-align: center;
	vertical-align: middle;
	font-size: 1px;
	border: solid 0px #222222;
	border-top-width: 1px;
}

#top_logo {
	background-color: transparent;
	height: 115px;
}

#top_logo div {
	margin-top: 20px;
	margin-left: 10px;
}

#bottom_logo_ext {
	border-top: 1px solid #222222;
}

#acp, #forumtable, p, td, th {
	/*font-size: 1.1em;*/
	font-size: 11px;
	color: #ffffff;
}

#forumtable {
	width: 100%;
	margin: 0;
	padding: 0;
}

#forumtable p {
	margin: 0;
	text-align: left;
}

#forumtable td.tbody {
	padding: 10px;
}

#content {
	padding: 2px 7px 5px 7px;
	text-align: center;
}

#content .content-index {
	margin-left: 7px;
	margin-right: 7px;
}

.content-padding {
	padding: 2px;
}

.content-no-padding {
	padding: 0px;
}

.min250 {
	width: 250px;
	min-width: 250px;
}

.right-column {
	float: right;
	width: 770px;
	margin-left: 5px;
}

.left-column {
	width: 150px;
	margin-right: 5px;
}

/* ALIGNMENT - BEGIN */
.talignc { margin: 0 auto; }
.tdalignc { text-align: center; }
.tdalignl { text-align: left; }
.tdalignr { text-align: right; }
.tvalignt { vertical-align: top; }
.tvalignm { vertical-align: middle; }
.tvalignb { vertical-align: bottom; }
.align-spacer { clear: both; display: block; margin-bottom: 2px; }
.align-left, .align-top-left, .align-bottom-left { float: left; text-align: left; padding-left: 3px; margin-left: 3px; }
.align-top-left { vertical-align: top; }
.align-bottom-left { vertical-align: bottom; }
.align-right, .align-top-right, .align-bottom-right { float: right; text-align: right; padding-right: 3px; margin-right: 3px; }
.align-top-right { vertical-align: top; }
.align-bottom-right { vertical-align: bottom; }
.align-left-f { float: left; }
.align-right-f { float: right; }
.va-top { vertical-align: top; }
.va-middle { vertical-align: middle; }
.va-bottom { vertical-align: bottom; }
.clear { clear: both; }
/* ALIGNMENT - END */

/* XHTML compliant, define border in CSS */
table, img, .forumline img, .forumlinenb img {
	border: none;
}

label { color: #cccccc; }

label:hover { color: #999999; }

a { color: #4488dd; text-decoration: underline; }
a:visited { color: #4488dd; text-decoration: underline; }
a:hover, a:active { color: #ff0088; text-decoration: underline;}

.sitedes, .maintitle, h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.sitedes {
	font-size: 62.5%;
	float: right;
	position: relative;
	display: inline;
	text-align: right;
	vertical-align: bottom;
	padding: 3px;
}

.maintitle {
	font-size: 2.4em;
	font-weight: bold;
}

.h1 {
	font-size: 2.0em;
	font-weight: bold;
}

.h2 {
	font-size: 1.8em;
	font-weight: bold;
}

.h3 {
	font-size: 1.5em;
	font-weight: bold;
}

.h4 {
	font-size: 1.2em;
}

.h5 {
	font-size: 1.1em;
}

.h6 {
	font-size: 1em;
}

hr {
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
	border: 0px none #000000;
	border-top: 1px solid #bbbbbb;
}

hr.dashed {
	border-top: 1px dashed #333333;
	margin: 10px 0;
}

/*
.gen { font-size: 1.2em; }
.genmed { font-size: 1.1em; }
.gensmall { font-size: 1.0em; }
.gennull{ font-size: 0em; }
*/

.gen { font-size: 12px; }
.genmed { font-size: 11px; }
.gensmall { font-size: 10px; }
.gennull{ font-size: 0px; }

.error-message { color: #ff0088; }

.center-block {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.center-block-text {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.error-message {
	font-size: 12px;
	font-weight: bold;
}

/* buttons */
.forum-buttons {
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #0077ff;
	height: 25px;
	border-top: solid 1px #222222;
	border-bottom: solid 1px #222222;
	/*white-space: nowrap;*/
}

.forum-buttons a, .forum-buttons a:visited { color: #0077ff; font-weight: bold; text-decoration: none; vertical-align: top; }
.forum-buttons a:hover, .forum-buttons a:active { color: #ff0088; font-weight: bold; text-decoration: none; vertical-align: top; }

/* footer */
#copyright {
	padding-left: 4px;
	padding-right: 4px;
	background-image: url('bg_copyright.gif');
	border-bottom: solid 2px #0077ff;
	border-top: solid 1px #bbbbbb;
	font-size: 9px;
	color: #7f7f7f;
}

#copyright a, #copyright a:visited {
	color: #0066ee;
	text-decoration: none;
}

#copyright a:hover, #copyright a:active {
	color: #0077ff;
	text-decoration: none;
}

.copyright {
	padding-left: 2px;
	padding-right: 2px;
	font-size: 9px;
	color: #0077ff;
	vertical-align: middle;
}

.generation {
	/*padding: 2px;
	padding-bottom: 4px;*/
	font-size: 9px;
	color: #0066ee;
}

/* general */
.extra-top-padding { padding-top: 1px; }

.empty-table td {
	/*padding: 3px 0;*/
}

.forumline {
	border: solid 1px #111c22;
	background-color: #070707;
	margin: 5px 0;
}

.forumlinenb {
	border: solid 1px #0f171c;
	background-color: #070707;
}

.no-width { margin: 5px auto; }
.forumline td { padding: 2px; }
.forumline-no2 td { padding: 2px; }

.row1, .row2, .row3, .row4, .row1h, .row1h-new, .row2h, .row3h, .row1hHover, .row1h-newHover {
	border: solid 1px #000000;
	border-right-color: #111111;
	border-bottom-color: #111111;
	text-align: left;
}

.row1, .row1h, .row1h-new, .row1hHover, .row1h-newHover {
	background-color: #07090b;
}

.row2, .row2h {
	background-color: #07090f;
}

.row3, .row3h {
	background-color: #0b0d13;
}

.row4 {
	background-color: #070707;
}

.row5, .row5h {
	background-color: #bbbbbb;
}

.row5bg {
	background: #bbbbbb url('bg_hdr.gif');
	border-width: 1px 0px 1px 0px;
	border-bottom: 1px solid #0077ff;
	border-top: 1px solid #0077ff;
}

.row6 {
	background-color: #070707;
	border: solid 1px #161127;
}

.row-right {
	text-align: right;
	vertical-align: middle;
}

.quote {
	background-color: #070707;
	border: solid 1px #0077ff;
	vertical-align: top;
}

.row1h:hover, .row1hHover {
	background: #222200 url('bg_row_hover.gif') bottom right no-repeat;
	border-top-color: #070707;
	border-left-color: #070707;
	border-bottom-color: #111111;
	border-right-color: #111111;
}

.row1h-new:hover, .row1h-newHover {
	background: #222200 url('bg_row_hover_new.gif') bottom right no-repeat;
	border-top-color: #070707;
	border-left-color: #070707;
	border-bottom-color: #111111;
	border-right-color: #111111;
}

.forumline div.row1, .forumline p.row1, .forumlinenb div.row1, .forumlinenb p.row1 { text-align: left; padding: 3px; }

.row1g, .row1g-left, .row1g-left-top {
	background: #000000 url('bg_post.gif') top left repeat-x;
	border: solid 1px #000a11;
	border-right-color: #222222;
	border-bottom-color: #222222;
}

.row1g {
	vertical-align: middle;
	text-align: center;
}

.row1g-left, .row1g-left-top {
	text-align: left;
}

.row1g-left {
	vertical-align: middle;
}

.row1g-left-top {
	vertical-align: top;
}

.forumline th, .forumlinenb th {
	background: #000000 url('bg_th.gif') top left repeat-x;
	color: #0066ee;
	font-weight: bold;
	font-size: 11px;
	height: 24px;
	padding: 0 5px;
	border: solid 1px #000000;
	border-right-color: #111111;
	border-bottom-color: #111111;
	white-space: nowrap;
}

.forumline th.right, .forumlinenb th.right {
	border-right-color: #000000;
}

.forumline .row1h-forum, .forumline .row1h-forumHover, .forumline .row1h-forum-new, .forumline .row1h-forum-newHover {
	padding: 0 2px 2px 2px;
}

.forumlinenb .row1h-forum, .forumlinenb .row1h-forumHover, .forumlinenb .row1h-forum-new, .forumlinenb .row1h-forum-newHover {
	padding: 0 2px 2px 2px;
}

.forumline .no-padding, .forumlinenb .no-padding {
	padding: 0;
}

.forumline .row-header, .forumlinenb .row-header {
	background: #373737 url('bg_th.gif');
	border: solid 1px #000000;
	border-right-color: #222222;
	border-bottom-color: #222222;
	padding: 0;
	text-align: left;
	vertical-align: middle;
	height: 27px;
}

.forumline p.row-header, .forumlinenb p.row-header { height: 25px; }

.forumline .row-header span, .forumlinenb .row-header span {
	background: url('little_box.gif') no-repeat left;
	padding-left: 24px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #0066ee;
	display: inline;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	height: 24px;
	/*line-height: 1.2em;*/
}

.row-header a, .row-header a:visited {
	color: #0077ff;
	text-decoration: underline;
}

.row-header a:hover, .row-header a:active {
	color: #ff0088;
	text-decoration: underline;
}

/* shortcuts */
.row-center, .row-center-small, .forumline .row1h-center, .row1h-centerHover {
	text-align: center;
	vertical-align: middle;
}

.row-center-small {
	font-size: 10px;
}

.catBottom, .cat, .catLeft, .catRight {
	background: #000000 url('bg_catbottom.gif') top left repeat-x;
	text-align: center;
	border: solid 1px #000000;
	border-right-color: #222222;
	border-bottom-color: #222222;
	height: 28px;
	min-height: 28px;
}

.forumline td.catBottom, .forumlinenb td.catBottom { padding: 1px; }

.spaceRow {
	background: #0077ff url('bg_spacerow.gif');
	border: solid 1px #000000;
	border-right-color: #222222;
	border-bottom-color: #222222;
	height: 3px;
	padding: 0;
}

.forumline td.spaceRow, .forumlinenb td.spaceRow { padding: 0; }

.roundedtop {
	margin-top: 5px;
	margin-bottom: 0px;
}

.roundedtop td {
	height: 29px;
	white-space: nowrap;
}

.topcorners {
	vertical-align: bottom;
	width: 27px;
	height: 29px;
}

.roundedhl {
	background: url('tbl/tbl_h_l.gif') no-repeat;
}

.roundedhc {
	background: url('tbl/tbl_h_c.gif') bottom left repeat-x;
}

.roundedhr {
	background: url('tbl/tbl_h_r.gif') no-repeat;
}

.roundedfl {
	background: url('tbl/tbl_f_l.gif') no-repeat;
}

.roundedfc {
	background: url('tbl/tbl_f_c.gif') top left repeat-x;
}

.roundedfr {
	background: url('tbl/tbl_f_r.gif') no-repeat;
}

.roundedbottom {
	margin-top: 0px;
	margin-bottom: 5px;
}

/* navigation */
.nav-header {
	background: #111C22 url('bg_nav1.gif');
	color: #777777;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 4px 5px;
}

.nav-links {
	color: #777777;
	text-align: right;
	background: #000000 url('bg_nav2.gif') top left repeat-x;
	padding: 3px 5px;
	font-size: 10px;
	line-height: 1.4em;
}

.nav-links-left {
	float: left;
	text-align: left;
}

.nav-header, .nav-links {
	border: solid 1px #000000;
	border-right-color: #111111;
	border-bottom-color: #111111;
}

.nav-div a, .nav-div a:visited {
	color: #0066ee;
	text-decoration: none;
}

.nav-div a:hover, .nav-div a:active {
	color: #ff0088;
	text-decoration: none;
}

.nav-links a, .nav-links a:visited, .nav-links a:hover{ text-decoration: underline; }

.nav-div a.nav-current, .nav-div a.nav-current:visited {
	color: #CC6699;
}

.nav-div a.nav-current:hover, .nav-div a.nav-current:active {
	color: #ff0088;
	text-decoration: none;
}

/* forum index */
.forumlink, .forumlink-new {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	color: #0077ff;
}

a.forumlink, a.forumlink:visited { color: #0077ff; text-decoration: none; }
a.forumlink:hover, a.forumlink:active { color: #ff0088; text-decoration: underline; }
a.forumlink-new, a.forumlink-new:visited { color: #ff3399; text-decoration: none; }
a.forumlink-new:hover, a.forumlink-new:active { color: #ff0088; text-decoration: underline; }

.moderators {
	font-size: 10px;
	color: #777777;
}

.moderators a, .moderators a:visited { color: #888888; text-decoration: underline; }
.moderators a:hover, .moderators a:active { color: #0077ff; text-decoration: underline; }

/* viewforum */
.topiclink b, .topiclink-new b {
	color: #0066ee;
	font-size: 11px;
}

.topiclink a, .topiclink-new a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.topiclink a:hover, .topiclink a:active {
	text-decoration: underline;
}

.topiclink-new a{
	color: #ff0088;
}

.topiclink-new a:hover, .topiclink-new a:active {
	text-decoration: underline;
}

/* pagination */
/* pagination */
.pagination,
.pagination b,
.gotopage a, .gotopage a:visited, .pagination a, .pagination a:visited,
.gotopage a:hover, .gotopage a:active, .pagination a:hover, .pagination a:active {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 9px;
	text-decoration: none;
}

.pagination b {
	background-color: #222222;
	border: #777777 1px solid;
	color: #0066ee;
}

.gotopage a, .gotopage a:visited, .pagination a, .pagination a:visited {
	background-color: #000000;
	border: #777777 1px solid;
	color: #0066ee;
}

.gotopage a:hover, .gotopage a:active, .pagination a:hover, .pagination a:active {
	background-color: #111111;
	border: #ff0088 1px solid;
	color: #0077ff;
}

.row-post {
	background: #000000 url('bg_post.gif') top left repeat-x;
	border: solid 1px #000000;
	border-right-color: #222222;
	border-bottom-color: #222222;
	vertical-align: top;
	text-align: left;
	padding: 3px;
}

/* phpbbstyles.com bbcode */
.post-text {
	width: 99% !important;
	float: left;
	clear: both;
	font-size: 12px;
	/*line-height: 1.2em;*/
	/* to avoid vertical scrollbar with acronyms in last line */
	padding-bottom: 3px;
}

.post-text-hide-flow {
	overflow: auto;
	max-width: 740px;
}

.post-text li {
	margin-left: 40px;
}

.post-text li li {
	margin-left: 20px;
}

.post-text li li li {
	margin-left: 20px;
}

.code-row li {
	margin-left: 20px;
}

blockquote {
	margin: 0;
	padding: 0;
	display: block;
	/*overflow: hidden;*/
	overflow: auto;
}

.post-text blockquote {
	color: #bbbbbb;
	display: block;
	/*overflow: hidden;*/
	overflow: auto;
	margin: 5px 20px;
	width: auto;
	border: solid 1px #333333;
	background: #000000 url('bg_quote_content.gif') bottom right no-repeat;
	padding: 5px;
	font-size: 12px;
}

.post-text blockquote a, .post-text blockquote a:visited {
	color: #888888;
	text-decoration: none;
	border-bottom: dotted 1px #999999;
}

.post-text blockquote a:hover, .post-text blockquote a:active {
	color: #0077ff;
	text-decoration: none;
	border-bottom: dotted 1px #0077ff;
}

.post-text blockquote h6, .post-text blockquote .quote-user, .post-text blockquote .quote-nouser {
	margin: 0;
	margin-bottom: 5px;
	padding-left: 18px;
	padding-bottom: 3px;
	border-bottom: solid 1px #222222;
	font-size: 11px;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #7f7f7f;
	background: #000000 url('bg_quote_header.gif') top left no-repeat;
}

.post-text .code {
	color: #0066ee;
	display: block;
	margin: 5px 20px;
	width: auto;
	border: solid 1px #333333;
	background-color: #000000;
	padding: 5px;
	font-size: 12px;
	font-family: 'Courier New', sans-serif;
}

.post-text .code h6, .post-text .code-header {
	margin: 0;
	margin-bottom: 5px;
	padding-left: 18px;
	padding-bottom: 3px;
	border-bottom: solid 1px #222222;
	font-size: 11px;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #7f7f7f;
	background: #000000 url('bg_code_header.gif') top left no-repeat;
}

.post-text .code a, .post-text .code a:visited {
	color: #888888;
	text-decoration: none;
	border-bottom: dotted 1px #999999;
}

.post-text .code a:hover, .post-text .code a:active {
	color: #0077ff;
	text-decoration: none;
	border-bottom: dotted 1px #0077ff;
}

.code-header a:link, .code-header a:visited  { color: #999999; text-decoration: none; border-bottom: dotted 1px #999999; }
.code-header a:hover, .code-header a:active { color: #0077ff; text-decoration: none; border-bottom: dotted 1px #0077ff; }
.code-content {
	/*overflow: hidden;*/
	overflow: auto;
	padding: 0;
}

.code-list {
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
}

li.code-row {
	white-space: normal;
	border-top: 1px #222222 solid;
	color: #444444;
	/*wrap-option: emergency;*/
}

.code-row-text {
	color: #0066ee;
}

div.code li.code-row-highlight {
	color: #ff5500;
	border-color: #272727;
}

div.code li.code-row-highlight .code-row-text, div.code span.code-row-highlight {
	color: #ff5500;
}

li.code-row-first {
	border-top: none;
}

/* CSS Buttons - BEGIN */
.css-button-wrap {
}

div.css-button-wrap div.forumline {
	border: solid 1px #222222;
}

div.css-button-wrap div.forumline, .css-button-body {
	background: #080808 url('images/white/bg_input.gif') top left repeat-x !important;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.css-button-wrap div.forumline div.row1h, .css-button-body {
	line-height: 1.6em;
}

.css-button-body {
	vertical-align: middle;
	height: 20px;
}

div.css-button-wrap div.forumline:hover {
	border: solid 1px #ff0088;
	color: #ff0088;
}

div.css-button-wrap div.forumline:hover, .css-button-body:hover {
	background: #080808 url('bg_input.gif') repeat-x 0 -24px !important;
}

.css-button-left {
}
/* CSS Buttons - END */

/* inputs */
form {
	display: inline;
}

input, select, textarea {
	font-family: /*"Lucida Grande",*/ Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	/* box-sizing: content-box; */
	-moz-box-sizing: content-box;
}

input, select {
	vertical-align: middle;
}

textarea {
	overflow: auto;
}

select {
	cursor: pointer;
}

option {
	padding-right: 1em;
}

/* inputs - fixing height and padding */
* html input.mainoption, * html input.altoption, * html input.liteoption { height: 20px; padding-left: 3px; padding-right: 3px; margin: 2px; vertical-align: middle;}
input.mainoption, input.altoption, input.liteoption { height: 18px; padding-left: 3px; padding-right: 3px; margin: 2px; vertical-align: middle; }
input.post { height: 18px; padding-left: 3px; padding-right: 3px; margin: 2px; vertical-align: middle; }
* html input.jumpbox { height: 20px; padding-left: 3px; padding-right: 3px; margin: 2px; vertical-align: middle; }
input.jumpbox { height: 18px; padding-left: 3px; padding-right: 3px; margin: 2px; vertical-align: middle; }
select option { height: 16px; padding-left: 3px; padding-right: 3px; vertical-align: middle; }

/* inputs colors */
.helpline {
	background-color: #070707;
	border: solid 1px #888888;
	color: #999999;
	padding-left: 5px !important;
}

.helpline, input, textarea, select {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

* html input.mainoption, * html input.altoption, * html input.liteoption,
input.mainoption, input.altoption, input.liteoption {
	padding-bottom: 3px;
}

textarea {
	padding: 5px !important;
}

select {
	padding: 1px;
}

* html input, * html textarea, * html select,
input, textarea, select {
	color: #777777;
}

* html textarea, * html select,
textarea, select {
	background-color: #070707;
	border: 1px solid #888888;
}

input:hover, textarea:hover, select:hover {
	background-color: #111111;
	border: solid 1px #ff0088;
	color: #ff0088;
}

input:focus, textarea:focus, select:focus {
	background-color: #0b0b0b;
	border: solid 1px #ff0088;
	color: #ffffff;
}

input.post, input.mainoption, input.altoption, input.liteoption {
	background-color: #070707;
}

input.mainoption, input.altoption, input.liteoption {
	background: #070707 url('bg_input.gif') top left repeat-x;
}

input.post, * html input.post {
	border: 1px solid #888888;
	color: #cccccc;
}

input.mainoption, * html input.mainoption {
	border: solid 1px #999999;
	color: #cccccc;
	font-weight: bold;
}

input.altoption, * html input.altoption {
	border: solid 1px #777777;
	color: #225599;
}

input.liteoption, * html input.liteoption {
	border: solid 1px #555555;
	color: #999999;
}

input.post:hover, input.mainoption:hover, input.altoption:hover, input.liteoption:hover {
	background-color: #050505;
	border: solid 1px #ff0088;
	color: #ff0088;
}

input.mainoption:hover, input.altoption:hover, input.liteoption:hover {
	background: #050505 url('bg_input.gif') repeat-x 0 -24px;
}

input.post:focus, input.mainoption:focus, input.altoption:focus, input.liteoption:focus {
	background-color: #181818;
	border: solid 1px #ff0088;
	color: #cccccc;
}

input.mainoption:focus, input.altoption:focus, input.liteoption:focus {
	background: #070707 url('bg_input.gif') top left repeat-x;
}

input.button {
	background: #000000 url('bg_nav2.gif') top left repeat-x;
	border: solid 1px #222222;
	color: #cccccc;
}

input.button:hover {
	border: solid 1px #ff0088;
	color: #ffffff;
}

input.button:focus {
	border: solid 1px #ff0088;
	color: #ffffff;
}

select optgroup {
	background-color: #070707;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
}

select option {
	background-color: #04080b;
	color: #cccccc;
}

input.search:hover, input.search:focus, input.search:active, input.search {
	background-image: url('icon_textbox_search.gif');
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 17px;
}

/* graphs */
.graph table{
	border: none;
	margin: 0px;
}

.graph td{
	border: none;
	margin: 0px;
}

.poll-table td {
	padding: 3px 10px;
	text-align: left;
	font-size: 11px;
}

/* pagination */
.pagination {
	font-size: 12px;
	line-height: 2em;
	font-weight: bold;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 3px;
}

.gotopage {
	display: block;
	font-size: 10px;
	line-height: 2em;
	margin: 3px 0 1px 0;
}

* html .gotopage { margin-top: 5px; margin-bottom: 2px; }

/* MG BOXES */
.bbcb_mg_codetitle, .post-text .mg_codetitle {
	color: #555500;
	background: #66aa88 url('bbc_code.gif') no-repeat right;
	border: 1px solid #222222;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	padding: 5px;
	width: 90%;
	margin-top: 10px;
}

.bbcb_mg_codediv, .post-text .mg_codediv {
	color: #99ff99;
	background: #050505;
	border: 1px solid #222222;
	border-top: 0;
	font-family: "Courier New", Courier, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 5px;
	overflow: auto;
	width: 90%;
	/* height: 100px; */
}

.bbcb_mg_quotetitle, .post-text .mg_quotetitle {
	color: #7799bb;
	background: #002255 url('bbc_quote.gif') no-repeat right;
	border: 1px solid #222222;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	padding: 5px;
	width: 90%;
	margin-top: 10px;
}

.bbcb_mg_attachtitle, .post-text .mg_attachtitle {
	color: #664400;
	background: #cc6600 url('bbc_zip.gif') no-repeat right;
	border: 1px solid #222222;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	padding: 5px;
	width: 90%;
	margin-top: 10px;
}

.bbcb_mg_quotediv, .post-text .mg_quotediv, .bbcb_mg_attachdiv, .post-text .mg_attachdiv {
	color: #999999;
	background: #050505;
	border: 1px solid #222222;
	border-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 5px;
	width: 90%;
	overflow: auto;
	direction: ltr;
	/* max-height: 200px; */
}

.post-text .mg_codetitle, .post-text .mg_codediv, .post-text .mg_quotetitle, .post-text .mg_quotediv, .post-text .mg_attachtitle, .post-text .mg_attachdiv {
	display: block;
}

.bbcb_mg_spoiler, .post-text .spoiler, .post-text .spoiler_trans {
	background-color: #050505;
	border: 1px solid #ff5500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 125%;
	margin: 5px 20px;
	padding: 5px;
}

.post-text .spoiler {
	display: block;
	/*overflow: hidden;*/
	overflow: auto;
	color: #999999;
}

.post-text .spoiler_trans {
	display: block;
	/*overflow: hidden;*/
	overflow: auto;
	color: #050505;
	width: auto;
}

.highlight-w {
	color: #ff0088;
	background-color: #555500;
	font-weight: bold;
}

/* Nav Menu */
.nav-menu {
	display: inline;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
}

a.nav-menu-link {
	vertical-align: top;
	text-decoration: none;
}

.max-min-right {
	display: inline;
	float: right;
	cursor: pointer;
}

.js-sh-box {
	display: inline;
	position: relative;
}

