/* Global Table Settings */
body, table, td {
	font-family: Verdana;
	font-size  : 11px;
	color      : #000000;
}

html {
	scrollbar-face-color: #000044;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #000044;
	scrollbar-darkshadow-color: #000044;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-track-color: #000044;
}

/* The forum background color */
.mainbg { background-color: #000033; }

/* Colors */

.titlebg {
	height:28px;
	background-color: #71A7E8;
	font-family: tahoma, verdana, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	font-weight: bold;
	background-image: url('images/titlebg.gif');
	background-repeat: repeat-x;
}

.titlebgtext {
	color: #ffffff;
	font-weight: bold;
}

.catbg {
	background-color: #B3CAE9;
	font-family: tahoma, verdana, sans-serif;
	font-size: 8pt;
	color: #3A4F6C;
	font-weight: bold;
	background-image: url('images/catbg.gif');
	background-repeat: repeat-x;
}

.catbgtext {
	color: #3A4F6C;
	font-weight: bold;
}

.win { background-color: #E7E9EF; }
.win2 { background-color: #E7E9EF; }
.win3 { background-color: #E7E9EF; }

.border, .hr    { background-color: #617CF0; }

.smalltext { /* Small font text size, can also change color, etc */
	font-weight: normal;
	font-size  : 10px;
	line-height: 130%;
}

.redrep   { color: red; font-weight: bold;   } /* Reputation (less than -1) */
.grayrep  { color: gray; font-weight: bold;  } /* Reputation (-1 thru 10)   */
.greenrep { color: green; font-weight: bold; } /* Reputation (10 or greater)*/

.onlinebots { color: gray; } /* IE: Googlebot, this is shown in the "Online" places */

.postbody { line-height: 130%; } /* Format the post body */

.messagetitle { line-height: 130%; } /* Message title on the board index */

/* Poll Colors */
.pollcolor { background-color: #5F0B1B; padding-left: 5px; }
.pollpercents { background-color: #D2D5DA; color: #000000; padding-right: 10px; padding-left: 10px; }
.pollborder { background-color: #8A8D96; }

/* Links */
a, a:link, a:active, a:visited {
	text-decoration:none;
	color:#000080;
	font-family: tahoma, verdana, sans-serif;
}

a:hover {
	text-decoration:  underline;
	font-family: tahoma, verdana, sans-serif;
}

/* Forms */
.upload, .textinput, .button, textarea, select { /* .checkboxinput also allowed */
	color: #fff;
	background-color: #12385C;
	font-family: Verdana, Helvetica, Times;
	font-size: 10px;
	border: 1px #636363 solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
body {
	text-align      : center;
}

table {
	margin-left : auto;
	margin-right: auto;
}

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      : #444 !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;
}

form, input {
	margin-top: 0px;
}

form {
	margin-bottom: 0px;
}

.boardsearch {
	background    : url('/blahdocs/images/search.png') no-repeat 3px 4px;
	padding-left  : 19px;
	padding-top   : 5px;
	padding-bottom: 5px;
	width         : 90%
}

/* If user has a color, specify the options for that user name to appear here */
.usercolors {
	font-weight: bold;
}

/* 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);
}
