
@import url("announcement.css.php");
@import url("controlpanel.css.php");
@import url("forum.css.php");
@import url("post.css.php");
@import url("register.css.php");
@import url("search.css.php");
@import url("stat.css.php");
@import url("thread.css.php");
@import url("userlist.css.php");
@import url("userprofile.css.php");

/* -------------------- GENERAL -------------------- */

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5b5b5b;
}

div.error {
	padding: 10px;
	border: solid 1px #990000;
	background: #ffe2e2;
}

div.info {
	padding: 10px;
	border: solid 1px #acc2cd;
	background: #dde6eb;
}

a:link {
	color: #2f6681;
	text-decoration: none;
}

a:visited {
	color: #2f6681;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

a img {
	border: 0px;
}

.abbc a img {
	border: 1px solid #0051F6;
}

small {
	font-size: 11px;
	color: #5B5B5B;
}

b {
	color: #2f6681;
}

h1, h2, h3, h4, h5, h6 {
	color: #2f6681;
}

.nowrap {
	white-space: nowrap;
}

p.error {
	margin: 10px 3px;
	padding: 15px;
	border: 1px solid #749ca9;
}

p.info {
	margin: 10px 0;
	padding: 15px;
	border: 1px solid #E6E6E6;
}

div.sitecopy {
	font-size: 11px;
	padding-top: 12px;
	color: #5b5b5b;
}

#framework-content-main .sitecopy a {
	font-size: 11px;
}

/* ------------------- LOGIN PANEL ------------------- */

.loginform {
	width: 350px;
	margin: 10px auto;
	padding: 10px;
	text-align: right;
	border: 1px solid #AEAEAE;
}

.loginform h1 {
	margin-top: 0;
	padding-top: 0;
	text-align: left;
}

.loginform label {
	display: block;
	float: left;
	clear: both;
}

.loginform .loginbuttons {
	clear: both;
	margin-top: 15px;
	text-align: right;
	border-top: 1px solid #E6E6E6;
}

.head_logincontrol {
	float: right;
	margin: 0px 10px 12px 0px;
	text-align: right;
}

div.p {
	margin:15px;
	text-align:left;
}

/* -------------------- PAGE FOOT -------------------- */

.foot_container {
	clear: both;
}

.foot_content {
	margin-top: 12px;
	text-align: center;
	font-size: 11px;
	line-height: 1.3em;
	color: #707070;
	border-top: 1px solid #CCCCCC;
	padding-top: 2px;
}

.disclaimer {
	margin: 15px;
	text-align: left;
}

.foot_logincontrol {
	margin: 12px 0;
	text-align: right;
}


.boxhead {
	height: 21px;
	width: 182px;
	margin: 13px 0 0 13px;
	background: #AEAEAE url('../img/boxtitle_left.png.gif') no-repeat;
}

.boxhead h1 {
	height: 17px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 4px 10px 0px 10px;
	background: url('../img/boxtitle_right.png.gif') no-repeat top right;
}

.boxcontent {
	width: 180px;
	margin: 0 0 13px 13px;
	border: 1px solid #AEAEAE;
}

.boxcontent a {
	display: block;
	margin: 18px 0px;
	text-align: center;
}


/* -------------------- OVERVIEW PAGE -------------------- */

.path {
	margin:0 0 5px 15px;
	text-align:left;
}

.path .sep {
	color: #707070;
}

.path .thread {
	margin-top: 4px;
}

.path .thread .subject {
}

.path .desc {
}

.overview_actions_top {
	text-align: right;
}

.jumpandsearchbox {
	clear: both;
}

.searchbox {
	float: right;
	margin-right:10px;
}


.searchbox input.text {
  font-size:11px;
  color:#000000;
  border:1px solid #2D2D2D;
  width:190px;
  height:15px;
  margin:0;
  padding:0;
}

.searchbox input.button , .jumpforumbox input.button {
   background:#86ACB9;
   height:17px;
   border:0;
   padding:0 4px 0 4px;
   margin:0 0 0 0;
   background: url('../img/button-background.gif');
   font-size:11px;
   font-weight:bold;
   color:#FFFFFF;
}



.jumpforumbox select.text {
  font-size:11px;
  color:#000000;
  border:1px solid #2D2D2D;
  height:17px;
  margin:0;
  padding:0;
}


/* -------------------- JUMP FORUM SELECT BOX -------------------- */

option.forum {
	color: #000000;
	background: #FFFFFF;
}

option.category {
	color: #000000;
	background: #EEEEEE;
}

option span.light {
	color: silver;
}

/* -------------------- ADVANCED OPTIONS BOX -------------------- */

.advanced_options_container {
	clear: both;
	border: solid 1px #CCCCCC;
	margin: 1px auto 0px;
	padding: 1px;
}

.advanced_options_content {
	padding: 3px 5px 4px 5px;
}

.advanced_option {
	margin: 2px 0;
}

.advanced_option.new_group {
	margin-top: 12px;
}

.advanced_subtitle {
	font-size: 11px;
	color: #5B5B5B;
	margin-left: 20px;
}

/* -------------------- SPLIT THREADS -------------------- */

table.thread_split_data td.leftcol {
	width: 100px;
	padding-right: 10px;
	white-space: nowrap;
}

.thread_split_post .head {
	border: solid 1px #AEAEAE;
	padding: 1px;
	margin-bottom: 3px;
}

.thread_split_post .checkbox {
	float: right;
}

.thread_split_post .subject {
	padding-bottom: 2px;
	border-bottom: solid 1px #E6E6E6;
	margin-bottom: 8px;
}

.thread_split_post .body {
	margin: 8px 0 15px;
}

/* -------------------- FORMS -------------------- */

form {
	display: inline;
	margin: 0px;
}

label {
	cursor: pointer;
}

table {
	empty-cells: show;
}

input.transparent {
	border: 0px;
	background: transparent;
	color: #202020;
	margin-bottom: 1px;
}

input.transparent:hover,
input.transparent:focus {
	border: 0px;
}
