.k-content {
    padding: 10px !important;
}

.k-link.k-state-hover {
    color: #037193;
}

.k-state-selected, .k-state-selected:link {
    color: #2e2e2e;
}

 .k-state-active>.k-link, .k-button:active, .k-panelbar>.k-item>.k-state-focused {
     background: url('../../../Images/UIv2/section-header-bg.jpg') repeat-x scroll center bottom #FFF;
 }

.k-panelbar > li > .k-link {
    font-weight: bold;
    text-shadow: 0px 1px #FFF;
    color: #037193;
    line-height: 26px;
}

.k-panelbar>li.k-state-default>.k-link {
    color: #037193;
}

.k-state-focused.k-state-selected {
    box-shadow: none;
}

ul.k-header li.k-item {
    background-color: transparent !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border: 1px solid #d9d6d6 !important;
}

ul.k-header {
    border: none;
}

ul.k-header li.k-item {
    margin: 0 0 0px 0;
}

ul.k-panelbar {
    background: transparent;
}

.k-panelbar .k-panel, .k-panelbar .k-content {
    border-bottom-style: none;
    border-bottom-width: 1px;
    margin: 0;
    padding: 0;
    zoom: 1;
}

.k-panelbar > .k-item > .k-link, .k-panel > .k-item > .k-link {
    display: block;
    position: relative;
    border-bottom-style: none;
    border-bottom-width: 1px;
    padding: 0 1em;
    line-height: 2.34em;
    text-decoration: none;
    zoom: 1;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}