/* Written by sb5colorgrid */
    

/* Default Admin Colors */  
.bkgd0a { background-color: #bfdaed; }
.bkgd0b { background-color: #99c4e2; }
.bkgd0c { background-color: #006bb6; }
.bkgd0d { background-color: #004b80; }
.bkgd0e { background-color: #003053; }
    
.bkgd1a { background-color: #bfebfb; }
.bkgd1b { background-color: #99dff9; }
.bkgd1c { background-color: #00aeef; }
.bkgd1d { background-color: #0079a7; }
.bkgd1e { background-color: #004e6c; }
    
.bkgd2a { background-color: #bfedea; }
.bkgd2b { background-color: #99e3de; }
.bkgd2c { background-color: #00b9ad; }
.bkgd2d { background-color: #008179; }
.bkgd2e { background-color: #00534e; }
    
.bkgd3a { background-color: #f2f4cc; }
.bkgd3b { background-color: #e0edae; }
.bkgd3c { background-color: #b2d235; }
.bkgd3d { background-color: #7c9325; }
.bkgd3e { background-color: #505f18; }
    
.bkgd4a { background-color: #ffffbf; }
.bkgd4b { background-color: #ffff99; }
.bkgd4c { background-color: #ffff00; }
.bkgd4d { background-color: #b2b200; }
.bkgd4e { background-color: #737300; }
    
.bkgd5a { background-color: #fff0c3; }
.bkgd5b { background-color: #ffe79f; }
.bkgd5c { background-color: #ffc20e; }
.bkgd5d { background-color: #b2870a; }
.bkgd5e { background-color: #735706; }
    
.bkgd6a { background-color: #fcd4c1; }
.bkgd6b { background-color: #f9b595; }
.bkgd6c { background-color: #f5834e; }
.bkgd6d { background-color: #ab5b36; }
.bkgd6e { background-color: #6e3b23; }
    
.bkgd7a { background-color: #f9afbb; }
.bkgd7b { background-color: #f47689; }
.bkgd7c { background-color: #ed1a3b; }
.bkgd7d { background-color: #a51229; }
.bkgd7e { background-color: #6b0c1b; }
    
.bkgd8a { background-color: #f9adc6; }
.bkgd8b { background-color: #f4729d; }
.bkgd8c { background-color: #ed145b; }
.bkgd8d { background-color: #a50e40; }
.bkgd8e { background-color: #6b0929; }
    
.bkgd9a { background-color: #f1add7; }
.bkgd9b { background-color: #e872bb; }
.bkgd9c { background-color: #d8148d; }
.bkgd9d { background-color: #970e62; }
.bkgd9e { background-color: #610940; }
    
.bkgd10a { background-color: #dfb2d8; }
.bkgd10b { background-color: #c87bbb; }
.bkgd10c { background-color: #a3238e; }
.bkgd10d { background-color: #721863; }
.bkgd10e { background-color: #4a1a40; }
    
.bkgd11a { background-color: #b2bcdc; }
.bkgd11b { background-color: #7a8cc2; }
.bkgd11c { background-color: #21409a; }
.bkgd11d { background-color: #172d6b; }
.bkgd11e { background-color: #0f1d45; }

.grey00 { background-color: #fbfbfc; }
.grey01 { background-color: #f9f9fa; }
.grey02 { background-color: #f1f2f3; }
.grey03 { background-color: #e4e6e7; }
.grey04 { background-color: #d6dada; }
.grey05 { background-color: #c8cdce; }
.grey06 { background-color: #9fa7aa; }
.grey07 { background-color: #758285; }
.grey08 { background-color: #4c5d61; }
.grey09 { background-color: #23373d; }
.grey10 { background-color: #1c2d32; }
.grey11 { background-color: #142327; }
.grey12 { background-color: #0d191d; }
/*  END Default Admin Colors */ 
 
    
/* Default Colors for Grid Set Up */

.cbody  { background: rgba(  180, 180,   0 , 1.0); }
.cbody-08  { background: rgba(  180, 180,   0 , 0.8); }
.cbody-06  { background: rgba(  180, 180,   0 , 0.6); }
.cbody-04  { background: rgba(  180, 180,   0 , 0.4); }
.cbody-02  { background: rgba(  180, 180,   0 , 0.2); }

.whead  { background: rgba(  146,  50,  32 , 1.0); }
.whead-08  { background: rgba(  146,  50,  32 , 0.8); }
.whead-06  { background: rgba(  146,  50,  32 , 0.6); }
.whead-04  { background: rgba(  146,  50,  32 , 0.4); }
.whead-02  { background: rgba(  146,  50,  32 , 0.2); }

.mhead  { background: rgba(  147,  80,  31 , 1.0); }
.mhead-08  { background: rgba(  147,  80,  31 , 0.8); }
.mhead-06  { background: rgba(  147,  80,  31 , 0.6); }
.mhead-04  { background: rgba(  147,  80,  31 , 0.4); }
.mhead-02  { background: rgba(  147,  80,  31 , 0.2); }

.chead  { background: rgba(  148, 125,  30 , 1.0); }
.chead-08  { background: rgba(  148, 125,  30 , 0.8); }
.chead-06  { background: rgba(  148, 125,  30 , 0.6); }
.chead-04  { background: rgba(  148, 125,  30 , 0.4); }
.chead-02  { background: rgba(  148, 125,  30 , 0.2); }

.cfoot  { background: rgba(  105, 135,  40 , 1.0); }
.cfoot-08  { background: rgba(  105, 135,  40 , 0.8); }
.cfoot-06  { background: rgba(  105, 135,  40 , 0.6); }
.cfoot-04  { background: rgba(  105, 135,  40 , 0.4); }
.cfoot-02  { background: rgba(  105, 135,  40 , 0.2); }

.mfoot  { background: rgba(   90, 125,  45 , 1.0); }
.mfoot-08  { background: rgba(   90, 125,  45 , 0.8); }
.mfoot-06  { background: rgba(   90, 125,  45 , 0.6); }
.mfoot-04  { background: rgba(   90, 125,  45 , 0.4); }
.mfoot-02  { background: rgba(   90, 125,  45 , 0.2); }

.wfoot  { background: rgba(   75, 115,  50 , 1.0); }
.wfoot-08  { background: rgba(   75, 115,  50 , 0.8); }
.wfoot-06  { background: rgba(   75, 115,  50 , 0.6); }
.wfoot-04  { background: rgba(   75, 115,  50 , 0.4); }
.wfoot-02  { background: rgba(   75, 115,  50 , 0.2); }

.bleft  { background: rgba(    0, 105, 101 , 1.0); }
.bleft-08  { background: rgba(    0, 105, 101 , 0.8); }
.bleft-06  { background: rgba(    0, 105, 101 , 0.6); }
.bleft-04  { background: rgba(    0, 105, 101 , 0.4); }
.bleft-02  { background: rgba(    0, 105, 101 , 0.2); }

.aleft  { background: rgba(    0, 105, 140 , 1.0); }
.aleft-08  { background: rgba(    0, 105, 140 , 0.8); }
.aleft-06  { background: rgba(    0, 105, 140 , 0.6); }
.aleft-04  { background: rgba(    0, 105, 140 , 0.4); }
.aleft-02  { background: rgba(    0, 105, 140 , 0.2); }

.arght  { background: rgba(    0,  80, 120 , 1.0); }
.arght-08  { background: rgba(    0,  80, 120 , 0.8); }
.arght-06  { background: rgba(    0,  80, 120 , 0.6); }
.arght-04  { background: rgba(    0,  80, 120 , 0.4); }
.arght-02  { background: rgba(    0,  80, 120 , 0.2); }

.brght  { background: rgba(    0,  60,  90 , 1.0); }
.brght-08  { background: rgba(    0,  60,  90 , 0.8); }
.brght-06  { background: rgba(    0,  60,  90 , 0.6); }
.brght-04  { background: rgba(    0,  60,  90 , 0.4); }
.brght-02  { background: rgba(    0,  60,  90 , 0.2); }

.mmenu  { background: rgba(   91,  32,  93 , 1.0); }
.mmenu-08  { background: rgba(   91,  32,  93 , 0.8); }
.mmenu-06  { background: rgba(   91,  32,  93 , 0.6); }
.mmenu-04  { background: rgba(   91,  32,  93 , 0.4); }
.mmenu-02  { background: rgba(   91,  32,  93 , 0.2); }

.tmenu  { background: rgba(  142,  19,  77 , 1.0); }
.tmenu-08  { background: rgba(  142,  19,  77 , 0.8); }
.tmenu-06  { background: rgba(  142,  19,  77 , 0.6); }
.tmenu-04  { background: rgba(  142,  19,  77 , 0.4); }
.tmenu-02  { background: rgba(  142,  19,  77 , 0.2); }

.shead  { background: rgba(  145,  20,  33 , 1.0); }
.shead-08  { background: rgba(  145,  20,  33 , 0.8); }
.shead-06  { background: rgba(  145,  20,  33 , 0.6); }
.shead-04  { background: rgba(  145,  20,  33 , 0.4); }
.shead-02  { background: rgba(  145,  20,  33 , 0.2); }

.sfoot  { background: rgba(   60, 105,  55 , 1.0); }
.sfoot-08  { background: rgba(   60, 105,  55 , 0.8); }
.sfoot-06  { background: rgba(   60, 105,  55 , 0.6); }
.sfoot-04  { background: rgba(   60, 105,  55 , 0.4); }
.sfoot-02  { background: rgba(   60, 105,  55 , 0.2); }

.cel00  { background: rgba(   21,  39,  45 , 1.0); }
.cel00-08  { background: rgba(   21,  39,  45 , 0.8); }
.cel00-06  { background: rgba(   21,  39,  45 , 0.6); }
.cel00-04  { background: rgba(   21,  39,  45 , 0.4); }
.cel00-02  { background: rgba(   21,  39,  45 , 0.2); }

.cel01  { background: rgba(  144,   1,  91 , 1.0); }
.cel01-08  { background: rgba(  144,   1,  91 , 0.8); }
.cel01-06  { background: rgba(  144,   1,  91 , 0.6); }
.cel01-04  { background: rgba(  144,   1,  91 , 0.4); }
.cel01-02  { background: rgba(  144,   1,  91 , 0.2); }

.cel02  { background: rgba(  118,  24,  91 , 1.0); }
.cel02-08  { background: rgba(  118,  24,  91 , 0.8); }
.cel02-06  { background: rgba(  118,  24,  91 , 0.6); }
.cel02-04  { background: rgba(  118,  24,  91 , 0.4); }
.cel02-02  { background: rgba(  118,  24,  91 , 0.2); }

.cel03  { background: rgba(   63,  37,  93 , 1.0); }
.cel03-08  { background: rgba(   63,  37,  93 , 0.8); }
.cel03-06  { background: rgba(   63,  37,  93 , 0.6); }
.cel03-04  { background: rgba(   63,  37,  93 , 0.4); }
.cel03-02  { background: rgba(   63,  37,  93 , 0.2); }

.cel04  { background: rgba(    4,  55, 104 , 1.0); }
.cel04-08  { background: rgba(    4,  55, 104 , 0.8); }
.cel04-06  { background: rgba(    4,  55, 104 , 0.6); }
.cel04-04  { background: rgba(    4,  55, 104 , 0.4); }
.cel04-02  { background: rgba(    4,  55, 104 , 0.2); }

.cel05  { background: rgba(    0,  95, 133 , 1.0); }
.cel05-08  { background: rgba(    0,  95, 133 , 0.8); }
.cel05-06  { background: rgba(    0,  95, 133 , 0.6); }
.cel05-04  { background: rgba(    0,  95, 133 , 0.4); }
.cel05-02  { background: rgba(    0,  95, 133 , 0.2); }

.cel06  { background: rgba(    0, 106, 126 , 1.0); }
.cel06-08  { background: rgba(    0, 106, 126 , 0.8); }
.cel06-06  { background: rgba(    0, 106, 126 , 0.6); }
.cel06-04  { background: rgba(    0, 106, 126 , 0.4); }
.cel06-02  { background: rgba(    0, 106, 126 , 0.2); }

.cel07  { background: rgba(    0, 106,  77 , 1.0); }
.cel07-08  { background: rgba(    0, 106,  77 , 0.8); }
.cel07-06  { background: rgba(    0, 106,  77 , 0.6); }
.cel07-04  { background: rgba(    0, 106,  77 , 0.4); }
.cel07-02  { background: rgba(    0, 106,  77 , 0.2); }

.cel08  { background: rgba(   16, 114,  50 , 1.0); }
.cel08-08  { background: rgba(   16, 114,  50 , 0.8); }
.cel08-06  { background: rgba(   16, 114,  50 , 0.6); }
.cel08-04  { background: rgba(   16, 114,  50 , 0.4); }
.cel08-02  { background: rgba(   16, 114,  50 , 0.2); }

.cel09  { background: rgba(  133, 141,  31 , 1.0); }
.cel09-08  { background: rgba(  133, 141,  31 , 0.8); }
.cel09-06  { background: rgba(  133, 141,  31 , 0.6); }
.cel09-04  { background: rgba(  133, 141,  31 , 0.4); }
.cel09-02  { background: rgba(  133, 141,  31 , 0.2); }

.cel10  { background: rgba(  147, 106,  32 , 1.0); }
.cel10-08  { background: rgba(  147, 106,  32 , 0.8); }
.cel10-06  { background: rgba(  147, 106,  32 , 0.6); }
.cel10-04  { background: rgba(  147, 106,  32 , 0.4); }
.cel10-02  { background: rgba(  147, 106,  32 , 0.2); }

.cel11  { background: rgba(  147,  84,  33 , 1.0); }
.cel11-08  { background: rgba(  147,  84,  33 , 0.8); }
.cel11-06  { background: rgba(  147,  84,  33 , 0.6); }
.cel11-04  { background: rgba(  147,  84,  33 , 0.4); }
.cel11-02  { background: rgba(  147,  84,  33 , 0.2); }

.cel12  { background: rgba(  138,  35,  45 , 1.0); }
.cel12-08  { background: rgba(  138,  35,  45 , 0.8); }
.cel12-06  { background: rgba(  138,  35,  45 , 0.6); }
.cel12-04  { background: rgba(  138,  35,  45 , 0.4); }
.cel12-02  { background: rgba(  138,  35,  45 , 0.2); }

/* END Default Colors for Grid Set Up */
