/* 
    Document   : borders
    Created on : Feb 12, 2010, 10:32:59 AM
    Author     : Hany
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.t {background: url(dot.png) 0 0 repeat-x;height:auto; }
.b {background: url(dot.png) 0 100% repeat-x;height:auto;}
.l {background: url(dot.png) 0 0 repeat-y;height:auto;}
.r {background: url(dot.png) 100% 0 repeat-y;height:auto;}
.bl {background: url(bl.png) 0 100% no-repeat;height:auto;}
.br {background: url(br.png) 100% 100% no-repeat;height:auto;}
.tl {background: url(tl.png) 0 0 no-repeat;height:auto;}
.tr {
     background: url(tr.png) 100% 0 no-repeat; padding:10px;
    height:auto;
    padding-bottom:20px;
    margin-bottom:10px;
   min-height:100px;
   text-align:center;
    }

.gt {
        background: url(gdot.png) 0 0 repeat-x;
       height:auto;
        
    }
.gb {
        background: url(gdot.png) 0 100% repeat-x;
        
    }
.gl {background: url(gdot.png) 0 0 repeat-y}
.gr {background: url(gdot.png) 100% 0 repeat-y}
.gbl {background: url(gbl.png) 0 100% no-repeat}
.gbr {background: url(gbr.png) 100% 100% no-repeat}
.gtl {background: url(gtl.png) 0 0 no-repeat}
.gtr {
        background: url(gtr.png) 100% 0 no-repeat; padding:10px;
        height:auto;
        min-height:100px;
    }




.lt {background: url(dot.png) 0 0 repeat-x;height:auto; }
.lb {background: url(dot.png) 0 100% repeat-x;height:auto;}
.ll {background: url(dot.png) 0 0 repeat-y;height:auto;}
.lr {background: url(dot.png) 100% 0 repeat-y;height:auto;}
.lbl {background: url(bl.png) 0 100% no-repeat;height:auto;}
.lbr {background: url(br.png) 100% 100% no-repeat;height:auto;}
.ltl {background: url(tl.png) 0 0 no-repeat;height:auto;}
.ltr {
     background: url(tr.png) 100% 0 no-repeat; padding:10px;
    height:auto;
    padding-bottom:5px;
    margin-bottom:5px;
   min-height:50px;
    }


