﻿.PanelTable 
{
    border-style:none;
}

.PanelUpperLeft 
{
    height:31px;
    width:5px;
    background-repeat:no-repeat;
    /*background-image:url(../Images/Panel/Panel_Upper_Repeat.png);*/
    border-left-style:solid;
    border-left-width: 1px;
    border-left-color: #333;
}

.PanelUpperMiddle 
{
    height:31px;
    background-repeat:repeat-x;
    /*background-image:url(../Images/Panel/Panel_Upper_Repeat.png);*/
    text-align:left;
}

.PanelUpperRight 
{
    height:31px;
    width:19px;
    background-repeat:no-repeat;
    /*background-image:url(../Images/Panel/Panel_Upper_RightCap.png);*/
}

.PanelUpperRightShadow 
{
    height:31px;
    width:7px;
    background-repeat:no-repeat;
    /*background-image:url(../Images/Panel/Panel_Upper_RightShadow.png);*/
}

.PanelBottomLeft 
{
    height:9px;
    width:5px;
    background-repeat:no-repeat;
    /*background-image:url(../Images/Panel/Panel_Bottom_Repeat.png);*/
    border-left-style:solid;
    border-left-width: 1px;
    border-left-color: #333;
}

.PanelBottomMiddle 
{
    height:9px;
    background-repeat:repeat-x;
    /*background-image:url(../Images/Panel/Panel_Bottom_Repeat.png);*/
}

.PanelBottomRight 
{
    height:9px;
    width:19px;
    background-repeat:no-repeat;
    /*background-image:url(../Images/Panel/Panel_Bottom_RightCap.png);*/
}

.PanelBottomRightShadow 
{
    height:9px;
    width:7px;
    background-repeat:no-repeat;
    /*background-image:url(../Images/Panel/Panel_RightShadow.png);*/
}

.PanelMiddleLeft 
{
    background-repeat:repeat-x;
    /*background-image:url(../Images/Panel/Panel_Interior_Gradient.png);*/
    border-left-style:solid;
    border-left-width: 1px;
    border-left-color: #333;
    background-color:#fff;
}

.PanelMiddleMiddle 
{
    background-repeat:repeat-x;
    /*background-image:url(../Images/Panel/Panel_Interior_Gradient.png);*/
    background-color:#fff;
    text-align:left;
}

.PanelMiddleRight 
{
    background-repeat:repeat-x;
    /*background-image:url(../Images/Panel/Panel_Interior_Gradient.png);*/
    background-color:#fff;
}

.PanelMiddleRightShadow 
{
    width:7px;
    background-repeat:repeat-y;
    /*background-image:url(../Images/Panel/Panel_Right_Repeat.png);*/
}
.PanelBottomShadowLeft 
{
    height:7px;
    width:5px;
    background-repeat:no-repeat;
    /*background-image:url(../Images/Panel/Panel_Bottom_LeftShadow.png);*/
    border-left-style:solid;
    border-left-width: 1px;
    border-left-color:transparent;
    
}

.PanelBottomShadowMiddle 
{
    height:7px;
    background-repeat:repeat-x;
    /*background-image:url(../Images/Panel/Panel_Bottom_ShadowRepeat.png);*/
}

.PanelBottomShadowRight 
{
    height:7px;
    width:19px;
    background-repeat:repeat-x;
    /*background-image:url(../Images/Panel/Panel_Bottom_ShadowRepeat.png);*/
}

.PanelBottomShadowRightShadow 
{
    height:7px;
    width:5px;
    background-repeat:no-repeat;
    /*background-image:url(../Images/Panel/Panel_Bottom_RightShadow.png);*/
}
.PanelContent 
{
    margin:8px 0px 8px 0px;
}
