@charset "utf-8";
/* CSS Document */
/* Colors 		*/
/* general gray text color - #363635
/* general red - #F00;

*/
body { 
    font: 14px  "Arial", Tahoma, Verdana, sans-serif; 
    background: #FFF; 
    color: #363635;  
    text-align:center;
}

/* General 
-----------------------------------------------------------------------------*/
/* Remove padding and margin */
*  { 
    margin: 0; 
    padding: 0; 
    border: 0; 
}
.clear { 
    clear:both; 
} 
.clearafter:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.right { 
    float: right; 
} 

.left { 
    float: left; 
}

.centerize {  
    width:1000px;  
    text-align:left;   
	margin:0 auto;
}
.text-right {
	text-align:right;
}
.text-left {
	text-align:left;	
}
.text-center {
	text-align:center;	
}
.width-25 {width:25%;}
.width-30 {width:30%;}
.width-33 {width:33%;}
.width-40 {width:40%;}
.width-45 {width:45%;}
.width-50 {width:50%;}
.width-55 {width:55%;}
.width-60 {width:60%;}
.width-66 {width:66%;}
.width-70 {width:70%;}
.width-75 {width:75%;}

.small {
	font-size:12px;
}	
     
.gfx-item {
    display:block;
    overflow:hidden;
    text-align:left;
    text-indent:-9999px;
    font-size:1px;
}
.horz-list {
	list-style:none;	
}
.horz-list li {
	list-style:none;
	display:inline;
}
.list {
	margin:1em 0;	
}
.list li {
	margin:0 0 .6em 1em;
}
.hr {
	display:block;
	overflow:hidden;
	clear:both;
	height:1px;
	background:#e4e4e4;
	margin:10px 0 15px;
}


/* Default Elements 
-----------------------------------------------------------------------------*/
h1 { 
    font-size: 30px; 
} 
h1.page-title {
	font-style:italic;
	font-weight:bold;
	margin:0 0 13px 0;
	color:#2c2c2b;
}
     
h2 { 
    font-size: 20px;
	margin:.8em 0 1.2em 0;
} 
h2.alt {
	color:#acd373;
}

     
h3 { 
    font-size: 18px; 
} 
     
h4 { 
    font-size: 16px;     
} 
     
h5 { 
    font-size: 14px;     
}
a:link,
a:visited,
a:hover,
a:active{
	color:#2f8cab;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}



/* Header 
-----------------------------------------------------------------------------*/ 
#header {
	background:#000 url(../../_IMAGES/_ldv2/header-bg.gif) left bottom repeat-x;
	height:87px;
}
#header .centerize {
	/*background:url(../../_IMAGES/_ldv2/header-ff-bg.jpg) 735px bottom no-repeat;*/	/* ---	Taken out for now	--- */
	height:87px;
}
.member-header {
	background-position:780px bottom!important;
}
#header .centerize .logo {
	display:none;
}
#header .logo {
	display:none;
	float:left;
	width:251px;
	height:44px;
	padding-top:17px;
}
#header .subpage .logo {
	display:block;
	float:left;
	width:251px;
}
#header .subpage .logo a {
	height:54px;
	width:251px;
	background:url(../../_IMAGES/_ldv2/logo-nav.png) left top no-repeat;
}
#freeRibbon {
	position:absolute;
	top:0;
	right:0;
	z-index:5;
	width:86px;
	height:51px;
	background:url(../../_IMAGES/_ldv2/free-ribbon.png) right top no-repeat;
}

/* Navigation 
-----------------------------------------------------------------------------*/ 
#nav {
	display:block;
	height:87px;
	margin-left:210px;
	min-width:620px;	
}
.logged-in {
/*	min-width:750px!important;*/
	float:right;
	margin-left:210px;
	min-width:450px!important;
}
#nav,
#nav a {
	color:#FFF;
	font-size:15px;
	text-decoration:none;
}
#nav li {
	display:inline-block;
	float:left;
	margin-left:24px;
	height:87px;
	list-style:none;
}
#nav li a {
	display:block;
	padding-top:38px;
	height:49px;
}
#nav li a:hover {
	background:url(../../_IMAGES/_ldv2/nav-bg-hi.gif) left bottom repeat-x;
}
#nav li a.disable,
#nav li a.disable:hover {
	color: #777776;
	background: none;
	cursor: default;
} 
#nav li#downloadLink {
	margin-left:13px;
}
#nav li#downloadLink a {
	padding-left:13px;
	color:#acd373;
	font-weight:bold;
	background:url(../../_IMAGES/_ldv2/nav-download-icon-arrow.gif) left 43px no-repeat;
}
#nav li#downloadLink a:hover {
	color:#77ceef;	
	background-position:left -44px;
}
#nav li#downloadLink a span {
	display:block;
	color:#d7d7d7;
	font-size:12px;
	margin-left:2px;
	line-height:.8em;
}
#nav li#downloadLink a small {
	display:block;
	color:#7d7d7d;
	font-size:10px;
	margin-left:2px;
	line-height:1em;
}
#nav li#login a {
	color:#F00;
	font-weight:bold;
	text-transform:uppercase;
}

/* Member/Sub Navigation 
-----------------------------------------------------------------------------*/ 
#memberNavigation {
	background:url(../../_IMAGES/_ldv2/member-nav-bg.gif) left top repeat-x;
	height:25px;
	padding-top:12px;
}
#memberNavigation a {
	text-decoration:none;
	color:#2f8cab;
}
#memberNavigation a:hover,
#memberNavigation .horz-list li#logout a:hover{
	color:#2c2c2b;
}
#memberNavigation .horz-list li{
	padding:0 12px;
}
#memberNavigation .horz-list li#logout{
	padding:0 5px 0 12px;
}
#memberGreeting,
#memberNavigation .horz-list li#logout a {
	color:#7d7d7d;
}

/* Tabs 
-----------------------------------------------------------------------------*/ 
.tabs {
	display:block;
	font-size:14px;
}
.tabs li {
	display:block;
	float:left;
	margin:0 3px 0 0;
}
.tabs li.last {
	margin:0;	
}
.tabs li a {
	display:block;
	background:none;
	text-decoration:none;
	color:#363635;
	padding:10px 15px 15px;
}
.tabs li a:hover {
	color:#2f8cab;
}
.tabs li a.active {
	background-color:#efefef;
	background-image:url(../../_IMAGES/_ldv2/icon-down-arrow-light-bg.gif)!important;
	background-position:center 82%!important;
	background-repeat:no-repeat!important;
	cursor:default;
	-webkit-border-radius: 10px 10px 0 0; 
	-moz-border-radius: 10px 10px 0 0;
}
.tabs li a.active:hover {
	color:#363635;	
}

/* Footer 
-----------------------------------------------------------------------------*/ 
#footer {
	text-align:center;	
	font-size:12px;
	line-height:18px;
	padding-top:20px;
}
#footer .centerize {
	text-align:center;	
}
#footer a {
	color:#2f8cab;	
}
#footer a:hover {
	color:#333	
}
#footer,
#footer .horz-list a {
	color:#7d7d7d;
	text-decoration:none;
}
#footer .horz-list a strong {
	color:#373737;
}
#footer .horz-list a:hover {
	color:#333;	
}
#footer .horz-list li{
	background:url(../../_IMAGES/_ldv2/footer-nav-sep.gif) right 3px no-repeat;
	padding:0 9px 0 7px;
}
#footer .horz-list li.last {
	background:none;
}
#footerCredits  {
	font-size:10px;
}
#footerCredits img {
	position: relative;
	margin: 2px 0 -3px;
}
#asSeenOn {
	padding-bottom:	20px;
}
#asSeenOn img{
	margin:0 10px;
}
#asSeenOn .label {
	font-size:10px;
	color:#7e7e7e;
}

/* Homepage 
-----------------------------------------------------------------------------*/ 
#homeContent {
	width:535px;
	margin:0 auto;
	min-height: 335px;
	height: auto!important;
	height: 335px;	
}
#homeContent.member {
	min-height: 300px;
	height: auto!important;
	height: 300px;
}
#homeContent h1 {
	width:360px;
	height:86px;
	background:url(../../_IMAGES/_ldv2/logo-homepage.jpg) no-repeat;
	margin:17px auto 30px;
}
#flash_div {
	width:1000px;
	padding:30px 0;
}
#subPage {
	width:970px!important;
}

/* Search Boxes 
-----------------------------------------------------------------------------*/
#homeSearchBox,
#rankSearchBox,
#siteSearchBox,
#pageAgeBox {
	background:#efefef;
	min-height:110px;
	height:auto!important;
	height:110px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
}

/* Home Search Box 
-----------------------------------------------------------------------------*/
#homeSearchBox {
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
}
#linkReportForm {
	padding:15px 10px 10px;
}
#linkReportForm label#http{
	display:block;
	float:left;
	width:43px;
	height:31px;
	margin-top:13px;
	padding:8px 8px 0 12px;
	background:#CCC;
	-webkit-border-radius:8px 0 0 8px;
	-moz-border-radius:8px 0 0 8px;
}
#linkReportForm input.text {
	display:block;
	float:left;
	width:312px;
	height:39px;
	padding:0 10px 0;
	margin-top:13px;
	background:url(../../_IMAGES/_ldv2/search-field-bg.gif) left top no-repeat;
	border:none;
	-moz-border-radius:0!important;
	-webkit-border-radius:0!important;
}
#linkReportForm label#http,
#linkReportForm input.text {
	color:#363635;
	font-size:18px;
}
#linkReportForm input.btn {
	display:block;
	float:left;
	width:109px;
	height:58px;
	background:url(../../_IMAGES/_ldv2/btn-search-start.png) left top no-repeat;
	overflow:hidden;
	line-height:1000px;
	font-size:1px!important;
	text-align:left;
	text-indent:-99999px;
	margin:0!important;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;	
	padding:0!important;
}
#exampleLink {
	font-size:12px;
	color:#77ceef;
	text-decoration:none;
	float:right;
	position:relative;
	z-index:15;
	top:-25px;
	margin-right:65px;
}

/* Site Search Box 
-----------------------------------------------------------------------------*/
#siteSearchBox #exampleLink {
	top:0;
}

/* Page Age Box 
-----------------------------------------------------------------------------*/
#pageAgeBox {
	padding:20px;	
	line-height:1.5em;
}
#pageAgeBox h3 {
	font-style:italic;	
}
#pageAgeBox ul {
	padding-top:10px;
}
#pageAgeBox ul li {
	font-size:12px;
	margin-left:20px;
	margin-bottom:15px;
}
#pageAgeBox img.right {
	margin:10px 0 0 15px;
}

/* Homepage Call to Actions - NEW
-----------------------------------------------------------------------------*/
#ldCtas {
	display: block;
	list-style: none;
	width: 506px;
	margin:15px auto 30px;
}
#ldCtas li {
	display: block;
	float: left;
	min-height: 59px;
	height: auto!important;
	height: 59px;
	padding-top: 10px;
}
#ldCtas li h4 {
	font: normal 16px "Arial";
	margin:0;
}
#ldCtas li.organic-links h4 {
	color: #88c836;
}
#ldCtas li.sell-ads h4 {
	color: #589fb7;
}
#ldCtas li small {
	display: block;
	font:normal 11px "Arial";
	display: block;
	color: #9a9b9a;
}
#ldCtas li a {
	display: inline-block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font: normal 10px "Arial";
	text-decoration: none;
	color: #FFF;
	padding: 3px 10px;
	margin-top: 3px;
}
#ldCtas li.organic-links {
	width: 197px;
	background: url(../../_IMAGES/_ldv2/_cta/cta-organic-links-full.png) 15px bottom no-repeat;
	padding: 10px 16px 0 45px;
	text-align: right;
	margin: 0 0 0 100px;
}
#ldCtas li.sell-ads {
	width: 231px;
	background: url(../../_IMAGES/_ldv2/_cta/cta-buy-ads-full.png) 160px bottom no-repeat;
	padding: 10px 0 0 16px;	
}
#ldCtas li.organic-links a {
	background: #72a72e;
	float: right;
}
#ldCtas li.organic-links a:hover {
	background: #629027;
}
#ldCtas li.sell-ads a {
	background: #2f8cab;
}
#ldCtas li.sell-ads a:hover {
	background: #1d768c;
}


#filterAds {
	width: 635px;
	min-height: 71px;
	height: auto!important;
	height: 71px;
	margin: 0 auto;
}
#filterAds .ad-area.left {
	text-align: right;
}
#filterAds .ad-area.right {
	text-align: left;
}
.ad-area {
	border: 1px solid #DFDFDF;
	border-left: 0;
	border-right: 0;
	margin-bottom: 20px;
	text-align: center;
}



/* Call to action form pages
-----------------------------------------------------------------------------*/
.featured-detail {
	background: url(../../_IMAGES/_ldv2/_cta/cta-featured-detail-bg.gif) left bottom repeat-x;
	min-height: 54px;
	height: auto!important;
	height: 54px;
	font-size: 22px;
	color: #54A3D1;
	padding: 20px 0 20px 110px;
}
.featured-detail-img {
	position: absolute;
	z-index: 10;
}
.cta-details {
	width: 455px;
	float: right; 
}
.cta-details h3 {
	font-size: 22px;
	margin: 30px 0 0 0;
}
.cta-details .list {
	padding: 0 0 0 50px;
}

/* Sell Ads
-----------------------------------------------------------------------------*/
.sell-ads-details .featured-detail-img {
	margin-top: -109px;
	margin-bottom: 100px;
}
h1#sellAdsTitle,
.sell-ads-details h3 {
	color: #0175BC;
}
.sell-ads-details h3 {
	color: #0175BC;
}

/* Organic Links
-----------------------------------------------------------------------------*/
.organic-links-details .featured-detail-img {
	margin-top: -100px;
	margin-bottom: 100px;
}
h1#organicLinksTitle {
	color: #88C836;
}
.organic-links-details h3 {
	color: #634800;
}

/* Search Filters 
-----------------------------------------------------------------------------*/
#searchFilters {
	position:relative;
	z-index:14;
	top:-6px;
	margin:0 60px 0 8px;
}
#searchFiltersContent {
	background:#DFDFDF;
	padding:10px 0;
	min-height:50px;
	height:auto!important;
	height:50px;
	-webkit-border-radius:0 0 10px 0;
	-moz-border-radius:0 0 10px 0;
}
#searchFiltersTab {
	display:inline-block;
	color:#2f8cab;
	padding:3px 25px 6px 12px;
	font-style:italic;
	text-decoration:none;
	background:#DFDFDF url(../../_IMAGES/_ldv2/icon-down-arrow-light-bg.gif) 85% 10px no-repeat;
	-webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;	
}
#searchFiltersContent li {
	display:block;
	float:left;
	overflow:hidden;
	padding:0 5px 12px 0;
	margin-right:5px;
	border-right:1px solid #cdcdcd;	
	font-size:10px;
}
#searchFiltersContent li:last-child {
	border:none;
	padding:0 0 12px 0;
	margin-right:0;
}
#searchFiltersContent strong {
	display:inline-block;
	color:#363635;
	font-style:italic;
	padding:3px 0 3px 0;
}
#searchFiltersContent select {
	width:120px;
	font-size:10px;
}
#searchFiltersContent li.page-rank {
	margin-left: 10px;
}
#searchFiltersContent li.page-rank,
#searchFiltersContent li.page-rank select {
	width:70px;
}
#searchFiltersContent li.engine,
#searchFiltersContent li.engine select {
	width:80px;
}
#searchFiltersContent li.site-settings,
#searchFiltersContent li.site-settings select {
	width:80px;	
}
#searchFiltersContent li.speed,
#searchFiltersContent li.speed select {
	width:60px;
}
#searchFiltersContent li.report-type,
#searchFiltersContent li.report-type select{
	width:76px;
}
#searchFiltersContent li.output-format,
#searchFiltersContent li.output-format select {
	width:75px;
}
.toggle-switch,
.toggle-switch-on {
	overflow:hidden;
	display:block;
	text-align:left;
	text-indent:-9999px;
	width:31px;
	height:13px;
	margin: 2px 0;
	background:url(../../_IMAGES/_ldv2/_icons/settings-toggle-switch.gif) left -19px no-repeat;
	cursor:pointer;
}
.toggle-switch-on {
	background-position:left top!important;
}

/* Recent Reports List 
-----------------------------------------------------------------------------*/
#recentReportsList {
	width:535px;
	margin:20px auto 40px;	
}
#recentReportsList ul {
	width:535px;
	margin-bottom:10px;
}
#recentReportsList ul,
#recentReportsList ul li {
	display:block;
	list-style:none;
}
#recentReportsList ul li {
	padding:10px 15px;
	border-bottom:1px solid #d1d1d1!important;
}
#recentReportsList ul.project-view {
	width:360px;	
}

/* Member tool links 
-----------------------------------------------------------------------------*/
#memberToolLinks {
	clear:both;
	background:#CCC;
	padding:5px 5px 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	min-height:30px;
	height:auto!important;
	height:30px;
}
#memberToolLinks .tabs {
	display:block;
	width:100%;
}
#memberToolLinks .tabs a {
	background:#efefef;
	-webkit-border-radius: 8px 8px 0 0; 
	-moz-border-radius: 8px 8px 0 0;
}
#memberToolLinks .tabs a.active {
	background-color:#FFF;	
}

/* Filter Bar 
-----------------------------------------------------------------------------*/
#filterBar {
	clear:both;
	background:#efefef;
	padding:7px 10px 5px;
	margin-bottom:10px;
	font-size:12px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
}
#filterBar .divider {
	border-right:1px solid #ce;
}
#filterBar #newReportLink {
	color:#2f8cab;
	font-weight:bold;
	float:left;
	display:block;
	padding:6px 7px 5px;
}
#filterBar #newReportLink:hover {
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	text-decoration:none;
}
#filterBar label {
	margin:6px 5px 0 0;
	width:auto;
	padding:0;
	float:left;
}
#filterBar input[type="text"] {
	font-size:12px;
	margin:0!important;
}
#filterBar input[type="submit"] {
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	font-size:12px;
	color:#FFF;
	padding:3px 7px 4px;
	margin:1px 0 0 5px;
	background:#7d7d7d;
}
#filterBar #newReportLink:hover,
#filterBar input[type="submit"]:hover {
	background:#acd373;
	color:#406618;
}
#filter3ColumnsLeft, #filter3ColumnsCenter, #filter3ColumnsRight {
	min-height:25px;
	height:auto!important;
	height:25px;
}
#filter3ColumnsLeft {
	width:130px;
	float:left;
	padding-top:1px;
}
#filter3ColumnsCenter {
	width:584px;
	float:left;
	border-left:1px solid #CCC;
	padding:1px 0 2px 15px;		
}
#filter3ColumnsRight {
	width:230px;
	float:right;
	border-left:1px solid #CCC;
	padding:1px 0 2px 15px;
}
#filter3ColumnsRight select {
	border:1px solid #CCC;
	margin-top:1px;
	padding:2px;
	width:170px;
}
#projectFilters #filter3ColumnsLeft {
	width:270px;
}
#projectFilters #filter3ColumnsLeft input[type="text"]{
	margin:0;
}
#projectFilters #filter3ColumnsCenter {
	width:534px;
}
#projectFilters #filter3ColumnsRight {
	width:120px;	
}

/* Pagnation
-----------------------------------------------------------------------------*/
.pagnation {
	clear:both;
	margin-top:10px 0;
	padding:7px 15px;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px;
	background:#efefef;
	text-align:right;
}
.pagnation ul {
	list-style:none;	
}
.pagnation ul li {
	list-style:none;
	display:inline;
}
.pagnation ul li a {
	color:#7D7D7D;
	padding:2px 4px;
	margin:0 3px;
	-webkit-border-radius:4px; 
	-moz-border-radius:4px;
	text-decoration:none;
}
.pagnation ul li a:hover {
	color:#2f8cab;
	background-color:#cccccc;
}
.pagnation ul li a.active,
.pagnation ul li a.active:hover{
	color:#FFF;
	background-color:#2f8cab;
}

/* FAQ List 
-----------------------------------------------------------------------------*/
.faq-list {
	margin:10px 0 30px 20px;
}
.faq-list h2 {
	font-size:22px;
	margin:15px 0 8px 0;
	padding:0 4px 6px;
	border-bottom:1px solid #CCC;
	color:#2f8cab;
}
.faq-list dt {
	font-size:18px;
	margin:0 0 3px 20px;
	font-weight:bold;
	color:#494a49;
}
.faq-list dd {
	font-size:14px;
	margin:0 30px 20px 20px;
	color:#7d7d7d;
	line-height:1.5em;
}
.faq-list dt.faq-updated {
	padding-left:50px;
	background:url(../../_IMAGES/_ldv2/_icons/new-faq.gif) left top no-repeat;
}

/* LD template 
-----------------------------------------------------------------------------*/
#pageContent {
	background:url(../../_IMAGES/_ldv2/page-bg.gif) left 2px repeat-x;
	padding-top:40px;
}
#pageContent .centerize {
	min-height:300px;
	height:auto!important;
	height:300px;
}
#yourStatsList {
	display:block;
	margin:15px 0 0!important;
	padding:0!important;
}
#yourStatsList li {
	list-style:none;
	display:block;
	margin:0;
	padding:5px 0;
}
#yourStatsList li label {
	display:block;
	width:165px;
	text-align:right;
	float:left;
	margin-right:6px;
}
#yourStatsList li span {
	display:block;
	width:180px;
	text-align:left;
	float:left;
}
#yourStatsList li.break {
	border-bottom:1px solid #ececec;
	padding-bottom:12px;
	margin-bottom:7px;
}



/* Display Grid - Table layouts
-----------------------------------------------------------------------------*/
.display-grid {
	width:100%;
	border-collapse:collapse;
	border-bottom:6px solid #7d7d7d;
}
.display-grid td {
	margin:0;	
}
.display-grid th {
	background-color:#2c2c2b;
	padding:12px 13px 5px;	
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	border-bottom:2px solid #7d7d7d;
}
.display-grid th:first-child {
	-webkit-border-radius: 10px 0 0 0; 
	-moz-border-radius: 10px 0 0 0;
}
.display-grid th:last-child {
	-webkit-border-radius: 0 10px 0 0; 
	-moz-border-radius: 0 10px 0 0;
}
.display-grid td {
	padding:12px 13px 5px;	
	border-bottom:1px solid #7d7d7d;
	border-right:1px solid #d1d1d1;
}
.display-grid td:first-child {
	border-left:1px solid #d1d1d1;
}
.row-title {
	color:#2f8cab;
	font-weight:bold;
}
.time-date-stamp {
	font-size:12px;
	color:#7d7d7d;
}
a.display-grid-link {
	color:#598527;
	font-size:12px;
	margin-right:10px;
}
a.display-grid-link:hover {
	color:#2f8cab;
	font-size:12px;
}
a.row-delete-icon {
	display:block;
	width:14px!important;
	height:13px;
	background:url(../../_IMAGES/_ldv2/_icons/row-delete.png);
}
a.row-delete-icon:hover {
	background-position:left -13px;
}

/* Field Edit Links - Save, Open, Edit 
-----------------------------------------------------------------------------*/ 
a.small-field-link {
	font-size:11px;
	text-decoration:none;
	margin-right:3px;
}
a.edit-link {color:#959595;}
a.edit-link:hover {color:#406618;}

a.open-link {color:#252525;}
a.open-link:hover {color:#fe4902;}

a.save-link {color:#a25f08;}
a.save-link:hover {color:#406618;}

/* Field Editing Stuff - Per Mike B. - edited slightly by Robb D.
-----------------------------------------------------------------------------*/ 
.hidden_text,
.hidden_text_hover, 
.hidden_text_click {
    width:180px;
    margin:0 10px;
    padding:1px;
    color: #666666;
    text-align:left;
    padding-right: 5px;
	background:none;
	border:none;
}
.hidden_text_hover {
	background-color:#FFF;
}
.hidden_text_click {
	background-color:#FFF;
}
/* input.box - being replaced by .edit-field */
.hidden_div input.box, .hidden_div select.box {
	display:none;
    text-align:left;
    color:#666666;
    background-color:#CCC;
    border:0;
    margin:0;padding:0;
    font-size:14px;
    width:200px;
    margin-left:-1px;
}
.hidden_div .edit-field {
	display:none;	
}
.hidden_div .row-title {
    display:inline;
}

.hidden_div_hover input.box,
.hidden_div_hover .edit-field {
	display:inline-block;
    color:#666666;
	background:#fff6b7;
	border:1px solid #cea700!important;
    margin:-6px 0 0;
	padding:3px 5px 2px;
    width:150px;
    font:normal 12px Arial, Helvetica, san-serif; 
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
.hidden_div_hover .row-title {
    display:none;
}

/* Forms 
-----------------------------------------------------------------------------*/ 
input[type="text"],
input[type="password"],
.input,
textarea {
	border:1px solid #CCC;
	padding:4px 6px;
	font:14px Arial, Helvetica, sans-serif;
	color:#353635;
	margin:5px 0 2px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	letter-spacing:normal;
}
input[type="submit"] {
	background:#F00;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;	
	padding:6px 10px;
	color:#FFF;
	font-size:16px;
	margin:5px 0 0 161px;
	cursor:pointer;
}
input[type="submit"]:hover {
	color:#FFF;
	background:#2c2c2b;
}
form div label {
  display: block;
  float: left;
  width: 150px;
  padding:5px 5px 3px;
  margin: 5px 5px 0 0;
  text-align: right;
}
form div.required label strong,
form .form-details strong {
  color:#F00;
  font-size:14px;
}
form div small {
	display:block;
	margin: 0 0 0 162px;
	padding:0 3px 5px;
	font-size: 11px;
	zoom: 1;
	color:#7d7d7d;
}
form .forgot-password {
	font-size:12px;	
}
form .form-details {
	display:block;
	font-size:12px;
	color:#7d7d7d;
	padding-left:161px;
}
#recaptcha {
	display:block;
	margin-left:76px;	
}
.bbb-form-logo {
	text-align: center;
	margin: 20px auto 10px;
}


/* Buttons 
-----------------------------------------------------------------------------*/
#registerButton {
	display:inline-block;
	background:#acd373;
	padding:10px 20px;
	color:#406618;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
#registerButton:hover {
	color:#2f8cab;
	background:#91d9f4;
}

/* Form Errors 
-----------------------------------------------------------------------------*/
.form_errors {
	font-size: 12px;
	color: #FF0000;
	background-color: #f8cfcf;
	border:none;
	padding:6px;
	margin:0 0 10px 0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;	
}
label.form_errors_label {
	display:block;
	font-weight: bold;
	color: #FFF;
	padding:6px;
	margin:10px 0 0 10px;
	background:#F00;
	width:84px;
	height:15px;
	text-align:center;
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
}
.form_errors ul {
	margin: 0px;
	margin-left: 2.1em;
	padding: 0px;
}
.form_errors li {
	margin: 5px;
}

/* System alerts and messages 
-----------------------------------------------------------------------------*/
#LD_Station {
    display: none;
    position: fixed;
    top: 45%;
    left: 46%;
    z-index: 9999;
    width: 400px;
    height: 270px;
    margin: -220px 0 0 -125px;
    text-align: left;
}
#LD_Station_Close {
	display:block;
	background-color:#CCC;
	width:50px;
	margin:0;
	padding:4px;
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	
	text-align:center;
	float:right;
}
#LD_Station_Close a {
	font-weight:bold;
	color:#666 !important;
}
#LD_Station_Floor {
	background-color:#CCC;
	-webkit-border-radius:10px 0 10px 10px;
	-moz-border-radius:10px 0 10px 10px;
	
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#LD_Station_Cell {
	display:block;
	width:380px;
	padding:4px 10px;
}
#message_top_left { /* Major errors */
    display:block;
    position:fixed;
    top:0px;
    left:10px;
    z-index:1000;
    background-color:#333433;
    border:1px solid #000;
	border-top:none;
    color:#CCC;
    font-size:12px;
    padding:10px 10px 5px;
	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
}
#message_bottom {
    display:block;
    position:fixed;
    bottom:0;
    right:0;
    z-index:1000;
    background-color:#bfe2ef;
    border-top:1px solid #2f8cab;
    color:#365162;
    font-size:12px;
    padding:6px 10px;
	width:100%;
}
#message_bottom a {
	color:#2f8cab;	
}
#message_bottom a:hover {
	color:#00abe4;	
}

#message_top_right {
    display:block;
    position:fixed;
    top:0px;
    right:10px;
    z-index:1000;
   	background-color:#333433;
    border:1px solid #000;
	border-top:none;
    color:#9f7732;
    font-size:12px;
	padding:10px 10px 5px;
	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
}

/* Feature Icons
-----------------------------------------------------------------------------*/
#memberFeatures {
	display:block;
	width:545px;
	padding-top:5px;
}
#memberFeatures li {
	display:block;
	width:203px;
	height:53px;
	float:left;
	font-size:16px;
	color:#363635;
	padding:5px 0 0 66px;
	margin:0 0 20px;
	line-height:22px;
	background:url(../../_IMAGES/_ldv2/_icons/features-icons.jpg) left top no-repeat;
}
#memberFeatures li#pageRank {
	background-position:left top;
	
}
#memberFeatures li#anchorText {
	background-position:-279px top;
}
#memberFeatures li#linkTypes {
	background-position:left -72px;	
}
#memberFeatures li#popularAnchor {
	background-position:-279px -72px;	
}
#memberFeatures li#charts {
	background-position:left -144px;	
}
#memberFeatures li#exportCSV {
	background-position:-279px -144px;	
}

/* Box
-----------------------------------------------------------------------------*/
.box8 {
	padding:10px 20px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;	
}
.box10 {
	padding:15px 20px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;	
}
.box-color1 {
	background-color:#efefef;	
}
.box-color2 {
	background-color:#cccccc;	
}

/* Support (report bug) details 
-----------------------------------------------------------------------------*/
#supportDetails form div label {
  display: block;
  float: left;
  width: 130px;
  padding:5px 5px 3px;
  margin: 5px 5px 0 0;
  text-align: right;
}
#supportDetails span.fake-field {
	width:260px;
	float:left;
	padding:9px 0 1px;
	margin:0;
	font:14px Arial, Helvetica, sans-serif;
	color:#353635;
	text-align:left;
}

/* Mootabs  
-----------------------------------------------------------------------------*/
.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: hidden;
	z-index:9;
	padding:8px 12px;
}
.mootabs_panel.active {
	display: block;
}
#formTabs .mootabs_panel {
	padding:0px 0;
}


/* Footer Logos 
-----------------------------------------------------------------------------*/ 
#footerLogos {
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	padding:10px 0 15px;
	margin:15px auto 20px;
	width:725px;
}
#footerLogos ul {
	display:block;
	list-style:none;
	height:34px;
}
#footerLogos ul li {
	display:block;
	list-style:none;
	float:left;
	margin-right:17px;
	margin-left:17px;
}
#footerLogos ul li a {
	height:34px;
	width:100px;
	background-position: center 0;
	background-repeat:no-repeat;
}
#footerLogos ul li a:hover {
	background-position: center -33px;
}
#footerLogos ul li a#searchCon {
	width:122px;
	background-image:url(../../_IMAGES/_ldv2/_logos/footer-searchconcepts-122x68.gif);
}
#footerLogos ul li a#rankingReport {
	width:130px;
	background-image:url(../../_IMAGES/_ldv2/_logos/footer-rankingreport-130x68.gif);
}
#footerLogos ul li a#linkDiagnosis {
	width:96px;
	background-image:url(../../_IMAGES/_ldv2/_logos/footer-linkdiagnosis-96x68.gif);
}
#footerLogos ul li a#linkBuilding {
	width:117px;
	background-image:url(../../_IMAGES/_ldv2/_logos/footer-linkbuilding-117x68.gif);
}
#footerLogos ul li a#iAcquire {
	width:83px;
	background-image:url(../../_IMAGES/_ldv2/_logos/footer-iacquire-83x68.gif);
}

/* Social Networking Bar
-----------------------------------------------------------------------------*/
.media-link {
	margin: 0 8px;
	height: 25px;
}
.media-link * {
	margin: 0;
	padding: 0;
}
#socialNetworkingWrapper {
	position: relative;
	margin-top: -18px;
	width: 100%;
	margin-bottom: 40px;
}
#socialNetworking {
	width: auto;
	background: #f8f8f8 url('../../_IMAGES/_ldv2/social-media-shadow.gif') top left repeat-x;
	border-bottom: 1px solid #efefef;
	padding: 4px 0;
	height: auto;
	text-align: center!important;
}
#socialNetworkInner {
	padding: 12px 0 5px 15px;
	height: 25px;
}
a#socialToggleLink {
	display: inline-block;
	float: left;
	clear: both;
	padding: 7px 14px;
	background: #f8f8f8;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 2px #DDD;
	-moz-box-shadow: 0 2px 2px #DDD;
	text-decoration: none;
	color: #7d7d7d;
	text-align: center;
	position: relative;
	margin: -1px 0 0 10px;
}
#socialNetworkInner a#socialToggleLink:hover {
	color: #000;
}
		
#socialNetworkInner #newsletterForm {
	display: inline-block;
	margin: 0 8px;
	padding: 0;
}
#socialNetworkInner #newsletterForm .input {
	border:1px solid #CCC;
	padding:3px 4px;
	font:12px Arial, Helvetica, sans-serif;
	color:#CCC!important;
	margin:0px 3px 2px 0!important;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	float: left;
	position: relative;
}
#socialNetworkInner #newsletterForm .submit {
	background: #7d7d7d;
	border: none;
	color: #FFF;
	font-size: 11px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding:3px 5px 3px;
	float: left;
	position: relative;
	margin: 0px;
}
#socialNetworkInner #newsletterForm h4 {
	margin: 5px 0 0;
	color: #2f8cab;
	font-size: 12px;
	
}
#socialNetworkInner #success,
#socialNetworkInner #fail,
#socialNetworkInner #loading {
	position: relative;
	z-index:10;
}
#socialNetworkInner #success {
	margin-top: 2px;
}
#socialNetworkInner #diggShare {
	margin-top: 2px;
}
#siteMessage {
	float: right;
	width: 40%;
	margin-top: 5px;
	margin-right: 15px;
	text-align: right;
	font-size:11px;
}
#siteMessage strong {
	color: #F00;
}
