a{
    text-decoration: none;
    font-weight: normal;
    color: rgb(0,0,0);
}

a:hover{
    text-decoration: underline;
}

.clearboth{
    clear: both;
    height: 1px;
    width: 1px;
}

.headbox {
    position: relative;
    width: 1255px;
    margin: 0 auto 5px auto;
    padding:5px;
}

.headbox_top {
    width: 100%;
    height: 2em;
    margin: 0px;
    background:#fff;
    padding:3px 0 2px 0;
    border-bottom:1px solid #e1e1e1;
}
.headbox_top div {
    line-height: 2em;
    padding: 0 5px;
    vertical-align: middle;
}

#logo {
    height:20px;
    float:left;
    display:inline-block;
}
.flags img {
    cursor:pointer;
}
#headbox-left-top, #headbox-center-top {
    float: left;
}
#headbox-right-top, #headbox-right-top div {
    float: right;
}

.credential {
    font-weight:bold;
}

.logout {
    padding-right:0 !important;
}

.headbox_bottom{
    display:none;
}

.head_td_left {
    height:inherit;
    width: 60%;
    float: left;
}
.head_td_left span{
    margin-left:2em;
}
.head_td_center {
    width: 20%;
    float: left;
}

.head_td_center #maintenance_sign{
    font-size: 20px;
    color: whitesmoke;
    background: #a90329; /* Old browsers */
    background: -moz-linear-gradient(top, #a90329 0%, #b61d28 40%, #6d0019 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(40%,#b61d28), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a90329 0%,#b61d28 40%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a90329 0%,#b61d28 40%,#6d0019 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a90329 0%,#b61d28 40%,#6d0019 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a90329 0%,#b61d28 40%,#6d0019 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */   
}

.head_td_right {
    float: right;
    width: 20%;
}