html 
{ 
	height: 100%; 
	margin: 0px 0px 1px 0px;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:1.4em;
	background: #FFF;
	color: #000;
	height: 100%;
	margin: 5px 0px 0px 5px;
}

#main_nav
{
	vertical-align:top;
	line-height:25px;
	text-align: left;
	padding-top:3px;
	clear:both;	
}

#inner_main_nav 
{
	height:25px;
	width:760px;
	background-repeat:no-repeat;
	background-image:url("../images/navback.gif");
	color:#ffffff;
	padding-left:10px;
}

#main_nav a
{
	color: #fff; 
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

/* Default Link  Style */
a { 
	color: #0066CC; 
	font-size: 12px;
}

a.medium { 
	font-size: 12px;
}


p { margin: 0px; }

h2 {
	color: #ffffff;
	font-weight: bold;
	font-size:18px;
	margin-bottom: 5px;
}


h3 {
	font-weight: bold;
	font-size:18px;
	margin-bottom: 5px;
	display:inline;
	letter-spacing: -2px;
}

.grey {
	color: #999999;

}

.green {
	color: #ffffff;
}


.error {
	color: #ff3333;
	
}


ul {
	margin-left:15px;
	padding:0;
	list-style: square inside;
	font-weight:bold;
}


ul.memberHome {
	margin-left:30px;
	padding:0;
	color:#999999;
	font-weight:bold;
}


.floatLeft {
	float:left;
}

#panelButton {
	margin: 0 auto;
	padding: 0;
	
}

#container {
	position: relative;
	margin: 0 auto;
	text-align: left;
	color: #000000;
	font-size: 10px;
}


#navigation {
	float:left;
	width:	532px;
	height: 98px;
}

#memberStatusBlock { 
	float:left;
	width: 218px; 
	height: 98px;	
	margin: 0px 0px 0px 4px;
}


#memberStatusBlock a
{
	color: #FFFFFF;
}

#memberStatusMessageBlock {
	width:218px;
	background-color: #ffffff;
	padding-top:1px;
	padding-bottom:1px;
}

div.memberStatusName {
	color: #FFFFFF;
	height: 16px;
	padding-top: 6px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 4px;
	font-size: 10px;
	font-weight: bold;
	vertical-align: bottom;
	background-image: url("../images/statusbox_top.gif");
	background-repeat: no-repeat;
}

.memberStatusText {
	width: 208px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	height: 16px;
	background-color: #78A707;
	background-image: url("../images/statusbox_rounded-left.gif");
	background-repeat: no-repeat;
}
   	
#logo 
   	{ 
		float: left;
   		width:434px;
   		height:130px;
   	}

#member_login {
		float: left;
   		width: 320px;
   		height: 130px;
   		margin-left: 1px;
   		background-image: url("..images/loginback.gif");
   		background-repeat: no-repeat;
   		color: #fff;
   		font-size: 10px;
   	}
    
#member_login table {
		border: 0;
		margin-top: 70px;
		margin-left: 5px;
		vertical-align: top;    
		
    }
    
#member_login input {
    	font-size: 10px;
    }
    
    
	#member_login table td {
    	vertical-align: top;
    }
    

#member_bottom {
	height:20px;
	background-image: url("../images/statusbox_bottom.gif");
	background-repeat: no-repeat;
	margin: 0;
	text-align: right;
}

div.memberLogout {
	position: relative;
	top: 3px;
	left: 167px;
	z-index: 1;
	height: 15px;
}

#searchmenu {
	clear: both;
	display: block;
	height: 0px;
	width:758px;
}

* html #searchmenu { margin-top: -2px; }  /* IE Fix */

.searchMenuItem {
	margin-left:10px;
	color: #FFFFFF;
	font-weight: bold;
}

form { margin: 0px;}

.strutsFormTag { display:inline; }

/* Profile Page */
.profileHeaderGray {
	color: #999999;
	font-size: 12px;
	font-weight: bold;	
}

.profileHeaderGreen {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

#imdiv {
	clear: both;
	margin-top:10px;
}


.tabContent
{
	clear:both;
	display: none;
}

.profileRightBox {
	border:1px solid #CCC;
	width:514px;
	padding:5px;
	margin-top: 10px;	
	overflow: visible;
}


.blogEntry 
{
	color:#000;
	padding:5px;
	font-size:12px;
	font-weight:normal;
}


.blogEntry a
{
	font-size:12px;
	font-weight:normal;
}

/******************
Search Results Page 
*******************/

/* Page Navigation*/

div#resultsup {
	background-image: url("../images/results_up.gif");
	background-repeat: no-repeat;
	margin-top: 8px; 
	}
	
/******************
Plan Details
*******************/


div#planoverview {
	background-image: url("../images/plandetail.gif");
	background-repeat: no-repeat;
	margin-top: 8px; 
	}


p.lineItem {
	margin: 0;
}


.lineItemTitle {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.lineItemText {
	color: #000000;
}

.lastLogin {
	color: #ffffff;
}

div.emailOuterDiv {
	background-color: #dadada;
	width:100%;
	height: 100%;
	color: #000;
	border: 2px solid #000;
	padding: 5px;
	width: 300px;
	height: 145px;
}

div.emailResultDiv {
	margin: auto;
	height:100px;
	width:200px;
	float:right;
}

div.emailResponseDiv {
	
	position: relative;
	top: 50px;
	
}

.searchResultName {
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	line-height:22px;
	height:22px;
	vertical-align:middle;	

}

#searchResultsHeader {
	margin-top: 15px;
	margin-bottom: 10px;
}


div#searchResultsFooter {
	float:left;
	margin-top: 10px;
	width: 670px;
	clear: both;
}

/*************************************
 Search Results Pager Text - not links
 *************************************/
.pageSelected
{
	font-family : Verdana;
	font-size : 8pt;
    color : #ff9900;
    font-weight: bold;
    text-decoration:none;
}

.pageDisabled
{
	font-family : Verdana;
	font-size : 8pt;
    color : #999999;
    font-weight: bold;
    text-decoration:none;
}

.strutsFormTag { display:inline; }

.pagelist { 
	color: #000000; 
	font-size: 10px;
}

#pageslist a
{
	font-size: 10px;
	font-weight: bold;
}

/* Search Results */
.resultThumbnail {
	float:left;
	width:100px;
	height:100px;
	background: url("../images/photo.jpg") no-repeat top left;
	line-height:97px;
}

/* Monster Search */
div#search_content {
	margin-top: 15px; 
	margin-left: 8px; 
	font-size: 12px; 
}
.search_header {
	color: rgb(255, 255, 255); 
	font-weight: bold; 
	background-color: #193C76;
	border: 1px solid #fff;
}

.search_header {
	color: rgb(255, 255, 255); 
	font-weight: bold; 
	background-color: #193C76;
	border: 1px solid #fff;
}

div#searchtop {
	background-image: url("../images/search_head.gif");
	background-repeat: no-repeat;
	margin-top: 10px; 
	}
	
div#askdetail {
	background-image: url("../images/askdetail.gif");
	background-repeat: no-repeat;
	margin-top: 10px; 
	}
	
.plansmatched {
	color: rgb(255, 255, 255); 
	font-weight: bold; 
	border: 1px solid #fff;
	background-color: #0066CC;
	}

.plansmatched a
{
	color: rgb(255, 255, 255); 
	font-weight: bold; 
	text-decoration: none;
}

div#loginup {
	background-image: url("../images/login_up.gif");
	background-repeat: no-repeat;
	margin-top: 8px; 
	}
	
div#accountup {
	background-image: url("../images/account_up.gif");
	background-repeat: no-repeat;
	margin-top: 8px; 
	}
div#billingup {
	background-image: url("../images/billing_up.gif");
	background-repeat: no-repeat;
	margin-top: 8px; 
	}

a.accountup:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
	vertical-align:top;
	}

/* Login / Account */
div#account_content {
	margin-left: 8px; 
	font-size: 12px; 
}


div.quickResultHeader {
	float:left;
	width: 215px;
	margin: 0;
}


div.quickResultDetail {
	float:left;
	clear:left;
	width: 215px;
	margin: 1px 0px 0px 0px;
}


div.quickResultDatabox 
{
	float:left;
	margin-left:2px;
	width: 105px;
	height: 100px;
}

* html div.quickResultDatabox { overflow: auto; } /* Overflow breaks FF, lack of it breaks IE */

/* Expanded Result Styles*/

div.expandedResult {
	display:none;
	float:left;
	width: 667px;
	margin-bottom: 8px;
}

div.expandedResultHeader {
	float:left;
	width:667px;
	margin: 0;
}

div.expandedResultDatabox 
{
	float:left;
	width:170px;
	margin-right: 10px;
	line-height: 1.6em;
}

div.expandedDetail {
	display:block;
	width:667px;
	margin: 0px;
}


.preferred_plans
{
	border: solid 1px #1A3C75;
	padding:0;
}
	
.backgroundGradient
{
	background: #ffffff url("../images/gradient.gif") repeat-x bottom left;
}

div#featured
{
	margin-top: 7px;
	
}
div#ask
{
	margin-top: 10px;
	margin-right: 15px;
	width:260px;
	background: url("../images/ask.gif"); 
	background-repeat: no-repeat;
	
}


td.ul 
{
	border-bottom:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	font-family:  Verdana,Arial;
	font-size: 8pt; }