﻿.bottomBorder 
{
    height:15px;
    min-height:15px;
    max-height:15px;
    background-color:#e6e3dc;    
}

.bottomCenterBorder
{
    background-color:#e6e3dc;
    background-image:url("../images/drop-shadow-bottom-center-tile-1px.jpg");
    background-repeat:repeat-x;
    height:15px;
    min-height:15px;
    max-height:15px;
}

.bottomLeftBorder
{
    background-color:#e6e3dc;
    background-image:url("../images/drop-shadow-bottom-left.jpg");
    background-repeat:no-repeat;
    height:15px;
    min-height:15px;
    max-height:15px;
    width:9px;
}

.bottomRightBorder
{
    background-image:url("../images/drop-shadow-bottom-right.jpg");
    background-repeat:no-repeat;
    height:15px;
    line-height:15px;
    min-height:15px;
    max-height:15px;
    width:9px;
}

.dropShadowContentCell 
 {
     background-color:#f3f3f3;
     text-align:justify;
 }
 

.leftBorder
{
    width:9px;
    max-width:9px;
    min-width:9px;
    background-color:#e6e3dc;
    background-image:url("../images/drop-shadow-center-left-tile-1px.jpg");
    background-repeat:repeat-y;
    
}
.topBorder 
{
    height:8px;
    min-height:8px;
    max-height:8px;
    background-color:#e6e3dc;    
}

.topCenterBorder
{
    background-color:#e6e3dc;
    background-image:url("../images/drop-shadow-top-center-tile-1px.jpg");
    background-repeat:repeat-x;
    height:8px;
    min-height:8px;
    max-height:8px;
}

.topLeftBorder
{
    background-color:#e6e3dc;
    background-image:url("../images/drop-shadow-top-left.jpg");
    background-repeat:no-repeat;
    height:8px;
    min-height:8px;
    max-height:8px;
    width:9px;
}

.topRightBorder
{
    background-color:#e6e3dc;
    background-repeat:no-repeat;
    background-image:url("../images/drop-shadow-top-right.jpg");
    height:8px;
    min-height:8px;
    max-height:8px;
    width:9px;
}

.rightBorder
{
    width:9px;
    max-width:9px;
    min-width:9px;
    background-color:#e6e3dc;
    background-image:url("../images/drop-shadow-center-right-tile-1px.jpg");
    background-repeat:repeat-y;
    
}