body{
    padding: 0; margin: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    background-color: #D8D8D8;
    color: #333333;
}

#titlebar {
    margin: 0; padding: 0;
    background: url('../images/masthead_bkg.jpg');
    height: 213px;
}

#titlebar img {
    float:left;
    
}


h1 {
    padding: 0; margin: 0 0 14px 0;
    font-size: 50px;
    color: #BBBBBB;
    line-height: 40px;
}

h2 {
    padding: 30px 0 0 0; margin: 0;
    padding: 0; margin: 0;
    color: #999999;
    font-size: 18px;
}

#content {
    border-top: 4px solid #AAAAAA;
    clear: left;
    padding: 10px;
}

#error {
    width: 660px;
    margin: 10px 0 20px 0;
    text-align: center;
    border: 1px solid #990000;
    background-color: #FFDDDD;
    font-weight: bold;
    font-size: 14px;
    padding: 20px;
    color: #990000;
}

#controlbox {
    float:left;
    width: 320px;
    margin: 0 10px 0 0;
    padding: 0;
    border: 5px solid #AAAAAA;
    background-color: #dadada;
    border-width: 0 5px 5px 5px;
}

#footer {
    clear: both;
    text-align: center;
    font-size: 10px;
    color: #333333;
    padding: 10px 0 10px 0;
}

.boxitem {
    font-weight: bold;
    color: #676767;
    height: 16px;
    padding: 1px 0 0 8px;
    border-top: 5px solid #AAAAAA;
    
    clear:left; 
}


/* SLIDER CLASSES */


.controls {
    
}

.slider {
    float: right;
    width: 200px;
    height: 20px;
    background-color: #ffffff;
    margin: 0 5px 0 0;
    background: url('../images/slider_bkg.png');
    position: relative;
}

.handle {
    position: absolute; top:0; left:0;
    width: 20px;
    height: 20px;
    background: url('../images/handle_bkg.png');
}

.slider_thin {
    float: right;
    width: 180px;
    height: 10px;
    background: url('../images/slider_thin_bkg.png');
    position: relative;
    margin: 0 5px 0 0;
}

.handle_thin {
    position: absolute; top:0; left:0;
    width: 20px;
    height: 10px;
    background: url('../images/handle_thin_bkg.png');
}

.inp {
    width: 30px;
    height: 20px;
    background-color: #eaeaea;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #BBBBBB;
    border-top: 1px solid #BBBBBB;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #3377AA;
    margin: 0 0 5px 5px;
    
}

.inp_hex {
    width: 60px;
    height: 20px;
    background-color: #eaeaea;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #BBBBBB;
    border-top: 1px solid #BBBBBB;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #3377AA;
    margin: 0 0 18px 7px;
    padding: 0; float: left;
}

.colorbox {
    width: 20px; height: 20px;
    float: left;
    border: 1px solid #BBBBBB;
    margin: 0 0 0 5px;
}










/* UNUSED 

.divh2 {
    height: 70px;
    width: 320px;
    font-weight: bold;
    font-size: 14px;
    background: url('../images/divh2.png');
}
.divh2 div{
    color: #7777AA;
    padding: 30px 0 0 50px;
}

.divh2_b {
    height: 70px;
    width: 320px;
    font-weight: bold;
    font-size: 12px;
    background: url('../images/divh2_blank.png');
}
.divh2_b div{
    color: #886633;
    padding: 30px 0 0 0px;
    text-align: center;
}

.panel {
    width: 320px;
    background: url('../images/panel_bkg.png');
    
}

.panel_end{
    width: 320px;
    height: 42px; /*  50 * /
    background: url('../images/panel_end.png');
}

.panel_in {
    width: 250px;
    margin: 0 0 0 32px;
    overflow: hidden;
}


hr {
    width: 250px; height: 0;
    padding: 0;
    margin: 1px 0 3px 0;
    color: #E8E8E8;
    border: none;
    clear: both;
}


.sizeradio {
    padding: 3px 0 3px 0;
    border-bottom: 1px solid #AAAAAA;
}

.sizeradio_disabled {
    padding: 3px 0 3px 0;
    border-bottom: 1px solid #CCCCCC;
    background-color: #eeeeee;
    color: #999999;
    
}
                  */





