
@import "buttons.css";

/* The "height" above is a hack for IE5+/Win.  Below we adjust it using the child selector to hide from IE5+/Win */
html, body, #div_Contents {
	min-height: 100%;
	height: 100%;
}

/* Without this, Moz1.0 adds a vertical scrollbar */
html>body, html>body #div_Contents {
	height: auto;
}

BODY
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #333333;
	font-family: verdana;
	font-size: 12px;
	color: #eeeeee;
	line-height: 1.5em;
}
FORM
{
	margin: 0;
	padding: 0;
}
INPUT, SELECT, TEXTAREA
{
	font-size: 11px;
	font-family: verdana;
	border: 1px inset;
	background: #ffffff;
	color: #000000;
	vertical-align: middle;
}
INPUT, TEXTAREA
{
	padding: 2px;
}
A, A:visited
{
	color: #ffffff;
	font-weight: bold;
}
A:hover {
	color: #f8490c;
}
P
{
	margin: 10px 0;
}
CODE {
	color: #faf7c2;
}

#div_Container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
}
#div_Main
{
	margin: 20px auto 20px auto;
	padding: 0;
	text-align: left;
	width: 980px;
	background: url(../images/contentback.gif) 0 0 repeat-y #ffffff;
}
#div_Header
{
	height: 150px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
	color: #555555;
	font-weight: normal;
	background: url("../images/header.gif") 0 0 no-repeat;
}
#div_Header A
{
	font-size: 9px;
	color: #888888;
}

#div_Menu
{
	position: absolute;
	top: 140px;
	height: 30px;
	text-align: left;
	color: #F1C512;
	padding: 0 0 0 0;
	margin: 0 20px;
}
#div_Menu UL {
    margin: 0 0 0 0;
    padding: 0px 0 0 0;
    list-style:none;
}
#div_Menu LI {
    float: left;
    margin: 0 3px 0 0;
    padding: 0;
    background:url("../images/menutab_right.gif") no-repeat right top;
}
#div_Menu A
{
	float: left;
	margin: 0;
	padding: 0px 10px 0 10px;
	font-size: 11px;
	font-weight: normal;
	color: #cccccc;
	text-decoration: none;
	line-height: 30px;
	display: block;
	letter-spacing: 0px;
    background:url("../images/menutab_left.gif") no-repeat left top;
}
#div_Menu A:hover
{
	color: #ffffff;
}
#div_Menu .a_MenuOpen
{
	color: #ffffff;
}
#div_Menu .li_Selected
{
    background:url("../images/menutab_on_right.gif") no-repeat right top;
}
#div_Menu .li_Selected A, #div_Menu .li_Selected A:hover
{
	font-weight: bold;
	color: #ffffff;
    background:url("../images/menutab_on_left.gif") no-repeat left top;
}
#div_UserMessage
{
	position: absolute;
	top: 147px;
	height: 23px;
	line-height: 23px;
	text-align: right;
	color: #333333;
	padding: 0 0 0 0;
	margin: 0 0 0 620px;
	width: 350px;
	font-size: 10px;
}
#div_UserMessage A
{
	color: #333333;
}

#iframeMenu 
{
	display: none;
	top: 173px;
	position: absolute;
}
.div_SubMenu 
{
	display: none;
}
#div_FloatingMenu {
	display: none;
	position: absolute;
	top: 173px;
	left: 0px;
	background: #333333;
	z-index: 1000;
	font-size: 11px;
	width: 200px;
	border: 0;
	border: solid 1px #666666;
	overflow: hidden;
}
#div_FloatingMenu A {
	display: block;
	float: none;
	padding: 0px 5px;
	line-height: 25px;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
    font-size: 10px;
    border: 0;
    border-bottom: 1px solid #555555;
    background: none;
    text-align: left;
    background: url(../images/submenuback.jpg) top right no-repeat;
}
#div_FloatingMenu A:hover 
{
	display: block;
	color: #f8490c;
    background: url(../images/submenuback_hover.jpg) top right no-repeat;
}
#div_FloatingMenu P 
{
	display: block;
	float: none;
	margin: 0;
	padding: 0px 5px;
	line-height: 25px;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
    font-size: 10px;
    border: 0;
    border-bottom: 1px solid #555555;
    background: none;
    text-align: left;
    background: url(../images/submenuback.jpg) top right no-repeat;
}

#div_MainContent
{
	padding: 0px 0 0 0;
	overflow: visible;
}

H1
{
	display: block;
	color: #00A9B0;
	padding: 0;
	line-height: 40px;
	margin: 20px 0;
	font-family: arial;
	font-weight: normal;
	font-size: 24px;
	letter-spacing: 1px;
}
#div_PageHeader {
	font-size: 9px;
	color: #888888;
	line-height: 30px;
	background: url(../images/dotted-line.gif) left bottom repeat-x;
	text-align: right;
	margin: 10px 0 0 0;
}
#div_PageHeader .div_Left{
	float: left;
	width: 400px;
	text-align: left;
}
#div_PageHeader #frm_QuickSearch {
	display: inline;
	margin: 0;
}
#div_PageHeader #frm_QuickSearch INPUT {
	font-size: 9px;
	padding: 1px;
	background: #555555;
	border: 1px solid #777777;
	color: #cccccc;
}
#div_PageHeader #frm_QuickSearch .ipt_Search {
	background: #333333;
	color: #dddddd;
	border: 1px solid #555555;
}

#div_ColLeft
{
	float: left;
	text-align: left;
	width: 730px;
	overflow: hidden;
	padding: 0 0 75px 0;
}
#div_ColLeftInner
{
	margin: 0 20px;
}
#div_ColLeft A:hover {
	color: #f8490c;
}

#div_ColRight {
	margin: 0 0 0 730px;
	padding: 0;
	font-size: 11px;
	color: #eeeeee;
}
#div_ColRight A, #div_ColRight A:visited {
	color: #eeeeee;
}
#div_ColRight A:hover {
	color: #f8490c;
}
#div_ColRight H2
{
	margin: 0;
	padding: 20px 20px 10px 20px;
	font-weight: bold;
	color: #00A9B0;
	display: block;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: arial;
	background: url(../images/dotted-line.gif) left bottom repeat-x;
}
#div_ColRight .div_Chart {
	margin: 0;
	padding: 0 0 0 10px;
}
#div_ColRight .div_Chart .a_AlignRight {
	text-align: right;
}
#div_ColRight #div_FOTD {
	margin: 0;
	padding: 10px 10px 10px 20px;
	height: 100px;
	background: url(../images/dotted-line.gif) left bottom repeat-x;
}
#div_ColRight #div_FOTD A {
	display: block;
	float: left;
}
#div_ColRight #div_FOTD #div_Date {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 0 100px;
}
#div_ColRight #div_FOTD .a_History {
	padding-left: 10px;
}
#div_ColRight #div_FOTD IMG {
	width: 80px;
	height: 80px;
	border: 5px solid #888888;
}
#div_ColRight #div_FOTD #div_DisplayName {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 100px;
}
#div_ColRight #div_FOTD #div_DisplayName A {
	float: none;
	border: 0;
	width: 100px;
	overflow: hidden;
}
#div_ColRight #div_Words {
	margin: 0;
	padding: 10px 10px 10px 20px;
	background: url(../images/dotted-line.gif) left bottom repeat-x;
}
#div_ColRight #div_Words #div_Question {
	font-weight: bold;
	margin: 10px 10px 0 10px;
}
#div_ColRight #div_Words #div_Answer {
	font-size: 10px;
	margin: 0 10px 10px 10px;
}
#div_ColRight #div_SiteStats {
	margin: 0;
	padding: 10px 10px 10px 20px;
	background: url(../images/dotted-line.gif) left bottom repeat-x;
}
#div_ColRight #div_SiteStats A {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
}
#div_ColRight #div_SiteStats IMG {
	width: 60px;
	height: 60px;
	border: 3px solid #888888;
}
#div_ColRight #div_SiteStats #div_Details {
	color: #ffffff;
	margin: 3px 0 10px 75px;
	height: 60px;
}
#div_ColRight #div_SiteStats #div_Details A {
	float: none;
	border: 0;
	height: auto;
	display: block;
}
#div_ColRight .div_Chart A {
	display: block;
	padding: 2px 10px;
	text-decoration: none;
	font-weight: normal;
	background: url(../images/dotted-line.gif) left bottom repeat-x;
}
#div_ColRight .div_Chart A:hover {
	background: url(../images/dotted-line.gif) left bottom repeat-x #444444;
}
#div_ColRight .div_Chart .spn_Score {
	float: right;
	margin: 0 10px 0 0;
	padding: 2px 0;
}
#div_ColRight #div_SiteStats {
	margin: 0;
	padding: 10px 10px 10px 20px;
	background: url(../images/dotted-line.gif) left bottom repeat-x;
}

#div_Footer
{
	color: #888888;
	padding: 0 20px;
	line-height: 30px;
	font-family: arial;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 0;
	clear: both;
}
#div_Footer A
{
	color: #888888;
	font-weight: bold;
}
#div_FooterAdSense {
	margin: 10px 0;
	text-align: center;
}
#div_Clear
{
	clear: both;
	height: 1px;
}
.gen_ErrorMsg {
	color: red;
	font-weight: bold;
}
.spn_New {
	margin: 0 0 0 5px;
	color: #2fca32;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.spn_Updated {
	margin: 0 0 0 5px;
	color: #e7e92b;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
#img_ProfileThumbPopUp {
	display: none;
	position: absolute;
	margin: 5px 5px 5px 0;
	border: 1px solid #ffffff;
}