/* Global Table Settings */
body, table, td {
	font-family     : Verdana, Helvetica, Arial, serif;
	color: #ffffff;
	font-size  : 11px;
	line-height: 1.3;
}

body {
	color      : #ffffff;
	background-color: #000000;
	position        : absolute;
	margin          : 5px;
	text-align      : center;
}

table {
	margin-left : auto;
	margin-right: auto;
}

html {
	scrollbar-3dlight-color: #990000;
	scrollbar-arrow-color: #660000; 
	scrollbar-darkshadow-color: #330000; 
	scrollbar-face-color: #990000;
	scrollbar-highlight-color: #990000; 
	scrollbar-shadow-color: #000000;
}

img {
	border: 0px;
}


#postbar img {
	margin: 1px;
}

#postbar a:hover img {
	margin: 0px;
	border: 1px solid #000;
	background: #90A9C5;
}

/* Mini-profile:
	Fancy --> title and value
	Plain --> On one line
*/
.fancyprofilet, .fancyprofilev, .plainprofile {
	padding: 5px;
}

.avatarprofile {
	margin: 10px;
	line-height: 2.3;
}

.milastaction {
	margin-bottom: 3px;
}

.bilastaction {
	line-height: 1.8;
}

/* Date Color */
.bidate, .midate {
	color: #727272;
}

/* Board Index Description */
.bidesc {
	font-weight: normal;
	font-size  : 10px;
	line-height: 1.5;
	color      : #fff !important;
}


/*
   Centering help:
   http://www.maxdesign.com.au/presentation/center/
*/

td {
	text-align: left;
}

.loading {
	background-image : url('/blahdocs/images/loading.gif');
	background-repeat: no-repeat;
	width            : 222px;
	height           : 19px
}

.right {
	text-align: right !important;
}

.center {
	text-align: center !important;
}

.justify {
	text-align: justify !important;
}

.vtop {
	vertical-align: top !important;
}

.innertable {
	margin: 0px !important;
}

.leftimg {
	float        : left;
	padding-right: 5px;
}

.rightimg {
	float       : right;
	padding-left: 5px;
}

.centerimg {
	vertical-align: middle;
}

.boardsearch {
	background    : url('/blahdocs/images/search.png') no-repeat 3px 4px;
	padding-left  : 19px;
	padding-top   : 5px;
	padding-bottom: 5px;
	width         : 90%
}

.titlebg {
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	font-family     : Verdana, Helvetica, Arial, serif;
}

.catbg {
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	font-family     : Verdana, Helvetica, Arial, serif;
	background-color: #330000
}

.border, HR, hr, .hr {
	background-color: #000000;
	color: #5c0707;
}

.win {
	background-color: #5c0707;
}
.win2 {
	background-color: #420303;
}
.win3 {
	background-color: #5c0707;
}

/* Small font text size */
.smalltext {
	font-weight: normal;
	font-size  : 9px;
	line-height: 1.5;
}

/* Table alignment */
div.centered {
	text-align: center;
}

div.centered table {
	margin-left : auto;
	margin-right: auto; /* long form to make IE5/Mac happy */
}

.messageseps {
	border-top: 1px dashed #000;
	padding   : 5px;
}

/* Reputation */
.redrep { /* Bad */
	color: #FF0033;
		background-color: inherit;
}

.grayrep  { /* Neutral */
	color: #CCC;
		background-color: inherit;
}

.greenrep { /* Good */
	color: #00AF33;
		background-color: inherit;
}

.greenrep, .grayrep, .redrep {
	font-weight: bold;
}

/* Bots: this is shown in the "Online" places */
.onlinebots {
	background-color: inherit;
	color      : gray;
	font-style : italic;
	font-weight: normal;
}

.postbody { /* Format the post body */
	font-size  : 12px;
	line-height: 1.5;
}

/* Poll Colors */
.pollcolor {
	background-color: #AAADB4;
	color: inherit;
	padding-left    : 5px;
	border-right: 5px solid #000;
}


.pollpercents {
	background-color: #D2D5DA;
	color           : #000;
	padding-right   : 10px;
	padding-left    : 10px;
}


.pollborder {
	background-color: #000;
	color: inherit;
}

/* Links */

a, a:link, a:active, a:visited {
	color: #ffb903;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #ffb903;
	background-color: inherit;
	text-decoration: underline;
}

/* Forms */
.upload, input, textarea, select { /* .checkboxinput also allowed */
	color           : #ffffff;
	background-color: #330000;
	font-family     : Verdana, Helvetica, Arial, serif;
	font-size       : 10px;
	border          : 1px #8A8D96 solid;
}

input {
	padding: 0px;
}

textarea {
	padding    : 3px;
	line-height: 130%;
}

input { text-indent : 2px; margin: 0px; }

input.button {
	border : 0px;
	padding: 0px;
}

form, input {
	margin-top: 0px;
}

form {
	margin-bottom: 0px;
}

/* Portal Styles */
.dbx-clone {
	position  :absolute;
	visibility:hidden;
}

.dbx-clone, .dbx-clone .dbx-handle-cursor {
	cursor: move !important;
}

.dbx-dummy {
	display : block;
	width   : 0;
	height  : 0;
	overflow: hidden;
}

.dbx-group, .dbx-box, .dbx-handle {
	position: relative;
	display : block;
}

#dbx-box {
	margin : 0px;
	padding: 0px;
	border : none;
}

/* Calendar */
.calendarevent { /* Title on the Day view */
	font-size  : 18px;
	font-weight: bold;
}

.currentday { /* These will make the entire day/week kind of faded */
	opacity: .85;
	filter : alpha(opacity=85);
}
