html,body       { width: 100%; height: 100%; margin: 0; padding: 0; }
*:focus         { outline: none; }

#content        { width: 100%; height: 100%; }
    #main_table     { width: 100%; height: 100%; }
        #color_select   { width: 100%; }
    #code_table     { width: 100%; height: 100%; }
    
.tbl_hr             { height: 1px; background-color: #000; color: #000; border: none; }

#lbar_holder        { width: 550px; height: 25px; border: 1px solid #6666FF; background-color: #CCCCFF; }
    #lbar               { width: 0%; height: 100%; background-color: #AAAAFF; }
    
#c_border       { background-color: #6666FF; }
#c_background   { background-color: #CCCCFF; }
#c_foreground   { background-color: #AAAAFF; }