.bold                       { font-weight:              bold }
.italic                     { font-style:               italic }
.underline                  { text-decoration:          underline }

.left                       { text-align:               left }
.right                      { text-align:               right }
.center                     { text-align:               center }
.justify                    { text-align:               justify }


.float-right                { float:                    right }
.float-left                 { float:                    left }
.clear-both                 { clear:                    both }

.easter-egg                 { color:                    #000 }


.visible                     { visibility:              visible }
.hidden                      { visibility:              hidden }
.show                        { visibility:              visible }
.hide                        { visibility:              hidden }


.block                      { display:                  block }
.inline                     { display:                  inline }
.inline-block               { display:                  inline-block }
.none                       { display:                  none }

.relative		            { position:		            relative }
.absolute		            { position:		            absolute }

.cursor-pointer	            { cursor:		            pointer }
.cursor-help	            { cursor:		            help }

.nowrap                     { white-space:              nowrap }

.under-construction         { background:               url(/coreimages/backgrounds/bg.under.construction.001.png) repeat-x;
                              background-position:      top left }
                              
.disabled                   { cursor:                   not-allowed }

