/* - Styles lost between live and dev - */

.floatleft { float:left; }

div#searchbar {
  float:right;
  padding:0;
  width:760px;
}
div#searchbar div {
  min-height:1%;
  padding:15px;
}
* html div#searchbar div {
  height:1%;
}
div#searchbar div:after {
  content:'.';
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
div#main {
  clear:both;
}

/* - Carbon Calculator styles begin - */

div#breadcrumbs {
  position:static;
}

div#cccontent
{
  /*float: left;
  margin: 10px 10px 0 10px;
  width: 815px;*/

/*  width: 815px;
  margin: 10px auto;
  font-size: 0.9em;*/
}

body.cc-index div#cccontent
{
  float:right;
  /*font-size:0.9em;*/
  margin:10px 0;
  width: 746px;
}

input,select{
	font-size: 10px;
	margin: 1px;
}

td {
	padding: 3px;
}

a
{
	color: #f60;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

h1 {
	font-size:16px;
}

h3
{
	font-size: 12px;
}

span.highlighted {
	color:#fd6500;
}

p.error{
	color:#f00;
}

div#cclogo {
	color:#000;
	padding:28px 0 25px 10px;
	background: #dfe0e1 url(../_images/cc-header.jpg) repeat-x left top;
}

div#cctitle {
	position:relative;
	margin-top:1px;
	padding:10px 0 10px 10px;
	color:#fff;
	background: url(../_images/cc-title.png) no-repeat left bottom;
	z-index:100;
	min-height: 15px;
}
body.cc-index div#cctitle {
	background: url(../_images/cc-title-home.jpg) no-repeat left bottom;
}

div#cctitle:after {
	content:".";
  clear:both;
  display:block;
  height:0;
  visibility:hidden;
}

* html div#cctitle
{
	height: 1%;
	padding-top: 10px;
}
*+html div#cctitle
{
	min-height: 1%;
}


div#cctitle h1,
div#cctitle p,
div#cclogo h1 {
	margin:0;
	padding:0;
}

div#cc-breadcrumbs{
	float:left;
	margin:-17px 0pt 0pt 215px;
	color:#fe9f60;
	font-size:12px;
	font-weight:bold;
}
* html div#cc-breadcrumbs
{
	margin-left: 107px;
}
div#cc-breadcrumbs span.ccactivecrumb
{
	color: white;
}
div#cc-breadcrumbs span.ccpastcrumb
{
	color: #666;
}
p.subtitle,
div#ccsubtitle {
	position:relative;
	margin:-7px 0 0 0;
	padding: 24px 19px 17px 19px;
	background:  url(../_images/cc-subtitle.png) no-repeat left bottom;
	z-index:0;
}
p.subtitle {
	padding-top:14px;
	margin:0 0 10px 0;
}

div#ccmain {
	margin:13px 0 0 0;
}

div#ccmain h2{
	padding:0 0 5px 0;
	font-size:14px;
}

div#login {
	margin:0 0 0 25px;
}

form#ccloginroom {
	margin-left:115px;
}

form#ccloginroom input.ccbutton {
	margin-left: 0;
}

form#ccloginroom div.row {
	margin:8px 0 0 0;
}

form#ccloginroom label{
	float:left;
	margin-top:3px;
	width:70px;
	font-weight:bold;
}

form#ccloginroom input.cctext {
	padding:2px;
	border: 1px solid #ff6600
}

input.ccbutton {
	margin:0 0 10px 40px;
	color:#fff;
	font-weight:bold;
	padding:6px 22px 6px;
	border: 1px solid #959493;
	background: #838a8f url(../_images/cc-button.jpg) repeat-x left top;
}
input.ccbutton:hover {
	cursor:pointer;
}

form#ccloginroom a {
	margin-left:70px;
}

form#ccloginroom p span {
	width:190px;
}

/* intro page */
div#ccmain h2.ccbar,
h2.ccbar {
	color:#fff;
	padding:7px 25px;
	margin: 0;
	background: #dfe0e1 url(../_images/cc-squareheader.jpg) repeat-x left top;
}

form#introform {
}

form#introform div.row {
	margin:0px 0 10px 25px;
}

form#introform label {
	float:left;
	margin-top:3px;
	width:150px;
	font-weight:bold;
	color: #333;
}

form#introform input.cctext {
	padding:2px;
	border: 1px solid #ff6600
}

form#introform input.ccbutton {
	margin:0 0 0px 40px;
}
*+html form#introform input.ccbutton {
	margin:0 0 0px 0px;
}

form#introform div.ccrow {
	background: #fff url(../_images/cc-footer.png) no-repeat left top;
	margin: 0;
	padding: 0;
	padding: 5px 0 5px 0px;
}

/** step one styles **/
div#Step1SubmitButtons {
	background: #fff url(../_images/cc-footer.png) no-repeat left top;
	margin: 0;
	padding: 0;
	padding: 8px 0 08px 0px;
}
div#Step1SubmitButtons .ccbutton {
	float: right;
	margin: 0 10px 0 0;
}
div#Step1SubmitButtons:after {
	content:".";
  	clear:both;
  	display:block;
  	height:0;
  	visibility:hidden;
}

* html div#Step1SubmitButtons
{
	height: 1%;
}
*+html div#Step1SubmitButtons
{
	min-height: 1%;
}

/** step 2 styles **/
div#Step2SubmitButtons {
	background: #fff url(../_images/cc-footer.png) no-repeat left top;
	margin: 0;
	padding: 0;
	padding: 8px 0 08px 0px;
}
div#Step2SubmitButtons .ccbutton {
	float: right;
	margin: 0 10px 0 0;
}
div#Step2SubmitButtons:after {
	content:".";
  	clear:both;
  	display:block;
  	height:0;
  	visibility:hidden;
}

* html div#Step2SubmitButtons
{
	height: 1%;
}
*+html div#Step2SubmitButtons
{
	min-height: 1%;
}

/** step three styles **/
div#Step3SubmitButtons {
	background: #fff url(../_images/cc-footer.png) no-repeat left top;
	margin: 0;
	padding: 0;
	padding: 8px 0 08px 0px;
}
div#Step3SubmitButtons .ccbutton {
	float: right;
	margin: 0 10px 0 0;
}
div#Step3SubmitButtons:after {
	content:".";
  	clear:both;
  	display:block;
  	height:0;
  	visibility:hidden;
}

* html div#Step3SubmitButtons
{
	height: 1%;
}
*+html div#Step3SubmitButtons
{
	min-height: 1%;
}

/** summary page styles **/
div.ccfooter {
	background: url(../_images/cc-footer.png) no-repeat left top;
	margin:-20px 0 0 0;
	padding: 8px 0 08px 0px;
}
div.ccfooter:after {
	content:".";
  clear:both;
  display:block;
  height:0;
  visibility:hidden;
}

* html div.ccfooter
{
	height: 1%;
}
*+html div.ccfooter
{
	min-height: 1%;
}

div.ccfooter input.ccbutton {
	float:right;
	margin:0 10px 0 0;
}

div.ccfootersubtitle {
	padding: 10px 10px 30px 10px;
	background:  url(../_images/cc-subtitlefooter.png) no-repeat left top;
}

form#editfirstmailingform {
	position: absolute; 
	right: 15px; 
	top: 5px;
}


div.MailingHouseHeader {
	margin: 0 10px 10px 0;
	width:816px;
	/*height: 43px;*/
}

div.MailingHouseHeader:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

* html div.MailingHouseHeader
{
	height: 1%;
}
*+html div.MailingHouseHeader
{
	min-height: 1%;
}

div.midcurvetop {
	width:816px;
	height:8px;
	background: url(../_images/midtopcurve.gif) no-repeat left top;
}
div.midmiddle {
	margin-left:1px;
	background: #ed5901 url(../_images/midmiddle.jpg) no-repeat left top;
}

div.midmiddle:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
* html div.midmiddle
{
	height: 1%;
}
*+html div.midmiddle
{
	min-height: 1%;
}
div.midcurvebottom {
	width:816px;
	height:8px;
	margin-bottom:10px;
	background: url(../_images/midbottomcurve.gif) no-repeat left top;
}

div.MailingHouseHeader h2 {
	float: left;
	color: white;
	margin-top: 8px;
	margin-left: 10px;
}

div.MailingHouseHeader form {
	float: right;
	margin:0;
	padding:0;
	margin-top: 0;
	margin-right: 10px;
}
div.MailingHouseHeader form input {
	margin:0;
}

div.MailingContainer {
	border: 1px solid silver; 
	margin: 0 10px 10px;
}

div.MailingHeader {
	background: #dfdfe0 url(../_images/summeryl1.jpg) repeat-x left top;	
}

div.MailingHeader:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

* html div.MailingHeader
{
	height: 1%;
}
*+html div.MailingHeader
{
	min-height: 1%;
}

div.MailingHeader h2 {
	float: left;
	margin-top: 12px;
	margin-left: 10px;
}

div#ccmain div.MailingHeader form {
	float: right;
	margin: 0;
	padding: 5px 0 5px 0;
	margin-right: 5px;
}

div#ccmain div.MailingHeader form input {
	margin: 0;
}

div.MailingContainer table tr.summaryheaderrow {
	background: #dedfe0 url(../_images/summeryl2.jpg) repeat-x left top;
	text-align: left;
}

div.MailingContainer table tr th {
	padding: 10px 5px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
div.MailingContainer table tr td {
	padding: 0px 5px;
}

div.MailingContainer table h3 {
	color: #f60;
	margin-top: 7px;
}

form#mailingform h3 a img {
	float:left; 
	margin:-2px 7px 0 0;
}

form#mailingform table {
	margin:0 0 20px 20px;
	width:775px;
	text-align:center;
}

form#mailingform table input.sinput {
	width:20px;
}

form#mailinghousedetailsform h3, form#mailinghousedetailsform2 h3 {
	margin:0 0 12px 10px;
}

form#mailinghousedetailsform div.row, form#mailinghousedetailsform2 div.row {
	margin:0 0 10px 10px;
}

form#mailinghousedetailsform div.row label {
	float:left;
	width:575px;
}

form#mailinghousedetailsform2 div.row label {
	float:left;
	width:320px;
}

/* Results page */

table#resultstable {
	margin:10px auto;
	width:798px;
	border:1px solid #c2c1c1;
	padding:0;
}

table#resultstable td {
	padding:5px 0 0 18px;
	text-align:center;
}
table#resultstable td h3 {
	margin:10px 0 0 0;
	padding:0;
}

table#resultstable td.alignleft {
	text-align:left;
}

table#resultstable tr.headingrow {
	background:#dedfe0 url(../_images/resultsheadingrow.jpg) repeat-x left top;
}

table#resultstable tr.headingrow th {
	padding-bottom:10px;
	border-bottom:1px solid #c2c1c1;
}

table#resultstable tr.total td {
	/*padding: 0 0 0 10px;*/
}

table#resultstable tr.total h3 {
	margin:0;
}

table#resultstable tr.total td {
	margin:10px 0 0 0;
	border-top:1px solid #c2c1c1;
}

table#resultstable tfoot {
	padding-top: 10px;
}

table tr.norowpadding td {
	padding-top:0;
}

table#resultsbottomtable {
	margin-left:8px;
	margin-bottom: 20px;
	border: 1px solid #cac9c8;
}

table#resultsbottomtable tr.headingrow {
	background: #e1e2e3 url(../_images/resultsbottomheadingrow.gif) repeat-x left top;
}

table#resultsbottomtable tr.headingrow th{
	padding: 13px 17px 12px 23px;
}

table#resultsbottomtable tr td {
	padding-top:0px;
	padding-left: 22px;
}

table#resultsbottomtable tr td h3 {
	padding-top:20px;
}

table#resultsbottomtable td.aligncenter {
	text-align:center;
}

div.ccgraph
{
	float: left;
	width: 270px;
	margin-bottom: 10px;
}

.clearboth
{
	clear: both;
}

.summarytext
{
	font-size: 1.25em;
	margin-left: 10px;
}

table#resultstable tr td.highlightedcolumn,
table#resultstable tr.total td.highlightedcolumn
{
	background: #ffcc66;
	padding:0;
}

/* - Tab Styles - */

div#main div#content-wide div.activetabset {
  clear:right;
  padding:15px 0 0 0;
  margin:0;
}
div#main div#content-wide div.tabset {
  margin:0;
  padding:0;
  min-height:40px;
  list-style:none;
}
div#main div#content-wide ul.tabs {
  margin:0;
  padding:0;
}
div#main div#content-wide ul.tabs li {
  float:left;
  margin:0;
  padding:0;
  min-height:40px;
  background:url('./_images/back-subnav.gif') 0 0 repeat-x;
  list-style:none;
}
div#main div#content-wide ul.tabs li h2 {
  padding:12px 7px 12px 7px;
  margin:0;
  font-size:1.17em;
  /*min-height:40px;*/
  color:#ff6609;
  background:url('./_images/back-subnav-li.gif') 0 0 no-repeat;
}
div#main div#content-wide ul.tabs li h2.first {
  background:url('./_images/back-subnav-li-first.gif') top left no-repeat;
}
div#main div#cccontent ul.tabs li.hover h2 {
  text-decoration:underline;
  cursor:pointer;
}
div#main div#content-wide ul.tabs li.current h2 {
  background:url('./_images/back-subnav-li-current.gif') top left no-repeat;
}
div#main div#content-wide ul.tabs li.current h2.first {
  background:url('./_images/back-subnav-li-first-c.gif') top left no-repeat;
}
div#main div#content-wide ul.tabs li.next h2 {
  background:url('./_images/back-subnav-li-next.gif') top left no-repeat;
}
div#main div#content-wide ul.tabs li span.last {
  display:block;
  padding-right:10px;
  background:url('./_images/back-subnav-li-end.gif') top right no-repeat;
}
div#main div#content-wide ul.tabs li.current span.last {
  background:url('./_images/back-subnav-li-end-c.gif') top right no-repeat;
}
div#main div#content-wide div.activetabset div.section {
  clear:left;
  display:none;
}
div#main div#content-wide div.activetabset div.current {
  display:block;
}
div#main div#content-wide div.section {
  width:742px;
  font-size:1em;
  background:url('./_images/back-tab-c.gif') 0 0 repeat-y;
}
div#main div#content-wide div.section div.sectiontop {
  width:742px;
  height:15px;
  background:url('./_images/back-tab-c-top.gif') 0 0 no-repeat;
}
div#main div#content-wide div.section div.sectionbottom {
  width:742px;
  height:15px;
  background:url('./_images/back-tab-c-bottom.gif') 0 0 no-repeat;
}
div#main div#content-wide div.section div.sectioncontent {
  padding:0 20px;
}
div#main div#content-wide div.section h3 {
  margin:0;
  padding:10px 0;
}
div#main div#content-wide div.section ul {
  margin:0;
  padding:0;
}
div#cccontent div.sectionbottom {
  clear:both;
}
div#main div#content-wide div.section ul li {
  margin:5px 0;
  padding:0 0 0 15px;
  list-style:none;
  background:url('./_images/back-side-nav-bullet-select.gif') 0 50% no-repeat;
}

a#logoutlink
{
	float: right;
	margin-right: 10px;
}

/*side menu adjustments for Carbon calculator page */

div#main div#navmenu-holder {
  margin:10px 0 0 0;

}

