body {
	background-color: #dee7ef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
      cursor:url('/blahdocs/template/mike/images/soft_grey/7.cur');
}

.win {
	border-right: #f6f6f6 1px outset;
	border-top: #f6f6f6 1px outset;
	border-left: #f6f6f6 1px outset;
	border-bottom: #f6f6f6 1px outset;
	background-color: #B0C4DE ;
	padding: 1px;
}

.win1 {
	border-right: #f6f6f6 1px outset;
	border-top: #f6f6f6 1px outset;
	border-left: #f6f6f6 1px outset;
	border-bottom: #f6f6f6 1px outset;
	background: #f6f6f6;
	padding: 1px;
}

.win2 {
	border-right: #f6f6f6 1px outset;
	border-top: #f6f6f6 1px outset;
	border-left: #f6f6f6 1px outset;
	border-bottom: #f6f6f6 1px outset;
	background-color: #ffffff;
	padding: 1px;
}

.win3 {
	border-right: #f6f6f6 1px outset;
	border-top: #f6f6f6 1px outset;
	border-left: #f6f6f6 1px outset;
	border-bottom: #f6f6f6 1px outset;
	background: #f6f6f6;
	padding: 1px;
}

.smalltext {
	font-weight: normal;
	font-size: 10px;
	line-height: 130%;
}

A:link {
	text-decoration: none;
	color: #2700da;
	background-color: transparent;
}

A:visited {
	text-decoration: none;
	color: #2700da;
	background-color: transparent;
}

A:hover {
	text-decoration: underline overline;
	color: #777777;
	background-color: transparent;
	position: relative;
	top: 1px; 
}

BODY {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	font-size  : 12px;
	font-family: Verdana, Arial;
}

TD {
	color: #000;
	font-family: Verdana, Arial;
	font-size: 11px;
}

input {
	color: #000;
	font-size  : 11px;
	font-family: Verdana, Arial;
}
textarea {
	color: #000;
	font-size  : 11px;
	font-family: Verdana, Arial;
}

select {
	color: #000;
	font-size  : 11px;
	font-family: Verdana, Arial;
}

.nav {
	font-size: 10px;
	text-decoration: none;
	color: #005177;
}
.nav:link {
	font-size: 10px;
	text-decoration: none;
	color: #005177;
}
.nav:visited {
	font-size: 10px;
	text-decoration: none;
	color: #005177;
}
.nav:hover {
	font-size: 10px;
	text-decoration: underline;
	color: #ffa34f;
	background-color: transparent; 
	font-weight: bold;
}
.hr {
	color: #000;
}
.titlebg {
//	color: #2700da;
//	background-color: #ff8811;
	FONT-WEIGHT: bold; FONT-SIZE: 8pt; BACKGROUND-IMAGE: url('/blahdocs/template/mike/images/catbg.gif'); COLOR: #3a4f6c; BACKGROUND-REPEAT: repeat-x; FONT-FAMILY: verdana, sans-serif; BACKGROUND-COLOR: #b3cae9;

}

.text1 {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

.catbg {
	color: #2700da;
	font-weight: bold;
	font-size: 13px;
	background-color: #ff8811;
}
.catbgtext {
	font-weight: bold; color: #2700da

}

.bordercolor {
	background: #000;
}

.quote {
	color: #000;
	background: #fff;
	font: 10px Verdana, Arial;
}
.code {
	color: #000 background-color: #fff;
	font: 10px Courier New;
}

.editor {
	width: 100%;
}

.highlight {
	font-weight: bold;
	color: white;
	background: #000;
}

table.tr, td {
	font-size: inherit;
}

body {
	text-align : center;
}

table {
	margin-left : auto;
	margin-right: auto;
}

/*
   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;
}


/* 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);
}

/* 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;
}

/* 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;
}

/* Board Index Description */
.bidesc {
	font-weight: normal;
	font-size  : 10px;
	line-height: 1.5;
	color      : #444 !important;
}

img {
	border: 0px;
}

.catdesc {
	padding    : 4px;
	line-height: 130%;
}

#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 {
	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;
}
