
@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");
@import url("abicp.css.php");
@import url("abi.css.php");


/* -------------------- GENERAL -------------------- */

html
{
	background: #000 url(../img/abi01_htmlbg.png) no-repeat bottom right fixed;
	cursor: default;
	margin:0px;
	padding:0px;
	padding-left:18px;
}
body {
	margin: 0px auto 0px 0px;
	padding: 0;
}
#content
{
	width: 700px;
	margin: 0px auto 0px 0px;
	padding: 0;
}

html,
body,
p,
div.p,
td,
li,
input,
textarea,
select
{
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#eee;
}
html,
body,
p,
div.p,
td,
li
{
	line-height: 130%;
}

p,
div.p
{
	margin-top: 12px;
	margin-bottom: 12px;
}

div.error,
div.info,
div.advice,
div.pages,
div.options
{
	margin:0px 0px 0px 0px;
}
div.info,
div.advice,
div.pages,
div.options
{
}
div.error div,
div.info div,
div.advice div,
div.pages div,
div.options div
{
	font-weight: normal;
	color: #eee;
	background: url(../img/abi01_optionbg.png) repeat top left;
	padding: 2px 4px 2px 4px;
	line-height: normal;
}
div.info div,
div.advice div,
div.pages div,
div.options div
{
	color: #eee;
	background: url(../img/abi01_optionbg.png) repeat top left;
}

a
{
	color: #c00;
	text-decoration: none;
}
a:hover,
a:focus
{
	color: #900;
	text-decoration:underline;
}
a img
{
	border: 0px;
}
.abbc a img
{
	border: 1px solid #0051F6;
}

small
{
	font-size: 0.85em;
	color: #777;
}

h1
{
	margin: 0;
	padding: 10px 0 0px 5px;
	font-size: 2.0em;
	font-weight: lighter;
	font-family:"Trebuchet MS", sans-serif;
	color: #fff;
	border-bottom:5px solid #900;
	letter-spacing:0.1em;
	background:#000;
}

tr.hover:hover td
{
}

.nowrap
{
	white-space: nowrap;
}

.img_trans_back
{
	border: solid 1px #DDDDDD;
	background: url(../img/trans_back.png);
}

/* -------------------- PAGE HEAD -------------------- */

#head_logo
{
	width: 700px;
	margin: 0px;
	padding: 0px;
	height:75px;
	overflow:hidden;
	background:url(../img/abi01_headerbg.png) no-repeat right top;
}

.head_logincontrol
{
	text-align: right;
}

ul.head_navigation
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	height:45px;
	overflow:hidden;
	background:url(../img/abi01_menubg.png) no-repeat left;
}
li.cat {
	display:none;
}
ul.head_navigation li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0px;
	margin: 0px;
	line-height:46px !important;
	line-height:45px;
	display:inline;
}
ul.head_navigation li a {
	text-decoration: none;
	padding:0px 5px 0px 5px;
	color: #666;
	font-weight:normal;
	border-bottom:4px solid #000;
}
ul.head_navigation li a b {
	font-weight:normal;
}
ul.head_navigation li.itemseperator {
	border:none;
}
ul.head_navigation li.active {
}
ul.head_navigation li.active a {
	border-bottom-color:#333;
	color:#999;
}
ul.head_navigation li a:hover {
	border-bottom-color:#666;
	color:#fff;
	text-decoration:none;
}
ul.head_navigation li:hover {
}

/* -------------------- PAGE FOOT -------------------- */

.foot_container
{
	clear: both;
	background: url(../img/abi01_footerbg.png) no-repeat left top;
	margin-top:5px;
}
.foot_content
{
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #444;
	line-height:1em;
	padding: 10px 0px 0px 20px;
	width:700px;
	margin:0px auto 0px 0px;
	height:40px;
}
.foot_content a, .foot_content a:hover, .foot_content a:visited, .foot_content small {
	color:#777;
}
.foot_logincontrol
{
	margin: 12px 0;
	text-align: right;
}

/* -------------------- OVERVIEW PAGE -------------------- */

.path
{
	margin-bottom: 12px;
}
.path .sep
{
	color: #eee;
}
.path .thread
{
	margin-top: 4px;
}
.path .thread .subject
{
	/*font-size: 1.5em;
	line-height: 140%;*/
}
.path .thread a
{
	color: #eee;
}
.path .thread a:hover
{
	color: #eee;
	text-decoration:none;
}
.path .desc
{
	font-size: 0.85em;
	color: #707070;
}

.overview_actions_top
{
	text-align: right;
}

.jumpandsearchbox
{
	clear: both;
	margin-top: 12px;
}

.searchbox
{
	float: right;
}
.searchbox input[type="text"]
{
	width: 140px;
}
.jumpforumbox
{
}

/* -------------------- JUMP FORUM SELECT BOX -------------------- */

option.forum
{
	color: #fff;
	background: #000;
}
option.category
{
	color: #000000;
	background: #EEEEEE;
}
option span.light  /* used for lighter hierarchy lines in the dropdown tree */
{
	color: #fff;
}

/* -------------------- ADVANCED OPTIONS BOX -------------------- */

.advanced_options_container
{
	clear: both;
	margin: 0px auto 0px;
	padding: 1px;
}
.advanced_options_content
{
	background: url(../img/shade_bk3.png);
	padding: 3px 5px 4px 5px;
}
.advanced_option
{
	margin: 2px 0;
}
.advanced_option.new_group
{
	margin-top: 12px;
}
.advanced_subtitle
{
	font-size: 0.85em;
	color: #707070;
	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 #A0E0A0;
	padding: 1px;
	margin-bottom: 3px;
}
.thread_split_post .head > div
{
	background: url(../img/shade_gn7.png);
	padding: 2px 4px;
}
.thread_split_post .checkbox
{
	float: right;
}
.thread_split_post .subject
{
	padding-bottom: 2px;
	border-bottom: solid 1px #D8D8D8;
	margin-bottom: 8px;
}
.thread_split_post .body
{
	margin: 8px 0 15px;
}

/* -------------------- FORMS -------------------- */

form
{
	display: inline;
	margin: 0px;
}

/* when updating textarea/textfield border width or padding, also update div.outerText{area,field}100pc */
input[type="text"],
input[type="password"],
textarea
{
	border: solid 1px #333;
	background: #111;
	color: #eee;
	padding: 1px 0px 1px 2px;
	cursor:text;

	
	}
textarea
{
	padding: 0px 0px 0px 2px;
}
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
textarea:hover,
textarea:focus
{
	border:1px solid #555;
	background:#000;
}

/* bottom-only borders for text fields */
input[type="text"],
input[type="password"]
{
/*	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding-left: 1px;*/
}

/* textareas that have width:100% need this outer padding which is
   the sum of horizontal (left+right) border widths and paddings */
div.outerTextarea100pc
{
	padding-right: 4px;
}
div.outerTextarea100pc textarea
{
	margin-right: -4px;
	width: 100%;
}
/* textfields that have width:100% need this outer padding which is
   the sum of horizontal (left+right) border widths and paddings */
div.outerTextfield100pc
{
	padding-right: 4px;
}
div.outerTextfield100pc input[type="text"],
div.outerTextfield100pc input[type="password"]
{
	margin-right: -4px;
	width: 100%;
}

input[type="text"][disabled],
input[type="password"][disabled],
textarea[disabled]
{
	border: solid 1px #C0C0C0;
	color: GrayText;
}

input[type="checkbox"],
input[type="radio"]
{
		margin: 1px 6px 1px 0;
		padding: 0;
	cursor: pointer;
}
/* the label element doesn't see if there's a disabled input element within */
/*input[type="checkbox"][disabled],
input[type="radio"][disabled]
{
	cursor: default;
}*/
input[type="radio"]
{
	vertical-align: middle;
}
label
{
	cursor: pointer;
}

select,
select[disabled],
select[disabled]:hover
{
	border: 1px solid #333 !important;
	background: #111 !important;
	padding: 0px 0px !important;
	cursor: pointer;

	}
select:hover,
select:focus
{
	border: 1px solid #444 !important;
	background: #000;

	}
table
{
	empty-cells: show;
}
option[selected]
{
	font-style: italic;
}
option:hover small
{
	color: white;
}

input[type="button"],
input[type="submit"],
input[type="button"][disabled]:hover,
input[type="submit"][disabled]:hover,
input[type="button"][disabled]:active,
input[type="submit"][disabled]:active,
input[type="button"][disabled]:focus,
input[type="submit"][disabled]:focus
input[type="button"][disabled].defaultbutton:hover,
input[type="submit"][disabled].defaultbutton:hover,
input[type="button"][disabled].defaultbutton:active,
input[type="submit"][disabled].defaultbutton:active,
input[type="button"][disabled].defaultbutton:focus,
input[type="submit"][disabled].defaultbutton:focus
{
	border: solid 1px #444;
	background: #333;
	padding: 0px 3px;
	cursor: pointer;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="button"].defaultbutton:hover,
input[type="submit"].defaultbutton:hover,
input[type="button"].defaultbutton:focus,
input[type="submit"].defaultbutton:focus
{
	border: solid 1px #555;
	background: #444;
}
input[type="button"]:active,
input[type="submit"]:active,
input[type="button"].defaultbutton:active,
input[type="submit"].defaultbutton:active,
input[type="button"].selected,
input[type="submit"].selected
{
	border: solid 1px #555;
	background: #900;
}
input[type="button"][disabled],
input[type="submit"][disabled],
input[type="button"][disabled].defaultbutton,
input[type="submit"][disabled].defaultbutton
{
	border: solid 1px #333;
}
input[type="button"].defaultbutton,
input[type="submit"].defaultbutton
{
	border: solid 1px #600;
}
/* Attention, CSS3 ahead! */
input[style*="monospace"]
{
	padding-top: 1px;
}

input[type="file"]
{
	
		color:#111;
}

/*
input[type="checkbox"]
{
	border: 1px solid #B4B4B4 !important;

	}
input[type="checkbox"]:hover,
input[type="checkbox"]:focus
{
	border: 1px solid #5580DD !important;

	}
input[type="radio"]
{
	border: 1px solid #B4B4B4 !important;

	}*/


input.transparent
{
	border: 0px;
	background: transparent;
	color: #202020;
	margin-bottom: 1px;
}
input.transparent:hover,
input.transparent:focus
{
	border: 0px;
}


