/* Global Table Settings */
table, td, div, body
             {
	font-family: Verdana;
 	font-size: 11px;
 	color: #000000;
}

/* Scrollbar */
html, body {
	scrollbar-face-color: #DFDFE0;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-3dlight-color: #DDDDDD;
	scrollbar-arrow-color:  #000000;
	scrollbar-track-color: #D7D7D8;
	scrollbar-darkshadow-color: #000000;
}

/* The forum background color */
.mainbg { background-color: #ffffff; }

/* Colors */
.titlebg {
	background: url('images/titlebg.gif');
	font-family: Verdana, Helvetica;
 	font-size : 11px;
 	color: #ffffff;
 	font-weight: bold
}

.catbg {
	background: url('images/catbg.gif'); 
	font-family:  Verdana;
 	font-size : 13px;
 	color: #000000;
	font-weight: bold
}

win2.catbg {
	background: url('images/catbg.gif'); 
	font-family:  Verdana;
 	font-size : 13px;
 	color: #ffffff;
	font-weight: bold
}

.messageseps {
	border-top: 1px dashed #FF0000;
	padding-top: 11px;
}

.win {
	background-color: #ffffff;
	color: #000000;
 }
.win2 {
	background-color: #ffffff;
	color: #000000;
}
.win3 {
	background-color: #ffffff;
	color: #000000;
}

.win4 {
	background-color: #ffffff;
	color: #000000;
}

.win5 {
	background-color: #ffffff;
 	color: #000000;
}

.hr {
	background-color: #000000;
}

.border {
	background-color: #000000;
}

.smalltext { /* Small font text size, can also change color, etc */
	font-weight: normal;
	font-size  : 10px;
 	color: #000000;
	line-height: 130%;
}

td.smalltext { /* Small font text size, can also change color, etc */
	font-weight: normal;
	font-size  : 10px;
 	color: #000000;
	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%;  font-size  : 10px; } /* Format the post body */

.messagetitle { line-height: 130%; } /* Message title on the board index */

/* Poll Colors */
.pollcolor { background-color: #525252; padding-left: 5px; }
.pollpercents { background-color: #D2D5DA; color: #fff; padding-right: 10px; padding-left: 10px; }
.pollborder { background-color: #ffffff; }

/* Links */
a, a:link, a:active, a:visited {
 	text-decoration: none;
 	color: #ffffff;
 	font-family: Verdana, Helvetica;
	font-weight : bold;}

a:hover {
 	text-decoration: underline overline;
      color: red;
 	font-family: Verdana, Helvetica;
	font-weight : bold;
}

td.titlebg a, a:link, a:active, a:visited {
 	text-decoration: none;
 	color: #ffffff;
 	font-family: Verdana, Helvetica;
	font-weight : bold;
}

td.titlebg a:hover {
 	text-decoration: underline overline;
      color: ffffff;
 	font-family: Verdana, Helvetica;
	font-weight : bold;
}

td.dark a, a:link, a:active, a:visited {
color: red;
text-decoration: none;
}
td.dark a:hover {
color: red;
text-decoration: underline overline;
}

div.copyright a, a:link, a:active, a:visited {
 	text-decoration: none;
 	color: #000000;
 	font-family: Verdana, Helvetica;
	font-weight : bold;
}

div.copyright a:hover {
 	text-decoration: underline overline;
      color: red;
 	font-family: Verdana, Helvetica;
	font-weight : bold;
}

div.win2 a, a:link, a:active, a:visited {
 	text-decoration: none;
 	color: #000000;
 	font-family: Verdana, Helvetica;
	font-weight : bold;
}

div.win2 a:hover {
 	text-decoration: underline overline;
      color: red;
 	font-family: Verdana, Helvetica;
	font-weight : bold;
}

td.win2 a, a:link, a:active, a:visited {
 	text-decoration: none;
 	color: #000000;
 	font-family: Verdana, Helvetica;
	font-weight : bold;
}

td.win2 a:hover {
 	text-decoration: underline overline;
      color: red;
 	font-family: Verdana, Helvetica;
	font-weight : bold;
}

td.win a, a:link, a:active, a:visited {
 	text-decoration: none;
 	color: #000000;
 	font-family: Verdana, Helvetica;
	font-weight : bold;
}

td.win a:hover {
 	text-decoration: underline overline;
      color: red;
 	font-family: Verdana, Helvetica;
	font-weight : bold;
}

td.indexmenu a, a:link, a:active, a:visited {
 	text-decoration: none;
 	color: #000000;
 	font-family: Verdana, Helvetica;
	font-weight : bold;
}

td.indexmenu a:hover {
 	text-decoration: underline overline;
      color: red;
 	font-family: Verdana, Helvetica;
	font-weight : bold;
}

td.smalltext a, a:link, a:active, a:visited {
 	text-decoration: none;
 	color: #000000;
 	font-family: Verdana, Helvetica;
	font-weight : bold;
}

td.smalltext a:hover {
 	text-decoration: underline overline;
      color: red;
 	font-family: Verdana, Helvetica;
	font-weight : bold;
}

/* Forms */
.upload, .textinput, .button, textarea, select { /* .checkboxinput also allowed */
	color: #EBEBEB;
	background-color: #454545;
	font-family : Verdana, Helvetica, E58C00, Helvetica, sans-serif;
	font-size : 10px;
	border: 1px #636363 solid;
	border-top-width : 1px;
 	border-right-width : 1px; 
	border-bottom-width : 1px;
 	border-left-width : 1px;
}

/* 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);
}
table {
	margin-left : auto;
	margin-right: auto;
}

.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;
}

.sitetop {
	background-color: #A9BDD7;
}

.siteblock {
	background-color: #6788B5;
	text-color: #C0C0C0;
}

.largetext_block {
	color: #CCCCCC;
}

.normaltext_block {
	color: #DDDDDD;
}

.loading {
	background-image : url('/blahdocs/images/loading.gif');
	background-repeat: no-repeat;
	width            : 222px;
	height           : 19px
}

/* If user has a color, specify the options for that user name to appear here */
.usercolors {
	font-weight: bold;
}

img {
	border: 0px;
}

/* Mini-profile:
	Fancy --> title and value
	Plain --> On one line
*/
.fancyprofilet, .fancyprofilev, .plainprofile {
	padding: 5px;
}

.avatarprofile {
	margin: 10px;
	line-height: 2.3;
	text-align: center;
}

.milastaction {
	margin-bottom: 3px;
}

.bilastaction {
	line-height: 1.8;
	color: #000000;
}

/* Date Color */
.bidate, .midate {
	color: #000000;
}

/* Board Index Description */
.bidesc {
	font-weight: normal;
	font-size  : 10px;
	line-height: 1.5;
	color      : #000000 !important;
}

.copyright {
	font-size: 10px;
	color: #000000;
}

div.smalltext {
            font-size: 10px;
            color: #000000;
}

td.dark {
          font-size: 12px;
          color: #000000;
}

td.catbg {
          color: #000000;
}

.indextitle {
	font-size: 10px;
	color: #000000;
}
/*
   Centering help:
   http://www.maxdesign.com.au/presentation/center/
*/

td {
	text-align: left;
}
/* 10.2.5 */

blockquote {
	border     : 1px #969696 solid;
	border-left: 5px #969696 solid;
}

blockquote .quoteby {
	padding      : 10px;
	border-bottom: 1px #969696 dotted;
}

blockquote .quotebody {
	padding: 10px;
}

/* 10.2.5 END */

.catdesc {
	padding    : 4px;
	line-height: 130%;
}

.normaltext {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

.indextitle {
	font-size  : 20px;
	font-weight: bold;
	white-space: nowrap;
}

.pages {
	font-weight   : normal !important;
	font-size     : 9px;
	line-height   : 1.5;
	white-space   : nowrap;
	padding-top   : 4px;
	padding-bottom: 4px;
}

.pages a, .pages a:link, .pages a:active, .pages a:visited {
	padding: 4px;
	border: 1px solid #969696;
	background-color: #F2F2F2;
	text-decoration: none !important;
}

.pages a:hover {
	padding: 4px;
	border: 1px solid #969696;
	background-color: #E5E5E5;
}

.pages strong {
	padding: 4px;
	border: 1px solid #969696;
	background-color: #EDEDED;
}

.postmenu {
	font-weight: normal !important;
}

.indexmenu {
	font-weight: bold !important;
	white-space: nowrap;
}

.menubar a, .menubar a:link, .menubar a:active, .menubar a:visited {
	text-decoration: none;
	padding: 6px;
	white-space: nowrap;
	line-height: 2.5;
}

.menubar a:hover {
	padding: 5px;
/*	border: 1px solid #000; */
	background-color: inherit;
}

#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;
}

.milastaction {
	margin-bottom: 3px;
}

.bilastaction {
	line-height: 1.8;
}

/* Date Color */
.bidate, .midate, .didate {
	color: #727272;
}

.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%;
}

/* Board Index Description */
.bidesc {
	font-weight: normal;
	font-size  : 10px;
	line-height: 1.5;
	color      : #444 !important;
}

/* Table alignment */
div.centered {
	text-align: center;
}

div.centered table {
	margin-left : auto;
	margin-right: auto; /* long form to make IE5/Mac happy */
}

/* Bots: this is shown in the "Online" places */
.onlinebots {
	color      : gray;
	font-style : italic;
	font-weight: normal;
}

/* 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);
}