body, table, td {
	font-family     : Verdana, Helvetica, Arial, serif;
	font-size       : 12px;
	line-height     : 1.3;
	color           : #4e7561;
}

html {
	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;

}

body {
	background-color: #F1F1F1;
       width: 90%;
	margin          : 0 auto;
	text-align      : center;
}

table {
        text-align: center;
margin: 0 auto;
}

/*
   Centering help:
   http://www.maxdesign.com.au/presentation/center/
*/

td {
	text-align: left;
}

img {
	border: 0px;
}

/* 10.2.5 */

blockquote {
	border     : 1px #7E734C solid;
	border-left: 5px #7E734C solid;
}
.content {
	text-align: center !important;
	color: #FFFFFF;
}

blockquote .quoteby {
	padding      : 10px;
	border-bottom: 1px #7E734C dotted;
}

blockquote .quotebody {
	padding: 10px;
}

/* 10.2.5 END */

#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      : #000000 !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;
	color: #FFFFFF;
}

.justify {
	text-align: justify !important;
}

.vtop {
	vertical-align: top !important;
}

.vbottom {
	vertical-align: bottom !important;
}

.innertable {
	margin: 0px !important;
}

.leftimg {
	float        : left;
	padding-right: 5px;
}

.rightimg {
	float       : right;
	padding-left: 5px;
}

.centerimg {
	vertical-align: middle;
	color: #FFFFFF;
}

.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;
}

.mainbg {
	background: #877A5B;
}

.titlebg {
	background-color: #68756d;
	color           : #fff;
	background-image: url('buttons/gen_background2.jpg');
}

.titlebgtext {
	background-color: #BCB18C;
	color           : #000;
	font-weight     : bold;
	
}

.catbg {
	background-color: #0f140e;
	color: #FFFFFF;
	font: bold 12px Verdana, Helvetica; 
}

.catbgtext {
	background-color: #C8BFA0;
	color           : #000;
	font-weight     : bold;
}

.win {
	background: #E1DCC9;
	color     : #4e7561;
}

.win1 {
	background: #EDE9DD;
	color     : #000;
}

.win2 {
	background: #EDE9DD;
	color     : #000;
}

.win3 {
	background: #E1DCC9;
}

.border, HR, hr, .hr {
	background-color: #7E734C;
	color: #000;
}

.smalltext {
    font-weight: normal;
	font-size: 10px;	
	color: #4e7561;
	line-height: 110%;

	
}

/* 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 */
	background-color: #B8B8B8;
	color: #FF0033;
}

.grayrep  { /* Neutral */
	background-color: #B8B8B8;
	color: #CCC;
}

.greenrep { /* Good */
	background-color: #B8B8B8;
	color: #00AF33;
}

.greenrep, .grayrep, .redrep {
	font-weight: bold;
}

/* Bots: this is shown in the "Online" places */
.onlinebots {
	background-color: #B8B8B8;
	color      : gray;
	font-style : italic;
	font-weight: normal;
}

.postbody { /* Format the post body */
	font-size  : 12px;
	line-height: 1.5;
}

.messagetitle {
	line-height: 130%;
}

.pollcolor {
	background-color: #877A5B;
	color           : #000;
	padding-left    : 5px;
	border-right    : 5px solid #000;
}

.pollpercents {
	color           : #000;
	padding-right   : 10px;
	padding-left    : 10px;
	background-color: #C8BFA0;
}

.pages {
	color           : #FFFFFF;
}

/* .pollborder {
	background-color: #000;
	color: #000;
} */

/* Links */
TD.catbg a, a:link, a:active, a:visited {
	font-weight: bold;
	color:  #4e7561;
	text-decoration: none;
}

TD.titlebg a, a:link, a:active, a:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none
}

TD.win2 a, a:link, a:active, a:visited {
	font-weight: bold;
	color: #111310;
	text-decoration: none
}

a:hover {
 	text-decoration: none;
 	color           : #1A1016;
 	font-weight     : bold;
}

.copyright {
	font-size: 11px;
	color: #fff;
}

/* Forms */
.upload, input, textarea, select { /* .checkboxinput also allowed */
 	color           : #000;
 	background-color: #EEE;
 	font-family     : Verdana, Helvetica, Times, serif;
 	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   : 0px;
	height  : 0px;
	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);
}