@CHARSET "UTF-8";

body {
    background-color: #DADADA;
    font-family: "Trebuchet MS";
    font-size: 10pt;
    color: black;
}
.imageWarn{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF url('/images/error_icon_res.png') no-repeat 5px 10px;
}
.imageWarn div{
    float: left;
    font-size: 8pt;
    width: 75%;
}
.imageWarn div input{
    font-size: 8pt;
    padding: 2px;
}
    #imageWarnButton{
    float: right;
    width: 10%;
    padding-top: 2px;
    cursor: pointer;
    /*text-align: right;*/
}
input {
    font-family: "Trebuchet MS";
    font-size: 10pt;
}	

#floor{
    margin-top: -8px;
}

a:link {

}
#calWrapper{
    border: 1px solid black;
}
#stage {
    background: url("/images/background.png") repeat-x;
    height: 689px;
    width: 994px;
    border: 1px solid #3E3E3E;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

#pageHeader {
    background-color: #000000;
    color: white;
    border-bottom: 1px solid #3E3E3E;
    width: auto;
    height: 53px;
}

#footer {
    background-color: #FFFFFF;
    border-top: 1px solid #3E3E3E;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
}

#editiframe{
    width: 640px;
    height: 490px;
    overflow: hidden;
    border: none;
}
#editiframe2{
    width: 560px;
    height: 400px;
    overflow: hidden;
    border: none;
}

#bgImage{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#editImageButton{
    cursor: pointer;
    font-size: 8pt;
}
.calendar{
    position: relative;
    z-index: 3;

}
div.tooltip{
    background-color: #000;
    outline:1px solid #669;
    border:2px solid #fff;
    padding:10px 15px;
    width:200px;
    display:none;
    color:#fff;
    text-align:left;
    font-size:12px;

    /* outline radius for mozilla/firefox only */
    outline-radius:4px;
    -moz-outline-radius:4px;
    -webkit-outline-radius:4px;
}

#calFooter{
    position: relative;
}

#monthHangDisplay{
    position: relative;
    z-index: 3;
}
.calBackground{
    position: relative;
    z-index: 4;
}
.dayWrap{
    position: relative;
}
.dayTextWrap{
    position: absolute;
    width: 100%;
    bottom: 1px;
}
#btnAdd{
    width: 103px;
    height: 68px;
}
.swfupload{
    position: absolute;
    left: 0px;
    top: 0px;
}
.colorGroup{
    margin: 2px 0px;
    height: 20px;
    clear: both;
}

.bgImageSelect{
    float: left;
    width: 110px;
}
.dayFontSelect{
    width: 125px;
    padding-top: 2px;
    float: left;
}
.dayFontSelectMenu{
    width: 125px;
}
.textOptions{
    clear: both;
    width: auto;
    height: auto;
}
.bgColorSelect{
    float: left;
    width: auto;
}
#pageHeaderTitle {
    font-size: 10pt;
    font-weight: bold;
    float: left;
    margin-left: 11px;
    margin-top: 10px;
}

.imageSelect{
    float: left;
    padding: 7px;
}
.editSection{
    width: 278px;
    padding: 10px 8px 10px 8px;
    border-bottom: 1px solid #E6E6E6;
}
.noBorder{
    border: none;
}
.clearFloat{
    clear: both;
}
.editSectionTitle{
    font-weight: bold;
    padding-bottom: 5px;
}
.editDayIcon{


    /*padding-bottom: 5px;*/
}
#pageHeaderLinks {
    position: absolute;
    right: 10px;
    top: 19px;
    cursor: pointer;
}

.headerLink {
    float: left;
    padding: 0px 10px;
}

#sliderTrack {
    width: 175px;
    height: 12px;
    background-color: white;
    border: 1px blue solid;
    cursor: pointer;
}

#sliderHandle {
    width: 4px;
    height: 12px;
    background-color: green;
    cursor: pointer;
}
.subHead{
    color: #3C71B7;
    font-size: 10pt;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #CACACA;
    margin: 8px 0px;
}

.split30{
    float: left;
    width: 30%;
    height: 100%;
}
.split70{
    float: left;
    width: 70%;
    height: 100%;
}
.leadDay {
    color: #CACACA;
}

.trailDay {
    color: #CACACA;
}

#centerStage {
    width: 892px;
    height: 538px;
    background-color: white;
    position: relative;
    margin: 35px auto 0px auto;
    color: black;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    z-index: 1;

}
#centerStageDrop{
    position: absolute;
    width: 892px;
    height: 538px;
    margin-top: 38px;
    left: 50%;
    margin-left: -443px;
    background-color: black;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;

    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    z-index: 0;
}
#centerStage2{
    position: relative;
    width: auto;
    height: 538px;
    margin: 20px;
    color: black;
}
#innerStage {
    width: auto;
}

.stockImageElement{
    height: 75px;
    width: 100px;
}
.layout {
    /* float: left; */
    width: 150px;
    margin: 0px auto;
}

.formatLayout .layout{
    margin: 0px auto;
    width: 200px;
}
.layoutIcon {
    cursor: pointer;
    border: 3px solid white;
}

.redBorder {
    border: 3px solid red;
}

.lightRedBorder{
    border: 1px solid red !important;
}

#navWrapper {
    position: absolute;
    bottom: 31px;
    left: 0;
    width: 300px;
    height: 580px;
    color: black;
}

#leftNav {
    position: relative;
    color: black;
    background-color: white;
    border: 1px solid #CACACA;
    height: 574px;
}

#leftNavTopper{
    background-color: #FFFFFF;
    width: 298px;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    border-top: 1px solid #CACACA;
    height: 30px;
}
.leftNavTopperText{
    padding: 6px 0px 0px 8px;
}

#topNav{
    /*    position: relative;*/
    color: white;
    width: auto;
    height: 20px;
    padding: 20px 0px;
}
#topNavPrev{
    position: absolute;
    z-index: 10;
    left: 10px;
    height: 100%;
    cursor: pointer;
}

#topNavPrev a{
    color: black;
    text-decoration: none;
}
.navImage{
    position: absolute;
    left: 0px;
    top: 3px;
}
.topLeftNavItem{
    background: url('/images/arrow_leftnav_white.png') no-repeat left center;
    padding-left: 13px;
    margin-top: 2px;
}
.topRightNavItem{
    background: url('/images/arrow_rightnav_white.png') no-repeat right center;
    background-position:right;
    padding-right: 13px;
    margin-top: 2px;
}


.topNavCurrent
.topNavSelected{
    color: #FFFFFF;
    text-decoration: none;
}
.topNavCurrent{
    width: 520px;
    margin: 0px auto;
    color: #797979;
    font-size: 8pt;
    text-align: center;
}
.topNavCurrent a:link, 
.topNavCurrent a:visited{
    color: #797979;
    text-decoration: none;
}
#topNavNext span.mockLink{
    color: white;
    text-decoration: none;
    cursor:pointer;
}

#topNavNext{
    z-index: 10;
    position: absolute;
    right: 10px;
    height: 100%;
    cursor: pointer;
}

.heading{
    width: auto;
    height: auto;
    border-bottom: 1px solid #CACACA;
    padding: 15px 5px 15px 15px;
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Calendar Footer Popup Styles */
#footerImageWrapper{
    position: absolute;
    right: 15px;
    top: 5px;
    width: 175px;
    height: 175px;
}

#footerImageThumb{
    width: 175px;
}

#footerBody{
    position: relative;
    width: 625px;
}

#footerBody th, .accountBody th{
    font-size: 10pt;
    text-align: left;
    border: none;
}

#footerInfo{
    /*    position: absolute;
        left: 5px;
        top: 5px;*/
    width: 350px;
}
/* End footer popup style */

.selectMonthBox {
    border: 1px solid #8E8E8E;
    margin: 0px 1px;
    background-color: #CACACA;
    text-align: center;
    color: black;
    font-weight: bold;
    float: left;
    width: 15px;
    height: 15px;
    font-size: 8pt;
    cursor: pointer;
}
.selectMonthCompleteBox{
    background-color:  #338E44;
    color: #FFFFFF;
}


.promoText{
    position: relative;
    margin: 20px 0 0 -20px;
    padding: 8px;
    width: 500px;
    height: 300px;
    background-color: #FFF;
}
.testomonialText{
    margin: 30px 0 0 0;
    width: 400px;
    height: 200px;
    color: red;
    text-align: justify;
}
.testomonialText .testomonialQuote{
    margin-top: 5px;
    text-align: right;
}
#getStartedButtons{
    position: absolute;
    bottom: 10px;
    right: 15px;
}
#monthNav {
    height: 25px;
    border-bottom: 1px solid #e6e6e6;
    /* padding-left: 36px; */
    margin-top: 7px;
}

#monthNavWrap{
    height: 100%;
    width: 255px;
    margin: 0px auto;
}

#saveFinish {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    height: 25px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

#calStage {
    width: 665px;
    height: 580px;
    position: absolute;
    bottom: 31px;
    right: 0px;
}
#calPreview {
    width: 663px;
    height: 574px;
    position: relative;
    bottom: 0px;
    background-color: white;
    border-right: 1px solid #CACACA;
    border-left: 1px solid #CACACA;
}

#calRoundWrap{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 6px;
    width: 665px;
}

.roundLeft{
    position: absolute;
    top: 0;
    width: 6px;
    height: 6px;
    left: 0;
    background-image: url("/images/cust_cal_corner_GR_TL.png");
}

.roundMiddle{
    position: absolute;
    top: 0;
    left: 6px;
    width: 658px;
    height: 6px;
    background-color: white;
    border-right: 1px solid #CACACA;
}

.zipCode{

}

.topLeft {
    position: absolute;
    top: 0;
    width: 6px;
    height: 6px;
    left: 0;
    background-image: url("/images/TopLeftRound.png");
}
.dayText{
    text-align: center;
}
.topRight {
    position: absolute;
    top: 0;
    width: 6px;
    height: 6px;
    right: 0;
    background-image: url("/images/TopRightRound.png");
}

.lowerLeft {
    position: absolute;
    top: 0;
    width: 6px;
    height: 6px;
    left: 0;
    background-image: url("/images/LowerLeftRound.png");
}

.lowerRight {
    position: absolute;
    top: 0;
    width: 6px;
    height: 6px;
    right: 0;
    background-image: url("/images/LowerRightRound.png");
}
/* Emoticon section */

.emoticonWrapper{
    margin-top: 10px;
    height: 100px;
    width: 100%;
}
.eConLeft{
    float: left;
    width: 10px;
    height: 100%;
    background: url("/images/arrow_leftnav_black.png") no-repeat left center;
}
.eConRight{
    float: right;
    width: 10px;
    height: 100%;
    background: url("/images/arrow_rightnav_black.png") no-repeat left center;
}

.eCon{

}

#c-images{
    width: auto;
    height: 100%;
}

.eConImage{
    padding: 3px;
    width: 44px;
    height: 44px;
}

.eConSection{
    float: left;
    margin-left: 2px;
    width: 250px;
    /*display: none;*/
}

/* End Emoticon section */


.popup {
    text-align: left;
    z-index: 101;
    margin: auto;
    background-color: transparent;
}

.saran {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
}

.iconWrap {
    margin: auto;
}

#topMid {
    border-top: 1px solid #CCCCCC;
    background-color: white;
}

.title {
    font-weight: bold;
    color: black;
    font-size: 9pt;
    padding: 4px 4px 0px 3px;
}

#bottomMid {
    border-bottom: 1px solid #CCCCCC;
    background-color: white;
}

#popContent {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    padding: 5px;
    background-color: white;
}
.popClose{
    position: absolute;
    right: 6px;
    top: 6px;
    width: 14px;
    height: 14px;
    background: url("/images/close.png") no-repeat;
}
#topLeft {
    background: url("/images/corner-top-left.png") no-repeat;
}

#topRight {
    background: url("/images/corner-top-right.png") no-repeat;
}

#bottomLeft {
    background: url("/images/corner-bottom-left.png") no-repeat;
}

#bottomRight {
    background: url("/images/corner-bottom-right.png") no-repeat;
}

.progressName {
    display: none;
}

.progressWrapper {
    width: 357px;
    overflow: hidden;
}

.progressContainer {
    margin: 0px;
    padding: 5px;
    border: none;
    background-color: transparent;
    overflow: hidden;
}

.red /* Error */ {
    border: solid 1px #B50000;
    background-color: #FFEBEB;
}

.green /* Current */ {
    border: solid 1px #DDF0DD;
    background-color: #EBFFEB;
}

.blue /* Complete */ {
    border: solid 1px #CEE2F2;
    background-color: #F0F5FF;
}

.progressName {
    font-size: 8pt;
    font-weight: bold;
    color: #555555;
    width: 323px;
    height: 14px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.progressBarInProgress,.progressBarComplete,.progressBarError {
    font-size: 0px;
    width: 0%;
    height: 2px;
    background-color: blue;
    margin-top: 2px;
}

.progressBarComplete {
    width: 100%;
    background-color: green;
    visibility: hidden;
}

.progressBarError {
    width: 100%;
    background-color: red;
    visibility: hidden;
}

.progressBarStatus {
    margin-top: 2px;
    width: 337px;
    font-size: 7pt;
    font-family: Verdana;
    text-align: left;
    white-space: nowrap;
}

a.progressCancel,a.progressCancel:link,a.progressCancel:active,a.progressCancel:visited,a.progressCancel:hover
{
    font-size: 0px;
    display: block;
    height: 19px;
    width: 19px;
    text-decoration: none;
    background-image: url("/images/delete.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    float: right;
}

.review {
    width: 842px;
    height: 400px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    border-top: solid 1px #cacaca;
    border-bottom: solid 1px #cacaca;
}

.header {
    height: 25px;
    font-weight: bold;
    border-top: none !important;
    border-bottom: solid 1px #cacaca;
}

.review-body {
    width: 855px;
    height: 373px;
    overflow-y: auto;
}

.row {
    width: 100%;
    height: 125px;
    padding: 5px 0px;
}

.subrow {
    position: relative;
    width: 650px;
    height: 125px;
    display: table-cell;
    valign: middle;
}

.review-item {
    text-align: center;
    vertical-align: middle !important;
}

.no-item {
    padding-top: 50px;
    font-size: 14pt;
    text-align: center;
    vertical-align: middle !important;
}

.img {
    float: left;
    height: 100%;
    width: 190px;
}

.view {
    float: left;
    width: 190px;
}

.desc {
    float: left;
    width: 375px;
}

.quant {
    float: left;
    width: 75px;
}

.unit {
    float: left;
    width: 100px;
}

.total {
    float: left;
    width: 100px;
}

.review-item img{
    height: 100%;
}

.review-item td{
    float: none !important;
}

.review-title {
    float: left;
    text-align: center;
    border-top: none !important;
    border-bottom: none !important;
}

.currentcount {
    float: left;
    padding-left: 30px;
}

.button-row {
    clear: both;
    float: right;
    padding-right: 30px;
    padding-top: 5px;
    text-align: right;
}

.button-row2 {
}

.quantBox {
    width: 45px;
    text-align: center;
}


.shipping {
    clear: both;
}

.payment {
    clear: both;
}

.shipping-inline {
    float: left;
    width: 396px;
    height: 373px;
    padding-left: 25px;
    padding-right: 25px;
}

.payment-inline {
    float: left;
    width: 396px;
    height: 373px;
    padding-left: 25px;
    padding-right: 25px;
}

.fieldrow {
    padding-top: 5px;
    clear: both;
    height: 25px;
}

.fieldname {
    float: left;
    width: 170px;
}

.fieldvalue {
    float: left;
}

.threedigit {
    width: 30px !important;
}

.fourdigit {
    width: 40px !important;
}

sup {
    padding-left: 3px;
    color: red;
}

.required {
    position: relative;
    float: left;
    padding-left: 50px;
    color: red;
}

.shipping input, .payment input{
    text-align: center;
}

.sameas {
    text-align: left;
    width: 15px !important;
}

.stdTxtBox {
    width: 150px;
}

.smlTxtBox {
    width: 100px;
}

.vSmlTxtBox {
    width: 25px;
}

.bigTxtBox {
    width: 200px;
}

.info {
    padding-top: 10px;
    float: left;
    width: 75%;
}

.editButton {
    padding-top: 10px;
    float: left;
    width: 20%;
    text-align: right;
}

.confirm {
    float: left;
    width: 396px;
    height: 175px;
    padding: 0px 25px 0 25px;
}

.ordersummary {
    clear: both;
    width: 842px;
    padding: 25px 25px 0 25px;
}

.orderdetail {
    clear: both;
    width: 792px;
    padding: 10px 25px 0 25px;
}

.ordered {
    float: left;
    width: 100px;
}

.item {
    float: left;
    width: 600px;
}

.subtotal {
    float: left;
    width: 82px;
    padding-right: 10px;
    text-align: right;
}

.subtotal-line {
    height: 24px;
}

.ordertotals {
    clear: both;
    width: 792px;
    margin-left: 25px;
    padding-top: 10px;
    border-top: solid 1px #cacaca;
}

.shipmethod {
    float: left;
    font-weight: bold;
    width: 600px;
}

.ordertotalsdesc {
    float: left;
    width: 100px;
    font-weight: bold;
}

#hiddenInfo {
    display: none;
}

#sameAsLayer {
    display: none;
}

.popup-button {
    width: 100%;
    clear: both;
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 0;
}
