@charset "UTF-8";

html, body {
    height: 100%;
}

html>body #container {
    height: auto;
    }


* {
    margin: 0;
    padding: 0;
    font: normal 11px Arial, Helvetica, Times New Roman, Tahoma, Verdana;
}

#container {
    position: relative;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
}


a:link, a:visited { 
    color: #616161;
    text-decoration: underline;
    font: bold 12px Helvetica, Times New Roman, Arial, Tahoma, Verdana;
}

a:hover, a:active { 
    color: #616161;
    text-decoration: none;
    font: bold 12px Helvetica, Times New Roman, Arial, Tahoma, Verdana;
}

fieldset {
    width: 550px;
    border: 0px solid #000;
}

.bg {
    background-image:url(../images/bg.jpg); 
    background-repeat: no-repeat;
    background-color: #1E2A2A;
    position: relative;
    min-height: 100%;

}

#login {
    background-color: #1C130C;
    width: 250px;
    height: 24px;
    padding: 10px;    
}

#content {
    width: 920px;
    height: 600px;
    text-align: left;    
}

#footer {
    position: absolute; 
    width: 100%;
    height: 24px;
    background-color: #013F96;
    color: #FFF;
    text-align: left;
    bottom: 0;
    
}

.footer {
    padding-left: 15px;
    line-height: 24px;
}

dt, dd {
    float: left;
    margin: 0 0 10px 0;
    font: normal 12px Helvetica, Times New Roman, Arial, Tahoma, Verdana;
} 

dd {
    padding-right: 40px;
}

dl {
    clear: both;
    font: normal 12px Helvetica, Times New Roman, Arial, Tahoma, Verdana;
}


label {
    float: left;
    width: 80px;
    display: block;
    border: 0px solid #000;
}
input, input:hover, input:focus, textarea, textarea:hover, textarea:focus, select {
    border-width: 1px;
    color: #616161;
    text-decoration: none;
    font: normal 11px Helvetica, Times New Roman, Arial, Tahoma, Verdana;
}

input.field {
    width: 80px;
    height: 17px;
    border: 0;
    background-image: url(../images/bg_input.jpg);
}

input.button {
    width: 42px;
    height: 19px;
    border: 0;
    background-image: url(../images/button.jpg);
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
}

input:hover {
    background-color: #DEE;
    border-color: #9CC;
}

input:focus {
    background-color: #FFF;
    border-color: #BE8;
}

textarea {
    background-color: #FFF;
    border-color: #CCC;
    width: 422px;
}

textarea:hover {
    background-color: #DEE;
    border-color: #9CC;
}

textarea:focus {
    background-color: #FFF;
    border-color: #BE8;
}

select {
    background-color: #FFF;
    border-color: #CCC;
}

select:hover {
    background-color: #DEE;
    border-color: #9CC;
}

select:focus {
    background-color: #FFF;
    border-color: #BE8;
}