body {
	background: #efefef;
	color: #000;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	font: 13px Tahoma, Verdana, Arial, Sans-Serif;
}

a:link {
	color: #0072BC;
	text-decoration: none;
}

a:visited {
	color: #0072BC;
	text-decoration: none;
}

a:hover,
a:active {
	color: #0072BC;
	text-decoration: underline;
}

#container {
	color: #000;
	width: 90%;
	background: #fff;
	font-size: 13px;
	margin: auto auto;
	text-align: left;
	border: 1px solid #e9e5d7;
}

#logo {
	background: #fff;
	padding: 10px;
	border-bottom: 1px solid #fff;
}

#logo .logo {
	margin-bottom: 5px;
}

#header {
	margin-bottom: 5px;
}

#panel {
	background: #ebf4fb;
	color: #333;
	font-size: 11px;
	padding: 10px 20px;
	border-bottom: 1px solid #cee2f2;
}

#panel a:link,
#panel a:visited {
	color: #333;
}

#panel a:hover,
#panel a:active {
	color: #333;
}

#menu {
	background: #0072BC url(../../../images/headerbg.png) repeat-x bottom;
	color: #fff;
	padding: 8px 20px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	display: inline;
	margin-right: 5px;
}

#menu a:link,
#menu a:visited {
	color: #fff;
}

#menu a:hover,
#menu a:active {
	color: #fff;
}

#search {
	float: right;
	margin-top: -3px;
}

#search input.button {
	margin-left: 5px;
}

#content {
	width: auto;
	margin: 10px 10px;
	overflow: hidden;
	clear: both;
}

#footer {
	clear: both;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: inline;
}

#footer .upper {
	background: #fff;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 10px 20px;
}

#footer .upper a:link,
#footer .upper a:visited {
	color: #333;
}

#footer .lower {
	color: #888;
	font-size: 11px;
	padding: 10px 20px;
}

#footer .lower a:link,
#footer .lower a:visited {
	color: #333;
}

#copyright {
	font-size: 11px;
}

.tborder {
	background: #fff;
	width: 100%;
	margin: auto auto;
	border: 1px solid #e9e5d7;
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

.thead {
	background: #0064a6 url(../../../images/thead.png) repeat-x top;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 6px;
}

.thead a:link {
	color: #fff;
	text-decoration: none;
}

.thead a:visited {
	color: #fff;
	text-decoration: none;
}

.thead a:hover,
.thead a:active {
	color: #fff;
	text-decoration: underline;
}

.tcat {
	background: #599be3 url(../../../images/tcat.png) repeat-x top;
	color: #fff;
	font-size: 12px;
	padding: 6px;
	border-bottom: 1px solid #fff;
}

.tcat a:link {
	color: #fff;
	text-decoration: none;
}

.tcat a:visited {
	color: #fff;
	text-decoration: none;
}

.tcat a:hover,
.tcat a:active {
	color: #fff;
	text-decoration: underline;
}

.trow1 {
	background: #fff;
}

.trow2 {
	background: #f5f5f5;
}

.trow_shaded {
	background: #ffdde0;
}

.no_bottom_border {
	border-bottom: 0;
}

.post.unapproved_post {
	background: #ffdde0;
}

.post.classic.unapproved_post {
	background: #ffdde0;
}

.trow_selected,
.trow_selected td {
	background: #FFFBD9;
}

.trow_sep {
	background: #ddd;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	padding: 6px;
}

.tfoot {
	background: #efefef url(../../../images/tfoot.png) repeat-x bottom;
	border-top: 1px solid #fff;
	color: #666;
	padding: 6px;
}

.tfoot a:link {
	color: #555;
	text-decoration: none;
}

.tfoot a:visited {
	color: #555;
	text-decoration: none;
}

.tfoot a:hover,
.tfoot a:active {
	color: #555;
	text-decoration: underline;
}

.bottommenu {
	background: #fff;
	color: #000;
	border: 1px solid #e9e5d7;
	padding: 10px;
}

.navigation {
	color: #333;
	font-size: 12px;
}

.navigation a:link {
	text-decoration: none;
}

.navigation a:visited {
	text-decoration: none;
}

.navigation a:hover,
.navigation a:active {
	text-decoration: underline;
}

.navigation .active {
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

input.textbox,
textarea,
select {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	padding: 3px;
	outline: 0;
}

input.textbox:focus,
textarea:focus,
select:focus {
	border: 1px solid #0072BC;
	outline: 0;
}

textarea {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	line-height: 1.4;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #ddd;
}

.popup_menu {
	background: #fff;
	border: 1px solid #ccc;
}

.popup_menu .popup_item {
	background: #efefef;
	color: #000;
}

.popup_menu .popup_item:hover {
	background: #0072BC;
	color: #fff;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.repbox {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 7px 5px 7px;
}

._neutral {
	background-color: #FAFAFA;
	border: 1px solid #EeEeEe;
	color: #999;
}

._minus {
	background-color: #FDD;
	border: 1px solid #FCC;
	color: #C00;
}

._plus {
	background-color: #DFD;
	border: 1px solid #CFC;
	color: #090;
}

img {
	border: none;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background: #FFFBD9;
	color: #333;
	text-align: center;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

.tcat_menu {
	font-size: 11px;
	font-weight: normal;
}

.posticons label {
	margin-right: 15px;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

form {
	margin: 0;
	padding: 0;
}

.subforumicon {
	margin-right: 4px;
	vertical-align: top;
}

.float_left img,
.float_right img {
	vertical-align: middle;
}

.error {
	padding: 5px 10px;
	border: 1px solid #B60100;
	color: #C00;
	background: #FFEBE9;
	font-size: 11px;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.pagination a:link,
.pagination a:visited {
	background: #fff;
	color: #0072BC;
	border: 1px solid #ccc;
	padding: 4px 8px;
	text-decoration: none;
}

.pagination a:hover,
.pagination a:active {
	background: #0072BC;
	color: #fff;
	border-color: #0072BC;
	text-decoration: none;
}

.pagination .pagination_current {
	background: #efefef;
	border: 1px solid #ccc;
	color: #333;
	font-weight: bold;
	padding: 4px 8px;
}

.pagination .pages {
	font-weight: bold;
}

.pagination_breadcrumb {
	background: #fff;
	color: #333;
	border: 1px solid #e9e5d7;
	padding: 8px;
	margin: 5px 0;
}

.thead .expander {
	margin-top: 2px;
}

.subject_new {
	font-weight: bold;
}

.subject_old {
	font-weight: normal;
}

blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #fff;
	padding: 4px 8px;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	display: block;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.codeblock {
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px 8px;
}

.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

@media only screen and (max-width: 480px) {
	#container {
		width: 100%;
	}
}
