
/* -------------------------------
    Author: Stanley Xu
    All rights reserved.
   ------------------------------- */

/* Rect Yellow */
.rcYTL {background: url('rect/yeTL.gif') no-repeat}
.rcYTC {background: url('rect/yeTC.gif') repeat-x}
.rcYTR {background: url('rect/yeTR.gif') no-repeat}
.rcYL  {background: url('rect/yeL.gif') repeat-y}
.rcYC  {background: #fefae2}
.rcYR  {background: url('rect/yeR.gif') repeat-y}
.rcYBL {background: url('rect/yeBL.gif') no-repeat}
.rcYBC {background: url('rect/yeBC.gif') repeat-x}
.rcYBR {background: url('rect/yeBR.gif') no-repeat}
.rcYTL, .rcYTC, .rcYTR {height: 18px}
.rcYBL, .rcYBC, .rcYBR {height: 20px}
.rcYL,  .rcYTL, .rcYBL {width: 18px}
.rcYR,  .rcYTR, .rcYBR {width: 20px}

/* Rect Orange */
.rcOTL {background: url('rect/orTL.gif') no-repeat}
.rcOTC {background: url('rect/orTC.gif') repeat-x}
.rcOTR {background: url('rect/orTR.gif') no-repeat}
.rcOL  {background: url('rect/orL.gif') repeat-y}
.rcOC  {background: #fef0e2}
.rcOR  {background: url('rect/orR.gif') repeat-y}
.rcOBL {background: url('rect/orBL.gif') no-repeat}
.rcOBC {background: url('rect/orBC.gif') repeat-x}
.rcOBR {background: url('rect/orBR.gif') no-repeat}
.rcOTL, .rcOTC, .rcOTR {height: 18px}
.rcOBL, .rcOBC, .rcOBR {height: 20px}
.rcOL,  .rcOTL, .rcOBL {width: 18px}
.rcOR,  .rcOTR, .rcOBR {width: 20px}

