 #d24_2ndHdrBar 
  	
.ui-tabs .ui-widget-header {
    background: ##040562;
    border: none;
    border-bottom: 2px solid #040562;
}
.d24-main-menu {
    background: linear-gradient(180deg, #040562, #040562);
    height: 31px;
    border-top: 1px solid #040562;
    border-bottom: 1px solid #040562;
    margin-top: 1px;
    color: white;
    font-size: 10pt;
    font-weight: bold;
    position: relative;
    z-index: 500;
    padding-left: 3px;
}
.d24-user-bar {
    color: #040562;
    }
.ui-tabs .ui-widget-header {
    background: #040562;
    border: none;
    border-bottom: 2px solid #040562;
}
.ui-widget-content a {
    color: #040562;
}
a {
    color: #040562;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}
h1, h2, h3 {
    border-bottom: 2px solid #040562;
    color: #575757;
    margin: 5px 0;
}
.ui-tabs .ui-state-active a {
    color: #140e65;
}
.d24-main-menu li li a {
    display: inline-block;
    min-width: 295px;
    font-size: 9pt;
    color: #140e65;
    line-height: 24px;
    margin: 2px 0;
    padding-left: 11px;
}
.d24-main-menu li.active .tab-text {
    border-color: #cccccb;
    background-color: #fff;
    color: #140365;
    background-image: url(../images/menu/blue_down.png);
}
.d24-table-title, .d24-table-break {
    background: #040562;
    border-bottom: 2px solid #e7e7e7;
    margin-bottom: 2px;
    color: #fffffe;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 7px 11px;
    font-weight: bold;
}
div.d24-login .clock-logo {
    display: inline-block;
    width: 750px;
    height: 390px;
    background: transparent url(../images/) left bottom no-repeat;
}
button.d24-fancy-button, input.d24-fancy-button {
    margin: 1px;
    border: 2px solid #040562;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 7px 18px;
    color: #fff;
    /* font-size: 11pt; */
    /* font-weight: 700; */
    /* cursor: pointer; */
    background: #040562 url() repeat-x;
}
.d24-item-details .item-details-auto-order .title {
    line-height: 34px;
    color: #040562;
    margin: 5px 10px;
    font-size: 10pt;
    font-weight: 700;
}
.d24-item-details .item-details-auto-order .content {
    border: 1px solid #dcdcdc;
    border-top: 2px solid #040562;
    background-color: #fff;
    margin: 2px;
    padding: 5px 0;
}
.d24-help .ui-state-default a, .d24-help .ui-state-default a:link, .d24-help .ui-state-default a:visited {
    color: #440612;
}
