
/* CSS Document */

.table-4 tr:nth-child(even)
{
    background: #FFF;
}
.table-4 tr:nth-child(odd)
{
    background: #F5F5F5;
}
.table-4
{
    background: #F5F5F5;
}
.table-4 td, .table-4 th
{
}
.table-4 th
{
    color: #333;
    font-family: 'Helvetica Neue' , Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
}
.table-4 td
{
    line-height: 20px;
    color: #666666;
    font-family: 'Helvetica Neue' , Helvetica, Arial, sans-serif;
    font-size: small;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.table-4 caption
{
    text-align: left;
    color: #666666;
    font-weight: bold;
    font-size: 1em;
}

/* Rates */

.tblRates
{
    width: 90%;
    border-top: 1px solid #DDEBD6;
    border-right: 1px solid #DDEBD6;
    margin: 1em auto;
    border-collapse: collapse;
    border-top-color: #E1E1E1;
    border-right-color: #E1E1E1;
}
.tblRates td
{
    color: #808080;
    border-bottom: 1px solid #DDEBD6;
    border-left: 1px solid #DDEBD6;
    padding: .3em 1em;
    text-align: center;
    background-color: #EEE;
    border-bottom-color: #E1E1E1;
    border-left-color: #E1E1E1;
}

.tblRates caption
{
    font: 1.2em/2em 'Century Gothic' , 'Trebuchet MS' , Arial, Helvetica, sans-serif;
    color: #68AB3C;
    font-weight: bold;
    text-align: left;
}
.tblRatesHead td
{
    background: #808080;
    text-align: center;
    font: 1em 'Century Gothic' , 'Trebuchet MS' , Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}


.tblSubRates
{
    width: 90%;
    border-top: 1px solid #DDEBD6;
    border-right: 1px solid #DDEBD6;
    margin: 1em auto;
    border-collapse: collapse;
    border-top-color: #E1E1E1;
    border-right-color: #E1E1E1;
}
.tblSubRates td
{
    color: #808080;
    border-bottom: 1px solid #DDEBD6;
    border-left: 1px solid #DDEBD6;
    padding: .3em 1em;
    text-align: center;
    background-color: #EEE;
    border-bottom-color: #E1E1E1;
    border-left-color: #E1E1E1;
}

.tblSubRates caption
{ 
    text-align: left;
    font: 1.2em/2em 'Century Gothic' , 'Trebuchet MS' , Arial, Helvetica, sans-serif;
    color: #68AB3C;
 }

.tblSubRatesHead td
{
    background: #999999;
    text-align: center;
    font: 1em 'Century Gothic' , 'Trebuchet MS' , Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

/* Recipient */
.editRecepient
{
    background: whiteSmoke;

    background: whiteSmoke;
    border-left: solid 1px #CCC;
    border-right: solid 1px #999;
    border-top: solid 1px #999;
    border-bottom: solid 1px #CCC;

}

/* Location */
.tblLocation
{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.tblLocation td:hover
{
    background-color:#EEE;
}

/* Detail */
.tblDetail
{
    background: whiteSmoke;
}

.tblDetail th
{
    color: #333;
    font-family: 'Helvetica Neue' , Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
}
.tblDetail td
{
    line-height: 20px;
    color: #666666;
    font-family: 'Helvetica Neue' , Helvetica, Arial, sans-serif;
    font-size: small;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.tblDetail caption
{
    text-align: left;
    color: #666666;
    font-weight: bold;
    font-size: 1em;
}


/* Shoppng different by small font */
.tableShopping tr:nth-child(even)
{
    background: #FFF;
}
.tableShopping tr:nth-child(odd)
{
    background: whiteSmoke;
}
.tableShopping
{
    background: whiteSmoke;
    border-bottom: 1px solid #DDDDDD;
}
.tableShopping a
{
color:inherit;
}
.tableShopping tr:hover
{
    background: #E9F4E1;
}

.tableShopping th
{
    color: #FFFFFF;
    font-family: 'Helvetica Neue' , Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    border-left: solid 1px #CCC;
    border-right: solid 1px #999;
    border-bottom: solid 1px #CCC;
    border-top: solid 1px #999;
    color: White;
    background-color: #999;
    padding: 5px 5px 5px 5px;
}
.tableShopping td
{
    line-height: 20px;
    color: #666666;
    font-family: 'Helvetica Neue' , Helvetica, Arial, sans-serif;
    font-size: 9pt;
}

.tableShopping caption
{
    text-align: left;
    color: #666666;
    font-weight: bold;
    font-size: 1em;
}

/* Pager */

.tablePager td
{
    background: #FFF;
    margin-top: 20px;
}

.tablePager span
{
    background-color: #68AB3C;
    color: #FFF;
    padding-left: 4px;
    padding-right: 4px;
    border: 1px solid #999999;
}

.tablePager a
{
    padding-left: 4px;
    padding-right: 4px;
    border: 1px solid #999999;
    text-decoration: none;
    font-size: 11pt;
}

.tablePager td:hover
{
    background:#none;
    background: #FFF;
}

/* Account general table */
.tableAccount tr:nth-child(even)
{
    background: #FFF;
}
.tableAccount tr:nth-child(odd)
{
    background: whiteSmoke;
}
.tableAccount
{
    background: whiteSmoke;
    border-bottom: 1px solid #DDDDDD;
    margin-top: 0px;
}
.tableAccount a
{
color:inherit;
}
.tableAccount tr:hover
{
    'background: #E9F4E1;
}
.tableAccount th
{
    color: #FFFFFF;
    font-family: 'Helvetica Neue' , Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    border-left: solid 1px #CCC;
    border-right: solid 1px #999;
    border-bottom: solid 1px #CCC;
    border-top: solid 1px #999;
    color: White;
    background-color: #999;
    padding: 5px 5px 5px 5px;
}
.tableAccount td
{
    line-height: 20px;
    color: #666666;
    font-family: 'Helvetica Neue' , Helvetica, Arial, sans-serif;
    font-size: small;
}

.tableAccount caption
{
    text-align: left;
    color: #666666;
    font-weight: bold;
    font-size: 1em;
}