﻿#DefaultTable
{
    width:853px;
}

.TdLeft
{
    width:249px;
    background:url('Images/leftmenu_bg.jpg') repeat-y top;
    background-color:#ACAEAD;
    vertical-align:top;
}

.TdRight
{
    width:604px;    
    vertical-align:top;
}

#RightContent
{
    width:500px;
    min-height:600px;
    margin-left:55px;    
}

#TopGradient
{
    position:absolute;
    top:0px;
    left:0px;
    width:853px;
    height:12px;  
    background:url('Images/top_gradient.png') no-repeat top;  
}

#BottomGradient
{
    position:absolute;
    bottom:63px;
    left:0px;
    width:853px;
    height:3px;    
    background:url('Images/bottom_gradient.png') no-repeat top;
}

#MenuImage
{
    width:249px;
    height:500px;
    overflow:hidden;
}

#DefaultSplitTable{ width:500px; }
#DefaultSplitTable .ContentLeft, #DefaultSplitTable .ContentRight { width:240px; vertical-align:top; }
#DefaultSplitTable .Middle { width:20px; }
