﻿@import url(Interior.editor.css);
/* CSS styles used only for the Interior.ascx skin */

.BodyLeftAreaWidth { width: 209px; } /* for the TD and the spacer gif */
.BodyRightAreaWidth { width: 139px; }

.BodyHeader {
    text-align: center;
    border-top: 6px solid #7C1819;
    border-bottom: 6px solid #7C1819;
}

.BodyTitle {
    border-bottom: 6px solid #7C1819;
    padding-top: 8px;
    padding-bottom: 8px;
}

    .BodyTitle h1 {
        margin: 0;
        padding: 0;
    }

.ContentPane,
.BodyTitle
{
    padding-left: 32px;
    padding-right: 32px;
}

.BodyContent
{
    min-height: 488px;
    background-image: url(gfx/Body_Main.png);
}

    * html .BodyContent { height: 488px; } /* ie6 min-height fix */
        
