@import url(../../../font/font.css);
body {
	background-color:#000000;
	background-image: url(../../../images/bf/body_bg/bg_1.jpg);
	background-origin: padding-box;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto;
	background-attachment:fixed;
	color: #ffffff;
	font-family: "lucida grande", "lucida sans unicode", "arial", "verdana", "tahoma", sans-serif;
	font-size: 12px;
	text-align: center; /* IE 5 fix */
	line-height: 1.4;
}

#page {
	margin:auto;
	text-align: left; /* IE 5 fix */
	position:relative;
}

.page {
	width:980px;
}

.page_wide {
	width:94%;
}

.logo {
}

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

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

a:hover, a:active {
	color: #f5f5f5;
	text-decoration: none;
}

#container {
	color: #ffffff;
}

#content {
	/* FIX: Make internet explorer wrap correctly */
	width: auto !important;
	padding: 12px;
	background-image: url(../../../images/bf/container_bg.png);
	border-radius:3px;
}

.menu ul {
	background-image: url(../../../images/bf/menu_bg.png);
	background-repeat: repeat;
	list-style-image: none;
	height: 31px;
	line-height:31px;
	list-style-position: outside;
	list-style-type: none;
	margin:0;
	padding:0px;
	border:1px solid #0c0f12;
}

.menu ul li {
	padding:0;
	margin:0;
	float:left;
	height: 31px;
	line-height:31px;
	padding:0px;
}

.menu ul li a {
	text-decoration:none;
	border-right:1px solid #0c0f12;
	padding:0px 15px;
}

.menu ul li:hover > ul {
	display:block;
}

.menu ul li a:hover {
	color:#ffffff;
}

/*Level two menu*/
.menu ul ul {
	display:none;
	background-color:#171c21;
	background-image:none;
	border:1px solid #0c0f12;
	color:#FFFFFF;
	border-radius:3px;
	width: 150px;
	position: absolute;
	height:auto;
	padding:5px;
	margin:0;
	z-index:200;
}

.menu ul ul li {
	background-image: none;
	display:block;
	float:none;
	margin:0px;
	padding:6px;
	border:none;
	height: 16px;
	line-height:16px;
	border-bottom: 1px solid #0c0f12;
}

.menu ul ul li a {
	display:block;
	font-weight: 400;
	font-size:11px;
	margin:0px;	
	padding: 0px;
	text-align:left;
	border:none;
}

/*Level two menu*/
#header {
	margin:0 auto;
}

#panel {
	float:right;
	vertical-align:top;
}

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

.cp_box {
	padding:4px 6px;
	border-radius:3px;
}

.cp_box a {
	margin-right:10px;
}

table {
	color: #fff;
		font-family: "lucida grande", "lucida sans unicode", "arial", "verdana", "tahoma", sans-serif;
	font-size: 12px;
}

.tborder {
	width: 100%;
	margin: auto auto;
	border-radius:3px;
	border: 1px solid #0c0f12;
}

.thead {
	background: #14191e url(../../../images/bf/thead_bg.png) center center repeat-x;
	color: #ffffff;
	padding: 6px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.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 {
	font-size: 12px;
	font-family: 'VisitorTT1BRKRegular';
	text-shadow:1px 1px 2px #000000;
	background-color:#0b0c0e;
}

.tcat strong {
	font-weight:400;
}

.trow1 {
	
   background-color:#15181d;
}

.trow2 {
   background-color:#15181d;
}

.trow_shaded {
	background: #ffdde0;
	color:#000000;
}

.trow_selected td {
	background: #FFFBD9;
	color:#000000;
}

.trow_shaded a,
.trow_selected td a {
	color:#000000;
}

.trow_sep {
	font-size: 12px;
	font-family: 'VisitorTT1BRKRegular';
	text-shadow:1px 1px 2px #000000;
	background-color:#0b0c0e;
}

.hiddenrow,
.hiddenrow a {
	color:#000000;
}

.tfoot {
	color: #ffffff;
	padding:6px;
	background:#14191e url(../../../images/bf/thead_bg.png) bottom center repeat-x;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.tfoot strong {
	font-weight:400;
}

.footer {
	background: url(../../../images/bf/container_bg.png);
	background-repeat:repeat;
	padding:14px;
	text-align:center;
	border-radius:3px;
	margin-bottom:8px;
}

.footer ul {
	list-style-position: outside;
	list-style-type: none;
	margin:0;
	padding:0;
	position:relative;
}

.footer ul li {
	padding:0;
	margin:0;
	display:inline;
	margin-right:14px;
}

.footer ul li.list {
	margin-right:6px;
}

.footer ul li.lang_list {
	position:absolute;
	top:0;
	right:0;
}

.navigation {
	color:#ffffff;
	margin:2px 0px;
	padding:4px 6px;
}

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

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

.navigation a:hover, .navigation a:active {
	text-decoration: none;
	color:#ffffff;
}

.navigation .active {
	color: #ffffff;
}

.smalltext {
	font-size: 11px;
}

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

input.textbox {
	color: #000000;
	border:1px solid #3f3f3f;
	background-color:#ffffff;
	padding: 1px;
	font-size:12px;
	vertical-align:middle;
}

input.button {
	border:1px solid #0c0f12;
	background:#161c21 url(../../../images/bf/button_bg.png) top center;
	height:20px;
	line-height:20px;
	color:#ffffff;
	font-size:11px;
	padding:0px 4px;
	margin:0;
	font-family: 'VisitorTT1BRKRegular';
}

input.button:focus {
	border:none !important;
	outline:1px solid #0c0f12;
	background:#11161a url(../../../images/bf/button_active_bg.png) top center;
	padding:0px 4px;
}

textarea {
	background: #ffffff;
	color: #000000;
	border: 1px solid #0c0f12;
	padding: 2px;
	font-family: inherit;
	font-size: inherit;
	line-height: 1.4;
}

select {
	margin:0;
	padding:1px;
	text-align: left;
    text-indent: 0px;
    white-space: nowrap;
	vertical-align:middle;
}

fieldset {
	border:1px solid #0c0f12;
}

fieldset > legend {
    font-family: 'VisitorTT1BRKRegular';
}

fieldset > legend > strong {
    font-weight:normal;
}

.editor {
	color: #000000;
	border: 1px solid #0c0f12;
}

.editor_control_bar {
	color: #000000;
	border: 1px solid #0c0f12;
	background-color:#ffffff;
	text-align:center;
}

.editor_control_bar a {
	color: #000000;
}

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

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

.popup_menu {
	padding:5px;
	text-align: left;
	background-color:#171c21;
	background-image:none;
	border:1px solid #0c0f12;
	color:#FFFFFF;
	border-radius:3px;
	font-size:11px;
}

.popup_menu .popup_item {
	color: #ffffff;
	border-bottom:1px solid #0c0f12;
	padding:3px;
}

.popup_menu .popup_item:hover {
	color: #ffffff;
}

.trow_reputation_positive {
	background: #ccffcc;
	color:#000000;
}

.trow_reputation_negative {
	background: #ffcccc;
	color:#000000;
}

.reputation_positive {
	color: green;
	color:#000000;
}

.trow_reputation_positive a,
.trow_reputation_negative a {
	color:#000000;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

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

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

.validation_error {
	background: url(../../../images/bf/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/bf/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/bf/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 {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

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

.float_left {
	float: left;
}

.float_right {
	float: right;
}

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

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

img.attachment {
	padding: 2px;
}

hr {
	background-color: #0c0f12;
	color: #000000;
	height: 1px;
	border: 0px;
	width:100%;
	margin:8px 0px;
}

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

#debug {
	text-align: right;
	width:980px;
	margin:auto;
}

blockquote {
	border: 1px solid #0C0F12;
	margin: 0;
	border-radius:5px;
	background: #293139;
	padding: 4px;
}

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

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

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

.codeblock {
	border: 1px solid #0C0F12;
	margin: 0;
	border-radius:5px;
	background: #293139;
	padding: 4px;
}

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

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

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

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

form {
	margin: 0;
	padding: 0;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
	border-bottom:1px solid #0c0f12;
	color:#FFFFFF;
}

.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: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #fff2b8;
	border: 1px solid #e5d075;
	text-align: center;
	padding: 5px 20px;
	color:#000000;
}

.pm_alert a {
	color:#000000 !important;
}

.pm_alert strong {
	font-weight:400;
}


.red_alert {
	background: #ffcaca;
	border: 1px solid #ff9797;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
}

.red_alert a {
	color:#000000 !important;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
	color:#000;
}

.low_warning {
	color: #AE5700;
	color:#000;
}

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

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/bf/error.gif) no-repeat 0;
}

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

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

.pagination {
	font-size: 11px;
}

.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 #0c0f12;
	background:#161c21 url(../../../images/bf/button_bg.png) top center;
	background-repeat:repeat-x;
}

.pagination .pagination_current {
	background:#11161a url(../../../images/bf/button_active_bg.png) top center;
	background-repeat:repeat-x;
	border:1px solid #0c0f12;
	color: #fff;
}

.pagination a:hover {
	text-decoration: none;
	background:#11161a url(../../../images/bf/button_active_bg.png) top center;
	background-repeat:repeat-x;
	border:1px solid #0c0f12;
}

.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 {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.post_body {
	padding: 5px;
}

.post_content {
	padding: 5px 10px;
}

.quick_jump {
	background: url(../../../images/bf/jump.gif) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	vertical-align: middle;
	border: none;
}

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

._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 {
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
	white-space: nowrap;
}

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

.block {
	display:block;
}

.inline-block {
	display:inline-block;
}

.inline {
	display:inline;
}

.vmiddle {
	vertical-align:middle;
}

.vtop {
	vertical-align:top;
}

.cell-nopadding {
	padding:0;
}

.cell-padding {
	padding:4px;
}

.white {
	color:#ffffff;
}

a.button {
	border:1px solid #0c0f12;
	background:#161c21 url(../../../images/bf/button_bg.png) top center;
	background-repeat:repeat-x;
	padding:4px 6px;
	font-family: 'VisitorTT1BRKRegular';
	font-size:11px;
	color:#ffffff;
}

a.button:hover,
a.active {
	background:#11161a url(../../../images/bf/button_active_bg.png) top center;
	background-repeat:repeat-x;
	border:1px solid #0c0f12;
	color:#ffffff;
}

.postbit_details {
	padding:2px;
	width:120px;
	margin:4px;
	text-align:left;
}

.tools {
	position: absolute;
	right: -36px;
	background: url(../../../images/bf/tools_bg.png) center center repeat;
	padding:8px;
	border-radius:3px;
}

.tools a {
	margin-bottom:8px;
	display:block;
}

.tools a.original {
	background: url(../../../images/bf/tools_width_small.png) center center no-repeat;
	height:16px;
	width:16px;
	text-indent:-999999px;
}

.tools a.wide {
	background: url(../../../images/bf/tools_width_large.png) center center no-repeat;
	height:16px;
	width:16px;
	text-indent:-999999px;
}

#login-dropbox {
    background-color:#171c21;
	border:1px solid #0c0f12;
	padding:8px;
    position: absolute;
    right: 0;
    display: none;
	line-height:normal !important;
	width:160px;
	z-index:200;
}

#login-dropbox span {
	margin-bottom:4px;
}

#login-dropbox input.checkbox {
	margin:0;
}

#login-dropbox a {
	margin:0;
	padding:0;
	border:0;
	color:#ffffff;
}

.profile {
	width:100%;
}

.profile_sidebar {
	display: inline-block;
	float: left;
	padding: 6px;
	text-align: left;
	width: 248px;
}

.profile_content {
	margin-left: 272px;
	padding: 0px;
}

.tab_content {
  display:none;
}

.buddy_options img {
	vertical-align:middle;
}

.postbit_bottom {
    border-top:1px solid #0c0f12;
	padding:6px;
}

.postbit_author {
 
    display: inline-block;
    float: left;
    margin: 10px 0px;
    padding: 0px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    width: 180px;
}

.postbit_content {
 
    border-left:1px solid #0c0f12;
    margin-left: 180px;
    min-height: 220px !important;
    padding: 10px;
}

.messageEditor {
    color:#ffffff;
}


		