/* class_color.css +++++++++++++++++++++++++++++++++++++++++++ */

/* -- BGCOLOR -------------------------------------------- */

.bg-g0 { background-color:#000; }
.bg-g1 { background-color:#111; }
.bg-g2 { background-color:#222; }
.bg-g3 { background-color:#333; }
.bg-g4 { background-color:#444; }
.bg-g5 { background-color:#555; }
.bg-g6 { background-color:#666; }
.bg-g7 { background-color:#777; }
.bg-g8 { background-color:#888; }
.bg-g9 { background-color:#999; }
.bg-gA { background-color:#AAA; }
.bg-gB { background-color:#BBB; }
.bg-gC { background-color:#CCC; }
.bg-gD { background-color:#DDD; }
.bg-gE { background-color:#EEE; }
.bg-gF { background-color:#FFF; }

.bg-w  { background-color:white;    }
.bg-r  { background-color:red;      }
.bg-g  { background-color:green;    }
.bg-b  { background-color:blue;     }
.bg-y  { background-color:yellow;   }

/* class_display.css +++++++++++++++++++++++++++++++++++++++++++ */

.dn { display:none; }  
.db { display:block; }
.di { display:inline; }
.dh { display:none; }

/* class_float.css +++++++++++++++++++++++++++++++++++++++++++ */

.fl { float:left; }
.fr { float:right; }
.fcl, .cl { clear:left; }
.fcr, .cr { clear:rigth; }
.fcb, .cb { clear:both; }
.fc { clear:both; }
.clearleft { clear:left; }  