/* Global Table Settings */
body, table, td {
	font-family: Verdana, Helvetica, Arial;
	font-size  : 11px;
	line-height: 1.3;
	color      : #1D1F22;
}

body {
	background-color: #000022;
	position        : absolute;
	margin          : 5px;
	text-align      : center;
}

table {
	margin-left : auto;
	margin-right: auto;
}

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) 3px 4px no-repeat;
	padding-left  : 19px;
	padding-top   : 5px;
	padding-bottom: 5px;
	width         : 90%;
}

/* Colors */
.titlebg {
	background : url(/blahdocs/images/titlebg.gif);
	font-family: Verdana, Helvetica, Arial;
	font-size  : 12px;
	color      : #000000;
	font-weight: bold;
	background-color:#cccccc;
}

.titlebgtext { /* This is for nested tables, so that text formatting is still used */
	color: #000000;
	font-weight: bold;
}

.catbg {
	background : url(/blahdocs/images/titlebg.gif);
	font-family: Verdana, Helvetica, Arial;
	font-size  : 12px;
	color      : #000;
	font-weight: bold;
	background-color:#cccccc;
}

.catbgtext { /* This is for nested tables, so that text formatting is still used */
	color: #000000;
	font-weight: bold;
}

.hr        { background-color: #000000; }
.win       { background-color: #E4E4E4; }
.win2      { background-color: #DDDDDD; }
.win3      { background-color: #C8CED4; } /* Used mainly for Calendar Week listing */
.border    { background-color: #000000; }
.bld       { font-weight     : bold; }

.border, HR, hr, .hr {
	background-color: #B8B8B8;
}

/* If user has a color, specify the options for that user name to appear here */
.usercolors {
	font-weight: bold;
}

#blocktxt a, a:link, a:active, a:visited { 
	text-decoration: none; 
	color: #DDDDDD; 
	font-family: Verdana, Helvetica;
}  

#blocktxt a:hover { 
	text-decoration: underline; 
	color: #DDDDDD; 
	font-family: Verdana, Helvetica;
}

.smalltext { /* Small font text size, can also change color, etc */
	font-weight     : normal;
	font-size       : 10px;
	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;
}

.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)*/

/* Bots: this is shown in the "Online" places */
.onlinebots {
	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;
	padding-left    : 5px;
	border-right: 5px solid #000;
}

.pollpercents {
	background-color: #D2D5DA;
	color           : #000;
	padding-right   : 10px;
	padding-left    : 10px;
}

.pollborder {
	background-color: #000;
}

/* Links */
a, a:link, a:active, a:visited {
	text-decoration: none;
	color          : #000066;
	font-weight    : bold;
}

a:hover {
	text-decoration: none;
	color          : #FF0000;
	font-weight    : bold;
}

/* Forms */
.upload, input, textarea, select { /* .checkboxinput also allowed */
	color           : #000;
	background-color: #EEE;
	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;
}

input {
	padding: 3px;
}

textarea {
	padding    : 3px;
	line-height: 130%;
}

input { text-indent : 2px; margin: 0px; }

.textinput {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: middle;
}

input.button {
	border : 1px solid #000;
	padding: 1px;
}

input.checkbox {
	border: 0px solid #636363;
}

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  : 16px;
	font-weight: bold;
}

.currentday { /* These will make the entire day/week kind of faded */
	opacity: .85;
	filter : alpha(opacity=85);
}