﻿.shdw
{
    padding:0px !important;
}
.hd-r, .hd-l, .bd-r, .bd-l, .ft-r, .ft, .ft-l
{
    padding:0px !important;
}
.hd-r
{
    background:url(../../Images/Shadow-TR.png);
    width:6px;
    height:6px;
}
.bd
{
    padding:0 4px 1px 0 !important;
}
.bd-r
{
    background:url(../../Images/Shadow-R.png);
    width:6px;
}
.ft-r
{
    background:url(../../Images/Shadow-BR.png);
    width:6px;
    height:6px;
}
.ft
{
    background:url(../../Images/Shadow-B.png);
    height:6px;
}
.ft-l
{
    background:url(../../Images/Shadow-BL.png);
    width:6px;
    height:6px;
}

/* This is for borders*/
.bd.bordered
{
    border-bottom:solid 2px #e7e7e7;
    border-right:solid 2px #e7e7e7;
}
.bd-l.bordered
{
    border-bottom:solid 2px #e7e7e7;
    border-left:solid 2px #e7e7e7;
}
.hd-l.bordered
{
    border-top:solid 2px #e7e7e7;
    border-left:solid 2px #e7e7e7;
    border-right:solid 2px #e7e7e7;
}
.hd-l.bordered div  
{
    height:1px !important;
    width:1px !important;
    font-size:1px !important;
    margin:0px !important;
}

