/*
    Associa Blue:
        C: 100
        M: 64
        Y: 0
        K: 60

        R:0
        G:42
        B:2

        Web Safe: #002b5c

    Associa Gold:
        C: 0
        M: 35
        Y: 90
        K: 0

        R: 251
        G: 176
        B: 52

        Web Safe: #fbb034
*/

.background {
    background: #fff url('/public/img/layout/body/background_mytcmail.png') repeat-x bottom left;
    height: 700px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.card .section_header {
    background: #002b5c;
    color: #fafafa;
    margin-bottom: 12px;
    padding: 10px;
    text-shadow: 0 1px 0 #000;
}

.global_navigation {
    background-color: #003478;
    border-radius: 8px;
    box-shadow: 1px 3px 6px #888;
    height: 36px;
    margin-top: 8px;
    -moz-border-radius: 8px;
    -moz-box-shadow: 1px 3px 6px #888;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 1px 3px 6px #888;
}

.nav.global.pages li.new_order a {
    background-color: #d22424;
    text-shadow: #1a5892 0 -1px 0;
}

.contact_wrapper {
    background: url('/resource/img/layout/logos/mytcmail_mini.png') no-repeat left bottom;
    float: left;
    height: 60px;
    padding-left: 130px;
    width: 240px;
}

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	display: table-cell;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
/* DivTable.com */
