html, body          { width: 100%; height: 100%; margin: 0; background-color: #333; background-image: url('../img/bg.png'); background-repeat: repeat-x; }
*:focus             { outline: none; }

#loading_bar        { width: 600px; height: 8px; min-height: 8px; max-height: 8px; border-top: 1px solid #000; border-left: 1px solid #000; border-bottom: 1px solid #FFF; border-right: 1px solid #FFF; background-color: #000; background-image: url('../img/back.png'); background-repeat: repeat-x; color: #FFF; }
#inner_loading      { width: 0px; height: 8px; min-height: 8px; max-height: 8px; float: left; background-color: #000; background-image: url('../img/normal_green.png'); background-repeat: repeat-x; }
#inner_overlay      { width: 12px; height: 8px; min-height: 8px; max-height: 8px; float: left; margin-left: 0px; background-color: #000; background-image: url('../img/overlay_green.png'); background-repeat: no-repeat; }

#div_control        { width: 400px; height: 50px; visibility: visible; color: #FFF; padding: 4px 4px 4px 4px; border-left: 1px solid #CCC; border-top: 1px solid #CCC; border-bottom: 1px solid #222; border-right: 1px solid #222; }
#div_inner_control  { float: right; text-align: right; }
#div_inner_control2 { float: left; text-align: left; }
#input_speed        { width: 60px; text-align: right; }
#pixelWidth         { width: 60px; text-align: left; }

#percent_text       { width: 600px; color: #FFF;}
#inner_percent      { width: 600px; float: left; text-align: left; }

#select_style       { width: 110px; height: 100px; display: none; position: absolute; z-index: 10;}
#stylechange_link   { line-height: 24px; }

#run_loading        { margin-right: -1px; }

#lstimg_green       { background-image: url('../img/normal_green.png'); background-repeat: no-repeat; width: 20px; height: 8px; background-position: center; }
#lstimg_red         { background-image: url('../img/normal_red.png'); background-repeat: no-repeat; width: 20px; height: 8px; background-position: center; }
#lstimg_pink        { background-image: url('../img/normal_pink.png'); background-repeat: no-repeat; width: 20px; height: 8px; background-position: center; }
#lstimg_yellow      { background-image: url('../img/normal_yellow.png'); background-repeat: no-repeat; width: 20px; height: 8px; background-position: center; }
#lstimg_blue        { background-image: url('../img/normal_blue.png'); background-repeat: no-repeat; width: 20px; height: 8px; background-position: center; }
#lstimg_aqua        { background-image: url('../img/normal_aqua.png'); background-repeat: no-repeat; width: 20px; height: 8px; background-position: center; }
.lstClass           { border-left: 1px solid #CCC; border-top: 1px solid #CCC; border-bottom: 1px solid #222; border-right: 1px solid #222; background-color: #666; }

a:link              { color: #CCC!important; text-decoration: none; cursor: default; }
a:hover             { color: #FFF!important; text-decoration: underline; cursor: default; }
a:active            { color: #FFF!important; text-decoration: underline; cursor: default; }
a:visited           { color: #CCC!important; text-decoration: none; cursor: default; }

.btnStyle           { color: #FFF; background-color: #555; border-left: 1px solid #CCC; border-top: 1px solid #CCC; border-bottom: 1px solid #222; border-right: 1px solid #222; }
.btnStyle:hover     { color: #FFF; background-color: #666; border-left: 1px solid #CCC; border-top: 1px solid #CCC; border-bottom: 1px solid #222; border-right: 1px solid #222; }
.btnStyle:active    { color: #FFF; background-color: #666; border-left: 1px solid #222; border-top: 1px solid #222; border-bottom: 1px solid #CCC; border-right: 1px solid #CCC; }

.textboxStyle       { color: #FFF; background-color: #555; border-left: 1px solid #222; border-top: 1px solid #222; border-bottom: 1px solid #CCC; border-right: 1px solid #CCC;}