BODY {
	font-size:72%; /* for IE% Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size:76%; /* for all other 'compliant' browsers */
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0px;
	margin: 0px;
	/* background: #FFF url(http://img.constantcontact.com/ui/images1/body_bkgrd_wide.gif) repeat; */
}
body.nobkgrd {
	background: #FFF;
}
body.graybkgrd {
	background: #CCCCCC;
}
html>body  { /* be nice to opera */
	font-size: 76%;
}


/* --  LINKS ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
A:link {color: #0066CC; text-decoration: underline}
A:visited {color: #0066CC; text-decoration: underline}
A:hover {color: #FF5050; text-decoration: none}

/* --  use this class if a visited link color is needed  ---------------------------------*/
.traceable:link {color: #0066CC; TEXT-DECORATION: underline}
.traceable:visited {color: #663399; TEXT-DECORATION: underline}
.traceable:hover {color: #FF5050; TEXT-DECORATION: none}

/* --  use this class for links that enable in-page editing  ---------------------------------*/
.in-page-edit:link {color: #003366; TEXT-DECORATION: underline;cursor: text;}
.in-page-edit:visited {color: #003366; TEXT-DECORATION: underline;cursor: text;}
.in-page-edit:hover {color: #FF5050;TEXT-DECORATION: none;background: #FFFFDD;cursor: text;}

/* --  special case links ---------------------------------*/
.popup {background: url(http://img.constantcontact.com/ui/images1/icon_popup.gif) no-repeat right center;padding-right: 17px;}
.close {background: url(http://img.constantcontact.com/ui/images1/icon_close.gif) no-repeat left center;padding-left: 17px;}
.back {background: url(http://img.constantcontact.com/ui/images1/icon_back.gif) no-repeat left center;padding-left: 14px;}
.print {background: url(http://img.constantcontact.com/ui/images1/icon_print2.gif) no-repeat left center;font-size: .9em;padding-left: 20px;}
.premium {background: url(http://img.constantcontact.com/ui/images1/icon_premium_small.gif) no-repeat left center;padding-left: 17px;}

.hideshow-hidden {background: url(http://img.constantcontact.com/ui/images1/tri_sideways.gif) no-repeat left center;padding-left: 15px;}
.hideshow-showing {background: url(http://img.constantcontact.com/ui/images1/tri_down.gif) no-repeat left center;padding-left: 15px;}

.active-link{	font-weight: bold;color: #FFFFFF;background: #FF6600;padding: 2px 4px;}

.hide {display:none}
.show {visibility: visible;}

hr {border: 0px;height: 1px;color: #CCCCCC;margin-top: 2px;margin-bottom: 2px;}
/*making it look better in browsers other than IE */
html>body hr {border: 0px;height: 1px;color: #CCCCCC;background-color: #CCCCCC;margin-top: 8px;margin-bottom: 8px;}


/*-- FORM ELEMENT STYLES - ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
form {margin: 0px;padding: 0px;}
textarea {padding: 4px;font: 1em Arial, Helvetica, sans-serif;}
input {padding: 1px;font-family: Arial, Helvetica, sans-serif;}
input.no-border {padding: 1px;font-family: Arial, Helvetica, sans-serif;border-width: 0px;}
input.dropdown, div.dropdown {
	padding: 3px 5px 3px 3px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #FFFFFF url(http://img.constantcontact.com/ui/images1/textfield_dropdown.gif) no-repeat right top;
	font: 0.9em Arial, Helvetica, sans-serif;
	margin: 0px;
	cursor: pointer;
	border-right-width: 0px;
	border-right-style: none;
}
select {
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
	border: 1px solid #999999;
}
.small-select{padding: 1px; font: .8em Arial, Helvetica, sans-serif;}
.small-input{	padding: 1px; font: .8em Arial, Helvetica, sans-serif;}


/* ----  BUTTONS  -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*primary buttons ---*/
body input.btn-primary {
	color: #FFF;
	padding: 0.2em;
	border: 1px solid #4D4D99;
	background: #605F9A url(http://img.constantcontact.com/ui/images1/ab_active.gif) no-repeat;
	font: bold 1em Arial, helvetica, sans-serif;
	margin: 0px;
	cursor:pointer;
}
/* secondary and non-submit page actions */
body input.btn-secondary {
	color: #404040;
	border: 1px solid #a6a6a6;
	background: #e5e5e5 url(../images/ab_inactive.gif) no-repeat;
	font: normal 1em Arial, helvetica, sans-serif;
	margin: 0px;
	padding: .2em;
	cursor:pointer;
}
body input.btn-preview {
	color: #404040;
	border: 1px solid #a6a6a6;
	background: #e5e5e5 url(http://img.constantcontact.com/ui/images1/ab_inactive_preview.gif) no-repeat;
	font: 1em Arial, Helvetica, sans-serif;
	padding: 0.2em 0.2em 0.2em 1em;
	cursor:pointer;
}
body input.btn-small {
	color: #404040;
	border: 1px solid #a6a6a6;
	background: #e5e5e5 url(http://img.constantcontact.com/ui/images1/ab_inactive.gif) no-repeat;
	margin: 0px;
	cursor:pointer;
	padding: 1px 2px 1px 3px;
	font-size: 10px;
}
/*disabled versions ---*/
body input.btn-secondary-disabled{
	border: 1px solid #a6a6a6;
	background: #e5e5e5 url(../images/ab_inactive.gif) no-repeat;
	cursor:default;
}
body input.btn-preview-disabled{
	border: 1px solid #a6a6a6;
	background: #e5e5e5 url(http://img.constantcontact.com/ui/images1/ab_inactive_preview.gif) no-repeat;
	cursor:default;
}
body input.btn-primary-disabled{
	border: 1px solid #a6a6a6;
	background: #e5e5e5 url(http://img.constantcontact.com/ui/images1/ab_inactive.gif) no-repeat;
	cursor:default;
}

.navbar {
	color: #333;
	background: url(http://img.constantcontact.com/ui/images1/navbar_bkgrd.gif) repeat-x;
	padding: 4px;
	text-align: right;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #DDDDDD;
}


/* -- LISTS - ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
ul.arrows{margin: 5px 0px 5px 25px;padding: 0px;}
ul.arrows li{padding-bottom: 10px;list-style: url(http://img.constantcontact.com/ui/images1/bullet_arrow.gif) none;}

ul.standard{margin: 5px 0px 5px 65px;padding: 0px;}
ul.standard li{padding-bottom: 6px;}

ul.no-indent{margin: 0px;padding: 0px;list-style: square;}
ul.no-indent li{padding-bottom: 6px;list-style: none;padding-left: 0px;}

ol{margin: 5px 0px 5px 25px;padding: 0px;}
ol li{padding-bottom: 6px;}



/* -- page title  -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.pagetitlearea {
	margin-bottom: 20px;
	vertical-align: middle;
}
.pagetitlearea h1 {
	font-size: 1.2em;
	font-weight: bold;
	display: inline;
	text-align: left;
}
.pagetitlearea h2 {
	font-size: 1.2em;
	font-weight: normal;
	display: inline;
	text-align: left;
}
.pagetitle-sub {
	margin-bottom: 20px;
	color: #525252;
	margin-top: -15px;
}

/* -- popup page title ---*/
.popuptitlearea{
	margin-bottom: 15px;
	padding-bottom: 0px;
	padding-top: 20px;
	padding-left: 15px;
	background: #FFF url(http://img.constantcontact.com/ui/images1/popup_title_bkgrd.gif) repeat-x bottom;
	vertical-align: bottom;
	height: 35px;
	display: block;
}
.popuptitlearea h1 {
	font-size: 1.7em;
	font-weight: bold;
	text-align: left;
}
.popuptitle-sub {
	margin-bottom: 15px;
	color: #333333;
	margin-top: -10px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: .9em;
}


/* -- TEXT STYLES - ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
h1 {
	font-size: 1.4em;
	display: inline;
	margin: 0px 0px 25px;
	padding: 0px;
	color: #333333;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 0.8em;
	color: #000000;
	display: inline;
}
h3 {
	font-size: 1.1em;
	margin-bottom: 0.8em;
	color: #000000;
	display: inline;
}

.txt-xlarge {font-size: 1.2em;}
.txt-large {font-size: 1.1em;}
.txt-mid {font-size: .9em;}
.txt-small {font-size: .8em;}

.txt-hint {color: #666666; font-size: 0.9em; }
.txt999 {color: #999;}
.txt666 {color: #666;}
.txt-hilite {color: #FF6600;}

.page-headline {
	font-size: 1.7em;
	margin-bottom: 0.8em;
	display: inline;
	font-weight: normal;
}
.page-subtext {font-size: 0.9em; color: #515151;}
.required {	color: #FF0000;	font-weight: bold;	display: inline;}
.spam {font-weight: bold;color: #CC0000;}

.hilite {background: #FFF3C4;padding: 4px;}


/*-- MESSAGE TYPES - ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
.error-page {
	font-weight: bold;
	color: #999999;
	padding: 0px 3px 15px 25px;
	font-size: 1.6em;
	background: url(http://img.constantcontact.com/ui/images1/icon_error_page.gif) no-repeat;
	width: 70%;
}
.error-page-secondary {font-weight: normal;color: #333333;font-size: 0.7em;}
.error-primary {
	font-weight: bold;
	color: #FF0000;
	background: url(http://img.constantcontact.com/ui/images1/icon_error.gif) no-repeat;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 25px;
	display: block;
	font-size: 1.2em;
}
.error-secondary {font-weight: normal;color: #FF0000;font-size: .9em;}
.error-box {
	background: #FFFFFF;
	padding: 10px 7px;
	border-top: 2px solid #999999;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #999999;
}
.info-primary {
	font-weight: bold;
	color: #666699;
	background: url(http://img.constantcontact.com/ui/images1/icon_info.gif) no-repeat;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 25px;
	display: block;
}
.info-secondary {font-weight: normal;color: #666699;}
.info-primary2 {
	font-weight: bold;
	color: #B94A00;
	background: url(http://img.constantcontact.com/ui/images1/icon_info3.gif) no-repeat;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 25px;
	display: block;
	font-size: 1.2em;
}
.info-secondary2 {font-size: 0.9em;font-weight: normal;color: #B94A00;}
.confirm-primary {
	background: url(http://img.constantcontact.com/ui/images1/icon_confirm.gif) no-repeat;
	color: #339933;
	font-size: 1.2em;
	font-weight: bold;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 20px;
	display: block;
}
.confirm-secondary {font-weight: normal;color: #308F30;font-size: 0.9em;}
.enable-sitewide {
	background: #FEF3CB url(http://img.constantcontact.com/ui/images1/icon_enable_page.gif) no-repeat;
	padding: 10px 28px 10px 56px;
	margin-bottom: 20px;
	clear: left;
	margin-top: -20px;
	border-bottom: 1px solid #F97B27;
	text-align: left;
}
.enable-page {
	background: #FEF3CB url(http://img.constantcontact.com/ui/images1/icon_enable_page2.gif) no-repeat;
	font-weight: normal;
	display: block;
	padding: 3px 3px 3px 25px;
	margin-bottom: 20px;
}
.enable-box1 {
	background: #FEF3CB;
	display: block;
	padding: 3px 3px 5px 25px;
	font-size: .9em;
	border-left: 1px solid #999999;
}

.alert-sitewide {
	color: #FFFFFF;
	background: #666699 url(http://img.constantcontact.com/ui/images1/icon_alert_page.gif) no-repeat;
	padding: 10px 35px 10px 56px;
	margin-bottom: 20px;
	clear: left;
	margin-top: -20px;
	border-bottom: 1px solid #7D7DBC;
	text-align: left;
}
.alert-sitewide a:link {color: #FFFFFF;}
.alert-sitewide a:hover {color: #FFFFFF;}
.alert-sitewide a:visited {color: #FFFFFF;}



.coloricon-bkgrd{
	display: inline;
	margin: 0px;
	padding: 0px;
	background: #FF0000;
}


/* -- CONTENT HOLDER STYLES ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -- Primary Box Style --------------------------------- */
.box-body {
	background: #FFFFFF url(http://img.constantcontact.com/ui/images1/box-shadow.gif) repeat-x;
	padding: 14px 10px 10px 14px;
	border-left: 1px solid #CCC;
	margin: 0px;
}
.box-body p{
	display: block;
	clear: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.boxhd1  h2{
	display:inline;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 1em;
  }
.box-subtext {
	font-size: 0.9em;
	color: #515151;
	margin-bottom: 10px;
}

 /* -- I Want To... box ---*/
 .boxhd2-iwt {
	padding: 0px;
	color: #FFF;
	background: url(http://img.constantcontact.com/ui/images1/iwt_head.gif) no-repeat left top;
	height: 19px;
  }
  .box-body2-iwt {
	padding: 20px 10px 10px 20px;
	border-left: 1px solid #CCC;
	margin: 0px;
	clear: left;
}

/* -- wrapping content boxes with a wizard div will change the design to wizard L&F --------*/
.wizard .box-body {
	padding: 0px 10px 10px 20px;
	margin: 0px;
	border-left: 0px;
	background: #FFFFFF;
	}
.wizard .boxhd1-wrap {
	margin: 0;
	padding: 0px;
	background: url(http://img.constantcontact.com/ui/images1/icon_fieldset.gif) no-repeat left center;
	clear: left;
	border-top: 2px solid #CCCCCC;
  }
.wizard .boxhd1 {
 	padding: 6px 20px 3px;
  	color: #FFF;
 	background: url(http://img.constantcontact.com/ui/images1/icon_fieldset.gif) no-repeat left center;
	}
.wizard .boxhd1  h2{
	display:inline;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: 1.5em;
}

/* -- Secondary Box Style ---------------------- */
.boxhd2 {
  padding: 6px 20px 3px 15px;
  color: #FFF;
  background: url(http://img.constantcontact.com/ui/images1/box1-hed2-left.gif) no-repeat left top;
  }
.boxhd2-wrap {
	margin: 0;
	padding: 0px;
	background: url(http://img.constantcontact.com/ui/images1/box1-hed2-right.gif) repeat-x right top;
	clear: left;
  }
.boxhd2  h2{
	display:inline;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font: normal 1.2em "Arial Narrow", Arial, Helvetica, sans-serif;
  }

.box-body2 {
	padding: 10px 10px 10px 20px;
	border-left: 1px solid #CCC;
	margin: 0px;
	clear: left;
}
.box-body2 ul{margin: 0px 0px 0px 15px;padding: 0px;}
.box-body2 ul li{padding-bottom: 10px;list-style: url(http://img.constantcontact.com/ui/images1/bullet_arrow.gif) none;}




.boxhd3 {
 	padding: 3px 10px 3px 15px;
  	color: #FFF;
  	background: url(http://img.constantcontact.com/ui/images1/box3hed-left.gif) no-repeat left top;
}
.boxhd3-wrap {
	margin: 0;
	padding: 0px;
	clear: left;
	background: url(http://img.constantcontact.com/ui/images1/box3hed-right.gif) no-repeat right top;
 }
.boxhd3 h2{
	display:inline;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font: bold 1em Arial, Helvetica, sans-serif;
}
 .box-body3 {
	padding: 10px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: url(http://img.constantcontact.com/ui/images1/box3-shadow.gif) repeat-x top;
}


/* -- TABLE STYLES - ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/*-- global table formatting ------------------------------------*/
.numeric{text-align: right;}
.vert-line {border-left: 1px dotted #DDDDDD;}
.vert-line-solid-left {border-left: 1px solid #CCCCCC;}
.vert-line-solid-both {border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;}
.tint {background: #F6F6F6;}
.hilite{background: #FFF8E3;}
.alt{background: #EFEFEF;}

/*-- data table styles ------------------------------------*/
.data-tbl {width: 100%;}
.data-tbl select{font-size: 1em;margin: 0px;}
.data-tbl input{font-size: 1em;margin: 0px;}

.data-tbl th{
	padding: 12px 3px 3px 7px;
	background: #E9E9E9;
	border-bottom: 1px solid #FFCC99;
	vertical-align: bottom;
}
.data-tbl th.tint{padding: 12px 3px 3px 7px;background: #CCCCCC;}
.data-tbl th.colspan {
	padding: 10px 3px 3px 7px;
	text-align: center;
	border-bottom: 1px solid #999999;
	vertical-align: bottom;
}
.data-tbl td{
	padding: 4px 3px 4px 7px;
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.data-tbl td.noline {border-bottom-width: 0px;}
.data-tbl td.wide-line{border-bottom-width: 2px;}

.data-tbl td a:link{color: #0066CC; text-decoration: underline}
.data-tbl td a:visited{color: #663399; text-decoration: underline}
.data-tbl td a:hover{color: #FF5050; text-decoration: none}

.data-tbl td a:link.nochange{color: #0066CC; text-decoration: underline}
.data-tbl td a:visited.nochange{color: #0066CC; text-decoration: underline}
.data-tbl td a:hover.nochange{color: #FF5050; text-decoration: none}

.data-tbl td.numeric-padleft0 {text-align: right;padding-left: 0px;}
.data-tbl tr.head {
	background: #E2E2F1;
	font-size: 1.2em;
	padding-top: 3px;
	padding-bottom: 3px;
}
.data-tbl td ul{margin: 0px 0px 0px 25px;}
.data-tbl td ul li{list-style: disc;}
/*--- tabs to sit on top of data tables--------------------------------*/
.datatbl-tabs {
	padding: 0px;
	margin: 0px;
	list-style: none;
	background: #FFF url(http://img.constantcontact.com/ui/images1/nav_bg.gif) repeat-x left bottom;
	float: left;
	width: 100%;
	clear: both;
	}
.clear {
	clear: both;
}

.datatbl-tabs ul {padding: 0px;margin: 0px 0px 0px 5px;list-style: none;}
.datatbl-tabs ul li {float: left;margin: 0px 4px 0px 2px;padding: 0px 0px 0px 8px;
	background: url(http://img.constantcontact.com/ui/images1/datatbltab-off-l.gif) no-repeat left top;
	}
.datatbl-tabs ul li a {
	float: left;
	display: block;
	margin: 0px;
	padding: 2px 8px 2px 0px;
	background: #FFFFFF url(http://img.constantcontact.com/ui/images1/datatbltab-off-r.gif) no-repeat right top;
	}
.datatbl-tabs ul li.selected {
	float: left;margin: 0px 4px 0px 2px;padding: 0px 0px 0px 8px;
	background: url(http://img.constantcontact.com/ui/images1/datatbltab-on-l.gif) no-repeat left top;
	}
.datatbl-tabs ul li.selected a {
	color: #333333;
	float: left;
	display: block;
	margin: 0px;
	padding: 2px 8px 3px 0px;
	background: #FFFFFF url(http://img.constantcontact.com/ui/images1/datatbltab-on-r.gif) no-repeat right top;
	text-decoration: none;
	font-weight: bold;
	}
.datatbl-tabs ul li.empty a{
	float: none;
	border-color: #FFFFFF;
	text-align: right;
	display: inline;
	}
.datatbl-tabs ul li.empty a:hover{
	float: none;
	border-color: #FFFFFF;
	text-align: right;
	display: inline;
	}

/*-- form table styles ---------------------------------- */
.form-tbl {}
.form-tbl select {font-size: 1em;}
.form-tbl th{
	text-align: left;
	padding: 6px 6px 3px 3px;
	font-weight: bold;
	white-space: nowrap;
}
.form-tbl td{
	padding: 6px 6px 3px 5px;
}
.form-tbl td.top-pad-0{
	padding-top: 0px;
}
.form-tbl .subrow{
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-bottom: 3px;
	color: #666666;
	font-size: 0.9em;
}
.form-tbl table.data-tbl th{padding: 3px;}
.form-tbl table.data-tbl td{padding: 3px;}


/*-- file table used on image library -------------------------------- */
.file-tbl {width: 100%;border-collapse:collapse;}
.file-tbl th {
	padding: 2px 2px 2px 10px;
	font-weight: bold;
	background: #999999;
	color: #FFFFFF;
}
.file-tbl th a:link, .file-tbl th a:visited{color: #FFFFFF; text-decoration: underline}
.file-tbl th a:hover{color: #FFFFFF; text-decoration: none}
.file-tbl td {
    padding: 3px 5px 3px 10px;
    border-left: 1px dotted #EEEEEE;
    font-size: .9em;
    border-bottom: 1px solid #DDDDDD;
    height: 20px;
}
.file-tbl td.noline {border-bottom: 0px none;}
.file-tbl td.center {text-align: center;}
.file-tbl td.selected {
    background: #FFEBCC;
    padding: 5px 5px 5px 10px;
    border-left: 1px dotted ##FFEBCC;
    font-size: .9em;
    font-weight: bold;
    border-bottom: 1px solid #DDDDDD;
    height: 20px;
}
.item-selected{
    background: #FFEBCC;
}
.file-tbl td table td{
	padding: 0px;
	border-left: 0px;
	border-bottom: 0px;
	font-size: 1.1em;
}

/*-- response table styles (used for survey response results) -------------------------------- */
.response-tbl {width: 100%;border-spacing:2px;}
.response-tbl th{margin: 2px;}
.response-tbl th.number {
	padding: 7px 4px 4px;
	font-weight: bold;
	background: url(http://img.constantcontact.com/ui/images1/response_circle.gif) no-repeat 50% top;
	color: #666666;
	text-align: center;
	width: 35px;
	vertical-align: top;
}
.response-tbl th.question {
	border-top: 3px solid #999999;
	color: #666666;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	padding: 7px 4px;
	border-bottom: 1px dashed #DDDDDD;
}
.response-tbl td.results {padding: 5px 5px 30px;vertical-align: top;}
.response-tbl tr.totals {background: #FFFFEE;color: #333333;}
.response-tbl tr.alt {background: #ECECF2;}
.response-tbl td table td {padding: 2px;}
.response-tbl td table.data-tbl th {
	font-weight: bold;
	vertical-align: bottom;
	background: #FFFFFF;
	border-bottom: 1px solid #999999;
	padding: 4px;
}
.legend td {
	padding: 2px 6px 2px 2px;
	font-size: .9em;
	font-weight: normal;
	border-bottom-width: 0px;
}
.question-num {
	padding: 5px 8px;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	background: #666666;
	text-align: center;
}
.result-nofilter{}
.result-filter{
	background: url(http://img.constantcontact.com/ui/images1/filter_border.gif) repeat-y;
	padding: 15px;
	border: 5px solid #DAD5BD;
}
.result-filter-header{
	background:#FFF9DD none repeat scroll 0%;
    border-left:5px solid #DAD5BD;
	border-right:5px solid #DAD5BD;
	border-top:5px solid #DAD5BD;
	padding:8px 15px;
}
.result-filter-header2{
	background:#FFF9DD none repeat scroll 0%;
	border-bottom:1px solid #DAD5BD;
	border-top:1px solid #DAD5BD;
	color:#333333;
	font-size:1.1em;
	font-weight:bold;
	padding:3px 5px;
}
.result-filter-header2bottom{
	background:#FFF9DD none repeat scroll 0%;
	border-bottom:1px solid #DAD5BD;
	padding:2px;
}


/*--BAR CHART COLORS -------*/
.bar1{background: url(http://img.constantcontact.com/ui/images1/bar1.gif) repeat-x; color: #FFFFFF;padding: 2px;font-size: .9em;text-align: right;}
.bar2{background: url(http://img.constantcontact.com/ui/images1/bar2.gif) repeat-x;color: #FFFFFF;padding: 2px;font-size: .9em;text-align: right;}
.bar3{background: url(http://img.constantcontact.com/ui/images1/bar3.gif) repeat-x;color: #FFFFFF;padding: 2px;font-size: .9em;text-align: right;}
.bar4{background: url(http://img.constantcontact.com/ui/images1/bar4.gif) repeat-x;color: #FFFFFF;padding: 2px;font-size: .9em;text-align: right;}
.bar5{background: url(http://img.constantcontact.com/ui/images1/bar5.gif) repeat-x;color: #FFFFFF;padding: 2px;font-size: .9em;text-align: right;}
.bar6{background: url(http://img.constantcontact.com/ui/images1/bar6.gif) repeat-x;color: #FFFFFF;padding: 2px;font-size: .9em;text-align: right;}
.bar7{background: url(http://img.constantcontact.com/ui/images1/bar7.gif) repeat-x;color: #FFFFFF;padding: 2px;font-size: .9em;text-align: right;}
.bar8{background: url(http://img.constantcontact.com/ui/images1/bar8.gif) repeat-x;color: #FFFFFF;padding: 2px;font-size: .9em;text-align: right;}
.bar9{background: url(http://img.constantcontact.com/ui/images1/bar9.gif) repeat-x;color: #FFFFFF;padding: 2px;font-size: .9em;text-align: right;}
.bar10{background: url(http://img.constantcontact.com/ui/images1/bar10.gif) repeat-x;color: #FFFFFF;padding: 2px;font-size: .9em;text-align: right;}
.bar11{background: url(http://img.constantcontact.com/ui/images1/bar11.gif) repeat-x;color: #FFFFFF;padding: 2px;font-size: .9em;text-align: right;}

.report-details{
	padding-left: 12px;
	border-left: 3px solid #CCCCCC;
}
.report-details h3 {
	font-size: 1.5em;
	color: #999999;
	margin-bottom: 10px;
	background: #EFEFEF;
	padding: 3px;
	display: block;
}


/* ----------------------------------------------*/
/*-- wizard styles --*/
fieldset {
	margin-bottom: 25px;
	padding-top: 8px;
	border-top: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
fieldset legend {
	position: relative;
	display:block;
	color: #000000;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	border-width: 0px;
	margin-left: -7px;
	background: url(http://img.constantcontact.com/ui/images1/icon_fieldset.gif) no-repeat;
	padding-left: 20px;
}
fieldset legend span {display:block;}
fieldset.txt-mid {padding-left: 20px;}
fieldset dl {margin-left: 20px;margin-top: 4px;margin-bottom: 6px;}
fieldset dt{
	font-size: 1em;
	margin-top: 8px;
	margin-bottom: 2px;
}
fieldset dt.no-dd {margin-bottom: 7px;}
fieldset dt input{position: relative;top: 2px;}
fieldset dt.bttm-margin{font-size: 1em;margin-bottom: 6px;}
fieldset dd{margin-bottom: 7px;font-size: 0.9em;color: #666666;margin-left: 25px;}
fieldset dd.regular-text {font-size: 1em;}




/* -- ROUNDED CORNERS  ---------------------------------------------------------*/
.rhead-container {margin-bottom: 10px;}
.rhead-container h1 {
	color: #000000;
	font-weight: bold;
	font-size: 1.3em;
}
/* -- ROUNDED CORNERS Color 3 [WHITE]------------------------------*/
/* -- used on features popups   ---------------------------------------------------------*/
.rhead-container3{margin: 15px;}
.rhead-container3 h1 {
	color: #000000;
	font-weight: bold;
	font-size: 1.5em;
}
.rhead-container3 h2 {
	color: #666666;
	font-weight: bold;
	font-size: 1.3em;
}
.rtop-3, .rbottom-3{display:block}
.rtop-3 *, .rbottom-3 *{display: block; height: 1px; overflow: hidden}
.r1-3{margin: 0 5px;background: #FFF;}
.r2-3{margin: 0 3px;background: #FFF;}
.r3-3{margin: 0 2px;background: #FFF;}
.r4-3{margin: 0 1px; height: 2px;background: #FFF;}
.rhead-3-content {
	background: #FFF;
	padding: 8px;
}


/* -- SECONDARY TABS ------------------------------*/
/*-- tabbed nav styles ----------------------------------------------------------------*/
#tabs-sec, .tabs-sec {
	padding: 0px;
	list-style: none;
	background: #FFF url(http://img.constantcontact.com/ui/images1/nav_bg.gif) repeat-x left bottom;
	margin: 0px;
	float: left;
	width: 100%;
	}
#tabs-sec ul, .tabs-sec ul{
	padding: 0px;
	margin: 0px 0px 0px 5px;
	list-style: none;
}
#tabs-sec ul li, .tabs-sec ul li  {
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: .9em;
	}
#tabs-sec ul li a, .tabs-sec ul li a  {
	float: left;
	display: block;
	margin: 0 3px 0 0;
	padding: 4px 8px;
	color: #0066CC;
	border: 1px solid #999999;
	border-bottom: none;
	background: #EEEEEE;
	}
#tabs-sec ul li a:hover, .tabs-sec ul li a:hover  {
	padding-bottom: 4px;
	border-color: #999999;
	background: #fff;
	}
#tabs-sec .selected a, .tabs-sec .selected a  {
	color: #333;
	padding-bottom: 5px;
	border-color: #999999;
	background: #fff url(http://img.constantcontact.com/ui/images1/sectab_on.gif) repeat-x;
	font-weight: bold;
	text-decoration: none;
	}
#tabs-sec .selected a:hover, .tabs-sec .selected a:hover  {
	padding-bottom: 5px;
	border-color: #999999;
	background: #fff;
	}
#tabs-sec .empty, .tabs-sec .empty {
	color: #FFF;
	border-color: #FFFFFF;
	padding-bottom: 10px;
	}



.widthspread{width:95%;}
.widthnarrow{width:1%;}

.width10{width:10%;}
.width20{width:20%;}
.width30{width:30%;}
.width40{width:40%;}
.width50{width:50%;}
.width60{width:60%;}
.width70{width:70%;}
.width80{width:80%;}
.width90{width:90%;}
.width100{width:100%;}

.space-vertical {height: 20px;}
.space-vertical-short {height: 7px;}
.space-vertical-tall {height: 30px;}
.space-horizontal {padding-left: 20px;}

.indent10{padding-left:10px;}
.indent20{padding-left:20px;}


.line-vert {
	background: url(http://img.constantcontact.com/ui/images1/line_vert_tile.gif) repeat-y;
	padding-right: 3px;
	padding-left: 3px;
}
.image-usage-bar {
	width: 100px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #999999;
	text-align: left;
	height: 12px;
}



/* MESSAGE CENTER box */
.mc-wrap {
	margin: 0px 0px 20px;
	width: 100%;
  }
  .mc1 {
	  margin: 0px;
	  padding: 0px;
	  background: url(http://img.constantcontact.com/ui/images1/box_curved_right.gif) top right no-repeat;
	  display: block;}
.mc2 {
	  margin: 0px;
	  padding: 0px;
	  background: url(http://img.constantcontact.com/ui/images1/box_curved_left.gif) top left no-repeat;
	  display: block;}
.mc3 {
		margin: 0px;
		padding: 0px;
		background: url(http://img.constantcontact.com/ui/images1/box_curved_bttm_left.gif) no-repeat left bottom;
		display: block;}
.mc4 {
	  display: block;
	  padding: 20px;
	  font-style: normal;
	  background: url(http://img.constantcontact.com/ui/images1/box_curved_bttm_right.gif) no-repeat right bottom;
	 display: block; }
.mc4 h1{font-size: 1.4em;}
.mc4 dl dt {margin: 0px;padding: 0px;}
.mc4 dl dd {margin: 0px 0px 15px;padding: 0px;}
.mc4 dl dt.flag {background: url(http://img.constantcontact.com/ui/images1/icon_mcflag.gif) no-repeat;margin: 0px;padding: 0px 0px 20px 20px;}
.expire {font-size: .8em;color: #666666;}


/* GETTING STARTED box */
.gs-wrap {margin: 0px 0px 20px;width: 100%; }
.gs1 {margin: 0px;padding: 0px;background: url(http://img.constantcontact.com/ui/images1/gs_right.gif) top right no-repeat;display: block;}
.gs2 {margin: 0px;padding: 0px;background: url(http://img.constantcontact.com/ui/images1/gs_left.gif) top left no-repeat;display: block;}
.gs3 {margin: 0px;padding: 0px;background: url(http://img.constantcontact.com/ui/images1/gs_bttm_left.gif) no-repeat left bottom;display: block; }
.gs4 {display: block;padding: 15px 20px 2px;font-style: normal;background: url(http://img.constantcontact.com/ui/images1/gs_bttm_right.gif) no-repeat right bottom;display: block;vertical-align: bottom;}
.gs4 h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #FF6600;
	display: inline;
	margin: 0px;
	padding: 0px;
  }
.gs4 dl {margin: 0px;padding: 0px;}
.gs4 dl dt {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 1.2em;
	font-weight: bold;
	background: url(http://img.constantcontact.com/ui/images1/gs_bullet.gif) no-repeat;
  }
.gs4 dl dd {
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 20px;
	color: #666666;
	font-size: 0.9em;
 }
.gs-box {padding: 7px;background: #FFF7EA;border: 1px solid #CCCCCC;}
.gs-box ul {margin: 0px;}
/*making it look better in browsers other than IE */
html>body .gs-box ul {margin: 0px;padding: 0px;list-style: none;}
.gs-box ul li {margin-bottom: 4px;margin-left: 0px;font-size: 0.9em;}
.gs4 img {padding: 0px 0px -15px;margin-left: 10px;}


.menubox {
	margin: 0px;
	padding: 6px 15px 10px;
	background: #EFEFEF;
	border-top: 1px solid #CCCCCC;
	border-bottom: 2px solid #666666;
}
.menubox div.item {background: #EFEFEF;border-bottom: 1px solid #CCCCCC;}
.menubox div.item a {padding: 3px;display: block;}
.menubox div.item a:visited {	padding: 3px;display: block;}
.menubox div.item a:hover {color: #FFFFFF;background: #999999;display: block;padding: 3px;}

.menubox ul {margin: 0px;padding: 0px;}
.menubox ul li {
	margin: 0px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #CCCCCC;
	list-style: none;
}
.menubox ul li.bottom {border-bottom: 0px solid #CCCCCC;padding: 0px;}
.mb-point-tl {background: url(http://img.constantcontact.com/ui/images1/menu_point_tl.gif) no-repeat top;width: 38px;height: 45px;}
.mb-point-tr {background: url(http://img.constantcontact.com/ui/images1/menu_point_tr.gif) no-repeat top; width: 38px; height: 45px;}
.mb-point-bl {background: url(http://img.constantcontact.com/ui/images1/menu_point_bl.gif) no-repeat bottom; width: 38px; height: 45px;}
.mb-point-br {background: url(http://img.constantcontact.com/ui/images1/menu_point_br.gif) no-repeat bottom; width: 38px; height: 45px;}
.mb-point-empty-l {border-right: 2px solid #666666; width: 2px; height: 45px;}
.mb-point-empty-r {border-left: 2px solid #666666; width: 2px; height: 45px;}
.mb-point-empty-thin-l {border-right: 1px solid #CCCCCC; height: 45px;}
.mb-point-empty-thin-r {border-left: 1px solid #CCCCCC; height: 45px;}


.text-menubox {
	margin: 0px;
	background: #EFEFEF;
    text-align: center;
    border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
.text-menubox ul {margin: 0px;padding: 0px;}
.text-menubox ul li {
	margin: 0px;
    padding: 4px 10px 4px 10px;
	border-bottom: 1px solid #CCCCCC;
	list-style: none;
}
.text-menubox div {
	margin: 0px;
    padding: 4px 10px 4px 10px;
	border-bottom: 1px solid #CCCCCC;
	list-style: none;
}
.tool-tipbox {
    position: absolute;
    margin: 0px;
    width: 150px;
    background: #FFFF99;
    top:50px;
    left:30px;
    text-align: center;
    border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
/*SRI***************************************************************************************/



/* -- top area of survey and email details pages  -----------------*/
.details-title {margin-bottom: 35px;}
.details-title h1{font-weight: bold;font-size: 1.8em;}
.details-title .active {color: #FFFFFF;padding: 3px 7px;font-weight: bold;background: #F97B27;}
.details-title hr {border: 0px;height: 1px;color: #CCCCCC;margin-top: 2px;margin-bottom: -5px;}
/*making it look better in browsers other than IE */
html>body .details-title hr {border: 0px;height: 1px;color: #CCCCCC;background-color: #CCCCCC;margin-top: 8px;margin-bottom: 5px;}

/* -- styles for sorting of columns with indicator -----------------*/
th.sorted a,th.sortable a {display: block;background: no-repeat left;}
th.sortable a {background: no-repeat;}
th.order1 a {background: url(http://img.constantcontact.com/ui/images1/icon_asc.gif) no-repeat right;padding-right: 10px;float: left;}
th.order2 a { background: url(http://img.constantcontact.com/ui/images1/icon_desc.gif) no-repeat right;padding-right: 10px;float: left;}
/*wraps around table pagination controls--*/
.pagination { padding-top: 8px;padding-bottom: 8px;}

 /* ---- FILE TREE STYLES (used for template picker )------------------------- */
.tree {width: 100%;}
.tree td.col1{width: 27%;padding: 8px 0px 4px 4px;vertical-align: top;}
.tree td.col2 {width: 73%;padding: 6px;vertical-align: top;border: 3px solid #999999;}
dl.tree{margin: 0px 0px 20px; padding: 0px;}
dl.tree dd.open{background: url(http://img.constantcontact.com/ui/images1/tri_down.gif) no-repeat;padding-left: 15px;}
dl.tree dd.closed{background: url(http://img.constantcontact.com/ui/images1/tri_sideways.gif) no-repeat;padding-left: 15px;}
dl.tree dd.end{padding-left: 5px;}
dl.tree dd.end-selected{font-weight: bold; padding-left: 0px;color: #FF6600;}
dl.tree dd.lev1{ font-weight: bold; margin-left: 0px; margin-bottom: 8px;padding-right: 8px;line-height: 1.1em;}
dl.tree dd.lev2{margin-left: 10px;margin-bottom: 8px;font-size: 0.9em;padding-right: 8px;line-height: 1em;}
dl.tree dd.lev3{margin-left: 20px; margin-bottom: 8px;font-size: .9em;padding-right: 8px;line-height: 1em;}
dl.tree dd.lev4{margin-left: 30px; margin-bottom: 8px;font-size: .9em;padding-right: 8px;line-height: 1em;}
dl.tree dd.vert-space{margin-bottom: 11px;}
dl.tree dd.selected{font-weight: bold;color: #FFF;background: #999999 url(http://img.constantcontact.com/ui/images1/tree_selected_background.gif) repeat-x bottom;padding: 4px 4px;display: block;}
dl.tree dd.selected a {color: #fff;text-decoration: none;}
dl.tree dd.end-selected a {font-weight: bold;text-decoration: none;padding-left: 0px;color: #FF6600;}



dl.leftnav{
	margin: 0px;
	padding: 0px;
}
dl.leftnav dt{
	padding: 3px 3px 3px 5px;
	margin-bottom: 3px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
dl.leftnav dd{padding-left: 15px;padding-bottom: 5px;margin: 0px;}
dl.leftnav dt.selected{font-weight: bold;}
dl.leftnav dd.selected{font-weight: bold;}



/* -- table styles for "classic" email editor ------------ */
.wiz2col {width: 100%;}
.wiz2col td.col1{
	width: 20%;
	padding: 8px 4px 4px;
	vertical-align: top;
	background: url(http://img.constantcontact.com/ui/images1/visualeditor/ve_leftcol_bkgrd.gif) repeat-y;
}
.wiz2col td.col1 ul{
	margin: 4px 0px 0px;
	padding: 0px;
	list-style: none;
}
.wiz2col td.col1 ul li{
	margin: 0px 0px 7px;
	padding: 3px;
	list-style: none;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
.wiz2col td.col1 ul li.active{
	margin: 0px -6px 7px 0px;
	padding: 3px;
	list-style: none;
	color: #FFFFFF;
	background: #9494BF;
	font-weight: bold;
}
.wiz2col td.col2 {
	width: 80%;
	vertical-align: top;
	padding: 10px;
	border: 3px solid #9494BF;
}
.wiz-wrap{
	margin: 0px;
	padding: 10px;
	border: 3px solid #666666;
}
.wiz-wrap h2{
	font-size: 1.3em;
	display: inline;
}




/* -- Small Box styles, for secondary content as well as specialty content (i.e. mssg cntr and getting started box) ----- */
div.sbox {padding: 0;position: relative;height: 1%;margin-bottom:15px;border: 1px solid #CCCCCC;}
div.sbox-noline {
	padding: 0;
	position: relative;
	height: 1%;
	border: 0px;
	margin-bottom:15px;
}
div.sboxbody-1 { /*white bkgrd, gray outline */
	background: #FFFFFF;
	padding: 10px 15px;
	position: relative;
	height: 1%;
}
div.sboxbody-2 { /*gray bkgrd, gray outline */
	background: #F6F6F6 url(http://img.constantcontact.com/ui/images1/sbox2-bkgrd.gif) repeat-x top;
	padding: 10px 15px;
	position: relative;
	height: 1%;
}
div.sboxbody-3 { /*yellow bkgrd, gray outline */
	background: #FFF9DF;
	padding: 10px 15px;
	position: relative;
	height: 1%;
}
div.sboxbody-mc { /*mssg center yellow bkgrd, gray outline */
	background: #ffffee url(http://img.constantcontact.com/ui/images1/mc_bkgrd.gif) repeat-x;
	position: relative;
	padding: 10px 15px;
	height: 1%;
}
div.sboxbody-nav { /*orange fade bkgrd, gray outline */
	background: #FFFFFF url(http://img.constantcontact.com/ui/images1/navbar_bkgrd.gif) repeat-x;
	padding: 10px;
	position: relative;
	height: 1%;
}
div.sboxbottom {
	height: 1px;
	clear: both;
	position: relative;
	height: 1%;
}
b.cn { position: absolute; height: 10px; width: 10px; margin: 0; padding: 0; background: url(http://img.constantcontact.com/ui/images1/circle.gif) no-repeat; line-height: 1px; font-size: 1px; }

b.tl {top: -1px; left: -1px; background-position: top left; }
b.tr {top: -1px; right: -1px; background-position: top right; }
b.bl {bottom: -1px; left: -1px; background-position: bottom left; }
b.br {bottom: -1px; right: -1px; background-position: bottom right; }

b.tl2px {top: -2px; left: -2px; background-position: top left;}
b.tr2px {top: -2px; right: -2px; background-position: top right;}
b.bl2px {bottom: -2px; left: -2px; background-position: bottom left;}
b.br2px {bottom: -2px; right: -2px; background-position: bottom right;}


 /* -- Message Center content styles ----- */
.sboxbody-mc  h1{font-size: 2em;}
.sboxbody-mc  dl dt {margin: 0px;padding: 0px;}
.sboxbody-mc  dl dd {font-size: .9em; margin: 0px 0px 15px;padding: 0px;}
.sboxbody-mc  dl dt.flag {background: url(http://img.constantcontact.com/ui/images1/icon_mcflag.gif) no-repeat;margin: 0px;padding: 0px 0px 0px 20px;}
.expire {font-size: .8em;color: #666666;}


.moreinfo-body {
	background: url(http://img.constantcontact.com/ui/images1/more_info_tile.png) repeat-y;
	padding: 7px 20px;
	width: 158px;
}

/* ------------------------------------------------------------------------------------*/
/*-- footer styles --*/
.footer {
	font-size: 0.8em;
	color: #000000;
	margin-top: 25px;
	text-align: left;
	padding: 10px 10px 20px 15px;
	border-top: 1px solid #999999;
	display: block;
	clear: left;
	height: 60px;
	background: #EEEEEE;
}
.footer a:link {color: #000000;}
.footer a:hover {color: #000000;}
.footer a:visited {color: #000000;}
.footer-popup {
	font-size: 0.8em;
	color: #666666;
	margin-top: 25px;
	text-align: left;
	padding: 10px 10px 20px 15px;
	border-top: 2px solid #999999;
	display: block;
	clear: left;
	height: 60px;
	background: url(http://img.constantcontact.com/ui/images1/logo_footer.gif) no-repeat right top;
}
.footer-toplink {
	font-size: 0.9em;
	color: #000000;
	margin-top: 25px;
	text-align: left;
	padding: 0px 10px 10px 15px;
	display: block;
	clear: left;
	margin-bottom: -25px;
}


/* -- absolutely positioned right skyscraper block -----*/
.partner-rt-skyscraper {
	padding: 0px;
	clear: none;
	float: left;
	position: absolute;
	left: 790px;
	top: 30px;
}

/* -- top level block -----*/
.partner-topbar {
	background: #336699;
	padding: 0px 10px 0px 0px;
	width: 750px;
}


/*-- used for page ID during dev work -
.pagenum {
	font-size: 2em;
	background: #CCCCCC;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding: 10px;
	top: 0px;
	width: 45px;
	z-index: 3;
	position: absolute;
	right: 0px;
}
*/
