﻿.SiteBackground
{
        background-image:url(Images/SiteBackground/SiteBackground.png);
        background-repeat:repeat-x;
        background-color:#31454d;
}

.ContentShadow_B
{
    background-image:url(Images/SiteBackground/BackgroundShadow_B.png);
    background-position:left top;
    background-repeat:repeat-x;
    min-height:22px;
    text-align:center;
}
.ContentChadow_L
{
    text-align:right;
    vertical-align:top;
    background-image:url(Images/SiteBackground/BackgroundShadow_L.png);
    background-repeat:repeat-Y;
    background-position :right;
    width:13px;
}
.ContentChadow_R
{
    text-align:left;
    vertical-align:top;
    background-image:url(Images/SiteBackground/BackgroundShadow_R.png);
    background-repeat:repeat-Y;
    background-position: left;
    width:13px;
}
.ContentChadow_T
{
    
    background-image:url(Images/SiteBackground/BackgroundShadow_T.png);
    background-repeat:repeat-X;
    background-position :left bottom;
    height:22px;
}
.ContentChadow_LT
{
    
    background-image:url(Images/SiteBackground/BackgroundShadow_T.png);
    background-repeat:repeat-x;
    width:13px;
    height:22px;
}
#ContentChadow_LTImg
{
    
    background-image: url(Images/SiteBackground/BackgroundShadow_LT.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 349px;
}
#ContentChadow_RTImg
{
    
    background-image: url(Images/SiteBackground/BackgroundShadow_RT.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 349px;
}
.ContentChadow_RT
{
    background-image:url(Images/SiteBackground/BackgroundShadow_T.png);
    background-repeat:repeat-x;
    background-position : right;
    width:13px;
    height:22px;
}
.ContentChadow_LB
{
    background-image:url(Images/SiteBackground/BackgroundShadow_LB.png);
    background-repeat:no-repeat;
    width:13px;
    height:22px;
}
.ContentChadow_RB
{
    background-image:url(Images/SiteBackground/BackgroundShadow_RB.png);
    background-repeat:repeat-Y;
    background-position : right;
    width:13px;
    height:22px;
}
.ContentChadow
{
    background-color:White;
}

