/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    color: #f60;
}



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.header {
    border-bottom: 5px solid #f60;
}

    .header h1 {
        color: #f60;
    }

.popup-header {
    border-bottom: 5px solid #f60;
}

    .popup-header h1 {
        color: #f60;
    }

.content {
    top: 140px;
}

.footer {
    background-color: #f60;
}



/* MISC  
----------------------------------------------------------*/

.clear {
}

button:hover {
    color: #FFF;
    background: #f60;
}



/* Table */

#contentNav {
    border: 3px solid white;
}



/* Pict Table */
.picttable {
    border-color: #f60;
}

    .picttable tr td {
        border-color: #f60;
    }

.pictCatalogTable {
    background-color: #fc9;
}

.gridrow:hover {
    background-color: #f60;
}

.gridrowselected:hover {
    background-color: #f60;
}

.gridrowSel {
    background-color: #f60;
}

.partslist_head {
    background-color: #FBC39D;
}

.partslist_alternatingRow {
    background-color: #FFFFCC;
}



/*highlighting*/
.highlight {
    color: #ff6600;
}