/*
-----------------------------------------------
MailBuild Screen CSS
Last Updated: 11 October 2007
----------------------------------------------- */

/* ----- GLOBAL & BODY ----- */

* { 
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	color: #363636;
	background-color: #f0f0f0;
	text-align: center;
	font: normal 12px "Lucida Grande", verdana, arial, helvetica, sans-serif;
}

/* ----- PAGE STRUCTURE ----- */

#container {
	margin: 0 auto;
	text-align: center;
	width: 96%;
	min-width: 730px;
	max-width: 1250px;
}
#wrapper {
	padding-right: 7px;
	background: url("/images/bg/right_shadow.gif") right repeat-y;
}
#primaryContent {
	padding: 20px 0 40px 0;
	width: 100%;
	text-align: left;
	float: left;
	background-color: #fff;
}
#footer {
	padding: 5px 0 0 15px;
	font-size: 10px;
	text-align: left;
	margin-bottom: 15px;
}
#footerAnnounce {
	float: right;
	text-align: right;
	width: 400px;
	padding-right: 20px;
}
#footerAnnounce span {
	color: #fff;
	background: #bf1a1a;
	padding: 1px 3px;
	margin-right: 5px;
}
#bottomShadow {
	background: url("/images/bg/bottom_shadow.gif") top left no-repeat;
 	font-size: 6px;
	color: #363636;
}
#bottomShadow #brs {
	height: 7px;
	width: 7px;
	float: right;
	background: url("/images/bg/bottom_right_shadow.gif") top right no-repeat;
}
.col {
	padding: 0 20px;
	text-align: left;
}
.left {
	text-align: left;
	float: left;
	width: 68%;
}
* html .left {
	width: 58%;
	w\idth: 68%;
}
.leftReport {
	text-align: left;
	width: 55%;
	float: left;
}
.leftEarnings {
	text-align: left;
	width: 250px;
	float: left;
	padding-left: 20px;
}
.left .col, .leftReport col {
	padding: 0 20px 0 20px;
}
.right {
	text-align: left;
	float: left;
	width: 31%;
}
.rightReport {
	text-align: left;
	float: left;
	width: 43%;
}
.earningsWrapper {
	background: url("/images/bg/earnings.gif") top left repeat-y;
}
.rightEarnings {
	text-align: left;
	float: left;
	padding-left: 15px;
	border-top: 1px solid #ececec;
	width: 70%;
}
.right .col {
	min-width: 200px;
	padding: 0 10px;
}
.right .dividerCol {
	min-width: 200px;
	padding: 0 10px 0 20px;
	border-left: 1px dotted #ccc;
}
.right .col-highlight {
	padding: 15px 20px 0 20px;
	margin-right: 9px;
	background: url("/images/bg/bg_left.gif") no-repeat top left;
	height: auto;
	line-height: 14px;
	padding-bottom: 50px;
}
.right .col-highlight .formContainer {
	background: none;
	padding: 6px 8px;
}
.right .dividerCol .formContainer {
	background: #fff;
}
.right .col-highlight .formContainer label {
	width: 90px;
}
.right .col-close {
	width: 15px;
	background: url("/images/bg/bg_right.gif") no-repeat top left;
	float: right;
	color: #f1f1f1;
	height: 190px;
}
.leftFixed {
	width: 265px;
	float: left;
}
* html .leftFixed {
	width: 200px;
	w\idth: 265px;
}
.leftFixed .col {
	padding: 0;
}
.rightFluid {
	margin-left: 268px;
}
.left50 {
	width: 53%;
	float: left;
}
.left50 .col {
	padding: 0 15px 0 20px;
}
.left50 .colLine {
	min-width: 180px;
	margin-right: 20px;
}
.left50 .colDivider {
	min-width: 180px;
	margin-right: 20px;
	padding-left: 20px;
	border-right: 1px dotted #ccc;
}
.right50 {
	text-align: left;
	float: left;
	width: 47%;
}
.right50 .col {
	padding: 0 20px 0 10px;
}
.right50 .colLine {
	min-width: 180px;
	border-left: 1px dotted #dcdcdc;
	padding: 0 20px;
	min-width: 200px;
}
.right50 .colLine p {
	color: #666;
	font-size: 11px;
}
.leftSubs {
	width: 55%;
	float: left;
}
* html .leftSubs {
	width: 30%;
	w\idth: 55%;
}
.leftSubs .col {
	padding: 0 20px;
}
.leftSubs .colLine {
	min-width: 180px;
	margin-right: 20px;
}
.leftSubs .colLine p {
	font-size: 11px;
}
.rightSubs {
	text-align: left;
	float: left;
	width: 43%;
}
* html .rightSubs {
	width: 30%;
	w\idth: 43%;
}
.rightSubs .col {
	padding: 0 10px;
}
.rightSubs .colLine {
	min-width: 180px;
	border-left: 1px dotted #dcdcdc;
	padding: 0 20px;
}
.rightSubs .colLine p {
	color: #666;
	font-size: 11px;
}
.leftExplanation {
	width: 55%;
	float: left;
}
.leftExplanation .colLine {
	min-width: 180px;
	margin-right: 20px;
}
.rightExplanation {
	text-align: left;
	float: left;
	width: 43%;
}
.rightExplanation .colLine {
	min-width: 180px;
	border-left: 1px dotted #dcdcdc;
	padding: 0 20px;
	min-width: 200px;
}
.clearIt {
    clear:both;
    height:1px;
	overflow:hidden;
}
.clearPad {
    clear:both;
    height:10px;
	overflow:hidden;
}
.clearMyHead {
    clear:both;
    height:1px;
	overflow:hidden;
	background: #fff;
	width: 100%;
}
.gallery {
	float: left;
	margin: 6px;
	width: 40px;
	text-align: center;
}
.gallery input {
	clear: both;
}
.gallery img {
	padding-bottom: 2px;
	clear: both;
}
span.light {
	font-size: 11px;
	color: #959595;
}
.smallGraph {
	padding-top: 8px;
}
.smallGraph p {
	font-size: 10px;
	padding: 0;
	margin: 0;
	color: #666;
	text-align: center;
}
table#myChart td, table#chart td {
	border: 0;
	margin: 0;
	padding: 0;
}
#addOn, #addOff {
	border-bottom: 1px solid #ececec;
	padding-bottom: 5px;
}
#removeOn, #removeOff {
	padding-top: 5px;
}
#subscriberDisplay {
	float: left;
	margin: 0 20px 10px 0;
}
#subscriberSearch {
	float: left;
	margin: 0 0 10px 0;
}
#pageCount {
	margin: 20px 0 10px 0;
	float: left;
	font-size: 10px;
	color: #666;
}
#pagingNavs {
	margin: 20px 0 10px 0;
	float: right;
	font-size: 10px;
}
.rightContent {
	float: right;
	text-align: right;
	padding-top: 15px;
}
#campaignProgress {
	width: 408px;
	height: 15px;
	float: right;
}
#largeGraph {
	text-align: center;
	padding: 0 0 5px 0;
}
#largeGraph table {
	text-align: center;
}
#graph {
	margin: 0 0 15px 0;
}
#graphLegend {
	text-align: center;
	padding: 0 0 15px 0;
}
.quickStats {
	margin: 0 0 30px 0;
}
.quickStatLeft {
	background: url("/images/bg/bg_left_bottom.gif") no-repeat bottom left;
	border: none;
	padding: 0;
	text-align: center;
}
.quickStatRight {
	background: url("/images/bg/bg_right_bottom.gif") no-repeat bottom right;
	border: none;
	padding: 0;
}
.statIcon {
	vertical-align: middle;
	padding: 0 0 5px 0;
}
#credits {
	background: url("/images/bg/credits.gif") repeat-x;
	border-top: 1px dotted #dedede;
	border-bottom: 1px dotted #dedede;
	padding: 10px 16px;
	margin-top: 10px;
}
#snapshotAlert {
	background: #fff9d7 url("/images/icons/alert.gif") no-repeat 8px 8px;
	padding: 8px 10px 10px 31px;
	border-top: 1px solid #ffe2af;
	border-bottom: 1px solid #ffe2af;
	margin: -15px 0 15px 0;
	font-size: 11px;
	color: #646457;
}
#bigAlert {
	background: #fff9d7 url("/images/icons/alert-vlarge.gif") no-repeat 14px 15px;
	padding: 0 10px 0 58px;
	border-top: 1px solid #ffe2af;
	border-bottom: 1px solid #ffe2af;
	margin-bottom: 15px;
}
#bigWelcome {
	background: #d8ffd7 url("/images/icons/welcome-tick.gif") no-repeat 14px 20px;
	padding: 5px 10px 5px 57px;
	border-top: 1px solid #adf8ab;
	border-bottom: 1px solid #adf8ab;
	margin-bottom: 15px;
}
#bigEarning {
	background: #d8ffd7 url("/images/bg/money.gif") no-repeat 18px 18px;
	padding: 0 10px 3px 50px;
	border-top: 1px solid #adf8ab;
	border-bottom: 1px solid #adf8ab;
	margin-bottom: 15px;
}
#bigGoodBlank {
	background: #d8ffd7;
	padding: 10px 15px 3px 15px;
	border-top: 1px solid #adf8ab;
	border-bottom: 1px solid #adf8ab;
	margin-bottom: 15px;
}
#bigGoodBlank .viewReceipt {
	float: left;
	witth: 175px;
	padding: 1px 15px 0 0;
}
.pagingDivider {
	margin: 30px 0 0 0;
	border-top: 1px solid #ececec;
}
.darkContainer {
	padding: 8px;
	background: #e4e4e4;
	font-weight: bold;
	margin: 5px 0 15px 0;
}
.darkContainer label {
	margin-left: 8px;
}
.upperleft{
	width : 100%;
	margin-left : auto;
	margin-right : auto;
	background-color : #f4f4f4;
	background-image : url('/images/bg/upperleft.png');
	background-repeat : no-repeat;
	background-position : top left;
}
.upperright{
	background-image : url('/images/bg/upperright.png');
	background-repeat : no-repeat;
	background-position : top right;
}
.lowerleft{
	background-image : url('/images/bg/lowerleft.png');
	background-repeat : no-repeat;
	background-position : bottom left;
}
.lowerright{
	background-image : url('/images/bg/lowerright.png');
	background-repeat : no-repeat;
	background-position : bottom right;
	padding : 8px 15px 10px 15px;
	margin-bottom: 0px;
}
#ccstatement {
	background-image : url('/images/bg/cc-statement.gif');
	background-repeat : no-repeat;
	height: 62px;
	border: 1px solid #d1d1d1;
	margin-top: 15px;
}
p.lineupcol {
	height: 38px;
}
#removeSuppressed {
	float: right;
	width: 320px;
}
#exportSuppressed {
	float: left;
	width: 500px;
	text-align: left;
	padding-top: 2px;
}

/* ----- GENERAL TEXT TREATMENT ----- */

p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 8px;
}
p.topPad, div.topPad {
	padding-top: 5px;
}
p.topPadSmall {
	padding: 6px 0 0 25px;
	font-size: 11px;
}
p.extraTopPad {
	padding-top: 20px;
}
p.midPadLine {
	padding: 5px 0 15px 0;
	border-bottom: 1px solid #ececec;
	margin-top: 15px;
}
p.bottomPad {
	padding-bottom: 8px;
}
p.medium {
	font-size: 12px;
}
p.listid {
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0;
	margin: 0;
}
p.smallPad {
	padding: 0 0 2px 0;
}
p.segmentRule {
	font-size: 13px;
	padding: 4px 0 0 3px;
	margin-bottom: 2px;
}
.col-highlight p {
	font-size: 11px;
	color: #565656;
	line-height: 15px;
}
.right .dividerCol p {
	font-size: 11px;
}
.colLine p {
	line-height: 16px;
}
.colLine p.medium {
	font-size: 12px;
	font-weight: bold;
	color: #363636;
	padding-top: 10px;
}
.colLine h5 span {
	font-weight: normal;
	color: #666;
}
.colLine h5.subscriberform {
	background:url("/images/icons/subscribe-form.gif") no-repeat 0px 3px;
	padding-left: 23px;
}
.colLine h5.unsubscriberform {
	background:url("/images/icons/unsubscribe-form.gif") no-repeat 2px 3px;
	padding-left: 23px;
}
#secondaryListOptions {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #ececec;
}
#secondaryListOptions h5 {
	background:url("/images/icons/page.gif") no-repeat 2px 3px;
	padding-left: 18px;
	line-height: 17px;
}
.left50 p, .left50 label, .right50 p {
	font-size: 11px;
}
h1 {
	padding: 10px 0 14px 0;
	border-bottom: 0;
	margin: 0;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
h1 span, h2 span, h3 span {
	font: normal 11px "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #afafaf;
	padding-left: 6px;
}
#navigation h1 {
	padding: 5px 0 15px 15px;
	font-size: 18px;
}
h1.confirmation {
	background:url("/images/icons/tick.gif") no-repeat top left;
	padding: 7px 0 10px 40px;
	margin: 10px 0;
}
h1.confirmationNoPad {
	background:url("/images/icons/tick.gif") no-repeat top left;
	padding: 7px 0 10px 40px;
	margin: 10px 0 0 0;
}
h1.alert {
	background:url("/images/icons/alert-large.gif") no-repeat 5px 10px;
	padding: 8px 0 5px 36px;
	margin: 10px 0;
}
h1.tableHead {
	padding: 10px 0 10px 0;
	border-bottom: 2px solid #ccc;
	margin-bottom: 4px;
}
h1.extraPad {
	padding: 30px 0 14px 0;
}
h1.extraBottomPad {
	padding: 10px 0 20px 0;
}
h2 {
	margin: 20px 0 5px 0px;
	color: #333;
	font-size: 16px;
	padding: 0;
}
h2.withLine {
	color: #666;
	font-size: 14px;
	margin-bottom: 18px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ececec;
}
h2.withLineBig {
	color: #333;
	font-size: 15px;
	margin-bottom: 18px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ececec;
}
h2.tick {
	margin-top: 5px;
	padding: 2px 0px 10px 0;
	color: #009754;
}
h2.cross {
	margin-top: 5px;
	padding: 2px 0px 10px 0;
	color: #d51717;
}
h3 {
	font: bold 14px arial, verdana, helvetica, sans-serif;
	line-height: 18px;
	margin: 8px 0 10px 0;
}
h3.afterList {
	margin: 15px 0 8px 0;
}
h3.snapshot {
	margin: 25px 0 10px 0;
}
h3.dateRange {
	margin: 15px 0 5px 0;
}
h3.dateRangeCenter {
	margin: 15px 0 5px 0;
	text-align: center;
}
h3.checkbox {
	margin: 0 0 8px 0;
}
#help h3 {	
	font: bold 15px "Lucida Grande", verdana, arial, helvetica, sans-serif;
	line-height: 20px;
	margin: 20px 0 15px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #ececec;
}
#help h4 {
	margin: 15px 0 12px 0;
	font-size: 14px;
	font-weight: bold;
}
#help p {
	margin-bottom: 12px;
}
#help li {
	font-size: 12px;
}
#help ol, #help ul {
	margin-bottom: 15px;
}
code {
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
}
#help pre {
	background: #ededed;
	padding: 5px;
	margin-bottom: 10px;
	color: #c61010;
}
#help pre span {
	color: #000;
}
.left50 h3 {
	margin-bottom: 3px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}
h5 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}
h5 span {
	font-weight: normal;
}
.right .dividerCol h3 {
	padding-top: 10px;
}
#footer .navPipe {
	color: #c6c6c6;
	padding: 0 7px;
}
p.bread {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ececec;
}
span.breadArrow {
	margin: 0 6px;
	background:url("/images/icons/breadArrow.gif") no-repeat left top;
}
span.breadArrowBack {
	margin: 0 6px;
	background:url("/images/icons/breadArrowBack.gif") no-repeat left top;
}
span.listID {
	float: right;
}
span.updating {
	background:url("/images/icons/loading.gif") no-repeat 10px top;
	padding: 2px 0 2px 30px;
	font-size: 11px;
	color: #999;
}
p.emphasis {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}
p.notPretty, span.notPretty  {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 1px;
}
p.shrink, a.shrink  {
	font-size: 11px;
	font-weight: normal;
}
p.noPad {
	margin: 0;
}
p.helpImage {
	text-align: center;
	padding: 0;
	margin: 15px 0 0 0;
}
p.caption {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.light  {
	font-size: 11px;
	line-height: 14px;
}
p.buttonTip  {
	font-size: 11px;
	color: #999;
	padding-top: 2px;
}
p.rightSide {
	margin: 0;
	padding: 0;
	float: right
}
p.category {
	font-size: 11px;
	padding: 0 0 10px 0;
	margin-top: -5px;
}
.quickStatLeft h1 {
	font-size: 26px;
	color: 000;
	padding: 3px 0 5px 12px;
}
.quickStatLeft h1 a, .quickStatLeft h1 a:link, .quickStatLeft h1 a:hover, .quickStatLeft h1 a:visited {
	color: 000;
	text-decoration: none;
}
.quickStatLeft h2 {
	font-size: 16px;
	padding: 0 0 0 15px;
	color: #c0c0c0;
	font-weight: normal;
}
.quickStatLeft p {
	font-size: 11px;
	padding: 0 10px 15px 22px;
	line-height: 14px;
}
#graphLegend p {
	font-size: 11px;
}
#graphLegend p span {
	padding: 0 4px 2px 10px;
}
#graphLegend p img {
	vertical-align: middle;
}
#credits h1 {
	float: left;
	font-size: 26px;
	margin: 0 10px 0 0;
	padding-bottom: 5px;
	line-height: 16px;
}
#credits p {
	float: left;
	font-size: 11px;
	line-height: 12px;
	padding-top: 4px;
}
#bigAlert h1 {
	font-size: 14px;
	padding: 12px 0 0 0;
	margin-bottom: 0;
	line-height: 17px;	
}
#bigWelcome h1 {
	font-size: 16px;
	padding: 15px 0 3px 0;
	margin-bottom: 0;
	line-height: 17px;	
}
#bigGoodBlank h1 {
	font-size: 14px;
	padding: 6px 0 0 0;
	margin-bottom: 0;
	line-height: 17px;	
}
#bigEarning h1 {
	font-size: 14px;
	padding: 18px 0 0 0;
	margin-bottom: 0;
	line-height: 16px;	
}
#bigAlert p {
	font-size: 11px;
	padding: 2px 0 15px 0;
	margin: 0;
	line-height: 14px;
}
#bigWelcome p, #bigEarning p, #bigGoodBlank p {
	font-size: 11px;
	padding: 5px 0 15px 0;
	margin: 0;
	line-height: 14px;
}
#bigEarning span {
	color: #8bca8b;
}
.redText {
	color: #ce1a1a;
}
#segmentCountWrap {
	float: right;
	width: 350px;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
}
#segmentCount {
	font-size: 24px;
	font-weight: bold;
	background: #fff7bd;
	padding: 0 8px;
}
.segmentcountdesc {
	float: right;
	line-height: 12px;
	text-align: left;
	padding: 3px 4px 4px 8px;
	height: 27px;
}

/* ----- LINKS ----- */

a {
	text-decoration: underline;
	padding: 1px;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}
#utilityNavs a.on {
	font-weight: bold;
}
#footer a {
	color: #a6a6a6;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}
#footer a:hover {
	border-bottom: 0;
}
#footer a.announce {
	color: #3085c7;
	text-decoration: none;
	border-bottom: 1px solid #1b69a5;
}
#footer a.announce:hover {
	border-bottom: 0;
}
td.actionCell a.delete, .templateWrapper p a.delete, p.light a.delete {
	color: #c93232;
}
table.basicData a.delete {
	color: #c93232;
}
a.snapshotLink, a.snapshotLink:link, a.snapshotLink:active, a.snapshotLink:hover, a.snapshotLink:visited {
	color: #000;
}


/* ----- FORMS ----- */

input { 
	padding: 2px;
	font: normal 11px verdana, arial, helvetica, sans-serif;
}
select { 
	font: normal 11px verdana, arial, helvetica, sans-serif;

}
select option {
	padding-right: 4px;
}
form dt {
  	float: left;
	width: 80px;
	font-size: 14px;
	line-height: 24px;
}
input.button {
	font-size: 12px;
	font-weight: bold;
}
textarea.full {
	width: 99%;
}
form dd {
  	margin: 0 0 5px 90px;
	font-size: 11px;
	line-height: 24px;
	color: #666;
	margin-left: 80px;
}
dd span {
	color: #ccc;
}
#emptyformBG {
	margin: 5px 0 10px 0;
}
#formBG {
	padding-top: 5px;
}
.emptyformContainer {
	margin: 5px 15px 15px 15px;
	background: #e4e4e4;
	padding: 3px;
}
.formContainer {
	margin: 5px 0 15px 0;
	background: #e4e4e4;
	padding: 3px;
	line-height: 1.2;
}
#markupExample {
	margin: -15px 0 15px 0;
	border-top: 1px solid #9ce1ae;
	border-bottom: 1px solid #bcedc8;
	padding: 14px 5px 0 5px;
	background: #e9ffef;
}
#markupExample .exampleExplanation {
	font-size: 12px;
	padding: 0 0 12px 25px;
	background:url("/images/icons/calculator.gif") no-repeat 5px top;
}
#markupExample .exampleExplanation span.description {
	font-size: 11px;
	display: block;
	padding: 3px 0;
}
#stats {
	margin: 5px 0 5px 0;
}
.formContainer label {
	width: 100px;
	float: left;
	font-size: 11px;
	padding: 4px 0 0 0;
}
.formContainer label.top {
	float: none;
	font-size: 11px;
	padding: 4px 0 0 5px;
}
.formContainer label.wide, .lastFormContainer label.wide {
	width: 150px;
}
.formContainer label.thin, .lastFormContainer label.thin {
	width: 50px;
}
.formContainer div.clearfix {
	padding: 2px;
}
.formContainer div.buttonLine {
	margin-top: 10px;
	padding: 3px 0;
	border-top: 1px solid #ececec;
}
.formContainer .inlineFormHelp {
	float: right;
	font-size: 11px;
	padding: 5px;
	text-align: right;
}
.formContainer .inlineFormExp {
	font-size: 11px;
	padding: 5px;
	color: #666;
}
.formContainer .inlineFormExp span {
	color: #363636;
}
.formContainer label.checklabel {
	float: none;
	font-size: 11px;
	padding: 5px;
}
.radioContainer {
	margin: 15px 0 10px 0;
	padding: 3px;
}
.radioContainer input {
	float: left;
	margin-right: 8px;
}
.radioContainer label {
	float: left;
	padding: 0 0 4px 0;
	font-size: 12px;
	font-weight: bold;
}
.radioContainerSmall {
	margin: 5px 0 10px 0;
	padding: 5px;
	background: #e4e4e4;
}
.radioContainerSmall input {
	margin: 5px 5px 0 5px;
}
.radioContainerSmall label {
	font-size: 11px;
}
.radioContainerSmall label.big {
	font-size: 12px;
	font-weight: bold;
}
.radioContainerSmall img {
	margin-top: -2px;
}
.radioContainer p {
	font-size: 11px;
	font-weight: normal;
	clear: left;
}
.quickAddSubscriber {
	margin: 0 0 3px 0;
	float: left;
	padding: 0 5px 0 0;
}
.quickAddSubscriber label {
	clear: right;
	font-size: 11px;
}
.quickAddSubscriber input {
	width: 175px;
	min-width: 110px;
}
.midRed {
	margin: 0 0 3px 0;
	float: left;
	padding: 0 5px 0 0;
}
.midRed label {
	color: #c00;
	clear: right;
	font-size: 11px;
}
.midRed input {
	border: 1px solid #c00;
	width: 170px;
	min-width: 110px;
	padding: 3px;
}
.rightButton {
	float: right;
	margin-top: 10px;
	text-align: right;
}
.rightButtonSnap {
	float: right;
	margin-top: -2px;
}
.rightButtonTopPad {
	float: right;
	margin-top: 25px;
}
.leftButton {
	float: left;
	margin-top: 10px;
}
.leftButtonPad {
	float: left;
	padding-right: 8px;
	margin-top: 10px;
}
.rightPreview {
	float: right;
	padding-right: 10px;
}
.elementCol {
	vertical-align: middle;
}
.inlineButton {
	vertical-align: middle;
	padding-bottom: 4px;
}
.buttonOnWhite {
	margin: 10px 0 0 12px;
}
.buttonWithCancel {
	float: left;
	margin: 10px 0 0 12px;
}
.buttonWithCancelNoPad {
	float: left;
}
.cancelLink {	
	float: left;
	display: block;
	color: #666;
	font-size: 11px;
	padding: 18px 0 0 7px;
}
.cancelLinkNoPad {	
	float: left;
	display: block;
	color: #666;
	font-size: 11px;
	padding: 8px 0 0 7px;
}
#formBGTab {
	margin-left: 10px;
}
.leftTopPad {
	margin: 0 0 10px 0;
}
.radioDescription {
	padding: 0 0 0 20px;
}
.radioDescription p {
	font-size: 11px;
}
.radioDescription p.big {
	font-size: 12px;
	padding-bottom: 8px;
}
.radioDescription p.bigNoPad {
	font-size: 12px;
	padding-bottom: 0;
}
.goButton {
	vertical-align: middle;
	padding: 0 10px 0 5px;
	margin-top: -3px;
}
textarea.multipleAdd {
	width: 99%;
}
.blankSlate {
	position: relative;
	z-index: 100;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity=50);
}
.blankSample {
	position: absolute;
	left: 20%;
	background: url("/images/bg/sample.gif") no-repeat;
	width: 330px;
	height: 130px;
	top: 50px;
}
.firstTime {
	border-top: 1px solid #ececec;
	margin-top: 15px;
	padding-top: 15px;
}
.textOnlyOutline {
	background: url(/images/bg/textEntryGuide.gif) repeat-y;
	border: 1px solid #7F9DB9;
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	font-weight: normal;
	color: #000;
	font-size: 12px;
}
.removeDomain {
	float: right;
	width: 300px;
	text-align: left;
	padding: 12px 5px 0 0;
	font-size: 11px;
	color: #82a581;
	text-align: right;
}

/* ----- LISTS ----- */

ul {
	margin: 5px 0;
}
ol {
	margin: 5px 0 5px 0;
}
ol li {
	padding: 3px 0;
	font-size: 11px;
}
ol.templateErrors {
	margin-bottom: 15px;
}
ol.templateErrors li {
	font-size: 12px;
}
li {
	font-size: 11px;
	line-height: 13px;
	padding: 2px 0 2px 2px;
	margin-left: 25px;
}
li img {
	padding-right: 3px;
}
li.big {
	font-size: 12px;
	line-height: 13px;
	padding: 5px 0 5px 2px;	
}
ul.tick, ul.cross {
	margin-bottom: 15px;
}
ul.tickPad {
	margin: 10px 0 15px 15px;
}
ul.tick li {
	margin-left: 0;
	padding: 2px 0px 2px 24px;
	display: block;
	list-style-type: none;
	background:url("/images/icons/tick-small.gif") no-repeat left 2px;
}
ul.tickPad li {
	margin-left: 0;
	padding: 2px 0px 2px 24px;
	display: block;
	list-style-type: none;
	background:url("/images/icons/tick-small.gif") no-repeat left 2px;
	font-size: 12px;
	line-height: 15px;
}
ul.cross li {
	margin-left: 0;
	padding: 2px 0px 2px 24px;
	display: block;
	list-style-type: none;
	background:url("/images/icons/cross.gif") no-repeat 1px 3px;
}
ul.tick li.p {
	margin-left: 0;
	padding: 2px 0px 2px 24px;
	display: block;
	list-style-type: none;
	background:url("/images/icons/tick-small.gif") no-repeat left 2px;
}
ul.cross li.p {
	margin-left: 0;
	padding: 2px 0px 2px 24px;
	display: block;
	list-style-type: none;
	background:url("/images/icons/cross.gif") no-repeat 1px 3px;
}
dl.icon-menu  {
	margin-top: 15px;
}
dl.icon-menu-notop  {
	margin-top: 5px;
}
dl.icon-menu dt, dl.icon-menu-notop dt {
	float: left;
	width: 25px;
	height: 40px;
}
dl.icon-menu dd, dl.icon-menu-notop dd {
	margin-left: 25px;
	font-size: 11px;
	padding-bottom: 3px;
	color: #565656;
}
dl.icon-menu dd a, dl.icon-menu-notop dd a {
	font-size: 12px;
	font-weight: bold;
}
dl.icon-menu dd a.small, dl.icon-menu-notop dd a.small {
	font-size: 11px;
	font-weight: normal;
}
dl.icon-menu dd.last, dl.icon-menu-notop dd.last {
	margin-bottom: 8px;
}

/* ----- TABLES ----- */

td {
	font-size: 11px;
	line-height: 15px;
	padding: 4px;
	border-bottom: 1px solid #ececec;
}
th {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	padding: 5px 0;
	padding-left: 3px;
	text-align: left;
	border-bottom: 1px solid #ececec;
}
table.noLine th, td.noLine, table.noLine td {
	border: none;
}
table.fullWidth {
	width: 100%;
}
table.partialWidth {
	width: 100%;
}
table.earnings td {
	border-bottom: 1px solid #ececec;
	background-color: #fff;
	padding: 6px;
}
table.earnings td.total {
	border-right: 1px solid #ececec;
	text-align: right;
	padding-right: 15px;
	font-size: 12px;
}
table.earnings td.grandTotal {
	border-right: 1px solid #ececec;
	border-bottom: none;
	text-align: right;
	padding-right: 15px;
	font-size: 12px;
	font-weight: bold;
}
table.earnings td.noline {
	border-bottom: none;
}
table.earnings tr.clickRowOn td {
	background-color: #ffd;
}
table.earnings tr.clickRowOn td.total {
	border-right: none;
}
table.nobg td {
	background: none;
}
th.sortableBG {
	background:#979797 url("/images/bg/darkCellHeader.gif") repeat-x;
	border-bottom: 1px solid #666;
	padding: 8px 5px;
	color: #fff;
}
th.sortableBGLarge {
	background:#979797 url("/images/bg/darkCellHeader.gif") repeat-x;
	border-bottom: 1px solid #666;
	padding: 5px 8px;
	color: #fff;
	font-size: 14px;
}
th.sortableBGSmall {
	background:#979797 url("/images/bg/darkCellHeader.gif") repeat-x;
	border-bottom: 1px solid #666;
	padding: 5px;
	color: #fff;
	font-size: 11px;
}
th.sortableBGTiny {
	background:#979797 url("/images/bg/darkCellHeader.gif") repeat-x;
	border-bottom: 1px solid #666;
	padding: 5px;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
}
th.sortableBGTiny span {
	display: block;
	padding: 3px 0 5px 0;
	font-size: 24px;
	text-shadow: #666 1px 1px 4px;
}
th.sortableBGCenter {
	background:#979797 url("/images/bg/darkCellHeader.gif") repeat-x;
	border-bottom: 1px solid #666;
	padding: 8px 5px;
	text-align: center;
	color: #fff;
}
th.sortableBG a, th.sortableBG a:link, th.sortableBG a:hover, th.sortableBG a:visited, th.sortableBGCenter a:link, th.sortableBGCenter a:hover, th.sortableBGCenter a:visited {
	color: #fff;
}
th.highlightBG {
	background:#e4e4e4 url("/images/bg/lightCellHeader.gif") repeat-x;
	border-bottom: 1px solid #bfbfbf;
	padding: 6px;
}
th.highlightBGNoLine {
	background:#e4e4e4 url("/images/bg/lightCellHeader.gif") repeat-x;
	padding: 6px;
}
th.highlightBG span {
	font-size: 14px;
}
th.highlightBGRight {
	background:#e4e4e4 url("/images/bg/lightCellHeader.gif") repeat-x;
	text-align: right;
	padding-top: 7px;
}
th.highlightBGRight .rss, th.highlightBG .rss {
	float: left;
	font-weight: normal;
	padding: 2px 0 0 2px;
	font-size: 11px;
}
th.highlightBGCenter {
	background:#e4e4e4 url("/images/bg/lightCellHeader.gif") repeat-x;
	border-bottom: 1px solid #bfbfbf;
	text-align: center;
}
th.highlightBGCenterNoLine {
	background:#e4e4e4 url("/images/bg/lightCellHeader.gif") repeat-x;
	text-align: center;
}
td.highlightBG {
	background:#e4e4e4 url("/images/bg/lightCellHeader.gif") repeat-x;
	border-top: 1px solid #cecece;
	padding: 2px;
	font-size: 11px;
	font-weight: normal;
}
tr.clickRow:hover {
	background-color: #ffd;
}
tr.greyRow:hover {
	background-color: #e9e9e9;
}
tr.clickRowOn {
	background-color: #ffd;
}
tr.altRow {
	background-color: #f7f7f7;
}
tr.altRow:hover {
	background-color: #ffd;;
}
tr.skinAltRow:hover {
	background-color: #ffd;;
}
tr.lightrow td {
	color: #777;
}
td.actionCell {
	text-align: right;
	font-size: 11px;
	padding-right: 10px;
}
td span {
	font-size: 11px;
}
td span.light {
	background: #ffd;
}
td.centerCell {
	text-align: center;
}
td.centerCellNoLine {
	text-align: center;
	border: none;
}
td.rightCell {
	text-align: right;
	border: none;
}
td.rightCellBorder {
	text-align: right;
}
td.checkbox {
	width: 50px;
	text-align: center;
}
th.labelWidth {
	width: 100px;
}
.formContainer td, .formContainer th {
	border-bottom: 1px solid #d9d9d9;
}
.formContainer td.last, .formContainer th.last, .formContainer th#last1, .formContainer td#last2 {
	border: none;
}
table.noLine th.bigText {
	border-top: 1px solid #c5c5c5;
	font-size: 12px;
	text-align: right;
	padding: 6px;
}
table.noLine th.bigTextNoLine {
	font-size: 18px;
	text-align: right;
	padding: 6px;
}
table.noLine td.bigTextNoLine {
	border: none;
}
table.noLine td {
	border-top: 1px solid #c5c5c5;
	border-bottom: none;
}
table.noLine td.noLine {
	border: none;
}
table.endTable {
	margin: 0 0 20px 0;
}
table.searchForm td {
	padding: 3px;
	border: none;
}
table.searchForm td input {
	padding-top: 4px;
}
table.searchForm th {
	padding: 2px;
	border-bottom: 2px solid #dedede;
}
table.basicData {
	width: 100%;
}
table.basicData th {
	font-weight: bold;
	font-size: 11px;
	width: 200px;
}
table.basicData th.noLine, table.basicData td.noLine, table.basicData td.rightCell {
	border: none;
}
td.bigger {
	font-size: 12px;
	padding-left: 0;
}
td.biggerHighlight {
	font-size: 12px;
	padding-left: 0;
	background:url("/images/bg/tableTotal.gif") repeat-x;
	border-bottom: none;
	border-top: 1px #e1e1e1 solid;
}
td.noEarnings {
	text-align:center;
	padding:20px 0px 20px 0px;
}
tr.suppression td {
	background:url("/images/bg/yellowFooter.gif") repeat-x;
	color: #6a6c4e;
}
tr.suppression td a {
	color: #6a6c4e;
}

/* ----- ERRORS ----- */

div.errorMessage {
	border: 1px solid #dc5858;
	margin-bottom: 15px;
	padding: 8px 15px;
}
div.errorMessage p {
	margin: 10px 0 5px 0;
	font-size: 11px;
}
div.errorMessage p.big {
	margin: 10px 0 10px 0;
	font-size: 12px;
}
div.errorMessage li {
	margin-left: 12px;
	padding: 2px 0px 2px 10px;
	display: block;
	list-style-type: none;
	background:url("/images/icons/breadArrow.gif") no-repeat 0 2px;
}
.clearfixError input, .clearfixError textarea {
	padding: 2px;
	border: 1px solid #c00;
	margin: 2px 0;
}
.clearfixError textarea.full {
	width: 90%;
}
.clearfixError img {
	border: none;
}
.clearfixError label {
	color: #c00;
	padding: 4px 0 0 2px;
}
h3.error {
	color: #fff;
	background: #c12f2f;
	margin: 0;
	padding: 5px 10px;
	font: bold 12px "Lucida Grande", verdana, arial, helvetica, sans-serif;
}
h2.crossIcon {
	background:url("/images/icons/error-large.gif") no-repeat 0 2px;
	margin-top: 5px;
	padding: 2px 0px 10px 32px;
	color: #d51717;
}
h3.alert {
	background:url("/images/icons/alert-large.gif") no-repeat 0 2px;
	padding: 5px 0 5px 30px;
	line-height: 15px;
}
p.alert {
	background:url("/images/icons/alert-large.gif") no-repeat 0 2px;
	padding: 0 0 5px 30px;
	line-height: 15px;
	font-size: 11px;
	min-height: 21px;
}

/* ----- FADING ALERTS ----- */

p#success {
	color: #156225;
	background:#e8faec url("/images/bg/fade-png.png") no-repeat top right;
	font-size: 11px;
	font-weight: bold;
	height: 28px;
}
* html body p#success {
	background: #e8faec;
}
p#success span {
	background:url("/images/icons/success-small.gif") no-repeat top left;
	line-height: 27px;
	padding: 7px 0 8px 32px;
}
*+html p#success span, * html p#success span {
	line-height: 28px;
	padding: 8px 0 8px 32px;
}
p#alert {
	background:#fff9d7 url("/images/bg/fade-png.png") no-repeat top right;
	font-size: 11px;
	font-weight: bold;
	height: 28px;
}
* html body p#alert {
	background: #fff9d7;
}
p#alert span {
	background:url("/images/icons/alert-fade.gif") no-repeat top left;
	line-height: 27px;
	padding: 7px 0 8px 32px;
}
*+html p#alert span, * html p#alert span {
	line-height: 28px;
	padding: 8px 0 8px 32px;
}
p#subalert {
	background:#fff9d7 url("/images/icons/alert.gif") no-repeat 7px 3px;
	font-size: 11px;
	padding: 4px 0 7px 28px;
	margin-top: 7px;
	line-height: 12px;
	margin-bottom: 5px;
}
p#subsuccess {
	background:#e6ffeb url("/images/icons/success-tick.gif") no-repeat 7px 4px;
	font-size: 11px;
	padding: 4px 0 7px 28px;
	margin-top: 7px;
	line-height: 12px;
	margin-bottom: 5px;
}
p#suberror {
	background:#fbe5e5 url("/images/icons/cross.gif") no-repeat 8px 4px;
	font-size: 11px;
	padding: 4px 0 7px 28px;
	margin-top: 7px;
	line-height: 12px;
	margin-bottom: 5px;
}
h2#crossIcon {
	background:url("/images/icons/error-large.gif") no-repeat 2px 6px;
	margin: 0 0 12px 0;
	padding: 6px 0px 6px 34px;
	color: #d51717;
}

/* ----- CM HELP STYLES ----- */

.verdanaStyle {
	font-family:verdana,arial,helvetica,sans-serif;
}
.textOnly {
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	font-weight: normal;
	color: #000;
	font-size: 12px;
}

/* ----- CUSTOM FIELDS ----- */

#multiple {
	background: #c0c0c0;
	margin: 2px 6px 5px 6px;
	padding: 8px 10px;
}
span#addButton, span#updateButton {
	margin: 1px 0 0 3px;
	float: left;
}
span#updateButton span {
	margin: 0;
}
#firstNote  {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	margin: 4px 0 8px 0;
}
.wrapOptions {
	float: left;
	margin-bottom: 3px;
}
div.fieldSelect {
	background: #c0c0c0;
	padding: 2px 2px 3px 0;
	margin-top: 3px;
}
div.fieldSelect span {
	float: right;
}
label.checkbox {
	font: bold 14px arial, verdana, helvetica, sans-serif;
	line-height: 18px;
	margin: 0 0 8px 0;
}