﻿@import url(Interior.editor.css);
/* CSS styles used only for the Interior.ascx skin */

div#ContentArea
{
    background-color: #F5F5F5;
    background-image: url(gfx/Shadow.jpg);
    background-position: top right;
    
    padding-left: 30px;
    padding-right: 30px;
}    

div.Content {
    margin-right: 369px;
    _height: 100%;
    _overflow: auto;
}

div.RightPane {
    float: right;
    width: 275px;
}