/* Global Table Settings */

body, table, td {
	font-family: Verdana, Helvetica, E58C00, Helvetica, sans-serif;
	font-size  : 11px;
	line-height: 1.3;
	color      : #1D1F22;
}

body {
	position        : absolute;
	margin          : 5px;
	text-align      : center;
}

body {
	scrollbar-face-color      : #BCB18C;
	scrollbar-highlight-color : #BCB18C;
	scrollbar-3dlight-color   : #E1DCC9;
	scrollbar-darkshadow-color: #7E734C;
	scrollbar-shadow-color    : #E1DCC9;
	scrollbar-arrow-color     : #F6F4EC;
	scrollbar-track-color     : #E0D8C4; }

/* The forum background color */

.mainbg { background-color: #877A5B; }

table {
	margin-left : auto;
	margin-right: auto;
}

/*
   Centering help:
   http://www.maxdesign.com.au/presentation/center/
*/

/*
   Centering help:
   http://www.maxdesign.com.au/presentation/center/
*/

td {
	text-align: left;
}

img {
	border: 0px;
}

.catdesc {
	padding    : 4px;
	line-height: 130%;
}

#membercenter a, #membercenter a:link, #membercenter a:active, #membercenter a:visited {
	line-height : 2;
	padding-left: 5px;
	width       : 100%;
}

#membercenter a:hover {
	padding-left: 2px;
	border-left : 3px solid #000000;
	text-decoration: none;
}

#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
	Avatar --> Just the avatar and stats (stars)
*/
.fancyprofilet, .fancyprofilev, .plainprofile {
	padding: 5px;
}

.avatarprofile {
	margin: 10px;
	line-height: 2.3;
                text-align: center;
}

.milastaction {
	margin-bottom: 3px;
}

.bilastaction {
	line-height: 1.8;
}

/* Date Color */
.bidate, .midate {
	color: #727272;
}


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%
}

/* If user has a color, specify the options for that user name to appear here */
.usercolors {
	font-weight: bold;
}

/* Colors */
.titlebg {
	background-color: #BCB18C;
	font-family     : Verdana, Helvetica, E58C00, Helvetica, sans-serif;
	font-size       : 12px;
	color           : #000000;
	font-weight     : bold; }

.titlebgtext { /* This is for nested tables, so that text formatting is still used */
	color: #000000;
	font-weight: bold; }

.catbg {
	background-color: #C8BFA0;
	font-family     : Verdana, Helvetica, E58C00, Helvetica, sans-serif;
	font-size       : 12px;
	color           : #000000;
	font-weight     : bold; }

.catbgtext { /* This is for nested tables, so that text formatting is still used */
	color: #000000;
	font-weight: bold; }

.win       { background-color: #E1DCC9; }
.win1       { background-color: #EDE9DD; }
.win2      { background-color: #EDE9DD; }
.win3      { background-color: #E1DCC9; } /* Used mainly for Calendar Week listing */

.border, HR, hr, .hr {
	background-color: #B8B8B8;
}

/* 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;
}

.grayrep  { /* Neutral */

	color: #CCC;

}



.greenrep { /* Good */

	color: #00AF33;

}

.greenrep, .grayrep, .redrep {
	font-weight: bold;
}

/* 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: #877a5b;
	color           : #c8bfa0;
	padding-right   : 10px;
	padding-left    : 10px;

}

.pollborder {
	background-color: #6c5f44;
}

.messagetitle { line-height: 130%; } /* Message title on the board index */

/* Links */
a, a:link, a:active, a:visited {
	text-decoration: none;
	color          : #36383B;
	font-family    :  Verdana, Helvetica;
	font-weight    : bold; }

a:hover {
	text-decoration: none;
	color          : #F83103;
	font-family    :  Verdana, Helvetica;
	font-weight    : bold; }

/* Forms */
.upload, input, textarea, select { /* .checkboxinput also allowed */
	color              : #000;
	background-color   : #E1DCC9;
	font-family        : Verdana, Helvetica, Times;
	font-size          : 10px;
	border             : 1px #7E734C 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; }
input.button {
	border : 1px solid #000;
	padding: 1px;
}

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);
}


a.personal:link, a.personal:active a.personal:visited {
	text-decoration: none;
	color          : #36383B;
	font-family    : Dauphin;
	font-size       : 16px;
	font-weight    : bold;
}

a.personal:hover {
	text-decoration: none;
	color          : #1A1016;
	font-family    : Dauphin;
	font-size       : 16px;
	font-weight    : bold;
}

a.personal:link, a.personal:active a.personal:visited {
	text-decoration: none;
	color          : #36383B;
	font-family    : Verdana, Helvetica;
	font-size      : 15px;
	font-weight    : bold;
}

a.personal:hover {
	text-decoration: none;
	color          : #F83103;
	font-family    : Verdana, Helvetica;
	font-size      : 17px;
	font-weight    : normal;
}

/* 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; }

input.button {
	border : 1px solid #000;
	padding: 1px;
}

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);
}