@charset "utf-8";
/* CSS Document */


.dropshadow { 
    border-collapse:collapse;
    margin-left: auto;
    margin-right: auto;
}

.leftSide {
        width:6px !important; 
        background-image:url("../images/dropshad/l_bdr.png"); 
        background-repeat:repeat-y;  
        background-color:transparent; 
        background-attachment:scroll; 
        background-position:right top; 
        padding:0px !important;
        vertical-align:top;
}

.bottomleft {
        width:5px !important; 
        height:7px !important;
        background-image:url("../images/dropshad/bl_bdr.png"); 
        background-repeat:no-repeat; 
        background-color:transparent; 
        background-attachment:scroll; 
        background-position:right top; 
        padding:0px !important;
}

.topleft {
        width:6px !important; 
        height:7px !important;
        background-image:url("../images/dropshad/tl_bdr.png"); 
        background-repeat:no-repeat; 
        background-color:transparent; 
        background-attachment:scroll; 
        background-position:left bottom; 
        padding:0px !important;
}

.topright {
        width:5px !important; 
        height:7px !important;
        background-image:url("../images/dropshad/tr_bdr.png"); 
        background-repeat:no-repeat; 
        background-color:transparent; 
        background-attachment:scroll; 
        background-position:left bottom; 
        padding:0px !important;
}

.rightSide {
        width:5px !important; 
        background-image:url("../images/dropshad/r_bdr.png"); 
        background-repeat:repeat-y; 
        background-color:transparent; 
        background-attachment:scroll; 
        background-position:left top; 
        padding:0px !important;
} 

.bottomright {
        width:5px !important; 
        height:7px !important;
        background-image:url("../images/dropshad/br_bdr.png"); 
        background-repeat:no-repeat; 
        background-color:transparent; 
        background-attachment:scroll; 
        background-position:left top; 
        padding:0px !important;
}

.bottom {
        height:7px !important; 
        background-image:url("../images/dropshad/b_bdr.png"); 
        background-repeat:repeat-x; 
        background-color:transparent; 
        background-position:center top; 
        padding:0px !important;
} 

.top {
        height:7px !important;
        background-image:url("../images/dropshad/t_bdr.png"); 
        background-repeat:repeat-x; 
        background-color:transparent; 
        background-position:center bottom; 
        padding:0px !important;
} 

.shadowed {
        padding:0px !important;
}
					
					
