﻿
/* resets */
a,body,div,form,h1,h2,h3,h4,h5,h6,html,img,p,pre,span,table,td,th,tr {
    border:0;
    font-size:100%;
    font-weight:400;
    margin:0;
    outline:0;
    padding:0;
    vertical-align:baseline;
}

iframe { /* the http://an.tacoda.net/an/tpp.html iframe which gets inserted in production 
            just before the closing </html> tag is creating an extra linespace under the 
            footer which can be resolved by changing the iframe's position to absolute 
         */
    position: absolute;         
}

input,textarea {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    color: #333;
}

input[type="radio"], input[type="checkbox"] {
    border: none;
}

ul,ol {
    list-style-position: outside;
    margin: 0;
    padding: 0 0 3px 20px;
}

/* global styles 
 structural clearing (for intuitive code) */
.clear,
.cl,
.clearwithspace {
    background:#fff;
    border:0;
    clear:both;
    display:block;
    float:none;
    height:1px;
    margin:0;
    overflow:hidden;
    padding:0;
}

.clearwithspace {
    height:17px;
}

.clearit {
	clear: both;
}

.br-clearit {
	clear: both;
	height: 1px;	
}	

.overhid {
	overflow: hidden;
}

html {
    background: url(/Content/img/backgrounds/body.png) repeat #f4f6f7;
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    font: 80%/1.218 Arial, Sans-Serif;
    
}

.main-wrapper {
    padding: 0;
    background: white;
    width: 938px;
    margin: 0 auto;
    padding: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    position: relative;    
}

a,
a:link {
   color: #006699;
   cursor: pointer; 
}

a:visited {
   color:#806;
}

a:hover,
a:focus,
a:active {
   color: #b45313;
}

h1, h2, h3 {
    font-size: 145%;
    font-weight: 700;
    color: #47565D;
}

h2 {
    font-size: 120%;
    letter-spacing:1px;
}

.body-print h2 {
    display: none;
}

h2 .page-head {
    font-family: Georgia, "Times New Roman" !important;
    font-size: 16px;
    color:  #b45313;
    letter-spacing: -.15px;
}

h3 {
    font-size: 120%;
}

.bold {
    font-weight: bold;
}
    
.ul-blank ul,
.ul-block-arrow ul,
ul.block-arrow {
    list-style-type: none;
}

.layout2cols .block-arrow {padding:0;}

.ul-block-arrow li,
ul.block-arrow li,
ul.bullet-arrow li,
p.bullet-arrow {
    padding: 0 0 10px 20px;
    position: relative;
}

ul.bullet-arrow {
    list-style-type: none;
}

.arrow {
    background: url("/Content/img/icons/company-detail.png") 0 -400px no-repeat;
    display: inline-block;
    height: 17px;
    width: 18px;
}

.hand {      
    background: url("/Content/img/spacerGif.gif");
    cursor: pointer;
    left: 0;
    _left: -20px;
    height: 15px;
	padding: 0;
    position: absolute;	
    top: 0;    
	width: 20px;
}

.index-page .hand, #splash .hand {top: 2px;}

.ul-block-arrow li span,
ul.block-arrow li span,
.bullet-arrow  span {
    background: url("/Content/img/icons/company-detail.png") no-repeat scroll 0 -401px transparent;    
}

.ul-block-arrow li:hover span,
ul.block-arrow li:hover span,
ul.bullet-arrow li:hover span,
.ul-block-arrow li.hover span,
ul.block-arrow li.hover span,
ul.bullet-arrow li.hover span {
    background-position: 0 -418px;
}

.ul-block-arrow .nolink span,
ul.block-arrow .nolink span,
ul.bullet-arrow .nolink span,
.ul-block-arrow .nolink:hover span,
ul.block-arrow .nolink:hover span,
ul.bullet-arrow .nolink:hover span {
    background-position: 0 -496px !important;
    cursor: default;
}

p.bullet-arrow .hand {cursor: default;}

.bullet-arrow .txt { background: none; }


ul.normal,
ul.normal li {
    background-image: none;
    list-style-image: none;
    list-style-type: circle;
    margin: 3px 0 0 16px;
    padding: 0;
}

ul.normal li {
    background-image:none;
    padding: 0 0 5px 0;
    margin: 0;
}

.all-required {
    color: #B45313;
    font-weight: bold;
}

.styled-bg {
    background: url("/content/img/backgrounds/gradient-pale.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
}
.styled-bg-inner {
    border: 2px solid #FFFFFF;
    padding: 8px 8px 4px;
}

.styled-bg,
.styled-bg-inner,
#PlansPanel {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/* --- button sprite --- */
.button {
    display: block;
    background-image: url(/Content/img/buttons/sprite.gif);      
    background-color: transparent;
    height: 25px;       
	width: 79px;					   
	overflow: hidden;
	border: 0;
	cursor: pointer;
	margin: 20px 0 0; /* top r|l bottom */
   _vertical-align: top; /* IE6 */
    border: none;
}

.button-content {
    display: block;
    background: url(/Content/img/buttons/sprite-saved-content.gif) no-repeat;      
    height: 17px;       
	overflow: hidden;
	border: 0;
	cursor: pointer;
	margin: 20px 0 0;
   _vertical-align: top;
}

.button-content-cancel {
    width: 68px;
    display: inline-block;
    background-position: -99px -51px;
}

.button-content-cancel:hover {
    background-position: -99px -68px;
}

.button-send {
    background: url(/Content/img/buttons/sprite-search.gif) no-repeat;      
    display: inline-block;
    margin: 3px 3px 5px 0;
    background-position: -264px -63px;
    width: 60px;
    height: 21px;
}

.button-send:hover {
    background-position: -264px -84px!important;
}

.button-content-email {
    width: 59px;
    display: inline-block;
    background-position: -167px -34px;
}

.button-content-email:hover {
    background-position: -167px -51px;
}

.button:hover,
#change-password.hover {
    background-position: left -25px;
}

.button-cancel-large {
    background-position: -129px -198px;
    width: 75px;
    display: inline-block;
}

.button-cancel-large:hover {
    background-position: -129px -223px;
}

.button-save {
    background-position: -79px 0;
    display: inline-block;
    width: 63px;
}

.button-save:hover {
    background-position: -79px -25px;
}

.button-save.disabled {
    background-position: -142px 0;
    cursor: default;
}

.button-save,
.button-submit { margin: 0 5px 0 0;}

.button-update {
    background: url(/Content/img/buttons/sprite-search.gif) no-repeat;      
    width: 73px;
    height: 21px;
	background-position: -191px -63px;
	display: inline-block;
	margin: 18px 3px 8px 0;
	cursor: pointer;
    border: none;
}

.button-update:hover {
	background-position: -191px -84px;
}

.button-update.disabled,
.button-update.disabled:hover {
    cursor: default;
	background-position: -191px -42px;
}

.button-skip {
    background: url(/Content/img/buttons/sprite-search.gif) no-repeat;      
    width: 56px;
    height: 21px;
	background-position: 0 -105px;
	display: inline-block;
	margin: 18px 5px 8px 0;
	cursor: pointer;
    border: none;
}

.button-skip:hover {
	background-position: 0 -126px;
}

.button-cancel-small,
.button-ok-small {
    background: url(/Content/img/buttons/sprite-saved-content.gif) -99px -34px no-repeat;      
    display: inline-block;
    height: 17px;
	margin: 5px 0 0 0;
	width: 68px;
}

.button-cancel-small {
	background-position: -99px -51px;
}

.button-cancel-small:hover {
	background-position: -99px -68px;
}

.button-ok-small {
    background-position: -167px -51px;
    width: 48px;
}

.button-ok-small:hover {
    background-position: -167px -68px;
} 

.button-cancel {
    width: 75px;
    height: 25px;
	background-position: -129px -198px;
	display: block;
	margin: 3px 0 5px 8px;
	cursor: pointer;
	text-decoration: none!important;
    border: none;
}

.button-cancel:hover { background-position: -129px -223px; }	

#EmailArticleForm .button-cancel,
#saveArticleAlertResultWrapper .button-cancel,
#exportFlyout .button-cancel,
#saveArticleAlertResultWrapper .button-save,
#saveListFlyout .button,
.button-close,
.button-purchase-now,
.button-reactivate-now,
.button-free-trial {    
    background: url(/Content/img/buttons/sprite-search.gif) no-repeat;      
    background-position: -187px -105px;
    border: medium none;
    cursor: pointer;
    display: inline-block;
    height: 21px;
    margin: 3px 0 5px;
    text-decoration: none !important;
    width: 71px;
}

#saveArticleAlertResultWrapper .button-save,
#saveListFlyout .button-save,
.button-close {
    background-position: -324px -63px;
    margin-right: 3px;
    width: 57px;
}
	
#EmailArticleForm .button-cancel:hover,
#saveArticleAlertResultWrapper .button-cancel:hover,
#saveListFlyout .button-cancel:hover,
#exportFlyout .button-cancel:hover {
	background-position: -187px -126px;
}

#saveListFlyout .button-save:hover,
#listFlyout .button-save:hover{
    background-position: -324px -84px;
}
    
.button-close {
    background-position: -56px -105px;
    width: 62px;
}	

.button-close:hover {
    background-position: -56px -126px;
}
					
#search,
.button-search {
	position: absolute; 
 	top: -7px;
	right: 12px;
	width: 71px;
	height: 25px;
	background: url("/Content/img/buttons/sprite.gif") no-repeat scroll 0 0 transparent;
	background-position: 0 -148px;
}

#search:hover,
.button-search:hover {							
	background-position: 0 -173px;							  
}  

.button-search {
    display:inline-block;
	margin: 10px 0 0 10px;
    position:static;
}

.button-build-a-company-list {
    background: #ccc;
    margin-top: 13px;
    text-indent: -9999px;
    width: 159px;
}

.button-free-trial,
.button-reactivate-now,
.button-purchase-now  { 
    background-position: 0 -378px;    
    margin: 0;
    text-indent: -9999px;  
    width: 115px;
    display: block;
}

.button-purchase-now:hover { background-position: 0 -399px; }

.button-free-trial { background-position: -120px -420px; width: 140px; }
.button-free-trial:hover { background-position: -120px -441px; }

.button-reactivate-now { 
    background-position: -122px -336px; 
    display: block;
    margin: 15px 0 40px;
    width: 122px;
}

.button-reactivate-now:hover { background-position: -122px -357px; }

#reactivate {
    width: 100px;
    background-position: -71px -148px;
    margin-bottom: 25px;
}

#reactivate:hover {
    background-position: -71px -173px;
}

.subscribe-now-button,
.request-free-trial-button,
.get-your-free-trial-button  {
    background-position: 0 -50px;
    margin-top: 12px;
    width: 136px;    
}

.subscribe-now-button:hover {background-position: 0 -75px;}

.cta-wide .get-your-free-trial-button  { margin-top: 20px; }

.request-free-trial-button {
   background-position: 0 -573px;    
   width: 137px;   
}

.request-free-trial-button:hover { background-position: 0 -598px; }

.get-your-free-trial-button  {
    background-position: 0 -523px;
    width: 157px; 
}

.get-your-free-trial-button:hover { background-position: 0 -548px; }


#save { margin-bottom: 25px; }

.account-support-main #save,  .account-support-main #cancel,
.change-email .buttons .button{
    float:left;
    margin-top: 6px;
}    

#finish {
    width: 66px;            
    margin: 4px 0 10px;
    padding: 0;
    background-position: left -198px;            
}

#finish:hover,
#finish.hover {
    background-position: left -223px;    
}
       
#submit-login {
     width: 71px;
	 background-position: left -323px;
}

#submit-login:hover, #submit-login.hover { 
	 background-position: left -348px;     
}

#continue {
    display: inline-block;
    width: 92px;  
    background-position: left -273px;
    margin: 0;   
}

#continue:hover {
    background-position: left -298px;   
}
                
#change-password {
	margin-top: 20px;
}

.free-trial {
    display: block;    
    background-position: left -100px;
    height: 0px;
    padding-top: 24px;
	width: 153px;					   
	overflow: hidden;	
}

.free-trial:hover { background-position: left -124px; }

.sign-up-free-trial-button {
    background-position: left -473px;
    text-indent: -9999px;
    width: 193px;
}

.sign-up-free-trial-button:hover { background-position: left -498px; }

#free-trial {
	height:  24px;
	width: 153px;
    background-position: left -100px;   
}

#free-trial:hover {	
	background-position: left -124px;	
}

.button-new {
    display: block;
    background: url(/Content/img/buttons/sprite.gif) 0 -100px no-repeat;      
    height: 24px;       
	width: 153px;					   
	overflow: hidden;
	border: 0;
	cursor: pointer;
	margin: 20px 0 0;
    _vertical-align: top;
    text-decoration: none;
}

.button-new:hover {
    background-position: 0 -124px;   
}

.reactivateAccountButton {
    display: block;
    background: url(/Content/img/buttons/sprite.gif) 0 -373px no-repeat;      
    height: 25px;       
	width: 220px;					   
	overflow: hidden;
	border: 0;
	cursor: pointer;
	margin: 20px 0 0;
    _vertical-align: top;

}

.reactivateSubscriptionButton {
    display: block;
    background: url(/Content/img/buttons/sprite.gif) 0 -373px no-repeat;      
    height: 25px;       
	width: 220px;					   
	overflow: hidden;
	border: 0;
	cursor: pointer;
	margin: 20px 0 0;
   _vertical-align: top;

}

.reactivateSubscriptionButton:hover {
    background-position: 0 -398px;   
}

.completeRegistrationButton {
    display: block;
    background: url(/Content/img/buttons/sprite.gif) 0 -423px no-repeat;      
    height: 25px;       
	width: 233px;					   
	overflow: hidden;
	border: 0;
	cursor: pointer;
	margin: 20px 0 0;
    _vertical-align: top;

}

.completeRegistrationButton:hover {
    background-position: 0 -448px;
}

.button-save-search, #search-saved,
.button-save-alert, #alert-saved, 
.button-save-RSS {
    background: url(/Content/img/buttons/sprite-search.gif);    
    display: block;
    height: 21px;
    margin: 0;
    text-decoration: none;
    width: 131px;
}

.button-save-search, .button-save-alert, .button-save-RSS {
    cursor: pointer;
}

.button-save-search { background-position: -234px -147px; }
.button-save-search:hover { background-position: -234px -168px; }

#search-saved {
    background: url(/Content/img/buttons/sprite-search.gif);
    background-position: -234px -189px;
}

.button-save-alert {    
    background-position: 0 -147px;
    width: 161px;
}

.button-save-alert:hover { background-position: 0 -168px; }

#alert-saved {
    background-position: 0 -189px;    
    position:absolute; 
    top:0;
    width: 161px;
}

.button-save-RSS {    
    background-position: -161px -147px;
    width: 73px;
}

.button-save-RSS:hover { background-position: -161px -168px; }

.standard-label {    
    font-weight: bold;
    margin:0 0 1px;
    padding: 0;
    display: block;
}

#print {
    width: 59px;
    background-position: -255px -231px;
}

#print:hover {
    background-position: -255px -252px;
}

#print.disabled,
#print.disabled:hover {
    background-position: -255px -210px;
}

#export {
    width: 73px;
    background-position: -182px -231px;
}

#export:hover {
    background-position: -182px -252px;
}

#export.disabled,
#export.disabled:hover {
    background-position: -182px -210px;
}

.reactivate-button {
    border: none;
	width: 100px!important;
	height: 25px!important;
	background: url("/Content/img/buttons/sprite.gif") no-repeat scroll 0 0 transparent;
	background-position: -71px -148px!important;
}

.reactivate-button:hover {
    cursor: pointer;
	background-position: -71px -173px!important;
}

/* --- icon sprite --- */

.icon-2,
.bullet-icon {
	background: url(/content/img/icons/blue-bullet-triangle.gif) no-repeat;
    height: 18px;
    width: 17px; 
}

#thead_industry_link.bullet-icon,
#thead_found_link.bullet-icon,
#thead_type_link.bullet-icon,
#thead_company_link.bullet-icon {
    padding: 0 10px 0 0;
    background-position: right 5px;
}

.radio-label {
    display: inline-block;    
    font-weight: normal;
    margin-bottom: 10px;
    padding: 2px 4px 10px 2px;
}

/* generic bullets */
.fwb,
p strong {
	font-weight:700;
}

.200height {
	line-height: 200%;
}

.140height {
	line-height: 140%;
}

.125height {
	line-height: 125%;
}


/* Spacing */

.spacer {
    padding-top: 20px;
}

.adsetoff {
    padding-bottom: 20px;
}

.pagegap {
    height: 30px;
}


/* Structure */
 
#header {
    width: 100%;
    height: 130px;
    margin: 0;
    padding: 0;
    background: transparent;
    position: relative;
	background: url(/Content/img/backgrounds/header.png) bottom left repeat-x white;
    /*border-left: 1px solid #ccc; 
    border-right: 1px solid #ccc;*/
}

#header-aesthetics-print {
    width: 100%;
    height: 85px;
    margin: 0 auto;
    background: transparent;
}

#header-print {
    width: 100%;
    height: 75px;
    margin: 0 auto;
	position: relative; 
}

.header-print {
    margin: 50px 0 10px;
}

#header-print-button {
    position:absolute;
    top: 45px;
    right:40px;
}

#header-print-button input {
    background: url("/Content/img/buttons/sprite-search.gif") no-repeat scroll -314px -231px transparent;
    height: 21px;
    margin:0;
    width:90px;
}

#header-print-button input:hover {
    background-position: -314px -252px;
}

.main-wrapper-print .wall-top-wrap br {display: none;}

.header div.headnolef,
.header div.headb {
	border-left: none;
}

.header div.headright {
	border-right: solid 1px #ccc;
}

.header div.headb {
	width: 544px;
}

.header .fixwidthinner {	
	height: 129px;	
	min-height: 129px;
	margin: 0 21px !important;	
	border-right: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
}

.headeraesthetic {
    left: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    width: 100%;
}

img#HBB-logo-header,
#header-link { 
	position: absolute;
	top: 30px;
	left: 37px;		
}

#header-link {
	z-index: 1;
}

img#HBB-logo-header-2 {
	position: absolute;
	top: 43px;
	left: 287px;
}

img#separator {
	position: absolute;
	top: 32px;
	left: 265px;
}
 
img#HBB-text {
	margin: 10px 10px 10px 12px;
}

img#market-insights {
	margin: 0 0 15px 24px;
}

img#HBB-logo {
	margin: 0 0 0 15px;
}

.footer {	
    background: white;    
    padding: 30px 20px 0;
    margin: 0 auto -37px auto;    
    width: 898px;
}

.footer-print {	
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 7px;
}

.footer-print div {
    margin-bottom:6px;
}

.footer-spacer {
    border-top: 1px solid #ccc;
    padding: 18px 0 10px;
}

.footer sup {*vertical-align: baseline;}

.footer p { margin-bottom: 10px; }

#login,
#subscriber-nav {
    float: right;
    margin: 14px 22px 0 0;
    _margin-right: 18px;
    z-index: 1;
}

.follow-icon {
    background: url("/content/img/icons/follow-us.png");
    display: inline-block;
    height: 14px;
    *margin: 0 2px;
    position: relative;
    top: 3px;
    *top: 1px;
    width: 14px;
    z-index: 2;
}

.twitter-icon { 
    background-position: -14px 0;     
}

.googleplus-icon { 
    background-position: -28px 0; 
    margin-right: 3px;    
}

.reg-contact-info a,
#login a,
#subscriber-nav a {
    font-weight: normal;
}

.reg-contact-info a:visited,
#login a:visited,
#subscriber-nav a:visited {
    color: #006699;
}

#subscriber-nav .free-trial-link,
.header-sales-phone,
#subscriber-nav .complete-reg-link {
    font-weight:bold;
}

.separator {
	display: inline-block;   
 	width:  1px;
	height: 12px;	 
    vertical-align: -2px;
    margin: 0 4px;
    *margin-right: 8px;
    padding-right: 0;
    background: #ccc; 
	color: #ccc;
	overflow: hidden;
}

#company-results-container .separator {
	display: inline-block;   
 	width:  1px;
	height: 12px;	 
    vertical-align: -2px;
    vertical-align: 0;
    margin: 0 4px;
    padding-right: 0;
    background: #ccc; 
	color: #ccc;
	overflow: hidden;
}

#header_tagline {
	position: absolute;
	color: #666;
	font: normal 17px times;
	top: 39px;
	left: 290px;
	z-index: 50;
}

.fixwidthouter {	
	background: white;
	margin: 0 auto;
	/*position: relative;	*/
	text-align: left;
}

.fixwidthinner {
    position: relative;	
}

.fixedinnermost {
    position: relative;
}

.body-print .fixedinnermost {
   position: static;
}

.midcontent .fixwidthinner {    
    background: transparent;
    border-bottom: none 0;
    padding: 20px 10px 0;
    position: relative;
    width: 918px;
    min-height: 400px;  
}

.midcontent .fixwidthinner-print {
    position: relative;
    background: #fff;
    border-bottom: none 0;
    padding:10px 40px;    
    border-left: none; 
    border-right: none;
}

.halffull {
    margin-top:20px;
    width:470px;
}

.right300adcolumn {	
    clear: right;
	float: right;
	_height: 250px;
	margin-bottom: 15px;
	min-height:250px;
    position: relative;
    width: 300px;
    z-index:1;
}

.logged-in .right300adcolumn {
    margin:0;
    min-height: 0;
    _height: auto;
}

.logged-in .Xright300adcolumn-IE6 {
    display: none;
}

.right300adcolumn img {
     float: left;
}

.right300adcolumn .border {
     float: right; 
     width: 1px;
     height: 380px;
     background: #cec9c2;
}

.minus300content {
	_position: relative;
	clear: left;
	float: left;
	width: 576px;
	_z-index: 2;
}

.layout2cols {width: 598px;}

.minus300content h1
{
    margin-bottom:6px;	
}

.minus300content p {
    margin-bottom: 10px;	
}

.main-wrapper-print h1 {
    color: #000;
    margin: 10px 0 8px;
    _margin-top:0;
}

.main-wrapper-print .wall-byline {
    margin: 0 0 18px;
}

.halfminus300 {
    width:300px;
    _position: relative;
}

.layout2cols-col1, .layout2cols-col2 {
    float: left;
    margin-right: 20px;
    width: 279px;
}

.middle {
	margin-left: 10px;
}

.fcr {
    clear:right;
    float:right;
}

.fcl {
    clear:left;
    float:left;
}

.over {
    overflow:hidden;
}

#be-doc-text {margin-bottom: 15px;}

#be-doc-text img {
    max-width: 898px;
}

pre {
    font-size: 13px;
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word; /* IE 5.5+ */
}




/* --- START Primary nav --- */

ul#primary-nav {
    display: block;
    padding: 0;
    position: absolute;
    bottom: 5px;
    right: 0;
    background: url("/Content/img/backgrounds/primaryNavSprite.png") right -96px repeat-x #005198;
    list-style: none;
    color: #668dad;
    font-size: 14px;
    width: 100%;
}

body.logged-in ul#primary-nav { width: 100%; }

ul#primary-nav li {
    display: inline;
    position: relative;
    float: left;
}

ul#primary-nav li a {
    display: inline-block;
    cursor: pointer;
    height: 32px;
    color: #fff;
    padding: 0 20px 0 15px;
    text-decoration: none;
    line-height: 32px;
    background: url("/Content/img/backgrounds/primaryNavSprite.png") repeat-x #1a63a3;
    background-position: right 0px;
    min-width: 131px;
}

body.logged-in ul#primary-nav li a.primarySilo { padding: 0 30px 0 22px; } /* Spaces out nav items when room for CTA isn't needed */

ul#primary-nav li a:active,
ul#primary-nav li a:hover,
ul#primary-nav li a:focus {
    background-position: right -32px;
    text-decoration: none;
    color: #fff;
}

ul#primary-nav li a:active {    
    background-position: right -64px;
}


ul#primary-nav li a span {
    padding: 0 0 0 15px; 
    background: url("/Content/img/backgrounds/primary-nav-bullet.png") no-repeat; 
    _background: url("/Content/img/backgrounds/primary-nav-bullet.gif") no-repeat; 
    background-position: left 4px;
    font-weight: bold;
}

li#nav-company { margin-left: 1px; }

ul#primary-nav li span { font-weight: bold; }

/* Primary nav state indication */

ul#primary-nav li.active a {
    background-position: right -32px;
    text-decoration: none;
    color: #fff;
}

ul#primary-nav li.active a:hover span { 
    color: #fff; 
}

ul#primary-nav li.active a span { /* Down pointing arrow for active nav items */
    background: url("/Content/img/backgrounds/primary-nav-bullet-active.png") no-repeat;
    _background: url("/Content/img/backgrounds/primary-nav-bullet-active.gif") no-repeat;
    background-position: left 6px;
}

/* Subnav */
ul#primary-nav li ul,
ul#primary-nav li ul li,
ul#primary-nav li ul li a,
ul#primary-nav li ul li ul,
ul#primary-nav li ul li ul li,
ul#primary-nav li ul li ul li a{
    float: none;
    background: none;
    margin: 0;
    padding: 0;
    line-height: 15px;
    display: inline;
}


ul#primary-nav li ul.subNav {
    position: absolute;
    top: 32px;
    z-index: 999;
    margin: 0;
    left: -1px;
    width: 100%;
    _width: 170px;
    padding: 0;
    
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.6);
    box-shadow: 0 2px 6px rgba(0,0,0,0.6);
    
    display: none;
    
}

ul#primary-nav li ul.subNav li {
    font-size: 13px;
}

ul#primary-nav li ul.subNav li a { *display: block; *height: 27px; }

li.disabledLink span { cursor: default!important; }

ul#primary-nav li ul.subNav li span {
    cursor: pointer;
    background: #003b6e;
    display: block;
    padding: 4px 5px 6px 10px;
    border-top: 1px solid #144a79;
    border-bottom: 1px solid #00274f;
    border-left: 1px solid #003b6e;
    border-right: 1px solid #003b6e;
    margin: 0;
    background-image: none;
}

body.logged-in ul#primary-nav li ul.subNav li span { padding: 4px 5px 6px 26px; }


ul#primary-nav li ul.subNav li a:hover span { 
    background: #5087b8;
    border-top: 1px solid #6d9cc4;
    border-left: 1px solid #144a79;
    border-right: 1px solid #144a79; 
}

ul#primary-nav li ul.subNav li ul li span {
    font-weight: normal;
    padding-left: 28px;
    font-size: 13px
}
body.logged-in ul#primary-nav li ul.subNav li ul li span { padding-left: 45px; }

ul#primary-nav li ul.subNav li ul li span { /* Not authorized users see a greyed out bullet */
    background: url("/Content/img/backgrounds/primaryNav_subNav-bullet-disabled.gif") no-repeat #003B6E; 
    background-position: 18px 9px;
}

ul#primary-nav li ul.subNav li ul li a span { /* Authorized users see a white bullet */
    background: url("/Content/img/backgrounds/primaryNav_subNav-bullet.gif") no-repeat #003B6E; 
    background-position: 35px 9px;
}
body.logged-in ul#primary-nav li ul.subNav li ul li a span { background-position: 35px 9px; }

ul#primary-nav li ul.subNav li ul li a:hover span {
    background: url("/Content/img/backgrounds/primaryNav_subNav-bullet.gif") no-repeat #5087b8; 
    background-position: 35px 9px;
}
body.logged-in ul#primary-nav li ul.subNav li ul li a:hover span { background-position: 35px 9px; }



ul#primary-nav li#subNavMarcom {
    display: block;
    width: 17px;
    height: 107px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: -17px;
    background: url("/Content/img/backgrounds/primaryNav_subNavMarcom.png");
    text-indent: -1000px;
    z-index: 998;
    
    border-top-left-radius: 18px 11px;
    border-bottom-left-radius: 18px 11px;

    -moz-border-radius-topleft: 18px 11px;
    -moz-border-radius-bottomleft: 18px 11px;
    
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.4);
    box-shadow: 0 0 6px rgba(0,0,0,0.4);
    
}

/* .on-top is used in conjunction with zIndexWorkaround() function in common .js to fix
   flyout menu layering issues in IE6 & 7 */           
.on-top { 
    z-index: 10000!important;
}
/* --- END Primary nav --- */


/* --- Primary nav CTA for non-subscribers --- */
a#headerCTA {
    display: block;
    background: url("/Content/img/buttons/cta-free-trial.png") 0 -398px no-repeat;
    _background-image: url("/Content/img/buttons/cta-free-trial-IE6.png");  
    width: 279px;
    height: 42px;
    position: absolute;
    left: -7px;
    bottom: -3px;
    z-index: 10001!important;
    text-indent: -1000px;
}

a#headerCTA:hover { background-position: 0 -440px; }

body.logged-out ul#primary-nav li#nav-company a {
    padding-left: 25px;
}
/* --- END Primary nav CTA for non-subscribers --- */



/* --- Horizontal banner-style CTAs -- */
.cta-free-trial {
	clear: left;
	position: relative;
	_height: 20px;
	min-height: 20px;	
	margin: 20px 0 35px 0;
    _xmargin-bottom: 10px;
	padding: 10px 0 7px 10px;
	border: 1px solid #ccc;
	background: #f7f9fd url(/Content/img/backgrounds/cta-free-trial.png) bottom left repeat-x;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.cta-free-trial.short {
	width: 275px;
}

.benefits-wrapper .cta-free-trial.short { margin-top: 0; }

.cta-free-trial a {
    text-decoration: underline;
    font-weight: bold;
    font-size: 13px;
	color: #336699;
}

.cta-free-trial a.button-cta {
    position: absolute;
    top: 4px;
    left: -5px; 
    width: 107px;
    height: 32px;  
    background: url(/Content/img/buttons/cta-free-trial.png) left -250px;
    _background-image: url(/Content/img/buttons/cta-free-trial-IE6.png);
}

.cta-free-trial a.button-cta:hover {
    background-position: left -282px;  
}

#malt-cta strong { font-size: 14px; }

/* --- END Horizontal banner-style CTAs -- */

#user {  
    position: absolute;   
    top: 4px;
    left: 4px;
    z-index: 1;
    width: 50px;
    padding: 0 0 4px;      
    border: 2px solid Red;
    background: #fae2e2;
    text-align: center;
    cursor: pointer;
}

#user a { 
	color: Navy !important; 
}

#user a:hover { 
	color: Blue !important; 
}


/* Article tools */

h2.article-tools {
    display: block;
    margin: 0;
    padding:  12px 10px 6px;
    background: url(/Content/img/backgrounds/article-tools-h2.png) top left no-repeat;
    width: 260px;
    height: 19px;
}

#article-tools {
    position: relative;
    width: 259px;
    margin: 0 0 5px;
    padding: 0 10px 0 9px;
    border: 1px solid #ccc;
    border-top: none;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.right300adcolumn h2.article-tools, 
.right300adcolumn #article-tools {
    margin-left: 20px;
}

#article-tools ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#article-tools ul li {
    border-bottom: 1px solid #ccc;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#article-tools ul li.last {
    border-bottom: 0;
}

li a.article-tool {
    cursor: pointer;
    display: block;
    height: 18px;
    margin: 0 4px 0 0;    
    min-height: 20px; 
    padding: 10px 0 6px 26px;       
    width: 230px;        
}

#saveArticleLink,
#emailArticleTrigger,
#printArticleTrigger,
#exportToWordTrigger {
    background: url(/Content/img/Icons/ico_rc-and-article-tools.gif) 0 -170px no-repeat;    
}

#emailArticleTrigger {
    background-position: 0 -205px;
}

#emailArticleTrigger.no-bg {background:none;} 

#printArticleTrigger {
    background-position: 0 -242px;   
}   

#exportToWordTrigger {
    background-position: 0 -278px;  
    border: 0; 
} 

#article-tools a,
#article-tools a:visited {
    color: #006699;
    text-decoration: underline;
}

#article-tools label {
    display: block;
    margin: 12px 0 3px;
}

#UpdateSavedEntityOuter,
#UpdateSavedEntityInner,
#saveResultsWrapper {
    margin: 0;
    padding: 0;
}

table.create-folder-container,
.create-folder-container tr,
.create-folder-container td {
    border-collapse: collapse;
    border: none;
    margin: 0;
    padding: 0;
}

textarea#Notes {
    margin: 2px 0 2px 0;
    border: 1px solid #999999;
    padding: 1px;
    color: #333;
    background: url(/Content/img/backgrounds/search-input-reg.png) top left transparent;
}

#UpdateSavedEntity textarea#Notes {    
    height: 80px;
    width: 254px;
}

.charsRemaining { font-size: 85%; }

#UpdateSavedEntity input#FolderName,
#saveArticleSearchResultWrapper input#FolderName {
    margin: 2px 0 2px 0;
    width: 196px;
    border: 1px solid #999999;
    padding: 3px;
    color: #333;
    background: url(/Content/img/backgrounds/search-input-reg.png) top left transparent;
    height: 16px;
}

#UpdateSavedEntity input#FolderName { width: 196px; }

#article-tools #UpdateSavedEntity input#FolderName { width: 250px; }

select#FolderId, input#FolderName {
    margin: 2px 0 2px 0;
    height: 24px;
    width: 236px;
    border: 1px solid #999999;
    padding: 1px;
    color: #333;
    background: url(/Content/img/backgrounds/search-input-reg.png) top left transparent;
}

select#FolderId { width: 258px; }

#saveListFlyout select#FolderId  {  width: 269px; }

input#FolderName { height: 20px; }

input#FullName,
input#EmailFromAddress,
textarea#EmailToAddress,
textarea#Comments  {
    background: url(/Content/img/backgrounds/search-input-reg.png) top left transparent;
    border: 1px solid #999999;
    color: #333;
    height: 24px;
    margin: 2px 0 2px;
    padding: 1px;
    width: 255px;
}

textarea#EmailToAddress { height: 35px; }

textarea#Comments { height: 80px; }

.wall-image { margin:0 8px 8px 0; }

/* Save this search/Save article */

#search-tools {    
    position: absolute;
    top: -3px;
    right: 4px;
    *z-index: 1000;
}

#company-info {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

}

#company-info #search-tools {
    margin: -42px 15px 0 0;
}

#company-info #search-tools {
    float: none;
    margin: 0;     
    position: absolute;
    right: 15px;
    top: 10px;  
    hasLayout: 1;
}

.cat-main-wrap #search-tools {
    position:absolute;
    right:15px;
    _right: 20px;
    top:42px;
}

#industry-detail #search-tools {
    right: 10px;
    top: 20px;   
}

.search-tool {
    float: left;
    position:relative;
    z-index: 995;
}

#save-search, #save-alert {
    margin-right: 6px;
    width: 131px;
}

#save-alert {
    width: 161px;  
    z-index: 995; 
}

#save-RSS {
    width: 73px;
    z-index: 992;
}

#saveArticleSearchResultWrapper,
#saveArticleAlertResultWrapper,
#saveArticleRSSResultWrapper,
.cl-results-flyout {
    display: none;
    position: absolute;    
    right: -2px;  
    _right: -3px;  
    text-align: left;
    top: 0;
    width: 234px;
    z-index: 997;
}

#saveArticleAlertResultWrapper,
#saveListFlyout {    
    width: 297px;
}

#saveArticleRSSResultWrapper {
   width: 426px;
}

#saveArticleSearchResultContent,
#saveArticleAlertResultContent,
#saveArticleRSSResultContent,
.cl-results-flyout-content {
    background: url(/Content/img/backgrounds/save-search-bg.png) bottom left no-repeat;
    _background: url(/Content/img/backgrounds/save-search-bg-IE6.png) bottom left no-repeat;
    margin-top: 26px;
    padding: 8px 14px 14px 14px;    
}

#saveArticleAlertResultContent,
#saveListFlyoutContent {
    background: transparent url('/content/img/backgrounds/alert-saved-bg.png') left bottom no-repeat;  
    _background: transparent url('/content/img/backgrounds/alert-saved-bg-IE6.png') left bottom no-repeat;  
}

#saveArticleRSSResultContent {
    background: url(/Content/img/backgrounds/rss-bg.png) left bottom no-repeat;
    _background: url(/Content/img/backgrounds/rss-bg-IE6.png) left bottom no-repeat;
}

#saveArticleSearchResultWrapper h3,
#saveArticleAlertResultContent h3,
#saveArticleRSSResultContent h3,
.cl-results-flyout h3 {    
    background: url(/Content/img/backgrounds/search-tools-headers.png) right 0 no-repeat;
    _background: url(/Content/img/backgrounds/search-tools-headers-IE6.png) right 0 no-repeat;
    display: block;  
    height: 0;
    padding-top: 26px;
    overflow: hidden;    
    position: absolute;
    top: 0;
    left: 0;
    width: 234px;
}

#saveArticleAlertResultContent h3,
#saveListFlyout h3  {
    background-position: right -26px;
    width: 297px;
}

#saveArticleRSSResultContent h3 {
   background-position: right -52px;
    width: 426px;
}

#saveArticleAlertResultContent p {
    width: 250px;
}

#SentEmailEntityMessage,
.saved-article-success,
.rss-success {
    background: url(/Content/img/icons/icon-success.gif) 8px 8px no-repeat white;
    border: 1px solid #090;
    color: #090;
    margin: 0 0 8px 0;
    padding: 8px 2px 8px 28px;    
}

#fi_tools #FolderNameError {
    display: block;
    width: 227px;
}

#saveArticlesResultWrapper #saveArticlesResultHeader {
    display: inline;
    float: left;
    height: 45px;
    margin: 8px 20px 0 0; 
    width: 243px;
}

#saveArticlesResultWrapper #saveArticlesResult {
    display: inline;
    float: left;
    padding: 5px 0 0 0;
    width: 387px;
}

#saveArticlesResultWrapper #saveArticlesResult #FolderName {
    width: 219px;
}

#saveArticlesResultWrapper #saveArticlesResult #FolderId {
    width: 227px;
}

#saveArticlesResultWrapper #SelectFolderLabel {
    width: 219px;
}

#saveArticlesResultWrapper .button-update {
    margin: 3px 0 0 15px;
}

#saveArticlesResultWrapper .button-skip {
    margin: 3px 0 0 5px;
}

#SentEmailEntityMessage {margin-top: 15px;}

#EmailEntityOuter.email-sent {
    margin:0;
    width: auto;
}

.rss-success {
    word-wrap: break-word;
}

#saveArticleRSSResultContent .rss-success p {
    line-height: 1.4;
    margin:0 0 5px 0;
}

#saveArticleRSSResult {
    color: #333;
}

#saveArticleSearchUpdateComplete {
    background: url(/Content/img/icons/icon-success.gif) 8px 8px no-repeat white;
    color: #009900;
    padding: 8px 0 8px 28px;
    font-size: 12px;
    float: right;
}

#divSaveAlertName, #divSaveAlertFrequency,
#divSaveListFrequency, #divSaveListFolderName  {
    margin: 15px 0;
}

#divSaveListFolderName { overflow: hidden; }

#divSaveListName {*margin-top: 35px;}

#saveArticleResultWrapper label,
#saveArticleSearchResultWrapper label {
    margin: 12px 0 1px 0;
    color: #333;
}

#saveArticleSearchResultWrapper #Name,
#saveArticleSearchResultWrapper #Notes,
#saveArticleSearchResultWrapper #FolderId,
#SaveAlertName,
#SaveAlertNotes,
#SaveAlertFrequency,
#SaveListName,
#SaveListNotes {
    display: block;
    margin: 2px 0 2px 0;
    border: 1px solid #999999;
    color: #333;
    background: url(/Content/img/backgrounds/search-input-reg.png) top left transparent;
}

#SaveAlertFrequency { display: inline; }

#notes_edit_lbl { float: left; }    
.editmrcitem #notes_edit_lbl { float: none; }

#saveArticleSearchResultWrapper input#Name,
#SaveAlertName,
#SaveListName {
    height: 20px;
    width: 200px;
    padding: 1px;
    *height: 18px;
    *padding-top: 3px;
}

#saveArticleSearchResultWrapper #FolderId,
#saveAlertFrequency {
    height: 24px;
    width: 204px;
    padding: 1px 1px 1px 0px;
}

#saveAlertFrequency {
    display:inline;
    *position:relative; /* IE6 and 7*/
    *top: 4px; /* IE6 and 7*/
    width: 105px;
}

#lblSaveAlertFrequencyDaily {
    padding-right: 25px;
}

#saveArticleSearchResultWrapper textarea#Notes,
#SaveAlertNotes, #SaveListNotes {
    width: 200px;
    height: 92px;
    padding: 1px;
}

#SaveAlertName,
#SaveAlertNotes,
#SaveListName,
#SaveListNotes,
#saveListFlyout input#FolderName {
    width: 265px;
}

#AlertNameError, #divSaveAlertErrors, #ListNameError {
    display: none; 
}

#divSaveAlertErrors, #divSaveAlertErrors_LoggedOut {
    margin-top: 10px;
}

#saveArticleSearchResultWrapper #notes_edit_lbl {
    clear: both;
    float: left;
}
    
#saveArticleResultWrapper {
    border-bottom: 1px solid #ccc;
    padding: 12px 0 12px;    
    width: 258px;
}

#article-tools #saveArticleResultWrapper {
    border-bottom:0;
}

#editPublicationListAnchor {
    display: block;
    margin: 5px 0 10px;
}

#pubNameInput {
    height: 58px;
    margin: 10px 0 7px 0;
    padding: 5px 0 0 0;
    z-index: 99;
    position: relative;
}

#pubNameInput p {
    position: absolute;
    top: 8px;
    *top: 5px;
    left: 0;
    z-index: 110;
}

#articleFilterPublication,
#articleFilterSourceType {
    position: relative;
    _overflow: visible !important;
}

#articleFilterSourceType ul {width: 170px;}

.create-folder-container a {text-decoration: underline;}

#saveArticleAlertResultContent .charsRemaining {margin-bottom: 20px;}

#articlesSavedText { font-weight: bold; }

/* Ads */

.ad300x250 { 
    width: 300px;
    *height: 250px;
    min-height: 250px;
}

.ad160x600 {
    width: 160px;
    height: 600px;
}

.ad728x90 {
    width: 728px;
    height: 90px;
}

.right300adcolumn .ad {
    width: 300px;
    min-height: 250px;
    _height: 250px;
    margin-bottom: 10px;
}

.logged-in .ad {
    display: none;
}


/* Text ads */

.search-google-text-ad-top .textadgoogle {margin: 0 0 0 205px;}

.textadgoogle p {
	font-size: 11.5px;
	*font-size: 12px;
    line-height: 1.1;
    padding-bottom: 5px;
}

.search-google-text-ad-top .textadgoogle p:last-child {margin-bottom: 12px;}

.textadgoogle a {
    text-decoration: none;
}

.textadgoogle span.title {
    font-weight: bold;
    text-decoration: underline;
}

.textadgoogle span.url {
    color: #008000;
}

.textadgoogle span.url:hover {
    color: #f60;
}

.textadgoogle h5,
.textadgoogle h5 a {
    color: #333;
    font-weight: 700;
    text-decoration: none;
}

.textadgoogle h5 {
    display: block;
    padding-bottom:12px;
}

.search-google-text-ad-top br {
    display: none;
}

.search-google-text-ad-top span {
    display: inline-block;
    padding-right: 4px;
}

/* Text ads on articles page */

.articleAds .textadgoogle h5,
.articleAds .textadgoogle h5 a {
    color: #666666;
    font-weight: normal;
    text-decoration: none;
    font-size: 17px;
}

.articleAds .textadgoogle span.title {
    font-size: 18px;
    text-decoration: underline;
    color: #333;
    font-style: italic;
}

.articleAds .textadgoogle span.url {
    color: #006699;
}

.articleAds .textadgoogle p {
    line-height: 150%;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0;
}

.articleAds .textadgoogle h5 {
    padding-bottom: 0;
}


/* Text ads on search results page*/

.search-google-text-ad .textadgoogle h5,
.search-google-text-ad .textadgoogle h5 a {
    color: #000!important;
    margin: 0 0 2px 0;
    padding: 0;
}

.search-google-text-ad .textadgoogle br  {
	display: none;
}

.search-google-text-ad .textadgoogle p {
	word-spacing: 1px;
	font-size: 12px;
	color: #333;
}

.search-google-text-ad .textadgoogle .title {
	font-weight: bold; 
	margin-right: 6px;
}

.search-google-text-ad .textadgoogle a,
.search-google-text-ad .textadgoogle a:hover {
	color: #003399!important;
}

.search-google-text-ad .textadgoogle span.url {
	color: #003399!important;
	margin-left: 6px;
}

.search-google-text-ad .gtaurl {
	margin-left: 6px;	
}

.search-google-text-ad-top h5 {padding-bottom: 6px;}

.search-google-text-ad-top p {font-size: 11px;}

/* MALTs */

.teaser {
    display:inline;
}

#maltseeall {
	display: none;
}

#maltResultz {
	margin-top: 15px;
}

#linkArea {
	_clear: both;
}

#divMainContent h2.border, 
#divMainContent h2.malttitle,
p.malttitle {   
    margin: 0 0 3px 0;
    font-size: 16px;
    letter-spacing: 0;     
    padding-left: 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc;
}

h2.malttitle {
    padding: 0 0 5px 0!important;
    margin: 0 0 10px 0!important;
}

#divMainContent h2.border {
    margin: 0 10px;
    font-weight: bold!important;
}

/* Pagination */

.pagingprefix {
	font-weight: bold;
}

.pagination-wrap {
    clear: both;
    overflow: hidden;	
    margin-bottom: 10px;
}
.paginglinkwrap span {
    padding: 0px 3px;
}

.paginator {
    padding-top: 7px;
}

.paginator a,.paginator span {
    border-left: solid 1px #aaa;
    font-weight: bold;
    padding: 0 3px 0 6px;
}
.company-profiles-paginator a,
.company-profiles-paginator span {
  border:0;  
  padding: 0 2px;
}

.company-profiles-paginator a,
.company-profiles-paginator a:visited {
    color: #006699;
    font-weight:normal;
}

.paginator .paginatorfirst {
    border-left: none 0;
    padding-left: 0;
}

h3.categories {
    margin-left: 10px;
}

.segment-home-box {
    border: solid 1px #ccc;
    height: 1%;
    text-align: left;
    margin-bottom: 20px;
    padding: 10px 0;
    position: relative;
}

.segment-home-box h2,
.company-subcat-page h2,
#home-latest-news h2 {
     border-bottom: solid 1px #ccc;     
     color: #47565d;
     margin: 0 10px 12px;
     padding-bottom: 8px;
}

.company-subcat-page h2 {margin: 0 0 10px;}

.segment-home-box-lists {overflow: hidden;}

.segment-home-box ul {
    float:left;    
    padding:0 10px;
    width:267px;
}

.company-profiles-list {
    float: left;
    width: 278px;
}

.company-profiles-list-first {margin-right: 20px;}

.company-profiles-list li {    
    margin-bottom: 5px;
    padding: 0 0 3px;
}

.hr {
    background: #ccc7c0;
    height: 1px;
    margin: 10px auto 15px;
    position: relative;
    width: 93%;
}

.hr.categories {
    margin-top:2px;
    width: 100%;
}

.greyfadetopbubble-outside .hr {
    position: static;
}

.hr-fade-left {
    background: #ccc7c0 url(/content/img/backgrounds/hr-fade-left.gif) no-repeat;
    height: 1px;
    width: 33px;
    float: left;
}

.hr-fade-right {
    background: #ccc7c0 url(/content/img/backgrounds/hr-fade-right.gif) no-repeat;
    height: 1px;
    width: 33px;
    float: right;
}

.hr-normal {
    width: 100%;
    height: 1px;
    overflow: hidden;
    background: #ccc;
    margin: 5px 0 15px 0;
}

.expand-text {
    margin-left:15px;
}

#full-text {
    margin-top:15px;
}

#preview {
	padding-right: 15px;
}

.hide {
    display: none !important; /* !important allows us to use this class universally without having to specify parent classes */
}

.hidden {
    visibility: hidden !important;
    display: none !important;
}

.show {
	display: block;
}

#industry-detail ul {
    padding-left: 0;
}

#industry-detail #be-doc-text ul {padding-left: 15px;}

#industry-detail h1 { margin-bottom: 0; }

#industry-detail h2 { margin-top: 12px; }
#industry-detail .industries-h { margin-top: 20px; }

#industry-detail .sic-h { margin: 0 0 18px; }

#preview {
    margin-top: 4px;	
}

#industry-detail p, #spnReadMore, #spnReadLess {
    margin-bottom: 12px;
}

#preview p,
#full p:last-of-type {
    margin-bottom: 6px;
}

a.readalllink, a.readlesslink {
    background: url("/Content/img/icons/company-detail.png") no-repeat right -96px;
    font-weight:bold;
    padding-right: 25px;
    text-decoration: underline;
}
a.readlesslink { background-position: right -144px; }
a.readalllink:hover {background-position: right -120px;}
a.readlesslink:hover {background-position: right -168px;}

.top-search-outer {
    position: absolute;
    left: 280px;
    top: 40px;
    width: 500px;
    height: 40px;
}

.top-search-inner { white-space:nowrap;	}

#EmailEntityOuter {
    display: block;    
    margin:  0 0 15px;
    overflow: hidden;
    *padding-bottom: 10px;
    width: 260px;
}

#EmailEntityOuter label {
    background: #fff;
    color: #333;
}

#EmailEntityOuter input#CopyMe {
    display: inline-block;
    margin: 0 5px 0 0;
    border: none;
}

#EmailEntityOuter input[type=text] {
    height: 22px;
}

#EmailEntityOuter label#CopyMe {
    display: inline;
}

#EmailEntityOuter .error-text {
    margin-top: 15px;
    width: 180px!important;
}

input#CopyMe {
    display: inline-block;
}

.search-label {	
	font: bold 120% arial;
	padding-right: 8px;
}

.dropdown-wrap {
	padding-top: 2px;
}

.top-search-inner select {
	width: 200px;
    height: 22px;
}

.top-search-inner input {
	height: 22px;
	margin: -2px 0 0 5px;
	border: solid 1px #ccc;
	background: url(/content/img/backgrounds/input.gif) no-repeat 0 0;
}

#go-input-btn { display: none }

#go-img-btn {
	background: url(/content/img/buttons/go-button.gif) no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 0px;
	left: 423px; 
	display: block; 
	height: 23px; 
	width: 28px;
}

.separator {
	color: #ccc;
}

.copy {
    font-size: 10px;
    margin: 15px 0 40px !important;
}

#breadcrumbs {
    font-size: 12px;
    padding-bottom: 15px;
}

#breadcrumbs a {
    color: #333333;
    font-size: 12px;
    text-decoration: none;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}
    
.bullet-plus {
    background: url("/content/img/icons/sprite.png") no-repeat scroll 0 0 transparent;
    height: 18px;
    width: 17px;
}

#icon-expand {
    display: inline-block;                
    width: 12px;
    height: 12px;
    margin-left: 4px;
    vertical-align: bottom; 
	cursor: pointer; 
	background-position: left -105px;
}

.corner-rounded { 
    _overflow: hidden;
    position: absolute;   
    width: 3px;
    height: 3px;    
    background: url(/Content/img/backgrounds/corner-rounded.png); /* grey */
}

.corner-rounded-blue { 
	background-image: url(/Content/img/backgrounds/corner-rounded-blue.png); 
}

.corner-rounded-grey {
    height: 3px;
    width: 3px;    
	background-image: url(/Content/img/backgrounds/corner-rounded-grey.png); 
}

.corner-rounded-yellow { 
	background-image: url(/Content/img/backgrounds/corner-rounded-yellow.png); 
}

#company-merge .corner-rounded-yellow  {
    display: none;
    display: block\9;
}

.corner-rounded-blue-inverted { 
	background-image: url(/Content/img/backgrounds/corners-company-profile-h1.png);
	height: 3px;
	display:block;	
	overflow: hidden;
	position: absolute;
	bottom: -3px;
	width: 3px;
}

.corner-inverted-left-h1 {
    left: -1px;
}

.corner-inverted-right-h1 {
    right: -1px;
    background-position: 3px 0;
}

.corner-rounded-stock { /* stock symbol */
	background-image: url(/Content/img/backgrounds/corners-stock-box.png); 
}

.corner-rounded-top-left {   
	top: -1px;
    left: -1px;    
}

.corner-rounded-top-right {  
	top: -1px;
    right: -1px; 
    background-position: 3px top;
}
 
.corner-rounded-bottom-left {   
    bottom: -1px;
    left: -1px;
    background-position: left 3px;
}

.corner-rounded-bottom-right {
    bottom: -1px;
    right: -1px;
    background-position: 3px 3px;    
}

.corner-rounded-yellow-bottom { height: 1px; width: 1px; bottom: 0px; z-index: 100; background: #FDCD50;}
.corner-rounded-yellow-top { height: 1px; width: 1px; bottom: 0px; z-index: 100; background: #FDCD50;}


/* Form elements and error conditions, Login, Reg */

.registration .required-langueage {
    display: block;
    margin: 0 0 11px 0 !important;
}

.ul-simple li {
    background-image: none;
    list-style: disc;
    padding: 0;
    margin-bottom: 8px;
}

#ContactUs h3 {
    font-size: 13px;
    margin-bottom: 7px;   
}

#log-in-out-wrapper h3,
#forgot-password-wrapper h3,
#change-password-wrapper h3,
#log-in-out-wrapper #col-customer-service h3 {
    font-size: 13px;
    margin-bottom: 8px;   
}

.indent-left {
    line-height: 10px;
    margin: 0 0 1px 10px;
}

.required {
    font-weight: bold;
    color: #b45313;    
}

.required-asterisk {
    margin-left: -1px;
    color: red; 
}

input#FirstName,
input#LastName,
.standard-input,
.company-search-box-field,
.input-text {
    background: white url(/Content/img/backgrounds/search-input.png) 0px -2px repeat-x;
    border: 1px solid #999999;
    display: block;
    height: 17px;    
    margin: 0 0 14px 0;
    padding: 5px 2px 2px 5px;
    width: 238px;
}

.company-search-box-field {
    display: inline-block;
    margin: 10px 0 0;
    width: 230px;
}

#rememberMe {
    border: none;
}

p.primary-use {
    margin: 0 0 20px 0;    
}

.primary-use label,
.age-range label {
    font-weight: bold;
}

.primary-use select,
.age-range select,
.standard-select {
    background: white url(/Content/img/backgrounds/search-input.png) 0px -2px repeat-x;
	border: solid 1px #6B808C;
	color: #333;
	display: block;    
    height: 26px;
    margin: 1px 0 14px 0px;
	padding: 4px 3px 3px 5px;
    width: 253px;  
}

#question_Age {
    width: 140px;
}

option {
    background: transparent;
}

.standard-checkbox {
    margin: 0 5px 0 0;    
}

.checkbox-container label {
    display: block;
    margin: 0 0 3px 0;
    width: 300px;
    font-weight: normal;
    color: #333;
    padding: 0;
}

.personal-profile-wrapper .checkbox-container label { width: auto; }

.primary-use .radio-label {
    font-weight: normal;
    *padding:0;
}

.stay-loggedin {
    margin: 20px 0 0 0;   
}

#divMainContent .forgot-password-link {
    margin: -10px 0 15px 0;   
}

/* Adjustments to layout for specific UIs */
.content-wrapper,
.form-wrapper,
#log-in-out-wrapper,
#forgot-password-wrapper,
#change-password-wrapper {
    padding: 0 10px;
    position: relative;
}

.form-elements {
    position: relative;
}
    
#divContactHBB,
#divResetInfo,
#forgot-password-form,
#change-password-form,
.change-email {
    width: 665px;
}

#col-customer-service {
    padding-left: 20px;
    position: absolute;
    right: 0;
    top: 40px;
    width: 207px;
}

#LogIn-Col-1,
#LogIn-Col-2 {
    float: left;
    margin: 0;
}

#LogIn-Col-1 {
    width: 295px;
    padding: 0 20px 5px 0;
}

#LogIn-Col-2 {
    width: 335px;
    padding: 0 0 5px 20px;
    border-left: 1px solid #ccc;	
}

#LogIn-Col-1 .standard-input,
#forgot-password-form .standard-input {
    width: 245px;
}
    
#col-customer-service {
    width: 180px;
    padding: 0 10px 15px 20px;
    border-left: 1px solid #ccc;	
}

.account-support-main h3 {
    font-size: 13px;
}

.LogIn-segment {
  	_zoom: 1;
  	margin-bottom: 30px; 
}

#log-in-out-wrapper h2,
#forgot-password-wrapper h2,
#change-password-wrapper h2,
.your-account-content-wrapper h2,
.group-subscriptions h2,
#contact-us-content-wrapper h2,
#about-us_content-wrapper h2,
.change-payment h2, .confirm-col h2,
.benefits-wrapper h2 {
    font-size: 16px;
    color:  #b45313;
    letter-spacing: -.15px;
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #ccc;
}

h2.consultant-phone {
    position: relative;
}

h2.consultant-phone span {
    color: #333;    
    font-size: 13px;
    font-weight: bold;
    position:absolute;    
    right:0;
    _right: 20px;
    top:0;
}
    
.hr-reg {
    width: 100%;
    height: 1px;
    overflow: hidden;
    background: #ccc;
    margin: 16px 0 20px 0;
}

.col1 {
    width: 306px;
    margin: 10px 0 0 21px;
    padding: 0;
    position: absolute;
    *left: 10px;
}
    
.group-subscriptions {
    min-height: 700px;   
}

.group-subscriptions .col1 {
    width: 330px;
    margin: 1px 0 0 0;
}

.group-subscriptions .col2 {

}

.col1 ul {
    margin: 0 0 5px 18px;
    padding: 0;
    list-style-type: disc;
}
        
.col1 ul ul {
    list-style-type: circle;
}

.col1 li {
    margin: 5px 0 10px 0;
    padding: 0;
    background: none;
}
    
.col2 {
    width: 501px;
    padding: 0 0 0 30px;
    margin: 10px 0 0 355px;
    position: relative;
    border-left: 1px solid #ccc;
    line-height: 135%;
}
    
.group-subscriptions .col2 {
    width: 545px;
    margin: 10px 0 0 320px;
}

.group-subscriptions .col1 {
    width: 300px;
}

.group-subscriptions ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

.group-subscriptions ul li {
    background: url(/Content/img/backgrounds/orange-check.png) 0 3px no-repeat;
    margin: 0 0 15px 0;
    padding: 0 0 0 22px;   
}

.change-payment p,
.group-subscriptions p,
.account-support-main p,
#divAboutUs p,
.change-payment p,
.registration p,
#log-in-out-wrapper p,
#forgot-password-wrapper p,
#change-password-wrapper p,
.benefits-wrapper p,
.change-email p,
.lost-password-forms p,
#col-customer-service p,
#col-customer-service ul,
#divMaintenance p,
#divMaintenance h1 {
    margin: 0 0 15px;
}

.reg-3 .intro b {color: #b45313;}
    
.change-payment-main,
.account-support-main {
    width: 650px;
}
    
#segment-hbr-memeber {
    margin: 0;
    position: relative;
    line-height: 140%;
  	_zoom: 1;
}

#segment-hbr-memeber p {
    font-size: 12px;
}
    
#segment-customerService {
    line-height: 140%;
}

.bullet-list,
.bullet-list li { 
    list-style: none;
    margin: 0;
    padding: 0;
}

p.bullet,
.bullet-list li {
    background: url(/Content/img/bullet-black-arrow.png) 0px 7px no-repeat;
    clear:both;
    padding-left: 8px;
    line-height: 140%;
    margin: 0 0 6px 0 !important;
}

p.red-bullet {
    background-image: url(/Content/img/bullet-red.png);
    background-position: 0px 6px;
    background-repeat: no-repeat;
    padding-left: 14px;
    line-height: 140%;
    margin: 0 0 8px 0 !important;
    _position: relative;
}

.segment-customerService-col {
    margin: 6px 0 0 0;
    width: 200px;
    float: left;
    padding: 0;
}

.segment-customerService-col2 {
    margin: 6px 0 0 0;
    float: right;
    width: 172px;
    border-left: 1px solid #ccc;
    padding: 0 0 0 10px;
}

#segment-subscribe-now h3,
#segment-subscribe-now li {
    margin: 0 0 5px 0;
}

#segment-subscribe-now h4 a {
    font-weight: bold;
    color: #006699;
}

/* Alert, error and success messaging */
.alert-text {
    border: 1px solid #e97f01;
    padding: 10px 10px 10px 38px;
    color: #47565d;
    margin: 0 0 20px 0;
    visibility: visible;
    background: white url(/Content/img/icons/alert-yellow.png) no-repeat 10px 9px;
}

#alert-text-login {
    width: 620px;
}

#pSuccessMessage,
.messsage-confirm {
    background:url("/Content/img/icons/icon-success.gif") no-repeat scroll 8px 8px #F5FFFB;
    border: 1px solid #69B27C;
    color: #25723B;
    margin-bottom: 15px;
    padding: 8px 0 8px 28px;
}

#pSuccessMessage p,
#divMainContent .messsage-confirm p {
    margin: 0;
}

.error-field textarea,
.error-field input,
.error-field select,
input.error-input,
.invalid-txt {
    border: 1px solid red !important;
}

#NameError, .error,
#FolderNameError,
.error-field-usage label#question_213,
.no-matches,
#maxSelectedText.exceeded {
    color: red!important;
}

#frmMoveCopySelectFolder #FolderNameError { display: inline; }

.error-field-usage select#question_PrimaryUse,
.error-text {
    border: 1px solid red;
}

.error-text {
    background: white url(/Content/img/icons/icon-alert.png) no-repeat 10px 11px;
    color: red;
    display: block;
    margin: 0 0 20px 0;
    padding: 10px 10px 10px 33px;
    visibility: visible;    
}

#saveListFlyoutContent .error-text {width: 224px;}

.error-field label,
.error-field span,
.error-text-simple,
.errMsg {
    color: red !important;
}

.change-email .error-field label { color: #333 !important; }

.change-email .error-field input { border-color: #999 !important; }

.alert-text p,
.error-text p,
.error-text span {
    display: block;
    font-size: 12px;
    line-height: 140%;
    margin: 0 !important;
}

.error-text a,
.error-text a:visited {
    color: #006699;
}

.error-text a:hover {
    color: #B45313 !important;
}

.error-text-label {
    color: red !important;
}

.error-text h3,
.error-text-simple h3 {
    color: red;
    font-size: 14px;
    margin: 0 0 2px 0;
}

.error-input {
    border: 1px solid red !important;
}


/* Site wide tooltips */

.icon {
	background: url(/Content/img/icons/company-detail.png) no-repeat;
}

.help,
.filterToolTip {  
    z-index: 1;		  
    display: none;       
    position: absolute;
    top: -10px;
    left: 160px;	 
    width: 155px;                  
    padding: 10px 15px;	  
    line-height: 14px;
    font-size: 12px;
    color: #333;
    background: #fffcd4;
    border: 1px solid #ffcd4c;
    font-weight: normal;	 
}

.filterToolTip  {
    cursor:default;
    left: auto;    
    line-height: 1.4;
    right: 65px;
    top: 20px;
}

.shadow-tool-tip {
    z-index: 1;
    display: block;
    _display: none;
    position: absolute;  	 
    right: -1px;
    bottom: -7px;    
    width: 192px;
    height: 6px;          
    background: url(/Content/img/backgrounds/shadow-tool-tip.png) bottom right no-repeat;   
}

.shadow-tool-tip-long {
    _display: none;
    position: absolute;
    right: -1px;
    bottom: -10px;
    width: 243px;
    height: 9px;
    margin: 0;
    padding: 0;    
    background: url(/Content/img/backgrounds/shadow-tool-tip-long.png);
    overflow: hidden;      
}

.help-icon,
.toolTipTrigger,
.whats-this-link {
    background: url(/Content/img/icons/company-detail.png) 0 0 no-repeat;
    display: inline-block;    
    width: 15px;
    height: 15px;
    margin-left: 3px;
    _margin-left: 0;
    text-indent: -99999px;
    vertical-align: -1px;
    *vertical-align: 0;
    cursor: pointer;
}

.help-icon:hover,
.toolTipTrigger:hover,
.whats-this-link:hover { 
	background-position: left -25px;
}

.help span.industry,
#company-industry p.help span.industry,
.filterToolTip .close-button {
   background-position: right -194px;
   cursor: pointer; 
   float: right;
   height: 14px;  
   margin: -6px -19px 0 0;
   width: 20px!important;
}
 
.map {
    padding-right: 26px;       
	background-position: right -48px;
}

.map:hover {   
	background-position: right -72px;
}

#help-password-text {
    position: absolute;
    top: 70px;
    left: 219px;
    width: 146px;
}

.column {
	/*float: right;*/
	width: 286px;
	margin: 0 20px 20px 0;
}

.company-segment {
    background: url(/Content/img/backgrounds/profile-block-background.png) top left repeat-x;
    border: 1px solid #ccc;	
	margin: 0 0 18px;
 	padding: 10px 0 0;
 	position: relative;	
 	
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.company-segment.benefits { 
	float: left;
	margin: 10px 20px 25px 0;
 	padding: 10px 0 15px;
 	border-bottom: 1px solid #ccc;
 	width: 257px;
 	height: 255px;
}

.company-segment.benefits.long { 	
 	height: 378px;
}

.company-segment.benefits .last { 
	margin-right: 0; 	
}

.company-segment.benefits p { 
	margin: 0 0 0 15px;
 	padding: 10px 10px 0 20px; 	
 	background: url(/content/img/icons/checkmark.gif) no-repeat left 13px;
}

.company-segment.benefits img {  
    position: absolute;
    bottom: 0; 
    width: 257px;
    height: 297px;
}

.header-benefits {
    clear: both;
    margin-top: 20px;
    color: #47565d;
    font-weight: bold;
    font-size: 14px;
}

#DivGroupSubscription {
    padding: 20px;
    border: 1px solid #ccc;
    background: white;
    position: absolute;
    top: 0;
    left: -200px;
}

.new {
    background: url(/content/img/logos/new-lg.png);
    display: block;
    height: 47px;
    position: absolute;
    right: -4px;
    text-indent: -9999px;
    top: -2px;
    width: 80px;    
}

/* Blockquote */

blockquote {
	line-height: 18px;
	margin: 14px;
}

.quote {
    background-image: url(/Content/img/icons/sprite.png);
    display: inline-block;
    width: 13px;
    height: 10px;
    background-position: left -129px; 
} 
 
.quote-right {
    background: url(/Content/img/icons/sprite.png) left -145px;
    display: inline-block;
    height: 10px;
    width: 20px;
}

/* Mods to page layout for homepage */
#splash-outer {
    margin-bottom: 15px;
    padding: 3px;
	border: 1px solid #ccc;
	background: White;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

#splash {
    height: 225px; 
    padding: 20px 0 0 20px;
	background: url(/content/img/backgrounds/splash.png) repeat-x;
}

#splash * {
	float: left;
}

#splash #sources {
	margin-right: 25px;
}

ul.splash {
	width: 500px;
	margin: 15px 0 10px;
	list-style-type: none;
}

.logged-in #splash h1 {
    margin-top: 25px;
}

ul.splash li {
	background: url(/content/img/backgrounds/list-sales.png) no-repeat;
	padding-left: 135px;
	font-weight: bold;
	color: #666;
	line-height: 16px;
	margin: 0 0 10px 0;
}

ul.splash li.research {
	background: url(/content/img/backgrounds/list-research.png) no-repeat;
}

ul.splash li.marketing {
	background: url(/content/img/backgrounds/list-marketing.png) no-repeat;
}

.company-segment.column.home {
	border-bottom: 1px solid #ccc;
}

#divMainContent .company-segment.column.home h2 {
	border: none;
	margin: 0 0 0 10px;	
	padding: 0;
}

.company-segment.column.home ul {
	padding-left: 10px;	
}

.company-segment.column.home blockquote {
	margin-left: 0;	
}

.company-segment.column.wide.home .hr {
	margin-top: 5px;
	margin-left: 10px;
	width: 575px;
	_width: 90%;
}

.company-segment.column.home .hr {
	margin-top: 5px;	
}

.company-segment.column.wide {
    float: right;
	width: 590px;
	margin-left: 15px;		
}

.company-segment.column.wide .article-inner {
	width: 265px;
	_width: 260px;
}

#splash .button-new {
	margin: -3px 20px 0 155px;
}

/* Payment for (used on Reg 3 and Update payment) */

.reg-contact-info {
    text-align: right;
    width: 500px;
    position: absolute;
    top: 14px;
    right: 35px;
    display: none;
    line-height: 155%;
}
  
.veriSign {
    width: 300px;
    padding: 10px 0 0 115px;
    margin: 10px 0 0 0;
    background: url(/Content/img/logos/verisign.png) top left no-repeat;   
}

#overlay-background {
    background: #000;
    height: 100%;
    left: 0;
    opacity: .5;
    position: fixed;
    top: 0;    
    visibility: hidden;
    width: 100%;    
    z-index: 10001;
}

#overlay-content {  z-index: 10002;  }

#processing {    
    border: 1px solid #869DCE;
    background: #fff url(/Content/img/icons/loading.gif) 200px 145px no-repeat;
    height: 160px;
    margin: 0 auto;
    padding: 40px 20px 20px 20px;
    text-align: center;
    width: 400px;    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#overlay-content #processing { display: block !important; }

#processing p {
    margin: 0 0 10px 0;
    color: #333;
    font-size: 110%;
}

input#account,
input#routing {
    display: inline-block;
}

#checkPayment {
    position: relative;
    margin: 15px 0 0 0;
}

.focus-bullet {
    height: 17px;
    width: 17px;
    background: url(/Content/img/icons/reg-field-arrow.png);
    position: absolute;
    bottom: 17px;
    left: 215px;
}

.routing-account-help {
    display: block;
    position: absolute;
    width: 230px;
    height: 101px;
}

#routing-img {
    background: url(/Content/img/icons/reg-routing.png) top left no-repeat;
    left: 238px;
    top: 20px;
}

#account-img {
    background: url(/Content/img/icons/reg-account.png) top left no-repeat;
    left: 238px;
    top: 20px;
}

#question_232 {
    margin-top: 10px;
}

#verisignLogo table,
#verisignLogo td,
#verisignLogo tr {
    vertical-align: top;
}

#plan-annual-label,
#plan-monthly-label {
    font-weight: normal;
    margin: 10px 0 0;
    color: #333;
}

#answer_237,
#AgreeToTermsAndConditions,
#answer_MailMe,
#answer_AgreeToTermsAndConditions,
#answer_258 {
    float: left;
    margin: 2px 6px 20px 1px;
}

.primary-use {
    margin: 0 0 30px 0;
}

select#month,
select#year {
    height: 25px;
    width: 116px;
    display: inline;
}

select#month {
    margin-right: 7px;
}
    
#zip {
    width: 105px;    
}

.hr-normal {
    display: none;
}

/* Profile Form */
.account-support-main {
    line-height: 135%;
}

#divMainContent .primary-use-intro  {
    border-top: 1px solid #ccc;
    margin-top: 28px;
    padding-top: 28px;
    width: 500px; 
}

.account-support-main p.primary-use { margin: 0; }

.e-mail-preferences-label {
    margin-bottom: 6px;
}

.change-payment-main #routing,
.change-payment-main #account,
.change-payment-main #confirmaccount {
    width: 200px;
}

#rc-nav-placeholder {display:none;}


/* MRC/Search results tools */
#fi_tools.search_results_tools {
    width: 682px;
    padding: 20px 10px 10px 18px;
    background: url(/Content/img/backgrounds/tools-search-bg.png) top left no-repeat;
    _background: url(/Content/img/backgrounds/tools-search-bg-ie6.gif) top left no-repeat;
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid #ccc;
    height: 40px;
    overflow: hidden;
    z-index: 1;
}

.fi_tools_container p {
    font-size: 11px;
    margin: 0 0 4px;
}

.fi_tools_container {    
    float: left;
    margin-top: 5px;
    padding: 0;
    width: 220px;
}

.search_results_tools .fi_tools_container { 
    height: 40px;
    padding-top: 0;
    margin-top: 0;
    width: 240px; 
}

#fi_management_tools { border-right: 1px solid #ccc; }

#fi_article_tools {
    border-left: 1px solid #fff;
    padding-left: 10px;
}

.search_results_tools #fi_article_tools {
    border-left: none;
    padding-left: 0;
}

.itemsSelected {
    background: url(/Content/img/backgrounds/tools-counter-bg.png) top left no-repeat;
    float: right;
    height: 47px;
    margin: 0;
    padding-top: 5px;
    position: relative;
    width: 204px;
}

.itemsSelected p {
    display: block;
    font-size: 11px;
    width: 130px;
    height: 14px;
    margin: 0;
    padding: 0 0 0 22px;
}

.itemsSelected .counter { font-weight: bold; }

p.itemsSelectedClear { 
    position: absolute;
    left: 130px;
    top: 17px;
}

a#lnkClearSelection a,
a#lnkClearSelection:visited,
a#lnkClearSelection:active {
    color: #006699!important;
}

#fi_tools_counter a:hover.disabled,
#fi_tools_counter a:active.disabled {
    color: #999!important;
}

a#lnkClearSelection.disabled {
    text-decoration: none;
    color: #999;
}

.search_results_tools .itemsSelected {
    width: 130px;
    background: url(/Content/img/backgrounds/tools-counter-articles-search-bg.png) top left no-repeat;
    text-align: center;
}

.search_results_tools .itemsSelected p {
    padding: 0;
    margin-top: 4px;
    font-weight: bold;
}

.search_results_tools p.itemsSelectedClear {
    display: inline;
    position: static;
}

.sorted-asc, .sorted-desc {
    background: url(/content/img/icons/blue-bullet-triangle-up.gif) 0 3px no-repeat;
    *background-position: 0 0;
    display:inline-block;
    height: 9px;    
    margin-left: 6px;
    overflow:hidden;
    width: 6px;
}

.sorted-desc {background-image: url(/content/img/icons/blue-bullet-triangle-down.gif);}


/*Print Styles*/
.body-print {
    color: #333;
    background: #fff !important;
    font: 80%/1.218 Arial, Sans-Serif;
    height: 00%;    
    margin: 0;
    padding: 0;
}

.body-print .main-wrapper {
    width: auto;
}

.main-wrapper-print {
    height: 100%;        
    padding: 0;    
    width: 705px;
}

.body-print .minus300content {float: none;}

.body-print .be-doc-text,
.body-print .article-preview,
.footer-print {
    clear:both
}

.main-wrapper-print .wall-image {padding-top: 14px;}

.main-wrapper-print .wall-top-wrap {
    overflow:hidden;
    width: 605px;
}

.page-break {page-break-before: always;}

.wall-top-img,
.wall-top-inner {
    float: left;
    width: 100px;
}

.wall-top-inner { width: 505px; }

/* Social Media */ 
.social-buttons-wrapper { overflow: hidden; }

.addthis_toolbox iframe { position: static; }

.addthis_toolbox, .IN-widget { float: left; }

.IN-widget { 
    margin-top: 1px;     
    text-align: left !important;
}

.IN-widget .right { margin-top: -3px !important; margin-top: 0\9 !important; }
.IN-widget .right .right { margin-top: 0 !important; max-width: 40px; }

#at_hover .at_bold {
    color: #4C4C4C !important;
}



/* Styles for new HBR Promo Page - Part of retiring HBB reg */

.promo-left-col 
{
    float: left;
    width: 460px;
    margin: 0 30px 0 0;
}

.promo-right-col 
{
    float: left;
}

.promo-hbr-logo 
{
    background: url(/Content/img/registration/HBR_logo.png) no-repeat top left;
    width: 189px;
    height: 52px;
    display: block;
    margin: 40px auto 0 auto;
}

.promo-left-col ul 
{
    margin: 0 0 25px 0;
    padding: 0;
}

.promo-left-col ul li 
{
    list-style: none;
    margin: 0px;
    padding: 10px 10px 0 20px;
    background: url(/content/img/icons/checkmark.gif) no-repeat left 13px;
}
