﻿@import url(Interior.editor.css);
/* CSS styles used only for the Interior.ascx skin */

td#LeftArea {
    width: 283px;
    vertical-align: top;
}

    td#LeftArea .HSpacer { width: 283px; }
    
    div#LeftNav {
        margin-left: 20px;
        margin-right: 30px;
    }

        div#LeftMenu {
            padding: 4px;
            margin-bottom: 12px;
            min-height: 184px;
            background-color: #195626;
        }
    
        div.LeftPane {
            padding: 4px;
            background-color: #C8D9C8;
        }    
    
            div.LeftPane .Simple_SectionTitle { font-size: 14px; }

td#ContentArea {
    width: 100%;
    vertical-align: top;
}

    div#ContentAreaDiv {
        margin-right: 30px;
    }
    
#Breadcrumb {
    height: 38px;
    line-height: 38px;
}

    #Breadcrumb,
    #Breadcrumb a
    {
        color: #195626;
        font-size: 10.5px;
        font-weight: bold;
    }

    