/* CSS Document */

body {
	margin-top: 0;
	margin-bottom: 0;
}

body, p, a, td, th, ul, ol, li, dl, dt, dd {
	line-height: 1.4;	
	padding-top: 0;		/* LSF */
	margin-top:0;		/* LSF */
}

p, ul, ol, li {
max-width:500px;	/* LSF 8-30*/
}

.centerpanel p, .centerpanel ul, .centerpanel ol, .centerpanel li{
  width:500px; /* ANG 02-01 */
}

/* LSF 11/28/2011 */
.tease p, .tease ul, .tease ol, .tease li {
font-family: verdana,arial, sans-serif;
color: #333;
background: transparent;
max-width:700px;
}

.tease img {
margin-right:10px;
}

p.wide, ul.wide, ol.wide, li.wide {
max-width:625px;	/* LSF 10-15*/
}

ul {
/* LSF - 8/20 - decrease padding below lists - specifically for product teasers on new public homepage */
margin-top: 3px;
margin-bottom: 3px;
}

li {
padding: 0px;
}

.navheadleft {
	padding-left: 20px;
	padding-bottom: 4px;	/* LSF */
	background-image:url(/public/images/leftnavbackground.gif); 
}
.navheadleft a, .navheadright a {
	font-size:12px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}

.navheadleft a:visited, .navheadright a:visited {
	font-size:12px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}
.navheadleft a:hover, .navheadright a:hover {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
.navheadleft a.selected, .navheadright a.selected{
	color:#000000;
}

.navleft {
	padding-left: 17px;
}
.leftnavbar {
	background-image:url(/public/images/leftnavbackground.gif);
}

.footer {
	padding: 50px 0 20px; /* ANG 08-06-2011 Add padding to the top */
}
.b1_form {padding-left: 5px;}

.copyright {
	font-size: 9px;
}
.copyright a, .copyright a:hover, .copyright a:visited, .copyright a:active {
	font-size: 9px;
}
#searchcontainer {	/* LSF 3/23/2011 - is this in use? */
	width: 980px;
	float:left;
}

/* LSF 3/23/2011 - change search box in header - orig leftnavsearch */
#headerSearch {
    width:230px;
    height:32px;
/* LSF
    position:relative;
    bottom:-17px;
*/
    vertical-align:bottom;
    padding: 2 5 0 2;
}
.searchInput {
    border: 0;
    width: 200px;
    font-family: Verdana, arial;
    font-size:1.1em;
    height:22px;
    margin-top: 3px;
    margin-bottom: 1px;
    vertical-align: middle;
}
/* LSF 4/15 - new shared settings */
#emailInput,
.NEW_searchInput {
color:#888677;
font-size:1.1em;
}
/* LSF 4/15 - new ID - used on logged out blue box */
#emailInput {
font-weight:normal;
width:80%;
margin-bottom:3px;
}

/* LSF 4/15 - updated class to consolidate settings */
.NEW_searchInput {
border: #e7e5d5 1px solid;
width:150px;
height:25px;
margin-top:3px;
padding: 1px;
position: relative;
}
/* orig:
.NEW_searchInput {
border: #e7e5d5 1px solid;
width:150px;
font-size:1.1em;
height:25px;
margin-top:3px;
padding: 1px;
position: relative;
color:#888677;
}
*/
.NEW_srch_button {
width:68px;
margin: 0 0 0 0;
padding:5px 0px;
    background:none repeat scroll 0 0 #E7E5D5;
    color:#333333;
    font-family: Verdana, arial;
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
    cursor:pointer;
} 
#headerSearchInputBox {
    width: 150px;
    height:auto;
    border: 1px solid #E7E5D5;
    vertical-align: bottom;
/*    position:relative; */
/*    bottom:-1px;    */
}

#leftnavsearch {
	margin-left: 5px; /* LSF - 11-2 - change from 20px to 5px */
	border: none;
	height:100%;
	margin-top: 1px;
	width:350px;
}
#leftnavsearch form {
	margin: 0;
	padding: 0;
}
		
.leftnavsearchinput {
    border: 0;
    width: 212px;
    font: Georgia, "Times New Roman", Times, serif;
    font-family: Verdana, arial;
    font-size:1.1em;
    margin-top: 3px;
    margin-bottom: 1px;
    vertical-align: middle;
        height:22px;
    padding-left:2px;
}


#leftnavsearchinputbox {
    width: 212px;
    height:auto;
    border: 1px solid #E7E5D5;
/*    border-right: none; */   /* LSF - removed 12-4 */
    vertical-align: middle;
    position:relative;
    bottom:-3px;
}
.srch_button {
    margin: 0;
    margin-left:5px; 
    background:none repeat scroll 0 0 #E7E5D5;
    color:#333333;
    padding:7px 15px;
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
    cursor:pointer;
} 

.SearchBottom, 
.SearchBottom td, 
.SearchBottom tr
{
vertical-align: bottom;
} 
.SearchBottom input, 
.EmailInput,
.EmailInput input,
.input1,
.input1 input {
vertical-align: middle;
}

/* LSF - need to consolidate this style */
.bottom {
vertical-align: bottom;
}
#header {
	position: relative;
	height: 30px;
/* LSF - changed from 500 to 510 due to a display issue on http://www.subscriptionsiteinsider.com/members/smresources/manage.cfm */ 
	width: 510px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	height: 30px;
	bottom: -1px;
}

#header ul#primary li  {
	display: inline;
	list-style: none;
	padding-top: auto;
	padding-bottom: auto;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.selected {
	/*width: 90px;*/
	display: block;
	float: left;
	text-align: left;
	padding-left:10px;
	padding-right:10px;
	padding-top: auto;
	padding-bottom: auto;
	text-decoration: none;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	height: 30px;
	margin: 0 1px 0 1px;
}

#header ul#primary span,#header ul#primary a.selected,#header ul#primary a.selected:hover {
	border: 1px solid #E8E5D6;
	border-bottom: none;
	background: #FFFFFF;
	margin-top: 0;
}

#header ul#primary a {
	background: transparent;
/*	background: #E8E5D6;; */
	border: 1px solid #E8E5D6;
	border-bottom: none;
}

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #E8E5D6;
	background: #F4F2DE;
}

#bottom {
	height: 1px;
	width: 100%;
	border-top: 1px solid #E8E5D6;
	top: 30px;
	margin: 0;
	padding: 0;
}

#headerimg {
	float: left;
	padding-bottom:5px;
}

/* LSF 7-23 added to remove space between logo and content */
#headerimg a {
line-height:0;
}

#headercontent {
	width: 680px;		/* LSF 3/23/2011 - changed from 700px; LSF 8-18 changed from 725px; LSF 8-10 changed from 700px; LSF 7-23 changed from 680  */
	/* LSF 3/23 -add height */
/*	height: 110px;
	vertical-align:bottom;
	*/
/*	position: relative;*/
/*	float: right;*/
/*	padding: 2px 5px 0px 2px;	*//* LSF 8-17 changed from 10px to 2px 10px;*/
}

.articleheadlineAttn { /* LSF - find where this is called and replace with calls to .attn */
color: red;
}

#customerservices {
	text-align: right;
	padding: 5px 20px 5px 0px;
	font-size: 13px;
}
#customerservices a {
	font-size: 13px;	
}

#topswitch {
	/*padding: 5px 20px 5px 0px;*/
	font-size: 13px;
}

#topswitch a {
	font-size: 13px;
}

#headermessage {
	position: relative;
	float: left;
/* LSF - CONSOLIDATE
	color: #2100CB;		/* LSF - changed from #333333; */
*/
	background-color: #FFFFFF;  
	font-size:1.6em;	/* LSF */
	font-weight:bold; 
left:55px;
}

#headermessage a {
	font-size: 13px;
}

#headerlogon {
	position: relative;
	float: right;
	text-align: right;
	font-size:13px;
	line-height:1.3;
	padding: 2px 5px 0px 2px;
}

#headerlogon input {
	border: 1px solid #BBBBBB;
	color: #000000;
	width: 130px;
	font-size: 12px;
	margin: 0;
	padding: 2px;
}

#headerlogon a.forgot {
	font-size: 9px;
}

.articletease {
	margin: 0px 12px 0px 12px;
	background-color: #F4F2DE;
	border-color: #000000;
	color: #000000;
}

#logincontent {
	margin: 10px 12px 0px 12px;
	padding: 10px;
}

#message1 {
	width: 100%;
	padding: 5px 5px 15px 5px;
}

#submessage1 {
	width: 350px;
	position: relative;
	float: left;
	padding: 0px 5px 5px 5px;
}

#form1 {
	width: 450px;
	position: relative;
	float: right;
	padding: 10px;
	margin: 0px 30px 10px 10px;
	border: 1px solid #CCCCCC;
}
.header1 {
	font-size: 24px;
	font-weight: bold;
	margin:0;
	padding:0;
}

.header2 {
	font-size: 18px;
	font-weight: bold;
	margin:0;
	padding:0;
}

.header3 {
	font-size: 14px;
	font-weight: bold;
	margin:0;
	padding:0;
}

#form1 input {
	border: 1px solid black;
	padding: 3px;
	font-size: 12px;
	color: #000000;
}

#form1 select {
	border: 1px solid black;
	padding: 3px;
	font-size: 12px;
	color: #000000;
}

#step2left {
	float:left;	
	width: 700px;
}

#step2right {
	float:right;
}

#step22left {
	float:left;	
	width: 200px;
	padding:4px;
	border: 1px solid black;
}

#step22right {
	float:right;
	width:475px;
}

#step2left input {
	border: 1px solid black;
	padding: 3px;
	font-size: 12px;
	color: #000000;
}

#step2left select {
	border: 1px solid black;
	padding: 3px;
	font-size: 12px;
	color: #000000;
}

.checkout_box_left, .checkout_box_right { /* LSF - new */
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	martin-bottom: 10px;
}

.checkout_box_left { /* LSF - new */
	margin-left: 20px;
	margin-right: 10px;
}

.checkout_box_right { /* LSF - new */
	margin-left: 10px;
	margin-right: 20px;
}

#checkout {
	padding: 10px;
	margin: 10px;	/* LSF*/
	border: 1px solid #CCCCCC;
}
#checkout input {
	border: 1px solid black;
	padding: 3px;
	font-size: 12px;
	color: #000000;
}

#checkout select {
	border: 1px solid black;
	padding: 3px;
	font-size: 12px;
	color: #000000;
}

.CheckoutInfo {	/* LSF */
	width: 340px;
}

.CartDetails { /*LSF */
	padding: 10px;
	border: 1px solid #CCCCCC;
}

#guarantee {	/*currently used: /products/checkout.cfm */
	position: relative;
	float: right;
	width: 250px;
	padding: 10px;
	margin: 50px 50px 0px 50px;
	border: 1px solid #CCCCCC;
}

.breadcrumb {
	color: #4100C7;
	font-size:11px;
	font-weight:normal;
}

a.breadcrumb:link {
	color: #4100C7;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

a.breadcrumb:visited {
	color: #4100C7;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

a.breadcrumb:hover {
	color: #4100C7;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
}

.centerpanel,
.top {
/* LSF - remove the padding and set it on department and page content only */
/* padding-right: 25px; 	*/
vertical-align: top;
}

.rightpanel {
width:	280px;     /*  LSF - 7/24 changed from 204 to correct display of barrier pages */
vertical-align: top;
}
/* LSF 3/14/2011 - updated styles for IE support
orig:
#cloud a.tag1 { font-size: 1em; font-weight: 100; }
#cloud a.tag2 { font-size: 1.15em; font-weight: 200; }
#cloud a.tag3 { font-size: 1.3em; font-weight: 300; }
#cloud a.tag4 { font-size: 1.45em; font-weight: 400; }
#cloud a.tag5 { font-size: 1.6em; font-weight: 500; }
#cloud a.tag6 { font-size: 1.75em; font-weight: 600; }
#cloud a.tag7 { font-size: 1.9em; font-weight: 700; }
#cloud a.tag8 { font-size: 2.05em; font-weight: 800; }
#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
#cloud { padding: 2px; line-height: 3em; text-align: center; }
#cloud a { padding: 0px; }
#cloud a.tag10 { font-size: 2.35em; font-weight: 900; }
#cloud { margin: 0; }
#cloud li { display: inline; }
*/
/*LSF 3/14/2011 - updated*/
#cloud { 
width:500px;
margin: 0; 
padding: 2px; 
line-height: 3em; 
text-align: center; } /* LSF 3-14-2011 - consolidated with another declaration, added width*/

#cloud li { 
display: inline; 
padding: 2px; 
line-height: 3em; 
} /* LSF 3/14/2011 - added padding and line-height for better IE display */

#cloud a { padding: 0px; }
#cloud a.tag1 { font-size: .7em; }
#cloud a.tag2 { font-size: 1.0em; }
#cloud a.tag3 { font-size: 1.3em; }
#cloud a.tag4 { font-size: 1.6em;  }
#cloud a.tag5 { font-size: 1.9em;  }
#cloud a.tag6 { font-size: 2.2em;}
#cloud a.tag7 { font-size: 2.5em; }
#cloud a.tag8 { font-size: 2.8em; }
#cloud a.tag9 { font-size: 3.1em;  }
#cloud a.tag10 { font-size: 3.4em; }

.portalright {
	width: 204px;
	padding: 10px;
}

img#star {
position: absolute;
top:  450px;
left: 605px;
z-index: 1000;
}

#arrow {
position: relative;
top:  -15px;
left: 50px;
z-index: 1000;
}

#arrow img {
z-index: 10000;
}

/* LSF 8-24 updated barrier 2 */
#arrow2 {
width:400px;
position: relative;
top:  -60px;
left: 300px;
z-index: 1000;
}

#arrow3 {
width:400px;
position: relative;
top:  -50px;
left: 140px;
}

#arrow2 img,
#arrow3 img {
z-index: 10000;
}

.clearBoth {
clear:both;
display:block;
height:0;
visibility:hidden;
}

.bottomPanel {
height: 400px;
}
/* LSF 2/3/2012 - consolidate headlines with head1 */
/*
.module .articleheadline, .articleheadline, .departmentheadline, .headline, .fullheadline {
	background:none repeat scroll 0 0 transparent;
	color:#333333;
	font-weight:bold;
	line-height: 1.2;
}

.module .articleheadline, .articleheadline {
	font-size:1.4em; 
}

.departmentheadline, .headline, .fullheadline {
	font-size:22px; 
}

.departmentheadline {
max-width:740px; /* used on login page step 2 */
}

.headline {	/* currently used: product checkout.cfm, public portal test */
max-width:600px;
}
*/

.RNavLoggedIn {
float:right;
}

a.more:link, a.more:visited, a.more:active, .normal {
font-weight: normal;
}

.subdepartmentlvl1, .lvl1 {
padding-left: 5px;
}

.subdepartmentlvl2, .lvl2 {
padding-left: 25px;
}

.subdepartmentlvl3, .lvl3 {
padding-left: 45px;
}

.subdepartmentlvl4, .lvl4 {
padding-left: 65px;
}

.subdepartmentlvl5, .lvl5 {
padding-left: 85px;
}

td.departmentHeader, span.departmentHeader {
vertical-align: bottom;
font-weight: bold;
font-size: 1.1em;
padding-top: 10px;
}

.returnTop {
float: right;
padding-top: 2px;
}

/* LSF 7/19/2011 */
.smalltext2 td,
a.returnTop:visited, a.returnTop:link, a.returnTop:hover, a.returnTop:active {
font-size: 80%;
font-weight: normal;
}

.rightnavpanel input {
width: 200px;
}

.trialEmailSubmit {
position: relative;
top: 0px;
left: 15px;	/*was 22px;*/
}

.trialEmailSubmit p {
line-height: .9;
}

.rightnavpanel .trialEmailSubmit {
left:0px;
position:relative;
top:0;
}

#email {
width: 50%
}

.rightnavpanel #email {
width: 90%
}

input#email {
margin-left:2px;
font-size: 1.2em;
margin-bottom: 5px;
}

input#email_2
{
font-size: 1.2em;
width: 140px;
}

.input1 {
margin:2 0;
}

.linethrough {
color: red;
text-decoration: line-through;
}

.padleft {
padding-left: 30px;
}

/* LSF - moved 11/10 
.halfwidth {
width: 50%;
vertical-align: top;
}
*/


.teaseLink, a.teaseLink, a.teaseLink:link, a.teaseLink:hover, .teaseLinkAttn, a.teaseLinkAttn, a.teaseLinkAttn:hover { /* added styling for hover due to IE */
text-decoration: underline;
font-size: 12px;
line-height: 1.2;
}

.teaseLinkAttn, a.teaseLinkAttn {
float: right;
font-weight: bold;
/*background:none url(http://www.subscriptionsiteinsider.com/public/images/tease_bullet.gif) no-repeat scroll 0 0 transparent;*/
}

.mbrbenefits, .mbrbenefits li {		/*LSF 8-19*/
font-size:1.2em;		/* LSF 8-19 changed from 1.3em */
line-height: 1.2;		/* LSF 8-19 changed from 1.3 */
}

.mbrbenefits {
margin: 0px 10px 10px 22px;
}

.mbrbenefits li,
td.padtop {		/* LSF 8-19*/
padding-top: 10px;
}

.headerstyle {
font-size:1.2em;
color:#444444;
margin-bottom:8px;
}

.MbrWebinar, .PublicOffer {
background-color: #D0E2ED;
}

/* LSF - remove _ from custom class names */
/* LSF - 8-19 - new public offer background color */
.background_1, .background1 {		/* pale blue */
background-color: #EBF6FF;
}

.MbrPortal {
border: 2px dashed #D0E2ED;
}

/**********************************************************/
/************ Standard Styles for Sitewide Use ************/
/**********************************************************/

/* Barrier Page Login Form Style */  /* LSF - try to integrate this with other standard styles */
.logincenterpanel {
width:	500px;
vertical-align: top;
}

.logincenterpanel a.more {
font-size: .8em;
}

.loginrightpanel {
width:	340px;	/* LSF changed from 300px to 340px */
vertical-align: top;
}

#loginpage_top {
margin-top:40px;
}

/* LSF - consolidated */
table#logintop, td.pagetop {	/*currently used: barrier pages, login pages, product checkout pages*/
width: 804px;	
/*padding-right: 150px;*/
}

#logintop .logincenterpanel {
padding-left: 17px;
}

.barrierform {
	border:0px;
	border-collapse:collapse;
	padding:0px;
	margin:0px;
}
.barrierbenefits {
	border:0px;
	border-collapse:collapse;
	padding:0px;
	margin:0px;
}
.topleft {
	background:url(images/topleft.gif);
	width:17px;
	height:17px;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}
.topcenter {
	background:url(images/centertop.gif) repeat-x;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}
.topright {
	background:url(images/topright.gif);
	width:17px;
	height:17px;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}
.middleleft {
	background:url(images/centerleft.gif) repeat-y;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}

.trialform, .middlecenter {
	color:#333333;
}

.middlecenter {
	background-color: #D0E2ED;	
	padding:5px;
	margin:0px;
	border-collapse:collapse;
}
.middleright {
	background:url(images/centerright.gif) repeat-y;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}
.bottomleft {
	background:url(images/bottomleft.gif);
	width:17px;
	height:17px;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}
.bottomcenter {
	background:url(images/centerbottom.gif) repeat-x;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}
.bottomright {
	background:url(images/bottomright.gif);
	width:17px;
	height:17px;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}

.topleftwhite {
	background:url(images/topleftwhite.gif);
	width:17px;
	height:17px;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}
.topcenterwhite {
	background:url(images/centertopwhite.gif) repeat-x;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}
.toprightwhite {
	background:url(images/toprightwhite.gif);
	width:17px;
	height:17px;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}
.middleleftwhite {
	background:url(images/centerleftwhite.gif) repeat-y;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}
.middlecenterwhite {
	background-color: #FFFFFF;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}
.middlecenterwhite blockquote {
margin-left:20px;
}

.middlerightwhite {
	background:url(images/centerrightwhite.gif) repeat-y;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}
.bottomleftwhite {
	background:url(images/bottomleftwhite.gif) no-repeat;
	width:17px;
	height:17px;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}
.bottomcenterwhite {
	background:url(images/centerbottomwhite.gif) repeat-x;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}
.bottomrightwhite {
	background:url(images/bottomrightwhite.gif);
	width:17px;
	height:17px;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}
/*** end barrier ***/

/*** Products ***/
.CartRightPanel {
vertical-align:top;
align:center;
text-align: left;
}

.CartRightPanel img {
padding: 15px 0px;
}

.buybutton {
border:1px solid #cccccc; 
margin:5px; 
padding:5px;
}

.ProductDetails, .ProductDetails a:active, .ProductDetails a:hover, .ProductDetails a:visited {
font-family: verdana,arial,helvetica,sans-serif;
/* LSF text-decoration:none;*/
}

.satisfaction {	/*currently used: new product pages, checkout.cfm */
width: 85%;
margin: 10px;
padding: 10px;
background-color: #D0E2ED;
}

.satisfaction,
.smalltext2 {
line-height:1.2;
font-size: .8em;
}

img.product {
margin: 0px 20px 20px 0px;
}

/*** end products ***/

/*** general ***/
.forward {
float: right;
}

.back {
float: left;
}

.hide {		/* currently used: testing of social functionality */
display: none;
}

.attn {		         /* currently used: public right nav ad, payment page, pg 75, pg 74*/
color: red;
}

.light,
.navheadleft a, 
.navheadright a, 
.navheadleft a:visited, 
.navheadright a:visited,
.leftnavsearchinput,
.searchInput,
input#email_2,
.input1,
.nav .h5  /************ LSF not in use yet - use for left nav and right nav categories *************/
{
color:#888677;
}

/*** transparency ***/
/* LSF Mar-7-2011 - use CSS to make images transparent */
.transparency {
    filter:alpha(opacity=50);
    opacity:0.5;
}

/*** headings ***/
/* LSF 2/3/2012 - update articleheadline and consolidate with head1 */
.articleheadline,
.module .articleheadline, 
.departmentheadline, 
.headline, 
.fullheadline,
.head1, 
.head1 p,
.subhead1,
.subhead1 p 
{
font-family: arial,sans-serif;
}

/* LSF 2/3/2012 - update articleheadline and consolidate with head1 */
.articleheadline,
.module .articleheadline, 
.departmentheadline, 
.headline, 
.fullheadline,
.head1, 
.head1 p
{
font-size:29px; /*orig request 26pt*/
line-height:1.0;
font-weight: bold;
}	

.subhead1,
.subhead1 p {
font-size: 19px; /*14pt*/
padding-bottom:10px;
}

.transparent {
background:none repeat scroll 0 0 transparent;
}

/* end LSF Mar-7-2011 */


h1, .h1 {         /* currently used: payment page testimonial, public homepage 8-19 */
font-size: 2.1em;  						/* LSF - 8-20 - change from font-size: 1.8em; */
line-height: 1.1;
margin-bottom: 10;						/* LSF 8-20 change from 5 to 10 */
}

/* LSF 8-19 consolidate header styles */

h2, .h2, h3, .h3, .portalTeaserH3, .portalTeaserH3 a {           /* currently used: public right nav ad, webinar ad, barrier page benefits*/
margin: 7 0 2 0;
line-height: 1.2;
font-weight: bold;
}

/* LSF - 12/6 - override top margin */
.portalTeaserH3, .portalTeaserH3 a {
margin: 0 0 2 0;
}

h2, .h2, h2 a:active, h2 a:hover, h2 a:visited {
font-size: 1.2em; 
}

h2 a:active, h2 a:hover, h2 a:visited, h3 a:active, h3 a:hover, h3 a:visited  {		/* currently used: new public portal 8-19 - same styling as h2 class, but styling needs to be applied to links separately  */
margin: 7 0 2 0;
line-height: 1.2;
font-weight: bold;
font-family: verdana,arial,sans-serif;
}

h3, h3 a:active, h3 a:hover, h3 a:visited, .portalTeaserH3, .portalTeaserH3 a   {	/* LSF - moved 8-19 */	/* currently used: new public portal 8-19 */
/* LSF 8-19 changed from: font-size: 14px; to 1.1em; but it broke the member portal teaser headlines */
font-size: 14px;
text-decoration: none;
}

.accent,
#headermessage,
.portalTeaserH3, 
.portalTeaserH3 a,
.RelevantLinksContent a, 
.RelevantLinksContent a:link, 
.RelevantLinksContent a:visited, 
.RelevantLinksContent a:active, 
.RelevantLinksContent a:hover
{
color: #2100CB;
}

.portalTeaserH3 a:hover {
text-decoration: underline;
}

.h3 {          /* currently used: public right nav ad, webinar ad, barrier page benefits*/
font-size: 1.3em;
}

h4, h4 a,  h4 a:active, h4 a:hover, h4 a:visited {  /* currently used: new product pages */
margin-top: 0;
margin-bottom: 4px;
line-height: 1.2em;
font-weight: bold;
font-size:14px;
text-decoration:none;
}

h5 {	/* LSF - moved 8-19 */
margin: 0;
font-size:12px;
}

.h5 {  /* currently used: webinar ad and public right nav ad */
font-weight:bold;
font-size: .9em;
}

.nav .h5 { /************ LSF not in use yet - use for left nav and right nav categories *************/
} 

/*** text ***/
.serif {	/*change name to copy1 for semantics*/
font-family: Georgia, "Times New Roman", Times, serif;
}

/* LSF 8-20 - CONSOLIDATE all verdana styles into the following declaration */
.copy2, 
.copy2 p, 
.copy2 li, 
#headercontent, 
#customerservices, 
#topswitch, 
#topswitch a,
#headerlogon, 
#headerlogon input,
#headerlogon a.forgot, 
#logincontent,
#message1,
#submessage1,
.breadcrumb,
a.breadcrumb:link,
a.breadcrumb:visited,
a.breadcrumb:hover,
/* LSF consolidate with head1
	.module .articleheadline, 
	.departmentheadline, 
	.headline,
*/
.fullheadline,
.trialEmailSubmit,
.mbrbenefits, 
.mbrbenefits li,
h2, 
.h2, 
h3, 
.h3, 
.portalTeaserH3, 
.portalTeaserH3 a
{
font-family: verdana, arial, sans-serif;
}

/* LSF 8-24 - CONSOLIDATE all arial,verdana,helvetica styles into the following declaration */
h5,
.copy3,
.copy3 li, 
.copy3 td,
.copy3 p,
.navheadleft a, 
.navheadright a,
.navheadleft a:visited, 
.navheadright a:visited,
.navheadleft a:hover, 
.navheadright a:hover,
#header ul#primary a,
#header ul#primary span,
#header ul#primary a.selected,
.teaseLink, 
a.teaseLink,
a.teaseLink:link,
a.teaseLink:hover, 
.teaseLinkAttn, 
a.teaseLinkAttn, 
a.teaseLinkAttn:hover,
.trialform, 
.middlecenter,
.portalTeaser,
.box4,
.box4 td,
.box5,
.box5 td
{
	font-family:Arial,Verdana,Helvetica,Sans Serif,Normal;
}

/* LSF 12-15 font family not correct in IE */
.teaseLink a:link{
font-family:Arial,Verdana,Helvetica,Sans Serif,Normal;
}

/* LSF 8-24 - CONSOLIDATE all arial,helvetica,sans-serif styles into the following declaration */
label,
.copy4,
.copy4 p,
.copy4 li,
.copy4 td, 
.copy4 a,
.copy4 a:hover,
.copy4 a:visited,
.satisfaction,
.callout, 
.borderbox, 
.centerbox, 
.centerbox p, 
.callout li, 
.borderbox li, 
.middlecenter li,
.DeptTOC td, 
.DeptTOC a, 
.DeptTOC a:hover, 
.toc td, 
.toc a, 
.toc a:hover
{
font-family: arial,helvetica,sans-serif;
}

/* LSF 8-20 - CONSOLIDATE all trebuchet styles into the following declaration */
/* LSF 2/3/2012 consolicate with head1
	.articleheadline,
*/
#headermessage,
#headermessage a,
h1, 
.h1 {
font-family: "Trebuchet MS", arial, sans-serif;
} 

.redwarn .error_details {
color: black;
}

.portalTeaser {  /* used on member homepage */ /* LSF - moved 8-19 */
float:left;
line-height: 1.2;
margin: 0 6 25 0;
}
.portalTeaser2 {
float:left;
line-height: 1.2;
margin: 0 5 10 5;
}
.portalTeaser2 img {
width:150px;
}
/*LSF 1-20-2012 - narrower right column on the login page*/
.narrower .portalTeaser2 {
margin: 0 2 10 2;
}

.narrower .portalTeaser2 img {
width:110px;
}
/* LSF 2/3/2012 - used on new public homepage */
.narrow .portalTeaser2 img {
width:135px;
}



.smalltext, .smalltext p, .smalltext td, .smalltext ul, .smalltext li {		/* LSF updated barrier page 2*/
font-size:.9em;
}

.fineprint, .fineprint p, a.fineprint, .fineprint a {	/* currently used: payment page membership terms, testimonial source, product pages */
font-size: 9px;
letter-spacing: -0.05em;
font-family: verdana,arial,helvetica,sans-serif;
margin-top: 5px;
}

/* LSF 8-24 FIXED - removed #topswitch .fineprint a - invalid syntax, duplicate */
.fineprint a, 
.fineprint a:active, 
.fineprint a:hover, 
.fineprint a:visited,
a.fineprint:active, 
a.fineprint:hover, 
a.fineprint:visited,
#topswitch .fineprint a
/*style not working consistently in IE; currently used: product pages, mytop.cfm*/
{ 
font-size: 9px;
letter-spacing: -0.05em;
font-family: verdana,arial,helvetica,sans-serif;
margin-top: 5px;
text-decoration:underline;
}

.barrier_testimonial_tst {
font-family: verdana,arial,helvetica,sans-serif;
font-size: 0.8em;
/* background: url(https://www.subscriptionsiteinsider.com/public/images/qbubble.png) no-repeat; */
/* padding: 30 50 5 30; */
background: url(https://www.subscriptionsiteinsider.com/public/images/qbubbles.png) no-repeat;
padding: 50 45 5 45;
}

.barrier_testimonial {
font-family: verdana,arial,helvetica,sans-serif;
font-size: 0.8em;
padding: 25 15 5 15;
}

.barrier_testimonial .h1 {
line-height:0.8;
}

.social, .social a {
font-family: verdana,arial,helvetica,sans-serif;
font-size: 0.9em;
padding-right: 5px;
}

.normal_copy {  /* currently used: new homepage layout 8/17 */
width: 510px;	/* LSF 8/19 changed from 480px to 510px */
vertical-align: top;
}

.button1 {    /* currently used: new homepage layout 8/17 */
vertical-align: bottom;
padding: 0px 5px 5px 5px;
}

/*** links ***/


/*** boxes ***/

/*********** LSF - change name from callout to calloutbox for semantics **************/
.callout {     /* currently used: public right nav ad, webinar ad */
margin: 5px;
padding: 5px;
border: 1px dotted black;
background-color: #D0E2ED;	
}

.borderbox {	/* pale white border - to be used within a blue background - currently used: barrier 1 member benefits, payment page offer */
padding: 15px;
border: 1px solid #FAFFFF;
}

.dottedbox{	/* currently used: product details page */
border: 1px dotted black;
margin:5px; 
padding:5px;
} 

.centerbox {
padding: 0 40 15 40;
}

table.rightnavbar{
margin-top: 5px;   /* LSF 12-1 changed from 60px to 5px*/
}

table.RelevantLinks {
/* LSF 9-26-2011*/
/*border: 1px dotted #CACACA;*/
/*padding: 3px;*/
}

/* LSF - remove _ from new class names */
.solidbox,
.box_1, 
.box1, 
.box_2, 
.box2, 
.box3,
.box4,
.box5, 
.submitbutton
 {		/* LSF - 8/23 - updated barrier 2 */
padding:5px;
}

/* LSF - 11/30 - new homepage form */
.submitbutton1 {padding-top:0px;}
#email2, .bump {
margin-top:5px;
margin-left:2px;
}

.box_1, 
.box1 {		/* LSF - 8/23 - updated barrier 2 */
border:1px solid #AAAAAA;
}

.box_2, 
.box2 {		/* LSF - 8/23 - updated barrier 2 */
border: none;
background: none;
}

/* LSF - replace solidbox with box3*/
.solidbox, .box3 {		/* LSF - 8/24 - updated barrier 2 */
border: 2px dotted black;
}

.solidbox {/* currently used: payment page fineprint */
margin: 5 85;
}

.box3 { /* currently used: payment page fineprint */
margin: 5 30;
}

.box4 {
border: 1px solid black;
}

.box5 {
border: 1px dashed black;
}

.box6 {
padding: 5 90 0 20;}

.blue_border_box {
background-color: white;
border-radius: 15px 15px 15px 15px;
border:2px solid #2175bb;
padding: 10px 15px;
}

.blue_border_box #emailInput {
font-weight:bold;
}

table.DeptTOC, table.toc {
border:1px solid #AAAAAA;
background-color: #F9F9F9;
padding:5px;
}

/*** text inside boxes ***/
.callout, .borderbox, .centerbox, .centerbox p {
color: #333333;
}

.centerbox {
line-height: 1.1;	/* LSF 8-25 fixed - added ; */
}

.callout li, .borderbox li, .middlecenter li {   /*** this setting doesn't work when combined with the previous setting ***/
color: #333333;
}

.callout .attn {
margin: 3px 0px;
padding: 2px;
background: yellow;
}

.new {
font-family: verdana,arial;
font-size:8pt;
font-weight: bold;
background: yellow;
padding: 1px;
margin-left: 2px;
}




/*** TOC text - try to integrate with other standards ***/
.DeptTOC td, .DeptTOC a, .DeptTOC a:hover, .toc td, .toc a, .toc a:hover {
font-size: 90%;
}

.DeptTOC_Header, .toc_Header {
font-weight: bold;
}

/*** images inside boxes ***/
.callout img {
padding: 5px;
}

/*** forms ***/
label {
font-size: 75%;
}

label.right {
float: right;
}

.txerror {
text-align: left;
border: 2px red solid;
padding: 0px 20px;
margin-bottom: 5px;
}

.txerror li {
list-style: none;
color: red;
line-height: 1.4;
padding: 15 0 10 0;
}
.homepagevid, .space_left {
padding-left: 20px;
}

td.TeaseImage1,
td.tease_image {	/* LSF - store product teasers */
vertical-align: top;
align: center;
margin-left: 10px;
margin-right: 10px;
}

td.tease_image,
td.TeaseImage1 {
width: 160px;	/* LSF changed from 320 to 160 */
}

.TeaseImage1 img,
.tease_image img, 
img.TeaseImage1,
img.tease_image {
border: 0;
width: 150px;  /* LSF changed from 295 to 150 */
/* LSF 12/6 removed top padding
padding-top: 15px;
*/
}

td.Tease2 {	/* LSF - new public homepage product teasers 10/4 */
}

.Tease2 img,
img.Tease2 {
border: 0;
width: 220px;
/*vertical-align: middle;*/
}

td.Tease1 {
width: 100px;
}

td.Tease3 {
padding-left: 12px;
}

.arrow_bullet li {
list-style-image: url(http://www.subscriptionsiteinsider.com/public/images/bullet_trans.png);
}
.caret_bullet li {
list-style-image: url(http://www.subscriptionsiteinsider.com/public/images/whiteArrowSmall.gif);
}
.checkbox_bullet li {
list-style-image: url(https://www.subscriptionsiteinsider.com/public/images/checkbox.jpg);
}
.checkmark_bullet li {
list-style-image: url(https://www.subscriptionsiteinsider.com/public/images/checkmark_sm_trans.png);
}

/* LSF 7/26/2011 - styling for upsell button */
.upsellyes
{
border: none;
width:120px;
height: 40px;
background: url('http://www.subscriptionsiteinsider.com/public/images/start_xs.png') no-repeat top left;
}
/* LSF 7/27/2011 */
#FloatingSidebar
{
position:fixed;
top:175;
right:175;
width:350px;
}

.whitespace_top {
margin-top: 10px;
}
.whitespace_bottom {	/* used in GoogleAds on custom store home page */
margin-bottom: 20px;
}
.SummitSidebar /* LSF 8/2/2011 Summit Sidebar items 35, 36, 37 */
{
font-family: Georgia,Serif;
font-size: 15px;
}

.full {width: 100%;}
/* LSF 6/1/2011 - copied from homepage_mbr.cfm */
#left_nextwebinar p, #left_nextwebinar a, #left_meetmembers a{
	font-family:Arial,Verdana,Helvetica,Sans Serif,Normal;
	font-size:12px;
}
#left_nextwebinar h2{
	padding-bottom:5px;
}
#left_nextwebinar a img{
	margin-right:10px;
}
#left_nextwebinar .nextwebinar-container {
    background-color: #D0E2ED;
    padding: 10px;
}
/* end LSF 6/1/2011 */
.width70 {width: 70%;}
.width60 {width: 60%;}

.halfwidth, .width50 {
width: 50%;
vertical-align: top;
}

.width40 {width: 40%;}
.width30 {width: 30%;}

.w450 {
width: 450px;
}

.shade1 {
background-color: #F4F2DE;
}

/* LSF 5/17/2011 - copied from page 23.cfm */
.BannerText {
font-weight: bold;
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
}

/* ANG 08-06-2011 Add border-top to the footer */
.borderTop{
	border-top:1px dotted rgb(231, 229, 213);
	padding-top:20px;
}

/* ANG 08-01-2011 Public homepage re-design */
#blueBoxHome{background-color:#dce6f2;border:2px solid #92d050; padding:15px 10px 20px;overflow:hidden;}
#blueBoxHome h1{margin:0;font-size:30px;padding-left:20px;}
#blueBoxLeft{float:left;}
#blueBoxRight{float:right;background-color:#FFFFFF;font-size:15px;width:200px;padding:5px;margin-right:20px;margin-top:18px;}
#blueBoxRight a img{border:0;}
#blueBoxVideo{float:left;padding-left:20px;padding-top:30px;width:200px;}
#blueBoxVideo .blueVideoWrapper{width:160px;height:90px;background-color:#4f81bd;border:2px solid #385d8a;}
#blueBoxVideo .blueVideoText{padding-top:10px;font-size:10px;text-align:center;width:160px;}
.blueVideoText a{font-size:10px;}
#blueBoxOptin{float:left;font-size:17px;padding-top:10px;padding-left:45px;}
#blueBoxOptin ul{list-style-image:url('images/blueBoxArrow.gif');padding-bottom:10px;padding-left:21px;}
#blueBoxOptin li{font-size:18px;padding-bottom:4px;}
#blueBoxOptin form{display:inline;}
#blueBoxOptin input[type=text]{font-size:20px;color:#a6a6a6;border:2px solid #a6a6a6;padding:5px;}
#optinFields{padding-top:12px;}
#benefitsBox{padding:20px 0 0 115px;}
#benefitsBox h2{font-size:16px;margin:0;padding-bottom:15px;}
#benefitsBox ul{margin-left:106px;}
#benefitsBox .numberList li{padding-left:15px;}
.numberList{list-style:decimal outside none;}
.numberList li{padding-bottom:15px;width:578px;max-width:578px;}
.footer{padding:50px 0 20px !important;}
.borderTop{border-top:1px dotted rgb(231, 229, 213);padding-top:20px;}
#departmentsByTopic{border:2px solid #bfbfbf;margin-top:5px;padding:5px;font-family:verdana,arial,sans-serif;font-size:11px;color:#888677;width:auto;}
#departmentsByTopic h2{color:#9c9999;font-size:13px;}
#departmentsByTopic ul{list-style-image:url("/public/images/bullet_trans.png");padding:0 0 10px 15px;margin-left:0;}
#departmentsByTopic li a{font-size:11px;font-family:verdana,arial,sans-serif;color:#000000;text-decoration:none;}
#memberHomeLeft  .fineprint{margin-top:0;position:relative;top:5px;}
#myTopSide #departmentsByTopic{width:203px;}

/* LSF 9/14/2011 */
.RightNavHeader{
font-size:12.5px;
font-family: verdana,arial,sans-serif;
color: #9C9999;
margin-top: 5px;
padding-left:2px;
}
.rightnavbar {
padding-right:5px;
}
.plain_list {
list-style: none;
padding-left: 25px;
}

.b1_mbr_benefits {
background-color: #dce6f2;
border-radius: 15px;
-moz-border-radius:15px;
-o-border-radius:15px;
-webkit-border-radius:15px;
padding:10px;
width:250px;
}

/* LSF - 11/18/2011 - copied styles from homepage_mbr.cfm */
#newMemberHome{overflow:hidden;padding:10px 5px;} /* LSF reduced left and right padding - was 10px */
#newMemberHome h1{margin:0 0 10px;}
#newMemberHome h2{margin:0 0 5px;font-size:15px;}
.memberHomeBox{float:left;}
#memberHomeLeft{width:420px;margin-right:20px;}
.memberHomeLeftTease{padding-right: 50px; padding-bottom: 10px;}
#memberHomeLeft .back{width:290px;} /* was 330 */
#memberHomeCenter{width:235px;margin-right:20px;font-size:12px;}
#memberHomeCenter a, #memberHomeCenter li{font-size:12px;}
#memberHomeRight{width:210px;}
.bestResources{padding-top:15px;}
.bestResources ul,#memberHomeCenter ul{list-style-image:url("/public/images/whiteArrowSmall.gif");}
.bestResources li,#memberHomeCenter li{padding-bottom:10px;}
.bestResources ul{width:300px;}
#memberHomeCenter ul{padding-left:20px;margin-left:0;}
.seeLink a{font-size:11px !important;float:right;}
#memberDiscounts{margin-top:35px;border:5px dashed #BFBFBF;padding:5px;}
#memberDiscounts a{font-weight:bold;}
#memberDiscounts h2{margin-bottom:10px;}
#nextMemberWebinar{background-color:#d0e2ed;overflow:hidden;padding:5px;}
#nextMemberWebinar h2{font-size:14px;}
.webinarDate{float:left;}
.webinarMoreInfo{float:right;}
#memberHomeRight a img{border:0;}
#memberHomeLeft .postDate{position:relative;top:24px;}

.b1_image {
/*width:250px;*/
text-align:center;
/*min-height:250px;*/
}
img.center {
display: block;
margin-left: auto;
margin-right: auto;
}
