

table {
    border-collapse: collapse;
}

table, td {
    padding: 0px;
}

/* OVERRIDES */

table {
    width: 100%;
}

table, tr, td, .Controls table {
    border: 0;
}

a {
    color: #069;
}

.Controls table, .Controls table td, .Controls table td,
.controlItemLabel table, .controlItemLabel table td, .controlItemLabel table td {
    margin: 0 !important;
    border-spacing: 0;
    width: auto;
}

td.controlItemLabel {
   /*width: 260px !important;*/
}


.QuotePageLayoutTable table th, .AttributesHeader2 {
    color: #FFF;
    background: #069;
}


.ErrMsg br {
    display: none;
}

.errorLink {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    text-decoration: none;
    background: #F00;
    width: 100%;
    display: block;
    margin: 1px;
    padding: 3px;
    border-radius: 3px;
}

    .errorLink:hover {
        color: #FFF;
    }


/* STRUCTURE */
.Controls {
    background: transparent;
}

.Controls .Controls table,
.controlItemLabel .controlItemLabel table {
        width: auto;
    }

td.EmptyRow {
    height: 0;
    padding: 0;
}

.Controls td, 
.controlItemLabel td { /*border-bottom:1px solid #F0F;*/
    padding: 5px;
    background: #EEE;
}

.QuotePageLayoutTable table th {
    color: #FFF;
    background: #069;
}

.Controls td table td,
.controlItemLabel td table td {
    border: 0;
    padding: 0;
    background: none;
}

.pageheader, .AttributesHeader, .QuotePageLayoutTable table th.pageheader {
    font-size: 24px;
    color: #424953;
    padding: 40px 0 0 10px;
    font-family: 'Geared' !important;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: transparent;
    text-align: left;
}

.AttributesHeader {
    font-size: 16px;
}

.InnerTable {
    border: 0;
    /*max-width: 840px;*/
}

#tdControlItemRight {
    background: transparent;
    background: #EEE;
}

.InnerRows {
    background: #EEE !important;
}

    .InnerRows td {
        border-bottom: 1px solid #CCC;
    }

        .InnerRows td td {
            border: 0;
        }

.InnerTable {
    background: #EEE;
}

.pageheader,
.AttributesHeader {
    background: #FFF !important;
}

.AlignRight, .AlignLeft {
    background: #FFF;
}




.HelpButton {
    display: inline-block;
    border: 1px solid #CCC !important;
    margin-bottom: -5px;
    padding: 2px;
    background: #FFF;
}

/* FORMS */






label, .lbl {
    font-size: 12px;
    font-weight: bold;
    padding: 0 20px 0 5px;
}

.lbl {
    display: block;
}

.InnerRows .Controls .lbl {
    padding: 0;
}
