@charset "utf-8";
/* =TEXT
----------------------------------------------- */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #fead1d;
	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #fead1d;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #fead1d;
}
.bodyText { 
	color: #9E9E9E; 
	font: 80%/1.5em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif; 
}
.smallText { 
	font-size:90%;
}
/* =LINKS
----------------------------------------------- */
a {
	color: #4BB5E5;
	text-decoration: none;
}
a:hover {
	background: transparent;
	color: #fead1d;
	text-decoration: none;
}

.LNK-4BB5E5:link, .LNK-4BB5E5:focus, .LNK-4BB5E5:active, .LNK-4BB5E5:visited {
	background: transparent;
	color: #4BB5E5;
	text-decoration: none;
}
.LNK-4BB5E5:hover {
	background: transparent;
	color: #fead1d;
	text-decoration: none;
}

.LNK-FF0021:link, .LNK-FF0021:focus, .LNK-FF0021:active, .LNK-FF0021:visited {
	background: transparent;
	color: #FF0021;
	text-decoration: none;
}
.LNK-FF0021:hover {
	background: transparent;
	color: #ff9900;
	text-decoration: none;
}

.LNK-9E9E9E:link, .LNK-9E9E9E:focus, .LNK-9E9E9E:active, .LNK-9E9E9E:visited {
	background: transparent;
	color: #9E9E9E;
	text-decoration: none;
}
.LNK-9E9E9E:hover {
	background: transparent;
	color: #4BB5E5;
	text-decoration: none;
}

/* =css Buttons
----------------------------------------------- */
	a.cssButton {
	background: transparent url('/images/btn_cssButtonBgEnd.gif') no-repeat scroll top right;
	color: #FFF;
	display: inline-block;
	font: bold 14px arial, sans-serif; /* sliding doors padding */
	text-decoration: none;
	padding-right: 9px;
	margin-bottom:2px;
	}

	a.cssButton span {
	background: transparent url('/images/btn_cssButtonBg.gif') no-repeat;
	display: block;
	line-height: 22px;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 4px;
	padding-left: 18px;
	}

	a.cssButton:hover {
	color: #FFF;
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
	}

	a.cssButton:hover span {
    background-position: bottom left;
	}
	
	a.cssButton:active {
	color: #FFF;
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
	margin-bottom: 0px;
	}

	a.cssButton:active span {
	background-position: bottom left; /* push text down 1px */
	padding-top: 6px;
	padding-right: 9;
	padding-bottom: 4px;
	padding-left: 18px;
	}

/* =END css Buttons
----------------------------------------------- */

TABLE.table-DefaultBoardStyle {
	BORDER-RIGHT: gray 0px solid; PADDING-RIGHT: 3px; BORDER-TOP: gray 1px solid; PADDING-LEFT: 3px; FONT-SIZE: 100%; PADDING-BOTTOM: 2px; BORDER-LEFT: gray 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: gray 0px solid
	}

TABLE.table-DefaultBoardStyle TD {
	BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 0px solid; PADDING-BOTTOM: 2px; BORDER-LEFT: gray 0px solid; BORDER-BOTTOM: gray 1px solid
}

TABLE.table-NoBoardStyle {
	BBORDER:  0px none;
	}

TABLE.table-NoBoardStyle TD {
	BORDER:  0px none;
}
h1.mainHeading  {
	position: relative;
	color: #FFA614;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	text-decoration: none;
	background: url(/images/icons/headingBullet.jpg) no-repeat left center;
	overflow: auto;
	font-weight: 100;
	line-height: 1.1em;
	padding: 0px 0px 0px 45px;
	margin: 0px;
	overflow:hidden;
}
.textbox_default {
	background: #000000;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9E9E9E;
	font-size:90%;
	padding: 2px;
}
.btn_default {
	background: #000000;
	border: 2px groove #666666;
	font-family: Arial, Helvetica, sans-serif;
	color: #9E9E9E;
	font-size:90%;
	padding: 3px;
}
.sbhp{
display:none;
}