.forum_status {
	height: 50px;
	width: 50px;
	display: inline-block;
}

#logo {
	background: none;
	position: center;
}

#footer ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul.menu li {
	margin: 0 5px;
	display: inline;
}

#footer .upper .language {
	float: right;
	margin: -1px;
	margin-left: 15px;
}

#footer .upper .language select {
	border-color: #ccc;
}

#footer .upper .theme {
	float: right;
	margin: -1px;
	margin-left: 15px;
}

#footer .upper .theme select {
	border-color: #ccc;
}

#footer .upper ul.bottom_links {
	float: left;
	margin: 4px 0 0 0;
}

#footer .lower {
	color: #666;
	padding: 6px 6px 12px 6px;
	overflow: hidden;
	font-size: 11px;
}

#footer .lower a:link,
#footer .lower a:visited {
	color: #444;
	font-weight: bold;
}

#footer .lower a:hover,
#footer .lower a:active {
	color: #969794;
	text-decoration: underline;
	font-weight: bold;
}

#footer .lower #current_time {
	float: right;
	color: #888;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 20px;
	font-size: 11px;
}

.scaleimages img {
	max-width: 100%;
}

.forum_offlink {
	background-position: 0 -90px;
}

table, tr, td {
	z-index: 2;
}

.tborder {
	width: 100%;
	max-width: 850px;
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}


.thead a:link {
	text-decoration: none;
	text-align: center;
}

.thead a:visited {
	text-decoration: none;
}

.thead a:hover,
.thead a:active {
	text-decoration: underline;
}

.no_bottom_border {
	border-bottom: 0;
}

.trow_selected,
tr.trow_selected td {
	background: #FFFBD9;
	color: #969794;
	border-right-color: #F7E86A;
	border-bottom-color: #F7E86A;
}

.trow_selected a:link,
.trow_selected a:visited,
.trow_selected a:hover,
.trow_selected a:active {
	color: #969794;
}

.trow_sep {
	padding: 6px;
	font-size: 12px;
}

.tfoot {
	padding: 6px;
	color: #666;
}

.tfoot a:link {
	color: #444;
	text-decoration: none;
}

.tfoot a:visited {
	color: #444;
	text-decoration: none;
}

.tfoot a:hover,
.tfoot a:active {
	color: #444;
	text-decoration: underline;
}

.thead input.textbox,
.thead select {
}

.bottommenu {
	background: #0c1726;
	color: #969794;
	border: 1px solid #4874a3;
	padding: 10px;
}

.navigation {
	font-size: 12px;
}

.navigation a:link {
	text-decoration: none;
}

.navigation a:visited {
	text-decoration: none;
}

.navigation a:hover,
.navigation a:active {
	text-decoration: none;
}

.navigation .active {
	font-size: small;
	font-weight: bold;
}


input.textbox {
	background: #ffffff;
	color: #454643;
	border: 1px solid #ccc;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	opacity:0.5;
}

input.textbox.portal_search {
    width: 68%;
}

textarea {
	background: #ffffff;
	color: #454643;
	border: 1px solid #ccc;
	padding: 2px;
	line-height: 1.4;
	outline: 0;
	font-size: 13px;
}

select {
	background: #d3d3ce;
	outline: 0;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	padding:2px;
}

button,
input.button {
	background: #d3d3ce;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	padding: 2px;
	cursor: pointer;
	border: 1px solid #bbb;
	outline: 0;
}

button:hover,
input.button:hover {
	border-color: #aaa;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

.clear {
	clear: both;
}

/*--- SPOILER ---*/
.mycode_spoiler_link {
    font-weight: bold;
    text-transform: uppercase;
}
.mycode_spoiler {
    margin: 0 0 0 3px;
    padding: 1px 5px;
    background: #2c2c2c;
    color: #ffffff;
}

** Modal Start **/

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
	text-align: center;
}

.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.blocker.behind {
	background-color: transparent;
}

.modal {
	width: 400px;
	text-align: left;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../../../images/close.png) no-repeat 0 0;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(../../../images/spinner_big.gif) no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

/** Modal End **/