/* Global Table Settings */

html, body			  {
              scrollbar-arrow-color: #00A6DA; scrollbar-track-color: #333; scrollbar-face-color: #444; scrollbar-highlight-color: #777; 
              scrollbar-3dlight-color: #222;
              scrollbar-shadow-color: #333333;
              scrollbar-darkshadow-color: #444444;

}

body, table, td {
	font-family: Verdana;
	font-size  : 11px;
    line-height: 1.3;
	color      : #FFF;
}

/* The forum background color */

.mainbg { 
      background-color: #232323;
}

body {
	background-color: #F1F1F1;
        max-width    : 95%;
        margin-left   : auto; 
        margin-right : auto;
		text-align      : center;
}

table {
	margin-left : auto;
	margin-right: auto;
}

/*
   Centering help:
   http://www.maxdesign.com.au/presentation/center/
*/

td {
	text-align: left;
}

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;
	background: #000;
}

.avatarprofile {
	text-align: center;
	margin: 10px;
	line-height: 2.3;
}

.milastaction {
	margin-bottom: 3px;
}

.bilastaction {
	line-height: 1.8;
}

/* Date Color */
.bidate, .midate {
	color: #fff;
}

/* Board Index Description */
.bidesc {
	font-weight: normal;
	font-size  : 10px;
	line-height: 1.5;
	color      : #fff !important;
}

.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%
}

/* Colors */

.titlebg {
	background-color: #333333;
	font-family     : Verdana, Helvetica;
	font-size       : 12px;
	color           : #BBBBBB;
	font-weight     : bold;
}

.titlebgtext { /* This is for nested tables, so that text formatting is still used */
	color: #FFFFFF;
	font-weight: bold;
}

.catbg {
	background-color: #333333;
	font-family     : Verdana, Helvetica;
	font-size       : 12px;
	color           : #BBBBBB;
	font-weight     : bold;
}

.catbgtext { /* This is for nested tables, so that text formatting is still used */
	color: #FFFFFF;
	font-weight: bold;
}

.win       { background-color: #000000; }
.win2      { background-color: #333333; }
.win3      { background-color: #000000; } /* Used mainly for Calendar Week listing */
.win4      { background-color: #333333; }
.win5      { background-color: #000000; }

.border, .hr    { background-color: #B8B8B8; }

.smalltext { /* Small font text size, can also change color, etc */
	font-weight: normal;
	font-size  : 9px;
	line-height: 1.5;
}

.messageseps {
	border-top: 1px dashed #BBBBBB;
	padding-top: 5px;
}


.redrep   { /* Reputation (less than -1) */
	color: red;
	font-weight: bold;
}

.grayrep  { /* Reputation (-1 thru 10)   */
	color: gray;
	font-weight: bold;
}

.greenrep { /* Reputation (10 or greater)*/
	color: green;
	font-weight: bold;
}

.onlinebots { color: gray; } /* IE: "Googlebot"; this is shown in the "Online" places */

.postbody { /* Format the post body */
	font-size: 12px;
	line-height: 1.5;
}

/* Poll Colors */

.pollcolor { background-color: #333333; padding-left: 5px; }
.pollpercents { background-color: #333333; color: #000000; padding-right: 10px; padding-left: 10px; }
.pollborder { background-color: #333333; }

/* Links */

a, a:link, a:active, a:visited {
 	text-decoration: none;
 	color: white;
 	font-family: Verdana, Helvetica;
	font-weight : bold;}
  a:hover {
 	text-decoration: underline overline;
                color: white;
 	font-family: Verdana, Helvetica;
	font-weight : bold;
}


/* Forms */

.upload, .textinput, .button, textarea, select { /* .checkboxinput also allowed */
	color           : #000000;
	background-color: #EEEEEE;
	font-family     : Verdana, Helvetica, Times;
	font-size       : 10px;
	border          : 1px #8A8D96 solid;
	border-top-width   : 1px;
	border-right-width : 1px;
	border-bottom-width: 1px;
	border-left-width  : 1px;
}

.textinput {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	height: 19px;
	vertical-align: middle;
}

textarea {
	padding: 3px;
	line-height: 130%;
}

input { text-indent : 2px; }

input.button {
	border : 1px solid #000000;
	padding: 1px;
}

/* 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);
}

.menubar { display: inline; }