@charset "utf-8";

/* BASE LAYOUT */
/* -------------------------------------- */

* {
	border: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

body {
	background: #D5E7F0 url(../images/bg_page.gif) repeat-x;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

img, div {
	behavior: url(javascript/pngfix.htc);
}

#container {
	height: 460px;
	left: 10px;
	position: absolute;
	top: 5px;
	width: 600px;
	z-index: 1;
}

#container .pageContent {
	display: none;
	width: 430px;
}


/* MAIN CONTENT */
/* -------------------------------------- */

a, a:link {
	color: #36F;
	text-decoration: underline;
}

a.info {
	cursor: help;
}

fieldset {
	margin: 5px 0 15px 0;
}

fieldset legend {
	/*background-color: #E5F2FF;*/
	background: #C9D3D9 url(../images/bg_thead_th.gif) repeat-x;
	border-top: 1px solid #E0EBF2;
	border-left: 1px solid #E0EBF2;
	border-bottom: 1px solid #B6BFC4;
	border-right: 1px solid #B6BFC4;
	color: #004D81;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0 3px 4px;
	width: 417px;
}

form input, form select {
	font-family: Arial, sans-serif;
	font-size: 10px;
}

h1 {
	border-bottom: 1px solid #DF1D25;
	color: #DF1D25;
	font-size: 20px;
	line-height: 21px;
	width: 600px;
}

h2 {
	color: #004D81;
	font-size: 16px;
	line-height: 30px;
}

label {
	font-size: 11px;
}

p {
	font-size: 11px;
}

.alertBox {
	background: #FFC url(../images/icon_alert.png) no-repeat;
	border-top: 1px solid #FFD;
	border-left: 1px solid #FFD;
	border-bottom: 1px solid #ECECBD;
	border-right: 1px solid #ECECBD;
	display: none;
	padding: 8px 8px 8px 48px;
}

.asterisk {
	color: #F00;
	margin-right: 1px;
}

#buttons {
	border-top: 1px solid #757575;
	clear: both;
	left: 10px;
	padding: 6px 2px 0 0;
	position: absolute;
	text-align: right;
	top: 405px;
	width: 430px;
	z-index: 2;
}

#buttons img {
	float: right;
	margin-left: 10px;
}

#button_back {
	display: none;
}

.clickable {
	cursor: pointer;
}

.disabledText {
	color: #999;
}

.hoverBox {
	background-color: #EEE;
	border-top: 1px solid #F6F6F6;
	border-left: 1px solid #F6F6F6;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	display: none;
	padding: 5px 5px 0 5px;
	position: absolute;
	top: 180px;
	width: 180px;
	z-index: 300;
}

.hoverBox p {
	font-size: 11px;
	margin-bottom: 1em;
}

.hoverBox em {
	font-size: smaller;
	font-style: normal;
	font-weight: normal;
}

.inputBorder {
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #999;
	border-right: 1px solid #EEE;
	border-top: 1px solid #999;
}

.item {
	border: 1px solid #FFF;
	display: none;
	float: left;
	line-height: 36px;
	padding: 5px 0;
	text-align: center;
	width: 105px;
}

.itemOptions {
	display: none;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
}

.itemOptions input {
	clear: both;
	float: left;
	margin: 3px 0 3px 3px;
	width: 20px;
}

.itemOptions label {
	font-size: 10px;
	float: left;
	line-height: 12px;
	margin: 7px 0 4px 0;
	text-align: left;
	width: 75px;
}

.itemSelected {
	background-color: #E5F2FF;
	border-top: 1px solid #E0EBF2;
	border-left: 1px solid #E0EBF2;
	border-bottom: 1px solid #B6BFC4;
	border-right: 1px solid #B6BFC4;
	font-weight: bold;
	height: 250px;
}

#page_mailPiece {
	float: left;
	width: 430px;
}

#restartLink {
	cursor: pointer;
	display: none;
	font-size: 11px;
	left: 545px;
	position: absolute;
	top: 43px;
	z-index: 5;
}

#summaryBox {
	height: 400px;
	left: 450px;
	overflow: hidden;
	position: absolute;
	top: 32px;
	width: 150px;
	z-index: 4;
}

#summaryBox h3 {
	color: #004D81;
	font-size: 14px;
	margin: 10px;
}

#summaryBox ul li {
	color: #999;
	font-size: 11px;
	margin-bottom: 4px;
	padding: 0 0 3px 10px;
	width: 139px;
}

#summaryBox ul li.summaryActive {
	color: #000;
}

#summaryBox ul li.summaryActive em {
	color: #00F;
	cursor: pointer;
	font-style: normal;
}

#summaryBox #summaryBoxClear {
	clear: both;
}

#summaryBox #summaryBoxRightCol {
	float: right;
	margin-right: 8px;
	margin-top: -14px;
	text-align: right;
	width: 35px;
}

#summaryBoxBackground {
	background: url(../images/bg_summarybox.png) no-repeat;
	height: 400px;
	left: 450px;
	position: absolute;
	top: 32px;
	width: 150px;
	z-index: 3;
}

.summaryCurrent {
	background-color: #F7F7F7;
	border-right: 1px solid #E6E6E6;
	color: #004D81 !important;
	font-weight: bold;
	padding-left: 5px;
}

#totalCost {
	border-top: 1px solid #666;
	color: #333;
	display: none;
	font-size: 11px;
	font-weight: bold;
	left: 468px;
	padding-top: 4px;
	position: absolute;
	text-align: right;
	top: 410px;
	width: 134px;
	z-index: 6;
}


/* INFO POPUPS */
/* -------------------------------------- */

#popupContent {
	background: #FFF url(../images/bg_popup.gif) repeat-x;
	border-top: 1px solid #F6F6F6;
	border-left: 1px solid #F6F6F6;
	border-bottom: 1px solid #B6BFC4;
	border-right: 1px solid #B6BFC4;
	display: none;
	left: 100px;
	padding: 10px 10px 5px 10px;
	position: absolute;
	text-align: right;
	top: 85px;
	width: 390px;
	z-index: 11;
}

#popupContent div {
	display: none;
	margin-bottom: 10px;
	text-align: left;
}

#popupContent em {
	color: #006;
	font-style: normal;
	font-weight: bold;
}

#popupContent h3 {
	border-bottom: 1px solid #004276;
	color: #004276;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 5px;
}

#popupContent p {
	margin-bottom: 1em;
}

#popupContent p, #popupContent li {
	font-size: 11px;
	list-style: inside disc;
}

#popupContent #imgNonRect {
	margin-left: 50px;
}

#popupContent #popupError h3 {
	border-bottom: 1px solid #C00;
	color: #C00;
}

#popupContent #popupError p {
	color: #900;
}

#popupContent #popupMessage h3 {
	border-bottom: 1px solid #333;
	color: #333;
}

#popupContent #popupMessage p {
	color: #000;
}

#popupContent #popupinfoSerial div {
	float: left;
	width: 180px;
}

#popupContent #popupinfoSerial img {
	float: right;
}

#popupContent img#btnYes, #popupContent img#btnNo {
	display: none;
	float: right;
	margin-left: 5px;
}

#popupContent img#btnOk, #popupContent img#btnCancel {
	display: none;
	float: right;
	margin-left: 5px;
}

#popupShadeOut, #welcomeShadeOut {
	-moz-opacity:.50;
	background-color: #000;
	display: none;
	filter: alpha(opacity=50);
	height: 2000px;
	left: 0;
	opacity: .50;
	overflow: auto;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

#popupShadeOut iframe {
	/* this corrects IE6 z-index select bug */
	display: none;
	display/**/:block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
	width: 3000px;
	height: 3000px;
}


/* WELCOME MESSAGE */
/* -------------------------------------- */

#welcomePopupBg {
	background: url(../images/bg_welcome.png) no-repeat;
	display: none;
	height: 378px;
	left: 45px;
	position: absolute;
	top: 40px;
	width: 530px;
	z-index: 11;
}

#welcomeContent {
	display: none;
	height: 378px;
	left: 45px;
	padding: 30px 20px;
	position: absolute;
	top: 40px;
	width: 530px;
	z-index: 12;
}

#welcomeContent h2 {
	font-size: 20px;
}

#welcomeContent p {
	font-size: 11px;
	margin: 1em 0;
	width: 200px;
}

#welcomeContent #btnGo {
	margin-top: 20px;
}

#welcomeContent #popupCheckBox {
	margin-top: 70px;
}

/* MAIL PIECE PAGE */
/* -------------------------------------- */

#container #page_mailPiece {
	display: block;
}

.hoverBox#hover_itemPostcard {
	left: 10px;
}

.hoverBox#hover_itemLetter {
	left: 110px;
}

.hoverBox#hover_itemLargeEnvelope {
	left: 220px;
}

.hoverBox#hover_itemPackage {
	left: 330px;
}

#itemPackage p {
	line-height: 24px;
}

#itemPackage p input {
	margin-right: -6px;
	padding-right: 2px;
	text-align: right;
}

#itemPackage .itemOptions input {
	clear: none;
	float: left;
}

#itemPackage .itemOptions label {
	clear: both;
	float: left;
	text-align: right;
	width: 55px;
}

#itemPackage #cb_nonRect {
	clear: both;
}

#itemPackage #cb_nonRectLbl {
	clear: none;
	text-align: left;
	width: 75px;;
}

#itemPackage #packageType {
	margin: 0 0 10px 2px;
	width: 105px;
}


/* WEIGHT PAGE */
/* -------------------------------------- */

#form_weight {
	margin: 10px 0 0 5px;
}

.spinnerDiv {
	float: left;
	height: 16px;
	margin: 0 2px 15px 0;
	width: 15px;
}

.spinnerLabel {
	float: left;
	width: 20px;
}

#weightLbs, #weightOz {
	float: left;
	font-size: 12px;
	height: 14px;
	padding-right: 2px;
	text-align: right;
	width: 30px;
}

#weightOz {
	margin-left: 10px;
}

#weightManual {
	clear: both;
}

#weightManualLabel, #weightScaleLabel {
	position: relative;
	top: -2px;
}

/* PRINT ON PAGE */
/* -------------------------------------- */

.hoverBox#hover_itemNetStamps {
	left: 10px;
}

.hoverBox#hover_itemEnvelope, .hoverBox#hover_itemPrintPostcard {
	left: 110px;
}

.hoverBox#hover_itemLabels {
	left: 220px;
}

.hoverBox#hover_itemPlainPaper {
	left: 330px;
	width: 140px;
}

#itemEnvelope {
	width: 130px;
	height: 230px;
}

#itemEnvelope .overImage {
	background: url(../images/graphic_envelope_arrows.png) no-repeat;
	display: none;
	height: 60px;
	left: 124px;
	position: absolute;
	top: 96px;
	width: 97px;
	z-index: 7;
}

#itemEnvelope .overImage #infoEnvLength img {
	margin: 43px 0 0 14px;
}

#itemEnvelope #envSize {
	width: 111px;
}

#itemLabels {
	height: 180px;
	width: 130px;
}

#itemLabels #labelType {
	width: 111px;
}

#itemNetStamps {
	width: 111px;
	height: 235px;
}

#itemNetStamps .itemOptions {
	margin-top: -10px;
}

#itemNetStamps .itemOptions label {
	margin-left: 5px;
	width: 100%;
}

#itemNetStamps .itemOptions #nsLabels {
	color: #F00;
	display: none;
	line-height: 14px;
	margin-top: 20px;
	text-align: left;
}

#itemNetStamps .itemOptions #nsQuant {
	margin-top: -3px;
	width: 92px;
}

#itemNetStamps .itemOptions #nsSerial {
	margin: -3px 0 0 6px;
	padding: 1px 2px;
	text-transform: uppercase;
	width: 88px;
}

#itemPlainPaper {
	height: 180px;
	width: 130px;
}

#itemPlainPaper #plainPaperType {
	width: 111px;
}

#itemPrintPostcard {
	height: 150px;
	width: 130px;
}

#itemPrintPostcard #postcardSize {
	width: 111px;
}

#labelTypeMessage {
	font-size: 11px;
	margin: -20px 0 0 45px;
	width: 280px;
}


/* RETURN ADDRESS PAGE */
/* -------------------------------------- */

#dontPrintMessage{
	color: #F00;
	display: none;
	left: 182px;
	position: absolute;
	text-align: left;
	top: 345px;
	width: 220px;
	z-index: 12;
}

#form_returnAddress {
	margin-top: 10px;
	text-align: right;
	width: 320px;
}

#form_returnAddress input {
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	width: 160px;
}

#form_returnAddress input#retAddDontPrint {
	margin-right: 7px;
	width: 15px;
}

#form_returnAddress input#retAddZipCode {
	margin-right: 90px;
	width: 70px;
}

#form_returnAddress p {
	margin-bottom: 10px;
}

#form_returnAddress p.formAlign {
	text-align: left;
	width: 160px;
}

#form_returnAddress select {
	font-size: 12px;
	width: 162px;
}

#prevReturn {
	border-bottom: 1px solid #757575;
	display: none;
	margin-bottom: 10px;
	width: 280px;
}

.reqMsg {
	left: 20px;
	position: absolute;
	text-align: left;
	top: 385px;
	width: 220px;
	z-index: 13;
}


/* DELIVERY ADDRESS PAGE */
/* -------------------------------------- */

#form_deliveryAddress {
	margin-top: 10px;
	text-align: right;
	width: 320px;
}

#form_deliveryAddress input {
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	width: 160px;
}

#form_deliveryAddress input#delAddEmailCb {
	margin-right: 7px;
	width: 15px;
}

#form_deliveryAddress input#delAddZipCode {
	margin-right: 90px;
	width: 70px;
}

#form_deliveryAddress p {
	margin-bottom: 10px;
}

#form_deliveryAddress p.formAlign {
	text-align: left;
	width: 160px;
}

#form_deliveryAddress select {
	font-size: 12px;
	width: 162px;
}

#emailField {
	display: none;
}

#international {
	margin-top: 20px;
	text-align: right;
}

#invalidEmail {
	color: #F00;
	font-size: 11px;
	font-style: italic;
	left: 72px;
	position: relative;
	top: -28px;
	visibility: hidden;
	width: 250px;
}

#returnAddressLink {
	position: absolute;
	left: 260px;
	top: 31px;
}


/* DELIVERY SPEED & COST PAGE */
/* -------------------------------------- */

table tbody td {
	background: #E7DBBE url(../images/bg_tbody_td.gif) repeat-x;
	color: #555;
}

table#mailClassTable {
	border-top: 1px solid #F6F6F6;
	border-left: 1px solid #F6F6F6;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	cursor: default;
	margin: 10px 0 0 8px;
	width: 422px;
}

table#mailClassTable td {
	font-size: 11px;
	height: 19px;
	padding: 2px;
}


table#mailClassTable td a.info img {
	margin: 0 0 -2px 4px;
}

table#mailClassTable th {
	background: #C9D3D9 url(../images/bg_thead_th.gif) repeat-x;
	color: #004D81;
	font-size: 12px;
	font-weight: bold;
	height: 21px;
	padding: 2px;
	text-align: left;
}

table#mailClassTable th.header {
	cursor: pointer;
}

#expressMailOptions {
	display: none;
	margin: 10px 0 0 8px;
	width: 422px;
}

.lastCol {
	padding-right: 5px !important;
	text-align: right !important;
}

#mailingDateBox {
	display: none;
	margin: 5px 0 0 8px;
	width: 422px;
}

#mailingDateBox input#mailingDate {
	margin: 0;
	width: 65px;
	font-size: 12px;
}

#page_deliverySpeed .align1 {
	clear: both;
	float: left;
	padding-right: 3px;
	text-align: right;
	width: 108px;	
}

#page_deliverySpeed .align2 {
	float: left;
	width: 220px;	
}

#page_deliverySpeed .align3 {
	float: right;
	margin-top: 46px;
	padding-right: 5px;
	text-align: right;
	width: 50px;	
}

#page_deliverySpeed #availDateMessage {
	font-size: 11px;
	margin: 10px 0 0 45px;
	width: 280px;
}

#page_deliverySpeed #noMailClassMessage {
	font-size: 11px;
	margin: 10px 0 0 45px;
	width: 280px;
}


#page_deliverySpeed noSmallFlatRateBox {
	font-size: 11px;
	margin: 10px 0 0 45px;
	width: 280px;
}

.selectedMailClass {
	background: #F6EBCD url(../images/bg_tbody_td_lit.gif) repeat-x;
	color: #555;
}

#zipBox {
	display: none;
	margin: 8px 0 0 8px;
	width: 422px;
}

#zipBox input#mailClassZip {
	margin: 0;
	width: 40px;
	font-size: 12px;
}

/* ADDITIONAL OPTIONS PAGE */
/* -------------------------------------- */

#form_additionalOptions select {
	font-size: 11px;
	width: 120px;
}

#form_additionalOptions select#eConfirmation {
	width: 205px;
}

#form_additionalOptions select#insUsing {
	width: 100px;
}

#form_additionalOptions #insFor {
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #999;
	border-right: 1px solid #EEE;
	border-top: 1px solid #999;
	font-size: 12px;
	height: 16px;
	margin-left: 2px;
	width: 55px;
}

#form_additionalOptions #regMailVal {
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #999;
	border-right: 1px solid #EEE;
	border-top: 1px solid #999;
	font-size: 12px;
	height: 16px;
	margin-left: 2px;
	width: 45px;
}

#page_additionalOptions fieldset {
	display: none;
}

#page_additionalOptions fieldset .align1 {
	float: left;
	height: 21px;
	padding-top: 3px;
	width: 115px;
}

#page_additionalOptions fieldset .align1 img {
	margin: 0 0 -2px 3px;
}

#page_additionalOptions fieldset .align2 {
	float: left;
	height: 21px;
/*	white-space: nowrap;*/
}

#page_additionalOptions fieldset .align3 {
	height: 21px;
	padding-top: 3px;
	float: right;
}

#page_additionalOptions fieldset .row {
	clear: both;
	display: none;
	margin: 10px 0 0 8px;
}

#page_additionalOptions #mailValue {
	display: none;
}

#page_additionalOptions #requiredForms {
	margin: 50px 0 0 16px;
	padding-bottom: 0;
	width: 346px;
}

#page_additionalOptions #requiredForms p {
	margin-bottom: 8px;
}


/* READY TO PRINT PAGE */
/* -------------------------------------- */

#buttons_readyToPrint {
	clear: both;
	padding-top: 7px;
	position: absolute;
	top: 405px;
	width: 580px;
	z-index: 2;
}

#buttons_readyToPrint img {
	float: right;
	margin-left: 10px;
}

#page_readyToPrint.pageContent {
	width: 600px;
}

#printPreview {
	float: left;
	margin: 22px 0 0 0;
	width: 119px;
}

#printPreviewLink {
	background: #E5F2FF url(../images/bg_printpreview.gif) no-repeat;
	color: #004D81;
	cursor: pointer;
	font-weight: bold;
	height: 26px;
	margin-top: 5px;
	text-align: center;
	width: 119px;
}

#printPreviewLink p {
	margin-top: 6px;
}

#readyCostPerStamp {
	display: none;
	margin: 2px 8px 0 0;
	text-align: right;
}

#readyItems {
	border-bottom: 1px solid #757575;	
}

#readyItems ul li {
	font-size: 11px;
	margin-bottom: 4px;
	padding: 0 0 3px 10px;
}

#readyItems ul li em {
	color: #00F;
	cursor: pointer;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

#readyItems #readyItemsClear {
	clear: both;
}

#readyItems #readyItemsRightCol {
	float: right;
	margin-right: 8px;
	margin-top: -14px;
	text-align: right;
	width: 45px;
}

#readyRestartLink {
	position: absolute;
	left: 560px;
	top: 31px;
}

#readyRight {
	float: left;
	margin: 18px 0 0 20px;
	width: 461px;
}

#readySave {
	margin-top: 10px;
}

#readySave strong {
	color: #004D81;
}

#readyTotal {
	margin: 2px 8px 0 0;
	text-align: right;
}

#readyTotal p {
	color: #004D81;
	font-size: 13px;
	font-weight: bold;
}

#readyTotal p em {
	color: #DF1D25;
	font-style: normal;
}


/* CONFIRMATION PAGE */
/* -------------------------------------- */

#button_another {
	margin: 15px 0;
}

#conf1 img {
	margin: 0 26px 0 15px;
}

#conf2 img {
	margin: 5px 21px 0 15px;
}

#conf3 img {
	margin: 10px 10px 0 15px;
}

.confirmationItem {
	background: #FFF url(../images/bg_confirmation.gif) no-repeat;
	color: #333;
	height: 77px;
	margin-top: 5px;
	width: 384px;
}

.confirmationItem img {
	float: left;
}

.confirmationItem p {
	margin-top: 7px;
}

.confirmationItem p em {
	color: #004D81;
	font-style: normal;
	font-weight: bold;
}