a.sitever:link {
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

a.sitever:active {
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

a.sitever:visited {
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}
a.sitever:hover {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.loginbox {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: 0px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 5px #999999;  
}

.w3cbox {
    margin-left: auto;
    margin-right: auto;
    padding: 2em;
    border: 0px;
    text-align: center;
}

.loginheaderdiv {
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    width: 100%;
    height: 72px;
}

.loginbodydiv {
    font-family: Ubuntu, Verdana, Helvetica, Arial, sans-serif;
    background-color: #FFFFFF;
    min-height: 75px;
    padding: 2em 5em;
}

.loginboxtitlediv {
    font-weight: bold;
    font-size: 1em;
    padding: 0.25em;
    background-color: #F1EFF0;
    border: 1px solid #DEDEDE;
    border-radius: 5px 5px 0px 0px;
}

.loginboxbodydiv {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 0.75em;
    padding: 0.40em;
    border: 1px solid #DEDEDE;
    border-radius: 0px 0px 5px 5px;
    text-align: center;
}

.titlefooterdiv {
    display: table-cell;
    vertical-align: bottom;
    font-family: Verdana, sans-serif;
    background-color: #FFFFFF;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 0.75em;
    font-weight: bold;

}

.titlelabel {
    display: inline-block;
    width: 70px;
    text-align: right;
}

.titleinput {
    font-size: 1.50em;
}

.titlebutton {
    margin-left: 10em;
    width: 7em;
}

.titleversion {
    color: #DEDEDE;
    display: block;
    text-align: right;
}

.titlelockimg {
    vertical-align: middle;
}

.selectedver {
    font-size: 1.25em;
}

.loginerror {
    color: #FF0000;
}
