﻿/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

/* end undohtml.css */

/*  ***************************************************************************
    BASE
    applies to all pages */
    
    
/* GENERAL - base element styles */

body {
	background: #f0f0f0;
  background: #eee url('../../images/backTileBlue.jpg') repeat-x;  
	text-align: center;	
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: black;
}

#pageHolder {
	width: 500px;
	margin: 0 auto;
	position: relative;
	text-align: left;

	border: 2px solid #999;
	border-top: 0;
	
	background: white;
	padding: 60px;
}

h1 {
	color: transparent;
	float: right;
	width: 140px;
    height: 26px;
	background: url('../../images/logo_footer1.gif') no-repeat right top;
}
h1 a {
  display: block;
  height: 35px;
  text-indent: -5000px;
}
h1 a:hover {
  text-decoration: none;
}

h2 {
	font-size: 28px;
	line-height: 28px;
	letter-spacing: -1px;
  font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif; 
	margin-right: 170px;
	margin-bottom: 2px;
}
* html h2 {
	line-height: 22px;
}
h2 em {
  color: #888;
  font-style: normal;
}

hr {
  height: 1px;
  border: 0;
  color: #999;
  background-color: #999;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 1px;
  padding: 0;
  line-height: 0;
}

a {
	color: #015fab;
}
a:hover {
	text-decoration: underline;
}
a.reveal {
  background: url() no-repeat right 6px;
  padding-right: 12px;
}
a.reveal.up {
	background: url() no-repeat right 4px;
}
a.reveal:hover {
  text-decoration: none;
  border-bottom: 1px solid #015fab;
}

dfn {
  font-style:normal;
  border-bottom: 1px dotted #015fab;
  padding-bottom:0;
  cursor: help;
}

.button {
	font-size: 14px;
}
.small {
  margin-bottom: 2px;
  font-size: 10px;
}

.sub {
	color: #444;
	font-size: 12px;
	margin-top: 6px;
	line-height: 18px;
}
.disabled {
  color: #999;
}
  a.disabled:hover {
    text-decoration: none;
  }
.hanging {
	background: url() no-repeat 6px 6px;
	padding-left: 16px;
}

.crossPromo {
	background: url() no-repeat top left;
	margin-top:12px;font-size:11px;line-height:110%;padding:0 .5em .5em 20px;
}

.druginteraction {
	margin-top:1em;
	background-color: #ffe7c9;
	padding:5px;
	border-top:1px solid #ffc771;
	border-bottom:1px solid #ffc771;	
}

.emailnote {
	background-color: #eef4fa;
	padding:5px;
	width: 92%;
	margin-left: 10px;
  font-size: 12px;
  line-height: 14px;
}

.customizerHeader{
	font-size:16px;
	font-weight:bold;
}

.warning {
  background: url() no-repeat left top;
  padding-left: 20px;
  color: #333;
  font-size: 13px;
  line-height: 18px; 
}

.action {
	background: white;
	padding: 12px;
	margin-top: 12px;	
	border-bottom: 1px solid #777;
	border-left: 1px solid #aaa;	
	background: transparent url('../../images/bg_rounded.gif') no-repeat right top;
}

.clear {
	clear: both;
}

.invis {
	visibility: hidden;
}

.note {
	font-size: 11px;
	color: #333;
	line-height: 13px;
}
td.note {
  padding-top: 0;
	padding-bottom: 10px;
}
a.note {
  color: #666;
  text-decoration: underline;
}
.noteBlue
{
	font-size: 11px;
	color:  #666;
	line-height: 13px;
}
a.help {
  padding-left: 16px;
  background-image: url();
  background-repeat: no-repeat;
  background-position: left center;
  color: #015fab;
}
a.help.note {
  text-decoration: none;
}
  a.help.note:hover {
    text-decoration: underline;
  }

img.whatsThis {
	margin-bottom: -1px;
}            
tr img.whatsThis {
	margin-bottom: -2px;
} 
img.inline {
	margin-bottom: -2px;
}

.tip strong {
  color: #e50d2e;
}

ul.bulletlist {
  margin-left: 24px;
}
ul.bulletlist li {
  background: url() no-repeat left 6px;
  padding-left: 8px;
}

.inlinecode {
	font-family: Courier New, Courier, monospace;
	font-size:14px;
	font-weight:bold;
	color: #339933;
}

p.iconLink a {
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

p#contactUs {
	color: #555;
	padding: 0 0 12px 0;
	font-size: 12px;
	line-height: 12px;
}



/* ** COMFIRM/ERROR MESSAGES
      including section-specific styles */

div.confirm {
  border: 1px solid #51683b;
	background: url('../../images/message_confirm.gif') no-repeat left -6px;
}
div.error {
	border: 2px solid #e50d2e;
	background: url('../../images/message_error.gif') no-repeat left -6px;
}
div.message {
	border-left: none;
	border-right: none;
	margin-top: 12px;
}
div.message p {
	margin: 6px 12px 6px 40px;
	font-weight: bold;
}
#myfeeds div.message,
#mynetworks div.message {
  margin: 20px 192px 0 0;
}
.narrow div.message {
	clear: both;
  margin-top: 0;
  margin-bottom: 20px;
}


/* ** FORM STYLES
			for table-set forms in general */

form {
	margin: 0;
	padding: 0;
}

input,
textarea {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
input.button,
button.button {
  border: 2px solid #aaa;
  border-top-color: #ddd;
  border-left-color: #ddd;

  color: #444;
  font-weight: bold;
  background: url() left bottom repeat-x;
}
input.button.disabled,
button.button.disabled {
	color: #999;
	background-position: 0 -25px;
	border-color: #aaa;
  border-top-color: #ddd;
  border-left-color: #ddd;
}

input.ghostText {
	color:#888;
}

form table {
	margin: 20px 0 0 0;
	padding-right: 12px;
}
form table td {
	padding-bottom: 5px;
	vertical-align: bottom;
	font-size: 12px;
}
form table td label {
  line-height: 14px;
  padding-bottom: 4px;
  padding-top: 3px;
}
form table td label,
.narrow td label,
#feedDetails td label {
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 5px;
	font-weight: bold;
	font-size: 12px;
	margin-top: 1px;
}
label.checkboxLabel,
.narrow label.checkboxLabel,
.customizer label.checkboxLabel {
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  display: inline;
  margin-left: 2px;
cursor: default;
}
input.radioButton {
  margin-bottom: -3px;
  padding-bottom: 0;
}
input.textInput,
textarea.textInput,
select {
  border: 1px solid #bbb;
  border-top-color: #666;
  border-left-color: #666;
}
input.textInput,
textarea.textInput {
  padding: 3px;
  width: 300px;
	background: white url() repeat-x top;
}
textarea.textInput {
	padding-right: 0;
	padding-bottom: 0;
}
textarea.copyThis,
input.copyThis {
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
}
textarea.copyThis {
	font-size: 11px;
}
td.top {
	vertical-align: top;
}


/* ** SERVICE/CUSTOMIZER STYLES
			apply to customizer modules */			

* html .unifiedView .service {
  margin-top: 20px;
}
* + html .unifiedView .service {
  margin-top: 20px;
}
.service h3 {
	font-size: 18px;
	margin-bottom: 6px;
  font-family: "Trebuchet MS", trebuchet, sans-serif;
}
.service ul {
	margin-left: 0;
	list-style-type: none;
}
.service ul li,
.customizer ul.bulletlist li {
  background: url() no-repeat left 6px;
  padding-left: 12px;
  margin-left: 12px;
  margin-top: 6px;
}
.customizer {
	padding: 12px 0 0 0;
}
.customizer ul {
	margin: 12px;
	list-style-type: none;
}
.customizer ol {
  font-size: 12px;
  margin-left: 30px;
  list-style: decimal;  
}
.customizer ol li {
  margin-bottom: 6px;
}
.customizer ul li {
  margin: 0 0 6px 0;
	background: none;
	padding-left: 0;
}
.customizer ul li ul {
	margin-left: 18px;
	font-size: 12px;
	color: #333;
}
.customizer p {
	margin: 12px;
}
.customizer table {
  margin-bottom: 12px;
  margin-top: 12px;
}
.customizer table.formAction {
	font-size: 12px;
  width: 499px;  
  margin: 0;
  background: url();
  border-right: 1px solid #777;
}
* html .customizer table.formAction {
  width: 495px;
  border-right: 0;
}
.customizer table.active {
  background: url();
}
.customizer table.formAction td {
  padding: 8px 12px 8px 12px;
  vertical-align: middle;
}
.customizer table.formAction td input {
  margin-right: 6px;
  font-size: 16px;
}
.customizer table.formAction input#deactivate {
  font-size: 10px;
  margin-right: 0;
}


.customizer div.proDetails {
	font-size: 12px;
	padding: 8px 12px;
}	
.customizer div.proDetails span.expand {
	float: right;
	margin-top: 4px;
}
.customizer div.proDetails span.expand a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
.customizer div.proDetails div {
	color: #333;
	margin-top: 12px;
}
.customizer div.proDetails div p {
	margin-left: 0;
	margin-bottom: 6px;
}
.customizer div.proDetails div ul {
	margin: 0 0 0 12px;
}
.customizer div.proDetails div ul li {
	background: url() no-repeat left center;
	padding-left: 12px;
}

#adReporting h4 {
	margin-bottom: 8px;
	border-bottom: 0;
	font-size: 14px;
	margin-left: 4px;
	margin-top: 0;
}
#adReporting h4 span {
	display: block;
	font-size: 12px;
	font-weight: normal;
}

/* ** NARROW STYLES */

.narrow #pageHolder {
  border: none;
}
.narrow .action {
	margin-top: 3px;
	margin-bottom: 20px;
	width: 476px;
	float: left;
	background-image: url('../../images/bg_rounded_narrow.gif');
        background-color: white;
	border-color: #666;
}
.narrow hr {
  margin: 20px -11px 20px -12px;
}
.narrow h1 {
	background: url('../../images/logo_sm_header.gif') no-repeat right top;
	width: 50px;
	height: 50px;
}
.narrow h2 {
	padding: 10px 58px; padding-top: 20px;
	margin-top: 3px;
	line-height: 30px;
	margin-right: 0;
	background-image: url('../../images/H1Logo.jpg');
	background-repeat: no-repeat;
	background-position: left center;

}
.narrow h3,
.narrow h4,
.service h4,
.popup h3 {
	font-size: 13px;
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
	color: #555;
}
.customizer h4 {
	margin: 12px 12px 12px 12px;
}
.narrow p {
	margin-top: 12px;
}
.narrow ul {
	margin-left: 24px;
	margin-top: 12px;
}
.narrow ul.bulletlist li ul {
  margin-top: 6px;
  list-style: circle;
}
.narrow ul.bulletlist li ul li {
  background: none;
}
div.formAction {
  margin: 20px -12px -12px -12px;
  background: url('../../images/bg_gray.gif');
  text-align: left;
  padding: 12px 0;
  width: 499px;
  font-size: 12px;
  border-right: 1px solid #777;
}	
div.formAction input {
  font-size: 16px;
  margin-left: 12px;
}
* html div.formAction input,
* + html div.formAction input {
  margin-left: 24px;
}
div.formAction input#deactivate {
	font-size: 10px;
	float: right;
	margin-top: 4px;
	margin-right: 12px;
}
.narrow #pageHolder {
	background: transparent;
}
.narrow .burnProgress2, 
.narrow .burnProgress3,
.narrow .burnProgress4 {
  border-bottom: 1px solid #777;
  float: left;
  width: 500px;
  margin: -12px -12px 20px -13px;
}
* html .narrow .burnProgress2, 
* html .narrow .burnProgress3,
* html .narrow .burnProgress4 {
  width: 512px;
}
.narrow .burnProgress2 li,
.narrow .burnProgress3 li,
.narrow .burnProgress4 li {
  list-style: decimal inside;
  float: left;
  text-align: center;
  border-left: 1px solid #777;
  padding: 5px 0 4px 0;
  margin: 0;
  font-size: 11px;
  color: #999;
}
.narrow .burnProgress2 li {
  width: 240px;
}
.narrow .burnProgress3 li {
  width: 160px;
}
.narrow .burnProgress4 li {
  width: 123px;
}

.narrow .burnProgress2 li.current,
.narrow .burnProgress3 li.current,
.narrow .burnProgress4 li.current {
  color: black;
}
.narrow a#homeLink {
  float: none;
  position: absolute;
  top: 20px;
	left: 60px;
  background-image: none;
  padding-left: 0;
  color: white;
}
.narrow a#homeLink:hover {
  color: #eee;
}


/* ** BURN 1 STYLES 
			apply to step 1 */

input#feedUri {
  font-size: 13px;
  border: 1px solid #bbb;
  border-top-color: #666;
  border-left-color: #666;
}
#createclaim input.textInput {
  width: 150px;
}           
#createclaim label {
	width: 100px;
}
#createbegin #homeLink {
  background: url() no-repeat left center;
  padding-left: 16px;
}	

/* ** BURN 1.5 STYLES 
			apply to step 1 */

p#feedAddress {
	font-size: 20px;
	font-weight: bold;
}
#createclaimconfirm .message {
  display: none;
}  

/* ** BURN 3 STYLES 
			apply to step 3 */
			
#createpodcaststats .message {
  display: none;
}  
 
ul#freefeatures,
ul#profeatures {
  margin: 0;
  padding: 12px 12px 0 12px;
}

ul#profeatures {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 8px;
  background: url('../../images/bg_gray.gif') right 10px;
}

/* ** UNIFIED VIEW STYLES 
			apply to POAM pages */
			
#userStatus {
	width: 700px;
	height: 1.7em;
	margin: 0 auto 0 auto;
	border-right: 2px solid #999;
	border-left: 2px solid #999;	
	border-bottom: 1px solid #bbb;     
	font-size: 11px;
	color: #666;
	text-align: left;
	padding: 5px 20px 5px 20px;
	background: url('../../images/home_right_gradient.jpg') repeat-x 0px -80px;
}
#userStatus p {
	margin: 0;
	padding: 0;
/*	width: 49%;*/
}
#userStatus p#signedIn {
	float: right;
	text-align: right;
}
#userStatus p#myStuff {
	float: left;
}
#userStatus #myFeedsLink {
	background-image: url();
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}

#footer {
	float: left;
	width: 99%;
	font-size: 11px;
	margin-top: 20px;
	padding-top: 2px;
	margin-bottom: 20px;
	text-align: center;
	border-top: 1px solid #ddd;
	padding-top: 12px;
}
.narrow #footer {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
			
/* les tabs - code based on Dan Cederholm's tabs - http://www.simplebits.com/bits/css_tabs.html */

#tabs {
	margin-top: 16px;
	width: 700px;
	padding: 0 0 3px 0;
	float: left;
	background: url() repeat-x bottom;
}
#tabs ul {
	margin: 0;
	padding-left: 0px;
}
#tabs ul li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
#tabs ul a:link, 
#tabs ul a:visited {
  height: 14px;
	float: left;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 7px 12px 6px 10px;
	margin-right: 4px;
	border-left: 1px solid #999;
	text-decoration: none;
	color: #666;	
	background: #f0f0f0 url('../../images/bg_rounded_tab.gif') no-repeat right top;
}
#tabs ul a:link.open, #tabs ul a:visited.open {
	border-bottom: 1px solid white;
  margin-bottom: -3px;
	background-color: white;
	color: black;
	height: 16px;
}
#tabs ul a:hover {
	background-color: #f9f9f9;
}

#homeLink {
	float: right;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	margin-right: 10px;
	margin-top: 5px;
	padding-left: 16px;
}
#homeLink:hover {
	color: black;
}

/* ** */		
			
.unifiedView #pageHolder {
	width: 700px;
}			

.unifiedView .service {
	margin-left: 200px;
	margin-top: 70px;
}
.unifiedView .service #blast {
  font-size: 11px;
  color: #222;
  padding: 4px 8px;
  margin-top: -2px;
  margin-left: -8px;
  margin-bottom: 10px;
  background: #fef8e1;
  width: 480px;
}

/* ** */

#thingActions {
  font-size: 12px;
  margin-top: 6px;
}
#thingActions img {
  margin-bottom: -4px;
  margin-right: 3px;
}
* html #thingActions {
  margin-top: 12px;
}
* html #thingActions img {
  margin-bottom: -3px;
}
#feedDetails td label {
  width: 90px;
}
#feedDetails table,
#networkDetails table {
  margin-top: 0;
}
* html .thingAction {
	padding-bottom: 0;
	margin-bottom: 10px;
}
.thingAction div.formAction,
.thingAction div.formAction {
  width: 698px;
  margin-top: 10px;
}
#deleteNetwork p {
  padding-left: 20px;
}

/* ** */

/* SERVICES MENU (left column) */

#servicesList {
  float: left;
  width: 195px;
  margin-top: 10px;
  margin-right: 0;
}
  #servicesList h3 {
    margin: 10px 20px 10px 0;
    padding-left: 0.45em;
    
    font-size: 11px;
    text-transform: uppercase;
    
    color: #333;
    background-color: inherit;
    border-bottom: 1px solid #999;
  }
  #servicesList ul {
    margin-bottom: 15px;
  }
    #servicesList ul li {
      line-height: 12px;
    }
    #servicesList ul a {
      display: block;
      margin-right: 20px;
      padding: 7px;
      padding-bottom: 6px;
      padding-left: 19px;

      _height: 1em;       /* hack for IE6 only */

      font-size: 10px;
      line-height: 12px;
      text-decoration: none;

      border-bottom: 1px solid #ddd;
      background-repeat: no-repeat;
      color: #333;
    }
    #servicesList ul a span {
      font-size: 13px;
      font-weight: bold;
      color: #015fab;
    }
    #servicesList ul a:hover {
      background-color: #e9e9e9;
      text-decoration: none;
    } 
      #servicesList ul a:hover span {
        text-decoration: underline;
      }
    #servicesList ul.view a {
      padding-left: 0.7em;
    }
      /* 
      #servicesList ul a span {
        display: block;
        margin-top: -6px;
        margin-bottom: 2px;

        font-size: 10px;
        font-weight: normal;
        line-height: 15px;
        
        color: #333;
        background-color: inherit;
      }
      */
    
    #servicesList ul li.open {
    	background: #e9e9e9 url() no-repeat right 50%;
    }
      #servicesList ul li.open a {
      	background-color: #e9e9e9;
        border: 0;
      }
      #servicesList ul li.open a span {
        color: black;
      }
      #servicesList ul li.open a:hover {
        cursor: default;
      }
      #servicesList ul li.open a:hover span {
        text-decoration: none;
      }
      #servicesList ul li.active a {
    	  background-image: url();
    	  background-repeat: no-repeat;
    	  background-position: 0.45em 6px;
      }
      
      #servicesList ul li ul {
        margin-top: 0;
        height: 1%;
      }
        #servicesList ul li ul a,
        #servicesList ul.view li ul a {
          padding-left: 18px;
          font-size: 11px;
          font-weight: normal;
          color: #015fab;
        }
        #servicesList ul li ul a:hover {
          text-decoration: underline;
        }
  #servicesList p {
    margin: -8px 0 20px 0;
    padding-left: 18px;

    font-size: 11px;

    color: #333;
    background-color: inherit;
  }
  
  
  * + html #servicesList ul a,
  * + html #servicesList ul li ul a,
  * + html #servicesList ul.view li ul a,
  * + html #servicesList p {
    padding-left: 16px;
  }
  * html #servicesList ul a,
  * html #servicesList ul li ul a,
  * html #servicesList ul.view li ul a,
  * html #servicesList p {
    padding-left: 15px;
  }
  * + html #servicesList ul li.active a {
    background-position: 0.3em 6px;
  }
  * html #servicesList ul li.active a {
    background-position: 0.2em 6px;
  }
  

/* individual service styles */

#pinger ul#additionalServices a.removeService,
#mybrand a.removeService {
  font-size: 10px;
  cursor: pointer;
  color: #666;
}

#xmlsource .customizer {
	font-size: 11px;
	line-height: 15px;
	padding: 12px;
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	color: #333;
}
#sourceContainer div {
  width: 460px;
  overflow: hidden;
  margin-right: 10px;
}

#smartcast li ul input,
#createpodcast li ul input {
  color: #666;
}

#smartCast select.category {
	width:140px;
}

#flair table#flares {
	font-size: 12px;
	margin-top: 6px;
	margin-left:12px;
	margin-right:12px;
	border-collapse:collapse;
}

#flair table#flares td {
	border-bottom:1px dotted #ccc;
	padding:6px 0;
	text-align:center;
	vertical-align:middle;
}

#flair table#flares td.desc {
	vertical-align:top;
	line-height:normal;
	text-align:left;
}           

#flair .customizer {
	padding-top: 1px;
}
#flair li label {
	font-weight: bold;
	margin-bottom: 0;
	margin-left: 5px;
}
* html #flair li label {
	margin-left: 2px;
}
#flair li p {
	margin-top: -2px;
	margin-left: 18px;
	line-height: 120%;
}
* html #flair li p {
	margin-left: 22px;
}

p.previewLabel {
	font-size:12px;
	margin-bottom:0;
	font-weight:bold;
}

#flair .previewContainer {	
	border: 1px solid #aaa;
	padding: 54px 6px 6px 6px;
	width: 460px;
	margin: 0 0 12px 12px;
	position: relative;
	background: url() no-repeat top left;
}
                                                      
#flair #feedUnitPreview p, #flair #siteUnitPreview p {
	margin:0;
	padding-left:6px;
}

#flair #feedUnitPreview a, #flair #siteUnitPreview a {
	font-size:12px;
	color:#00C;
	text-decoration:underline;
}

.feedUnitSpan {
	cursor:move;
	background:url() no-repeat center left;
	padding-left:10px;
	padding-right:12px;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:11px ! important;
	text-decoration:none ! important;	
}

#flair ul.flareCatalogs li {
	background:url('../../images/home_right_gradient.jpg') repeat-x 0px -105px;
	padding:3px;
	border-bottom:1px solid #d7d7d7;
}

* html #flair ul.flareCatalogs li {
	background-image:none;
}

input.feed {
	display:block;	
	float:left;
	margin-top:3px;
	margin-left:2px;
}

input.site {
	display:block;
	float:right;
	margin-top:3px;
}

* html input.feed {
	margin-right:0;
	display:block;
	float:left;
	position:relative;
}

* html input.site {
	display:block;
	float:right;
	position:relative;	
}

#flair ul.flareCatalogs li div.chkboxFloat {
	float:left;
	width:54px;
	position:relative;
}

* html #flair ul.flareCatalogs li div.chkboxFloat {
	float:left;
	width:60px;
	position:relative;
}

#flair ul.flareCatalogs li p.flareEntry {
	font-weight:bold;
	margin:0;
	font-size:12px;
	padding-top:3px;
	margin-left:64px;
}

#flair p#progresser {
	text-align:center;
}

.none .service {
  margin-top: 90px;
  margin-left: 100px;
  margin-right: 100px;
}
#feedintro h4 {
  font-size: 16px;
  border: none;
  margin-top: 0;
}

#livefeed p.warning {
  margin-top: 12px;
}
div#feedcontainer div {
  overflow: hidden;
  margin-right: 10px;
}
div#feedcontainer h1 {
  color: #555;
  float: none;
  width: 460px;
  height: auto; 
  background-image: none;
  margin: 12px;
  text-indent: 0;
  font-size: 24px;
  font-weight: bold;
}
div#feedcontainer dl, 
div#feedcontainer dt,
div#feedcontainer dd {
  padding: 0;
  margin: 0 12px 0 12px;
}
div#feedcontainer dt,
div#feedcontainer dd,
div#feedcontainer dd p,
div#feedcontainer dd pre,
div#feedcontainer dd ul,
div#feedcontainer dd ol {
  margin: 0;
}
div#feedcontainer dt {
  font-size: 16px;
  color: black;
  font-weight: bold;
  margin-bottom: 0px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
div#feedcontainer dd {
  font-size: 12px;
  line-height: 15px;
}
div#feedcontainer dd p {
  margin-bottom: 12px;
}
div#feedcontainer dd h4 {
  margin-left: 0;
}
div#feedcontainer dd.listen a {
  font-size: 14px;
  font-weight: bold;
}
div#feedcontainer dd.listen {
  margin: 6px 0;
}
div#feedcontainer dd.body {
  margin-bottom: 20px;
}


#browserfriendly .subsoptions {color:#fff;margin:0 12px;text-align:center;}

#browserfriendly table.subsoptions {margin: 0 auto} /*{width: 100%;}*/

#browserfriendly table.subsoptions tr td.default {text-align:center;}

#browserfriendly .subsoptions label {white-space:nowrap;}

#browserfriendly .subsoptions img {vertical-align:middle;padding:3px 0 3px 4px;}

#browserfriendly table#moreoptionstable tr td {text-align:left;vertical-align: middle;padding: 3px;}

.dimChicklet {
	opacity: 0.4;
	-moz-opacity:0.4;
	filter: alpha(opacity=40);
}

#buzzboost ul li ul li label {
  font-size: 11px;
  color: #444;
  text-transform: uppercase;
}  
#buzzboost #preview ul {
	list-style: disc;
	margin-left: 32px;
}
#buzzboost #preview p.date, #buzzboost #preview p.feedItemAuthor {
	display:block;
	margin: 6px 0 6px 0;
	font-size: inherit;
}

#buzzboost #disabled {
	color: #666;	
}

div.csq {
	border:none;
	width:10px;
	height:10px;
	background-color:transparent;
}
#feedCount div#countPreviewDiv {
	text-align: center;
	background-color:#99ccFF;
	color: #444;
	width: 82px;
	height: 16px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	padding:3px;
	border: 1px solid #444;
}
			
#googleAdsense input.textInput {
  width: 240px;
}

/* AD APPROVAL */

#sadie div.action {
	margin-right: 0;
}
#sadie ul.campaigns li img.inline {
	margin-bottom: -2px;
	margin-left: 0px;
	margin-right: 2px;
}
#sadie h4 {
	margin-top: 0;
}
ul.campaigns li {
  background-image: url();
	margin: 0 -11px 12px -12px;
	padding: 0 0 8px 0;
	border: 1px solid #FF837D;
	border-left: 0;
	border-right: 0;
	position: relative;
}		
ul.campaigns li.actioned {
  background-image: url();
	background-color: #eee;
	border-top-color: #aaa;
	border-bottom-color: #777;
}
ul.campaigns li.canceled {
  background: transparent;
	border-top-color: #aaa;
	border-bottom-color: #777;
}

ul.campaigns li h5 {
	margin: 2px 12px -4px 12px;
	font-size: 13px;
}
ul.campaigns li p {
  font-size: 12px;
  margin: 2px 0 0 12px; 
}
ul.campaigns li p.morecreativesToggle { 
	font-size:11px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 4px;
	margin-right: 12px;
	margin-bottom: 8px;
}
ul.campaigns li div {
	margin: 0;
	padding: 0;
}
ul.campaigns li img,
ul.campaigns li div img {
	background: white;
	margin-left: 8px;
	margin-bottom: 2px;
	margin-top: 8px;
	position: relative;
}
ul.campaigns li div.adAction img {
	background: transparent;
	margin-bottom: -7px;
	margin-left: -4px;
	margin-top: 0;
}       
ul.campaigns li div.adAction {
  margin-left: 12px;
  font-size: 12px;
}
ul.campaigns li div.adAction form {
  display: inline;
}
ul.campaigns li p.geoTargeted {
  margin: 8px 12px;
  padding: 4px 6px;
  font-size: 11px;
  line-height: 15px;
  border: 1px solid red;
  color: #222;
}


/* THIRD PARTY FLASH */
ul.campaigns li iframe {
display:block;
margin: 1em auto;
}


ul.campaigns li label {
	font-weight: bold;
}

strong.defaultApprove {
	color: #51683b;
}

strong.defaultDecline {
	color: #e50d2e;	
}


#standardStats li,
#totalStats li {
margin: 0 0 6px 12px;
font-size: 12px;
}

#standardStats li.checkmark,
#totalStats li.checkmark {
	background: url() no-repeat 1px center;
	padding-left: 16px;
}

#adnetwork p {
	margin-top: 12px;
}
#adnetwork {
  margin-top: 70px;
  margin-left: 100px;
  margin-right: 100px;
}
* html #adnetwork {
  margin-top: 40px;
}

#configureads #feedAdPreview {
	margin-left: 12px;
}
#configureads #siteAdPreview {
	margin-top: 4px;
	margin-left: 12px;
	margin-bottom: 10px;
}
#adnetapply-adsettings #siteAdPreview {
	margin-top: 4px;
}
#configureads p.note,
#adnetapply-adsettings p.note {
margin-top: 12px;
margin-bottom: 4px;
}
#configureads #siteAdsPreviewBlock,
#configureads #feedAdsPreviewBlock,
#configureads #adSenseAdsOptionsBlock,
#adnetapply-adsettings #siteAdsPreviewBlock,
#adnetapply-adsettings #feedAdsPreviewBlock {
	margin-left: 20px;
}
#configureads #siteAdsPreviewBlock.disabled,
#configureads #adSenseAdsOptionsBlock.disabled,
#adnetapply-adsettings #siteAdsPreviewBlock.disabled {
	opacity: 0.4;
	-moz-opacity:0.4;
	filter: alpha(opacity=40);
}
#adnetapply-paymentinfo #showTos {
	display: none;
}
#configureads #adSenseAdsOptionsBlock input.textInput {
  width: 100px;
}

#contentAdsColors label {
  width: 7em;
}

/* AdSense color pickers */

.colorPicker {
  padding: 4px 7px 2px 7px;
  background-color: white; 
  border: 1px solid #999;
}
  a.colorPicker:hover {
    text-decoration: none;
  }
  .colorPicker.black { background-color: black; }
  .colorPicker.blue { background-color: #1F4596; }
  .colorPicker.green { background-color: #118D4D; }
  .colorPicker.red { background-color: #EC1B1B; }
  .colorPicker.gray { background-color: #666666; }

			
			
p.haAction {
  margin-left: 14px;
  padding-bottom: 0;
  padding-left: 20px;
  font-size: 13px;
  background-repeat: no-repeat;
  background-position: left 2px;
}			
			
			
/* ** MY FEEDS STYLES  */			
					
#feedList,
#networkList,
#opmlExport,
#personalFeed,
#buzz {
	width: 482px;
}

.list {
	margin-top: 20px;
}		
.list table {
	text-align: center;
	width: 482px;
	border-collapse: collapse;
	margin-bottom: 12px;
}
.list th {
	background: #e50d2e;
	padding: 4px 0 4px 6px;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	color: white;
	text-align: center;
}
.list td.feedIcon,
.list td.siteIcon {
	padding-top: 16px;
  width: 12px;
}
.list td.title {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding: 12px 0 12px 8px;
	text-align: left;
}
.list td.stats, .list td.feedCirc,
.list th.stats, .list th.feedCirc {
  padding-right: 12px;
	vertical-align: middle;
}
.list td.stats a, .list td.feedCirc a {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: black;
}
.list td.feedHistory {
  width: 92px;
  vertical-align: middle;
  padding: 0 0 0 20px;
}
.list td.feedHistory img {
	border-right: 1px solid #74b47a;    
	border-left: 1px solid #90d197;
	border-top: 1px solid #90d197;
	border-bottom: 1px solid #999;    
	margin-left: 1px;
}
.list td {
	border-bottom: 1px solid #eee;
	vertical-align: top;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 4px;
	padding-left: 4px;
}

#feedList p {
	margin-bottom: 0;
	font-size: 11px;
	color: #555;
	text-align: center;
}	

#feedList table td.addThing {
	padding: 20px 4px 12px 4px;
	text-align: left;
}
#feedList table td.addThing p {
  font-size: 14px;
  color: black;
  text-align: left;
  margin-bottom: 5px;
}
#feedList p#nofeeds,
#networkList p.nonetworks,
#members p#nofeeds {
  font-size: 23px;
  text-align: left;
  line-height: 25px;
  font-weight: bold;
  color: #e50d2e;
}

/* for buzzzzzboosts */

p.date {
	display:inline; 
	margin-left: 6px;
	font-size: 11px;
}
div#creditfooter {
	display: none !important;
}


#productNews {
	position: absolute;
	left: 535px;
	top: 4.7em;
	color: #333;
	padding-left: 6px;
	width: 170px;
  font-family: "Trebuchet MS", trebuchet, sans-serif;
}
#productNews ul {	
	font-size: 12px;
	line-height: 16px;
	margin-left: 8px;
}
#productNews li {
	margin-top: 12px;
	background: url(../../images/iitem.gif) no-repeat -2px 1px;
}
#productNews li span.headline {
  padding-left: 16px;
  font-weight: bold;
}
#productNews h3 {
	margin: 20px 0 1px 8px;
}
#productNews h3 a,
#buzz h3 a {
color: #666;
}


#buzz {
	margin: 20px 0 0 12px;
	color: #333;
  font-family: "Trebuchet MS", trebuchet, sans-serif;
}			
#buzz li {
	margin-top: 12px;
}
#buzz li div {
  font-size: 12px;
  line-height: 17px;
}
#buzz li div span.buzzdate {
  font-size: 11px;
  color: #333;
}
#buzz span.headline {	
	font-size: 14px;
	font-weight: bold;
	padding-left: 16px;
	background: url() no-repeat -2px 2px;
}
#buzz h3 {
  margin-bottom: 3px;
}
			
			
			
/* ** REGISTER STYLES 
			apply only to register page */
	
#register span.note {
	display: block;
	line-height: 15px;
	margin-top: 3px;
}
#register #homeLink {
  padding-left: 16px;
}	
#register input.textInput {
	width: 100px; 
}

/* ** SIGNIN STYLES
			apply only to login page */
#signin #homeLink {
  padding-left: 16px;
}			


/* ** MY ACCOUNT STYLES 
			apply only to my acct section */


.network #homeLink {
  float: none;
  margin: 0;
}

.account #tabs,
.network #tabs {
  margin-top: 12px;
}
* html .account #tabs,
* html .network #tabs {
  margin-top: 0;
}

.account .service,
.network .service {
  margin-top: 40px;
}

.account .customizer table.formAction,
.network .customizer table.formAction {
  background-image: url();
}

.network #servicesList p {
  margin-bottom: 12px;
}

.account ul.bulletlist,
.network ul.bulletlist {
  margin-left: 24px;
}
.account ul.bulletlist li,
.network ul.bulletlist li  {
  background: url() no-repeat left 6px;
  padding-left: 8px;
}

#accountbasics label {
	width: 140px;
}
#mybrand ol, body.popup ol {
  list-style: decimal;
  font-size: 12px;
  margin-left: 30px;
}
#mybrand table.inactive,
.account #feedbulletin .customizer table.inactive {
  background: url();
}
#mybrand table.active,
.account #feedbulletin .customizer table.active {
  background: url();
}
#mybrand ul#domains li {
  margin-bottom: 6px;
  margin-top: 0;
}
#mybrand ul#domains {
  margin-bottom: 0;
  margin-top: 6px;
}

		
/* ** POPUP STYLES 
			apply only to our internal "little" popup windows */
			
body.popup {
  background: white;
  text-align: left;
  margin: 0;
  padding: 0;
}
body.popup h1 {
  background: url() no-repeat right -6px;
  text-indent: 0;
  color: black;
  float: none;
  width: auto;
  font: bold 24px "Trebuchet MS", trebuchet, sans-serif;
  border-bottom: 1px solid #999;
  padding: 12px 60px 12px 20px;
  margin: 0;
  height: auto;
}
body.popup div#contentHolder {
  margin: 20px;
}
body.popup div#contentHolder img {
	border: 3px solid #ccc;
}
body.popup div#contentHolder table img {
	border: 0;
}
body.popup p {
  margin-bottom: 12px;
}
body.popup h2 {
  font-size: 18px;
  color: #333;
  letter-spacing: 0;
  margin-bottom: 12px;
}  


body.popup table {
  border-collapse: collapse;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	color: #222;
	line-height: 16px;
}
body.popup table td,
body.popup table th {
	padding: 5px 10px 5px 10px;
	text-align: left;
	border-right: 1px solid #ddd;
}
body.popup table tr {
	border-bottom: 1px solid #ddd;
}
body.popup table th {
	background: url('../../images/home_right_gradient.jpg') repeat-x 0px -70px;
	color: #222;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
body.popup table td {
	text-align: center;
	font-size: 11px;
}
body.popup table td.subHead {
  background: #b9bfd9;
  text-align: left;
  font-size: 14px;
  font-weight:bold;
}

body.popup table td.featureDesc {
  text-align: left;
  font-size: 12px;
}

body.popup table td.pro {
  background: #fef8e1;
}
body.popup form table,
body.popup form table td,
body.popup form table th,
body.popup form table tr {
border: 0;
padding: 0;
}

#forgotPassword3 label {
  width: 200px;
}
#forgotPassword3 input {
  width: 100px;
}
#forgotPassword3 div.formAction input {
  width: auto;
}

/* FeedMedic Iteration Display Items */


div#feedmedic {
background-color:#ffffdd;
padding:6px;
margin:0 18px 0 0;
border: 1px solid #ffcc33;
}
div#feedmedic h5 {
  background: url() no-repeat left top;
  line-height:100%;
  padding-left: 15px;
}
div#feedmedic p, div#feedmedic dl dd, div#feedmedic dl dt {
	font-size:11px;
	line-height:100%;
	margin:1em 0;
}
div#feedmedic p.intro {
	margin-bottom:.5em;
	margin-top:.5em;
	color:#666;
}
div#feedmedic dl dt {
  font-size:15px;
  margin-bottom:0;
}
div#feedmedic dl dd {
	margin-left:0;
	padding:0 0 0 1em;
	overflow:hidden;
	display:block;
	position:relative;
}
div#feedmedic dl dd p {
	margin-bottom:1em;
}

/* subscription table */

#subHolder table {
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	color: #222;
	margin-top: 12px;
	margin-bottom: 25px;	
	margin-left: 12px;
	width: 475px;
	clear:both;
}              
#subHolder table td,
#subHolder table th {
	padding: 5px;
	text-align: left;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: left;            	
}

#subHolder table td.emailaction {
	text-align:center ! important;
}

div.foundry table td.emailactionfoundry {
	text-align:left ! important;
}

#subHolder table td.longCol,
#subHolder table th.longCol {
	width: auto;
	text-align: left;  
}
#subHolder table tr#total {
	background: url(../../images/bg_pink2.gif);
	font-weight: bold;
}
#subHolder table th {
	background: url('../../images/home_right_gradient.jpg') repeat-x 0px -70px;
	color: #222;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#subHolder table td {
	font-size: 11px;
}           

#subHolder table td.emailactionfoundry img {
	vertical-align:middle;
	padding-right:3px;
}

#subHolder table tr.hover * {
	background-color: #015fab;
	color: white;
}
#subHolder dt {
	margin-left: 12px;
}
#subHolder .highlight {
	background-color: #ffe7c9;
}

p.moreLink {
	font-size: 12px;
}


#integrate {
padding:3px;
padding-top:18px;}

#feedIntro {
	border-top: 1px solid #ccc;
	padding-top:10px;
	padding-bottom:15px;
}
