
/*LAYOUT STYLESHEET*/

/* Universal */


/*not sure if this body tag will affect any of the pages*/
body {
	margin:0px;

}

#bodyDiv, #iframeDiv, #previewDiv {
        text-align: left;
        width: 700px;
        margin-left: auto;
        margin-right: auto;
	/*margin-top: 50px;*/
       /* border: 1px solid #AAAAAA;*/
        background-color: white;
        padding: 0px;
        /*height: 100%;*/
       
}

#simple_captcha img {
	 border: 1px solid #999;
}

imgCenter {
	vertical-align: middle;
}

#iframeDiv {
        border-style: none;
        width: 420px;
}

div.floatleft
	{float:left;}

div.floatright
	{float:right;}
	
div.clearboth {
	clear:both;
}

/* SIGNUP RELATED STYLES */
.signup_page_plan {
	width: 215px;
	border-collapse:collapse;
	
}
#signup_confirmation_log_in a:visited, #signup_confirmation_log_in a:link, #signup_confirmation_log_in a:hover {
	padding-top: 10px;
	text-decoration: underline;
	font-weight: bold;
	font-size: 18px;
}

.signup_input_table tr td  {
	font-size: 11px;	
}
.signup_input_table tr td  * {
	font-size: 10px;	
}
#signup_terms_checkboxes {
	padding-top: 5px;
}

#signup_terms_checkboxes tr td {
	font-size: 10px;
	vertical-align: top;
}

#signup_confirmation {
	text-align: left;
	margin-top: 20px;
	width: 320px;
}



.tdSpace {
	width: 20px;	
}
	
	

.smallprint {
	font-family: Arial;
	font-size: 9px;
}

.errorExplanation h2 {
	font-size: 10px;
	display: none;
}
.errorExplanation p {
	font-size: 10px;
}
.errorExplanation ul li {
	font-size: 10px;
}

	

#terms_link a:visited, #terms_link a:link, #terms_link a:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
	border: 1px;
}


.tdTop {
	vertical-align: top;}
	

.tdMiddle {
	vertical-align: middle;}
	
	
#footer {
	border: none;
	width: 700px; 
	margin-left: auto;
	margin-right: auto;	
	
	
}

/*Pop-ups */	

.bodyPopup {
	margin-top: 0px;
	margin-left: 0px;

}


.tablePopup {
	border-collapse: collapse;
	width: 500px;
	border: 0px;
	vertical-align: left;
	margin-left: 0px;
	margin-top: 0px;

	}
	

.tdBorder_y {
	border-collapse: collapse;
	border: 0;
	background-color: #FDBB30;
	height: 1px;
	width: 500px;
	vertical-align: top;
	}
	
	
	
.tablePopcontent {
	border-collapse: collapse;
	width: 475px;
	vertical-align: left;
	border: 0px;
	}

/*Table*/
#roundedTable{

	background-color: #CCCCCC;
	/*border-collapse: collapse;*/
	margin-left: 40px;
	margin-right: 40px;
	width: 625px;
	float: left;
	
	}
	
	
	#roundedTable .toplt {
	background: url(/images/demo_toplt.gif) no-repeat top left;
	float: left;
	height: 14px;
	width: 14px;
	}
	
	#roundedTable .toprt {
	background: url(/images/demo_toprt.gif) no-repeat top right;
	/*background-repeat: no-repeat;*/
	height: 14px;
	width: 14px;
	float: right;
	}
	
	#roundedTable .mid {

	}
		
	#roundedTable .btlt {
	background: url(/images/demo_btlt.gif) no-repeat bottom left;
	float: left;
	width: 14px;
	}
	
	#roundedTable .btrt {
	background: url(/images/demo_btrt.gif) no-repeat bottom right;
	float: right;
	width: 14px;
	}

#newsroundedTable{
	background-color: #DDDDDD;
	border-collapse: collapse;
	/*width:600px;*/
	margin-left:40px;
	}
	
	
	#newsroundedTable .toplt {
	background: url(/images/news_toplt.gif) no-repeat top left;
	height: 14px;
	width: 14px;
	}
	
	#newsroundedTable .toprt {
	background: url(/images/news_toprt.gif) no-repeat top right;
	/*background-repeat: no-repeat;*/
	height: 14px;
	width: 14px;

	}
	
	#newsroundedTable .midline {
		padding-left:20px;
		padding-right:20px;
		vertical-align:top;
		text-align:left;
	}
	#newsroundedTable .mid {
	padding-left:20px;
	padding-right:20px;
	vertical-align:top;
		text-align:left;
	width:260px;
	}
	
	#newsroundedTable .btlt {
	background: url(/images/news_btlt.gif) no-repeat bottom left;

	width: 14px;
	}
	
	#newsroundedTable .btrt {
	background: url(/images/news_btrt.gif) no-repeat bottom right;
	width: 14px;
	}
	
	
table.noBorders {
	margin: 0px;
	border: 0px;
	border-collapse: collapse;}

#loggedinDiv {
	margin-right: 5px;
	margin-top: 5px;
	/*margin-left: 500px;*/
	vertical-align: top;
}

#logoImage {
	border: 0px;
	left: 0px;
}
#logoImageDiv {
	float: left;
}

#topHeaderDiv {
	margin-bottom: 0px;
	margin-top: auto;
}


#primaryNavDiv {
	margin-top: 25px;
	margin-bottom: -10px;
	vertical-align: baseline;
	float: right;
	
}

	#primaryNavDiv img {
		margin-top: auto;
		margin-bottom: 0px;
		border-style: none;
	}

#mainImageDiv {

}

#mainImage {
	border-style: none;
}

#main {
/*width: 100%;
border: 1px solid #AAAAAA;*/
padding-top: 40px;
padding-right: 40px;
padding-bottom: 30px;
position: relative;
top: -6px;
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}



#signupleftpanel {
	float: left;
	width: 200px;
	height: 100%;
}
/* For the Left (Secondary) Navigation Bar */

#leftnav {
	margin-top: 0px;	
	width: 200px;
}

#leftnav li {
	padding-top: 0px;
	left:-20;
}



#leftnavTD {
	width: 200px;
}

/* For the home (index) page */

#home {
	/*	width:700px;*/
	margin-left:auto;
	margin-right:auto;
	text-align:left;
    margin:0px;
    padding:0px;


}

#index_container {
	width: 100%;
	height: 520px;
	
}

 #home_left_panel {
	margin-left: 45px;
	margin-right: 0px;
	width: 230px;
	float: left;
	vertical-align: center;
	height: 300px;
}
   
#home table.left {
	width:180px;
	line-height:20px;
	text-align:left;
	margin-left:20px;

}



#home table.right {
	width:190px;
	line-height:20px;
	text-align:left;
	margin-left:10px;
}

#home td {
	vertical-align:top;
}

#home td.divider {
	border-right:1px solid #CCC;
}

#home table.middle {
	
		width:210px;
		line-height:20px;
		text-align:left;
		padding-left:20px;
		margin-right:auto;
		margin-left:auto;
	
}

#home .features {
	text-align:left;
	padding:0px;
	font-weight:bold;
	color:#00324D;
	line-height:30px;
	margin-top:20px;
}
	
	#home .features td {
		vertical-align:middle;
	}
	
	#home .features td a,
	#home .features td a:visited,
	#home .features td a:hover,
	#home .features td a:active { 	
	color:#00324D;
	font-size:12px;
	font-weight:bold;	
	}

#home ul.features {
		margin:22px;
		text-align:left;
		padding:0px;
	}
	
#home ul.features li {
		margin:0px;
		padding:0px;
		text-align:left;
		list-style-image:url("/images/h_arrow.gif");	
		line-height:30px;
		font-weight:bold;
		color:#00324D;
		font-size:12px;

	}

#home_left_panel div.container {
		width: 100%;
		/*height: 200px;*/
		height: 190px;
		}

	#home_left_panel div.containernobdr {
		width: 100%;
	    border: 1px solid #CCCCCC;
		height: 180px;
		
	}

	#home_left_panel div.home_left_imgs {
		width: 70px;
		float: left;
		border: none;
		vertical-align: top;
		height: 160px;
		padding-top: 20px;
	}

	/* For the left panel on the home page */
	#home_left_panel div.title {
		font: 14px Sans-serif; 
		width: 130px; 
		/*margin-left: auto; 
		margin-right: auto;*/ 
		padding-bottom: 16px;
	}
	
	#home_left_panel div.subpanel_container {
		width: 155px;
		float: right;
		text-align: left;
		vertical-align: middle;
		height: 160px;
		padding-top: 35px;
		padding-right: 0px;
	
		
	}
	
	
	
	#home_left_panel div.subpanel {
		float: left;
		border: none;
		/*width: 90%;*/
		width: 175px;	
		/*height: 35px;*/
		height: 35px;
		vertical-align: middle;
		top: 15px;
		
	}
	
	#home_left_panel div.bottompanel {
		
		/*height: 32px;*/
		height:32px;
		vertical-align: top;
	
	}
	
	#home_left_panel img.major_image {
		float: left;
		margin-right: 14px;
		border-style: none;
		vertical-align: middle;
	}

	#home_left_panel .twoLineInfo {
		margin-top: 22px;
	}

	#home_left_panel .threeLineInfo {
		margin-top: 14px;
	}

#home_right_panel {
	float: right;	
	width: 290px;

	
} 

	/* For the right panel on the home page */
	#login_area {
		text-align: left;
		height: 100px;
		margin: 15px;
		float: right;
	}



#flash_error {
	padding: 6px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;		
	text-align: center;
	color: red;
	width: 500px;
	background-color: #EEE;	
	border: 1px #CCC solid;	
}

#flash_message {
	padding: 6px;	
	margin-bottom: 8px;	
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
	color: #393;
	width: 500px;	
	background-color: #EEE;
	border: 1px #CCC solid;	
}


/*Note that this table is a bit of a hack - but it's the best I
  can do in the given time.  If anyone wants to pretty it up,
  feel free!*/

	#login_area table {
		width:1px; /*Render as small as possible*/
		text-align: center;
		font-weight: bold;

	}

	
	#links_below_login {
		text-align: left;
	}	
	
	#sign_up_paragraph {
		/*margin-top: 50px;*/
	/*	margin-top: 20px;*/
		margin-right: 40px;
		margin-left: 20px;
	
	}
	
	/* old one
	
	#sign_up_paragraph .benefits {
		margin-left: 15px;
	
	}*/
	
	#sign_up_paragraph .benefits {
		float: left;
	
	}
	
	#sign_up_paragraph .signupbut {
		float: right;
		width: 103px;
		
		
	
	}
	
	
	#guarantee_img {
		margin-left: 85px;
		margin-right: auto;
		margin-top: 30px;
		margin-bottom: 30px;	
	}


#loggedin {
	margin-left: 40px;
	margin-right: 30px;
	float: left;
	height: 100%;

}

	#loggedin #loggedinformat {
		width: 300px;
		/*height: 270px;*/	

	}

	#loggedin #userinfoformat {
		width:  298px;
		border: 1px solid;
		border-color: #CCCCCC;
		height: 98px;
	}
	
	#loggedin #userinfodata {
		margin-left: 25px;
	}

	#horizbar {
		padding-top: 2px;
		margin-bottom: 3px;
		width: 200px;
		height: 1px;
		border-bottom: 1px solid black;
	}

#heytips {
	
	
}

	#heytips #tiptable{
		height: 270px;
/*		width: 290px; */
/*		height: 270px;*/
		border: none;
		vertical-align: top;
		
	}
	
	#thetip {
		margin-left: 25px;
		margin-right: 25px;
		vertical-align: top;
		height:270px;	
	}


#signup_package_info {
	margin-top: 45px;
	margin-left: 30px;
	width:380;}
	
span.left {
	/*float: 15px left;*/
	margin-left: 40px;}


#contentTD {
	width: 100%;
}

#content {
	width: 100%;
}

/*For the Product->About Page */

div.product_allfeatures {
	width:48%;
	font-weight:bold;
	color:#00324D;
	line-height:25px;
}

div.product_allfeatures ul {
	margin:0px;
	padding-left:25px;
	padding-right:0px;
	list-style-type:none;
}
table.product_plans {
	width:100%;
}

table.product_plans td.plan_icon {
	width:15%;
}

table.product_plans td.plan_descript {
	width:70%;
}

table.product_plans td.signup_icon {
	width:15%;
}

hr.product_plansdivider {
	background-color:#FFFFFF;
	border-bottom:1px solid #CCC;
	border-top:0px;
	border-right:0px;
	border-left:0px;
	height:1px;
}

hr.product_plansbluedivider {
	background-color:#FFFFFF;
	border-bottom:2px solid #00324D;
	border-top:0px;
	border-right:0px;
	border-left:0px;

}

div.product_details {
	background-color:#DDDDDD;
	font-size:11px;
	border-top:1px solid #666;
	padding:10px;
}
/*
#package_info {
	float: left;
	margin-top: 45px;
	margin-left: 30px;
	width:380;
}
*/

	/*#package_info table,*/ #signup_package_info table {
		border-collapse: collapse;
		/*width: 100%;	*/
	}
	
	/*#package_info td.topLeftTD,*/ #signup_package_info td.topLeftTD {
		border-top: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		text-align: right;
	}

	/*#package_info td.topRightTD,*/ #signup_package_info td.topRightTD {
		border-top: 1px solid #cccccc;
		text-align: left;
	}	
		
	/*#package_info td.leftTD,*/ #signup_package_info td.leftTD {
		border-right: 1px solid #cccccc;
		text-align: right;
		margin-right: 10px;
	}
		
	/*#package_info td.rightTD,*/ #signup_package_info td.rightTD {
		text-align: left;
	}

	/*#package_info span.left,*/ #signup_package_info span.left {
		margin-right: 5px;
	}

	/*#package_info span.right,*/ #signup_package_info span.right{
		margin-left: 5px;
	}

#headerLogin {
padding-right: 10px;
text-align:right;
padding-top:3px;
vertical-align:top;
height:25px
}
	
#headerLogin a{
font: 12px Ariel, sans-serif;
text-decoration: none;
color: #00324d;
}

#headerLogin a:hover {
font: 12px Ariel, sans-serif;
text-decoration: none;
color: #333333;
}

.login_box {
	border:1px solid #CCC;
	width:130px;
}
	/*Features table */


td.comparisonTdTop4 {
color: #00324d; 
font: 12px/18px arial, sans-serif;
border-right: 1px solid #ccc;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
text-align: left;
}

td.comparisonTdTop3 {
color: #00324d; 
font: 12px/18px arial, sans-serif;
border-right: 1px solid #ccc;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
text-align: left;
}
td.comparisonTdTop1 {
color: #666; 
font: 11px/18px arial, sans-serif;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
text-align: right;
}
td.comparisonTdTop2 {
color: #666; 
font: 11px/18px arial, sans-serif;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
text-align: right;
}
td.comparisonTd1 {
color: #666; 
font: 11px/18px arial, sans-serif;
border-left: 1px solid #ccc;
text-align: right;
}
td.comparisonTd2 {
color: #666; 
font: 11px/18px arial, sans-serif;
border-right: 1px solid #ccc;
text-align: left;
}

td.comparisonTd3 {
color: #666; 
font: 11px/18px arial, sans-serif;
border-right: 1px solid #ccc;
text-align: left;
}
td.comparisonTd4 {
color: #666; 
font: 11px/18px arial, sans-serif;
border-right: 1px solid #ccc;
text-align: left;
}

td.comparisonTdBottom1 {
color: #666; 
font: 11px/18px arial, sans-serif;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
text-align: right;
}
td.comparisonTdBottom2 {
color: #666; 
font: 11px/18px arial, sans-serif;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
text-align: left;
}

td.comparisonTdBottom3 {
color: #666; 
font: 11px/18px arial, sans-serif;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
text-align: left;
}
td.comparisonTdBottom4 {
color: #666; 
font: 11px/18px arial, sans-serif;
border-right: 1px solid #ccc;
border-bottom: 1px solid #cccccc;
text-align: left;
}

table.comparisonTable {
background-color: transparent;
border: 0;
}

#signup_plans {
	width:90%;
	border-collapse:collapse;
}

	#signup_plans td.plan_icon {
		border-bottom:2px solid #00324D;
		width:15%;
		padding-left:10px;
		padding-bottom:5px;
	}
	
	#signup_plans td.plan_name {
		border-bottom:2px solid #00324D;
		padding-left:20px;
		padding-bottom:5px;
	}
	
	
	#signup_plans td.rtbdr {
		border-right:1px solid #CCC;
		width:50%;
	}
	
	
	#signup_plans ul.features {
		line-height:25px;
		margin-top:20px;
	}

/*For FAQ page */
	
.infoDivider {
	margin-bottom: 40px;
	margin-top: 40px;
	border-right: 0;
	border-top: 1px solid #CCCCCC;
	width: 450px;
	float: left;
	
	
}

/*For Company page */
.imgLogo {
	text-align: top;
	
}

.logoDivider {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	border-right: 0;
	border-bottom: 1px solid #CCCCCC;
	width: 150px;
	float: left;
	text-align: center;
	
}

/*For Affiliate Program*/

table.affiliate {
	border: 0;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	
	}
	
td.btbdrTD {
	border-bottom: 1px solid #cccccc;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;}

	
#affsignup {
	width: 400px;
	border: 0px;}

	#affsignup td.stepnum {
		width: 55px;
		vertical-align: middle;
		padding-left: 15px;}
		
	#affsignup td.stepdescript {
	margin-left: 25px;
	width: 300px;
	height: 75px;
	vertical-align: middle;}
	
#affearnchart {
	width: 400px;
	border-spacing: 0px;
	border-collapse: collapse;
	/*border: 1px solid #CCCCCC;*/
}

	#affearnchart td {
	border: 1px solid #DDDDDD;
	padding: 5px;}
	
	#affearnchart td.header{
	/*font-weight: bold;*/
	background-color: #DDDDDD;
	padding-left: 20px;
	/*border-bottom: 2px solid #00324D;*/
	}
	
	#affearnchart td.price{
	padding-left:20px;
	padding-right:20px;
	width: 40px;}
	
	#affearnchart td.subscript{
	padding-left: 20px;
	}
	
	#affearnchart td.noline{
	padding-left: 20px;
	border: 0px;
	}
	

#affban {
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	/*padding: 15px;*/
	width: 500px;}
	
	#affban td {
	border-bottom: 1px solid #CCCCCC;
	padding: 15px;
	padding-left: 45px;
	
	}
	
	/*#affban td.noline {
	border: 0px;
	padding: 0px;
	width: 25px;
	}*/
	
	#affban td.head{
	/*width: 130px;*/
	width: 30%;
	background-color: #DDDDDD;
	/*padding-left:20px;*/
	font-weight:bold;
	vertical-align: top;

	}
	
	
	ul#flist {

			margin-left:10px;
			margin-right:10px;
			}	

	ul#downloads {
		margin: 0;
		padding: 0;
		list-style: none;

	}
/*For Terms and Conditions Page*/
#termsFrame {
	margin-left: 40px;
}

ol.noIndent li {
	margin-left: -20px;
}

/* Signup pages */


#planList {
	width: 100%;
	padding: 0px;
}
#planList td.line{
	border-bottom: 3px solid #00324D;
	vertical-align: middle;
}

}
#planList td.noline {
	border-bottom: 1px solid #FFFFFF;
	vertical-align: middle;
	
}

#signupFeatures {
	border: 1px solid #DDDDDD;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#signupFeatures #title {
	background-color: #DDDDDD;
	color: #333333;
	font: 15px Sans-Serif;
	font-weight: bold;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 20px;
	
}
#signupFeatures #features {
	width:90%;
	margin-top: 10px;
	margin-bottom: 10px; 
	margin-left: auto; 
	margin-right: auto;

}
#signupFeatures #moneyback {
	width: 90%;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
}
#signupSummary {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#userName, #billing, #review, #support{
	width: 95%;
	border: 1px solid #DDDDDD;
	margin-left: auto;
	margin-right: auto; 
	
}

#credit_card {
	/*width: 95%;*/
	/*border: 1px solid #DDDDDD;*/
	margin-left: auto;
	margin-right: auto;
	display:none; 
}

#phone{
	/*width: 95%;
	border: 1px solid #DDDDDD;*/
	margin-left: auto;
	margin-right: auto; 
	display:none;
}

#login {
	border: 1px solid #DDDDDD;
	float: right;
	width: 50%;
}

#login #title {
	background-color: #DDDDDD;
	color: #333333;
	font: 15px Sans-Serif;
	font-weight: bold;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 20px;
}

#loginleft {
	padding-left: 30px;
	float: left;
	width: 200px;
	}


#login_container {
	width: 100%;
	height: 400px;
	min-height: 400px;
	}
	
#login_container_inner {
	height:auto;
}
	
#userName #title, #billing #title, #review #title, #support #title{
	background-color: #DDDDDD;
	color: #333333;
	font: 15px Sans-Serif;
	font-weight: bold;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 20px;
}
table.username, table.billingForm table.addressForm{
	width: 95%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;

}


td.label {
	padding-top: auto;
	padding-bottom: auto;
	width: 150px;
	text-align: right;
}


/* Benefits */
#benlist {
	/*list-style-image: none; */
	height: 130px;
	/*position: relative; */
	width: 440px;
}
 
 
  	#benlist div.txt {
	float: right;
	/*margin-left: 20px;*/
	/*height: 150px;*/
	width: 355px;
	position: relative;
	left: -20px;
/*	position: relative; top: -80px;*/
	
	}
	
	#benlist div.img {
	/*position: relative; bottom: -30px;*/
	/*position: relative; bottom: -5px; */
	padding-top: 10px;
	float: left;
	width: 85px;
	/*height: 150px;*/
    	}
    
    
	
#benlist li {
	list-style-image: url(/images/dash.gif);
/*	list-style-type: square; */
	/*position: relative;left: 20;*/
	background: none;
	padding-left: 0px;
	list-style-position: outside;
	/*margin-left: 50px;
	position: relative; top: -5px;*/
}
    
    #benlist div.nobullet {
	/*position: relative;left: 50px; top: -5px;*/
	padding-left: 0px;	
	color: #00324D;
	font: 13px arial,sans-serif;
	font-weight: bold;
    
	}
	
#compare {
/*	list-style-type: none;*/
	border-collapse:collapse;
	width: 445px;
	border:1px solid #DDDDDD;

}

	#compare .title {
		vertical-align:middle; 
		padding-top:10px;
		width:355px;
		height:30px;
		font-weight:bold;
		font-size:15px;
		background-color: #DDDDDD;
	}
	
	#compare .titleimg {
		background-color:#DDDDDD;
		height:40px;
		vertical-align:middle;
		text-align:left;
		
	}
	
	#compare .details {
	width:300px;
	padding-left:20px;
	margin-top:10px;
	line-height:30px;
	border-bottom: 1px solid #CCCCCC;
	font-size:12px;
	}
	
	#compare .comp_no {
	margin-top:10px;
	line-height:30px;
	border-bottom: 1px solid #CCCCCC;
	padding-left:10px;
	width:30px;
	font-weight:bold;
		
	}
	
	#compare .comp_yes {
		margin-top:10px;
		line-height:30px;
		border-bottom:1px solid #CCCCCC;
		font-weight:bold;
		width:60px;
	}



.noresults {
    margin-left: auto;
    margin-right: auto;
	width: 100%;
	text-align: center;
	background-color: #CA9;
	padding: 6px;
	font-size: 12px;
}

/*landing pages*/

#bubble {
 position:relative;
 top:-155;
 left:50;
 width:200px;
 /*height:125px;*/
 line-height:18px;
font-size:12px;
}

#bubble .name {
font-style: italic;

}

#pl_main {
	width:800px;
	border-collapse:collapse;
}

#pl_main .backmain {
	height:475px;
	width:800px;
	vertical-align:top;
	color:#00324D;
}
#pl_main .pro_splash_background {
	background-image:url(/images/themed_lp_pro_back.gif);
	background-repeat: no-repeat;
}
#pl_main .home_splash_background {
	background-image:url(/images/themed_lp_home_back.gif);
}
	
#pl_main .title {
 	font-size:27px;
	font-weight:bold;
	color: #00324D;
	padding-left: 30px;
	font-style: italic;
}
	
#pl_main .pro_logo {
	vertical-align:middle;
}
	
#pl_main .title_spacer {
	width:30px; 
	border-right:1px solid #00324D;
}
	
#pl_main table.features  {
	width:450px;
}

	
/*#pl_main table.plan.pro {
	background-color: #ACCEED;
} */  
#pl_main table.features.pro {
	background-color: #ACCEED;
}
/*#pl_main table.plan.home {
	background-color: #BCDB93;
}
*/#pl_main table.features.home {
	background-color: #BCDB93;
}

#pl_main table.features td.title {
	font-weight:bold;
	color:#00324D;
	font-size:17px;
	font-style:normal;
	padding:0px;
	margin:0px;
	text-align:left;
}



#pl_main ul.flist {
	font-family:arial,sans-serif;
	font-size:15px;
	line-height:30px;
	margin-top:15px;
	color:#00324D
}
	
	#pl_main ul.flist a, a:visited {
	 	color: #00324D;
		text-decoration: underline;
		font-size:15px;
		font-weight:normal;
	}
	
	#pl_main table.plan {
		width:425px;
		font-size:13px;
		color:#00324D;
	} 

		#pl_main table.plan td.blueline {
		background-color:#00324D;
		height:2px
		}
		
#pl_body {
	position:relative;
	top:65;
	right:-325;
	width:350px;
}

.pl_title {
	position:relative;
	top:20;
	vertical-align: middle;
	left:30;

	}
	
#pl_signup {
	width:800px;
	background-color:#00324D;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	border-bottom:1px solid #FFF;
	padding:0px;
	margin:0px;

	
}

	#pl_signup .space {
		width:5px;
	}
	
	#pl_signup .edge_spacer {
		width:15px;
	}
	#pl_signup .form_labels2 {
		width:110px;
	}
	
	#pl_signup .form_labels1 {
		width:60px;
	}
	
	#pl_signup .form_labels4
	{ width:100px;
	}
	
	#pl_signup .title {
	font-size:22;
	font-weight:bold;
	width:460px;
	}
	
	#pl_signup table.terms {
		font-size:11px;
		color:white;
		font-weight:bold;
		width:225px;
	}
	
	#pl_signup table td.authorize_captcha {
		vertical-align:top; 
		width:33%;
	}
	
	#pl_signup table td.authorize {
		vertical-align:top; 
		width:120px;
	}
	

		#pl_signup a, a:visited {
			font-size:11px;
			color:white;
			font-weight:bold;
			text-decoration:underline;	
		}
		
#pl_footer {
	width: 800px;
	color:#FFFFFF;
	font-size:11px;
	line-height:14px;
	font-size:11px;
}

#pl_footer a, a:visited {
	text-decoration:underline;
	color:#FFFFFF;
	font-weight:normal;
	font-size:11px; 
}

#pl_footer a:hover, a:active {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
	

}
         

#landing_page_signup_button {
	color: #FFF;
}


   
/* These are all of the styles associates with the landing page popups */
#lp_popup {
	top: 260px;
	left: 45% ;
	position: absolute;
	color: #00324D;
	font-size:12px;
	visibility: hidden;
	width:20%;
	height:auto;
	z-index: 100;
	text-align:left;	
	padding:0px;
	border:1px solid #00324D;
	width:350px;
}

#lp_popup table {
/*	margin:20px;*/
	font-size:12px;
	color:#00324D;
}



#lp_popup_inner {
	height: 200px;	
	min-height: 200px;

	}

.lp_popup_bg_pro {
	background-color: #ACCEED;
	background-image:url('/images/themed_lp_pro_popup.gif');	
	
}

.lp_popup_bg_home {
background-color:#BCDB93;
background-image:url('/images/themed_lp_home_popup.gif');
}    

/* End landing popup styles */





#signup_home_confirm {
	background-color: #BCDB93;
	padding:50px;
	height:600px;
	color:#00324D;
	font-size:14px;
}

#signup_home_confirm a, a:visited {
	color:#00324D;
	font-size:14px;
	text-decoration:underline;

}

#signup_pro_confirm {
	background-color: #ACCEED;
	padding:50px;
	height:600px;
	color:#00324D;
	font-size:14px;
}

#signup_pro_confirm a, a:visited {
	color:#00324D;
	font-size:14px;
	text-decoration:underline;
}

/* Misc. Color Styles */
.green {
	color: green;
}
.red { 
	color: red;
}

div.layout_hr {
    width: 100%;
    height: 3px;
    border: 0;
    background-color: #00324D;

    margin-bottom: 35px;
}