
body {
	background: #03224c;
	color: #000;
	text-align: center;
	line-height: 1.3;
	
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

a:link {
	color: #A0DFFF;	text-decoration: none;
}

a:visited {
	color: #A0DFFF;	text-decoration: none;
}

a:hover, a:active {
	color: #fff;	text-decoration: underline;
}

#container {
	background: #033553;
	width: 88%;
	color: #FFF;
	border: 1px solid #000;
	margin: auto auto;
	padding: 12px;
	text-align: left;
}

#content {
	/* FIX: Make internet explorer wrap correctly */	width: auto !important;
}

.menu {
	color: #fff;	text-align: center;		font-size: 10pt;
}

.menu ul {
	color: #FFF;
	text-align: center;
	padding: 4px;
	
	font-size: 8pt;
	font-weight: bolder;
}

.menu ul a:link {
	color: #efefef;	text-decoration: none;
}

.menu ul a:visited {
	color: #FFF;	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	color: #FFF;	text-decoration: none;
}

#panel {
	background: #033553;
	color: #fff;
	border: 1px solid #000;
	padding: 8px;
	
	font-size: 11px;
}

#panel .remember_me input {
	vertical-align: middle;	margin-top: -1px;
}

table {
	color: #fff;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 12px;
}

.tborder {
	background: #000;	width: 100%;	margin: auto auto;	border: 1px solid #000;
}

.thead {
	background: #000;	color: #ffffff;	font-size: 14px;
}

.thead a:link {
	color: #ffffff;	text-decoration: none;
}

.thead a:visited {
	color: #ffffff;	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #ffffff;	text-decoration: underline;
}

.tcat {
	background: #02253A;
	color: #fff;
	font-size: 12px;
}

.tcat a:link {
	color: #fff;
}

.tcat a:visited {
	color: #fff;
}

.tcat a:hover, .tcat a:active {
	color: #fff;
}

.trow1 {
	background: #044065;
	color: #fff;
	font-size: 13px;
}

.trow2 {
	background: #044065;
	color: #fff;
	font-size: 13px;
}

.trow_shaded {
	background: #000000;
}

.trow_selected td {
	background: #000000;
}

.trow_sep {
	background: #677179;	color: #000;	font-size: 12px;	font-weight: bold;
}

.tfoot {
	background: #02253A;	color: #ffffff;
}

.tfoot a:link {
	color: #ffffff;	text-decoration: none;
}

.tfoot a:visited {
	color: #ffffff;	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #ffffff;	text-decoration: underline;
}

.bottommenu {
	background: #efefef;	color: #000000;	border: 1px solid #4874a3;	padding: 10px;
}

.navigation {
	color: #A0DFFF;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
}

.navigation a:link {
	text-decoration: none;	font-family: Tahoma, Verdana, Arial, Sans-Serif;	font-size: 11px;
}

.navigation a:visited {
	text-decoration: none;	font-family: Tahoma, Verdana, Arial, Sans-Serif;	font-size: 11px;
}

.navigation a:hover, .navigation a:active {
	text-decoration: none;	font-family: Tahoma, Verdana, Arial, Sans-Serif;	font-size: 11px;
}

.navigation .active {
	color: #A0DFFF;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
}

.smalltext {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

.largetext {
	font-size: 14px;	font-weight: bold;
}

input.textbox {
	background: #ffffff;	color: #000000;	border: 1px solid #0f5c8e;	padding: 1px;
}

textarea {
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #0f5c8e;
	padding: 2px;
	line-height: 1.4;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

select {
	background: #ffffff;	border: 1px solid #0f5c8e;
}

.editor {
	background: #f1f1f1;	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;	border: 1px solid #0f5c8e;
}

.autocomplete {
	background: #fff;	border: 1px solid #000;	color: black;
}

.autocomplete_selected {
	background: #adcee7;	color: #000;
}

.popup_menu {
	background: #ccc;	border: 1px solid #000;
}

.popup_menu .popup_item {
	background: #fff;	color: #000;
}

.popup_menu .popup_item:hover {
	background: #C7DBEE;	color: #000;
}

.trow_reputation_positive {
	background: #005000;
}

.trow_reputation_negative {
	background: #CC6666;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #f2f2f2;
}

.reputation_negative {
	color: red;
}

.invalid_field {
	border: 1px solid #f30;	color: #f30;
}

.valid_field {
	border: 1px solid #0c0;
}

.validation_error {
	background: url(../../../images/invalid.gif) no-repeat center left;	color: #f30;	margin: 5px 0;	padding: 5px;	font-weight: bold;	font-size: 11px;	padding-left: 22px;
}

.validation_success {
	background: url(../../../images/valid.gif) no-repeat center left;	color: #00b200;	margin: 5px 0;	padding: 5px;	font-weight: bold;	font-size: 11px;	padding-left: 22px;
}

.validation_loading {
	background: url(../../../images/spinner.gif) no-repeat center left;	color: #555;	margin: 5px 0;	padding: 5px;	font-weight: bold;	font-size: 11px;	padding-left: 22px;
}

/* Additional CSS (Master) */img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	width: 1%;	display: none;	float: none;
}

.hiddenrow {
	display: none;
}

.selectall {
	background-color: #FFFBD9;	text-align: center;		font-weight: bold;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.menu ul {
	list-style: none;	margin: 0;
}

.menu li {
	display: inline;	padding-left: 5px;
}

.menu img {
	padding-right: 5px;	vertical-align: top;
}

#panel .links {
	margin: 0;	float: right;
}

.expcolimage {
	float: right;	width: auto;	vertical-align: middle;	margin-top: 3px;
}

img.attachment {
	border: 1px solid #E9E5D7;	padding: 2px;
}

hr {
	color: #000000;	background-color: #000000;	height: 1px;	border: 0px;
}

#copyright {
	font: 11px Tahoma, Verdana, Arial, Sans-Serif;	margin: 0;	padding: 10px 0 0 0;
}

#debug {
	float: right;	text-align: right;	margin-top: 0;
}

blockquote {
	background: #000000;	border: 1px solid #ccc;	margin: 0;	padding: 4px;
}

blockquote cite {
	background: #000000;	border-bottom: 1px solid #ccc;	display: block;	margin: 4px 0;		font-style: normal;	font-weight: bold;
}

blockquote cite span {
	background: #000000;	float: right;		font-weight: normal;
}

blockquote cite span.highlight {
	background: #000000;	float: none;	padding-bottom: 0;		font-weight: bold;
}

.codeblock {
	background: #E1E1E1;
	width: 750px;
	color: #000000;
	border: 1px solid #ccc;
	padding: 4px;
}

.codeblock .title {
	background: #E1E1E1;
	border-bottom: 1px solid #000000;
	margin: 4px 0;
	
	font-weight: bold;
}

.codeblock code {
	background: #E1E1E1;
	overflow: auto;
	height: auto;
	max-height: 300px;
	display: block;
	tab-size: 5;
	-moz-tab-size: 5;
	-o-tab-size:  5;
	
	font-family: Courier;
	font-size: 13px;
}

font-family: Courier;
	font-size: 13px;
}

font-family: Courier;
	font-size: 13px;
}

font-family: Courier;
	font-size: 13px;
}

font-family: Courier;
	font-size: 13px;
}

font-family: Courier;
	font-size: 13px;
}

font-family: Courier;
	font-size: 13px;
}

.subforumicon {
	border: 0;	vertical-align: middle;
}

.separator {
	margin: 5px;	padding: 0;	height: 0px;	list-style-type: none;		font-size: 1px;
}

form {
	margin: 0;	padding: 0;
}

.popup_menu .popup_item_container {
	margin: 1px;	text-align: left;
}

.popup_menu .popup_item {
	display: block;	padding: 3px;	text-decoration: none;	white-space: nowrap;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.autocomplete {
	text-align: left;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #000000;	padding-top: 3px;	padding-bottom: 3px;
}

.pm_alert {
	background: #000000;	border: 1px solid #FFD324;	text-align: center;	padding: 5px 20px;	margin-bottom: 15px;		font-size: 10px;
}

.red_alert {
	background: #000000;	color: #A5161A;	border: 1px solid #A5161A;	text-align: center;	padding: 5px 20px;	margin-bottom: 12px;		font-size: 10px;
}

.high_warning {
	color: #000000;
}

.moderate_warning {
	color: #000000;
}

.low_warning {
	color: #AE5700;
}

div.error {
	background: #000000;
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	
	font-size: 12px;
}

div.error p {
	margin: 0;	color: #000;	font-weight: normal;
}

div.error p em {
	font-style: normal;	font-weight: bold;	padding-left: 24px;	display: block;	color: #C00;	background: url(../../../images/error.gif) no-repeat 0;
}

div.error ul {
	margin-left: 24px;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

.pagination {
	padding-top: 10px;
	margin-bottom: 5px;
	
	font-size: 10px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	padding: 2px 6px;
	margin-bottom: 3px;
}

.pagination a {
	border: 1px solid #81A2C4;
}

.pagination .pagination_current {
	background: #F5F5F5;
	color: #000;
	border: 1px solid #81A2C4;
	
	font-weight: bold;
}

.pagination a:hover {
	background: #000000;
	text-decoration: none;
}

.thread_legend, .thread_legend dd {
	margin: 0;	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;	vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
	margin: 0;	padding: 0;
}

.forum_legend dd {
	float: left;	margin-right: 10px;
}

.forum_legend dt {
	margin-right: 10px;	float: left;
}

.success_message {
	color: #00b200;	font-weight: bold;	font-size: 10px;	margin-bottom: 10px;
}

.error_message {
	background: #000000;
	color: #C00;
	margin-bottom: 10px;
	
	font-size: 10px;
	font-weight: bold;
}

.post_body {
	padding: 5px;
}

.post_content {
	padding: 5px 10px;
}

.quick_jump {
	background: url(../../../images/jump.gif) no-repeat 0;	width: 10px;	height: 10px;	padding-left: 10px;	vertical-align: middle;	border: none;
}

.repbox {
	padding: 5px 7px 5px 7px;		font-size: 12px;	font-weight: bold;
}

._neutral {
	background-color:#FAFAFA;	color: #999999;	border:1px solid #CCCCCC;
}

._minus {
	background-color: #FDD2D1;	color: #CB0200;	border:1px solid #980201;
}

._plus {
	background-color:#E8FCDC;	color: #008800;	border:1px solid #008800;
}

.pagination_breadcrumb {
	background-color: #033553;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	white-space: nowrap;
	
	font-weight: normal;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

.author a:link {
	color: #000000 !important;
}

/* DVZ Shoutbox */
#shoutbox {
 margin-bottom: 10px;
}

#shoutbox div.thead {
 padding: 6px; font-weight: bold;
}

#shoutbox.front .thead {
 cursor: pointer;
}

#shoutbox .thead .right {
 float: right; margin: 0; font-size: 13px; font-weight: normal; color: #EEE;
}

#shoutbox.collapsed .thead {
 opacity: 0.6;
}

#shoutbox.collapsed .body {
 display: none;
}

#shoutbox .panel {
 padding: 1px 0; background: #FAFAFA;
}

#shoutbox input.text {
 padding: 8px; width: 100%; box-sizing: border-box; background: #FFF; border: 1px solid #CCC; box-shadow: inset 0 0 8px #EEE; font-family: Arial, sans-serif; font-size: 12px; color: #000;
}

#shoutbox .minposts, #shoutbox .blocked {
 padding: 6px; font-size: 11px;
}

#shoutbox .panel.minposts {
 background: #FFFED8; color: #727250;
}

#shoutbox .panel.blocked {
 background: #FCEFEF; color: #543A3A;
}

#shoutbox .panel p {
 margin: 0;
}

#shoutbox .window {
 padding: 1px; border: solid 1px #EEE; overflow-y: scroll;
}

#shoutbox .data {
 display: table; width: 100%; background: #FFF; font: 12px Arial, sans-serif;
}

#shoutbox .entry {
 display: table-row !important; width: 100%; transition: background-color 0.2s;
}

#shoutbox .entry:nth-child(even) {
 background-color: rgba(0,0,0,0.02);
}

#shoutbox .entry.new {
 background-color: rgba(255,255,100,0.1);
}

#shoutbox .entry > div {
 border-bottom: dashed 1px #F4F4F4;
}

#shoutbox .entry:last-child > div {
 border-bottom: none;
}

#shoutbox .avatar {
 display: table-cell; padding: 6px;
}

#shoutbox .avatar img {
 margin: 0 auto; vertical-align: middle; max-height: 20px; max-width: 20px; border: solid 1px #FFF; box-shadow: 0 0 2px #E0E0E0;
}

#shoutbox .user {
 display: table-cell; margin: 0; padding: 6px; text-align: right; white-space: nowrap;
}

#shoutbox .text {
 display: table-cell; margin: 0; width: 100%; padding: 6px; color: #555;
}

#shoutbox .call {
 cursor: pointer; color: #AAAAAA;
}

#shoutbox .info {
 display: table-cell; padding: 4px; font-size: 11px; color: #AAA; text-align: right; white-space: nowrap;
}

#shoutbox .info .date {
 margin-right: 5px;
}

#shoutbox .info .ip {
 margin-right: 5px; color: #CECECE;
}

#shoutbox .mod {
 padding: 6px 8px; font-size: 9px; font-weight: bold; color: #AAA; text-decoration: none;
}

#shoutbox .mod:nth-of-type(2) {
 border-left: solid 1px #EEE;
}

#shoutbox .ip {
 margin-left: 10px;
}

