﻿body 
{
	font-family:  Verdana, Arial;
	font-size:12px;
	background-color:Gray;
	margin:0px;
}

/*************** Top Menu *****************/
.TopMenuAlign
{
	text-align:center;
	clear:both;
}

.TopMenu
{
	display:inline-block;
	width: 140px;
	height: 15px;
	font-size: 11px;
	text-align:center;
	border-bottom:solid 1px black;
	margin:2px;
	color:Black;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	zoom:1;
}

.TopMenu:hover
{
	background-repeat:repeat-x;	
	background-image: url(images/p_smallbutton_r.png);
	text-decoration:underline;
	zoom:1;
}

.TopMenuText, .TopMenuItemText
{
	cursor:pointer;
	color:Black;
	text-decoration:none;
	display:block;
	zoom:1;
	clear:both;
}

.TopMenuItemContainer
{
	position:absolute;
	z-index:100;
	width: 138px;
	opacity:0.9;
	filter:alpha(opacity=90);
	background-color:White;
	zoom:1;
	clear:both;
	border:solid 1px gray;
}

.TopMenuItem
{
	overflow:hidden;
	display:block;
	font-size: 11px;
	margin:2px;
	color:black;
	text-decoration:none;
	width: 136px;
	height: 15px;
	zoom:1;
}

.TopMenuItem:hover
{
	background-repeat:repeat-x;	
	background-image: url(images/p_smallbutton_r.png);
	text-decoration:underline;
	zoom:1;
}

/********* Category Overrides ***********/
/*
.TopMenuItemContainer_SellBuy, .TopMenu_SellBuy
{
	border-color:#009999;
}

.TopMenuItemContainer_Money, .TopMenu_Money
{
	border-color:#999933;
}

.TopMenuItemContainer_Insurance, .TopMenu_Insurance
{
	border-color:#FF9966;
}

.TopMenuItemContainer_Surveys, .TopMenu_Surveys
{
	border-color:#6699FF;
}
*/
/********* End of Category Overrides ***********/
/*************** End of Top Menu *****************/

/******* Logo and Widgets *******/
.LogoArea
{
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	height:150px;
	zoom:1;
	clear:both;
}

.WidgetContainer a
{
	color:Black;
	text-decoration:none;
}

.WidgetContainer a:hover
{
	color:Black;
	border-bottom:dotted 1px black;
}

/***** Page Title Area ******/
.PageTitle
{
	height:25px;
	font-family:Arial;
	font-size:20px;
	color:White;
	background-color:Black;
	padding-bottom: 10px;
}

.PageTitleLeft
{
	float:left;
	padding-top:5px;
	padding-left:10px;
	vertical-align:middle;
}

.PageTitleRight
{
	float:right;
	text-align:right;
	padding-top:5px;
	padding-right:10px;
}

/***** Page Footer *****/
.PageFooter
{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:White;
	height:20px;
	background-color:Black;
	clear:both;
}

.PageFooterLeft
{
	padding-left:10px;
	float:left;
}

.PageFooterRight
{
	float:right;
	padding-right:10px;
}

.PageFooter a
{
	text-decoration:none;
	color:White;
}

.PageFooter a:hover
{
	border-bottom:dotted 1px white;
}

.PageFooterFireFox
{
	text-align:center; 
	vertical-align:bottom; 
	line-height:15px; 
	color:Black;
}
/******* Screen Area ********/
.ScreenArea
{
	width:1000px;
	background-color:White;
	margin:auto;
}

.Sections
{
	clear:both;
}

.Sections:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}

.MenuSection
{
	padding-top:2px;
	float: left; 
	width: 240px;
	min-height:300px;
}

.ContentSection
{
	margin:0px;
	margin-left:10px;
	margin-right:10px;
	float:right;
	padding-top:2px;
	display:block;
	background-color:white;
	overflow:hidden;
	width:730px;
}


/* ********** CONTACT US ************* */
.POP_contactlabel
{
    float:left;
    width:130px;
    text-align:right;
    padding-right:2px;
}

.POP_contacttext
{
    float:left;
    width:180px;
    font-size:11px;
    font-family:verdana, arial;
}

.POP_contactitem
{
    clear:both;
}

/************** HelpArea ************/
.HelpHeadingShow, .HelpHeadingHide
{
	margin-left:5px;
	background-color:InfoBackground;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	background-image:url(images/buttons/up.gif);
	background-repeat:no-repeat;
	background-position:right center;
	cursor:pointer;
}

.HelpHeadingHide
{
	background-image:url(images/buttons/down.gif);
}

.HelpArea
{
	margin-left:5px;
	background-color:InfoBackground;
}

.HelpArea a
{
	background-image:url(images/buttons/bullet.gif);
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	padding-left:10px;
	line-height:20px;
	text-indent:10px;
	text-decoration:none;
	color:InfoText;
}

.HelpArea a:hover
{
	border-bottom:dotted 1px black;
}

.IntroducerDisclaimer
{
	display:none;
}

.IntroducerFooterText
{
	/*margin-top:5px;*/
	background-color:#ffffff;
	color:Black;
	font-weight:bold;
	/*border-top:solid 1px black;*/
	padding-left:5px;
	padding-top:5px;
}

.IntroducerFooterText li
{
	padding-bottom:10px;
}

.IntroducerFooterText ul
{
	list-style-type:none;
	padding-bottom:0px;
	margin-bottom:0px;
}

.IntroducerFooterTextFrontPage
{
	font-size:11px;
}

.AdminMenu_Side li
{
	padding-bottom:10px;
}

.AdminMenu_Top
{
	text-align:right;
}

.AdminMenu_Top li
{
	padding-right:5px;
	padding-left:5px;
	border-right:solid 1px black;
	display:inline;
}

.Admin_Usage
{
	/*text-align:center;*/
	clear:both;
	height:auto;
}

.Admin_Filter
{
	width:320px;
	float:left;
}

.Admin_Filter label
{
	display:inline-block;
	width: 110px;
}

.Admin_Graph
{
	padding-left:15px;
	border-left:solid 1px gray;
	width:365px;
	float:right;
}

.Notes_Main
{
	position:relative;
	background-color:#F9F999;
	border-top:none;
	border-left:none;
	border-bottom:solid 5px #a9a9a9;
	border-right:solid 5px #a9a9a9;
}

.Notes_Pin
{
	clear:both;
	position:relative; 
	top:-25px;
	left:-10px;
	width:25px;
	height:25px;
	background:transparent url(images/Red_Pin.gif) no-repeat;
}

.Notes_Section
{
	font-size:10px;
	padding:3px;
}

.Note_TitleLine
{
	clear:both;
}

.Note_Title
{
	font-weight:bold;
	float:left;
	width:65%;
}

.Note_Button
{
	text-align:right;
	display:inline;
	float:right;
	width:35%;
	font-weight:normal;
}

.Note_Text
{
	border:none;
	width:100%;
	height:32px;
	font-family:Arial;
	font-size:11px;
	overflow:visible;
	overflow-y:hidden;
}

.ClientEnq_Notes
{
	width:200px;
	float:right;
}

.ClientEnq_Main
{
	float:left;
	width:480px;
}

ClientEnq_Section
{
	clear:both;
}
