﻿div.k-pager-wrap span.k-icon { 
    margin: 3px auto 0; 
}
.k-header,.k-treemap-title,.k-grid-header.k-header > .k-link { 
    color: #3a3a3a; 
}
.k-grid { 
    font-size: 0.9em; 
    color: #666; 
}
.k-pager-wrap { 
    color: #666; 
}
.k-block, .k-content, .k-dropdown .k-input, .k-popup, .k-toolbar, .k-widge { 
    color: #666; 
}
.k-dropdown .k-input, .k-dropdown .k-state-focused .k-input, .k-menu .k-popup { 
    color: #666; 
}
.k-grid-header th.k-header > .k-link { 
    color: #336699; 
}
div.k-grid-content > table { 
    border-bottom: 1px solid #dbdbdb; 
}
.k-grid tr:hover { 
    background-color: #dcf5d8; 
    color: inherit;  
}

.k-panelbar > li.k-state-default > .k-link, .k-tabstrip-items .k-state-default .k-link {
    color: #585858; /*#787878;*/
}

.k-pager-wrap .k-link.k-state-selected {
    color: #fff;
    background-color: #435C00; /*#7ea700;*/
    border-color: #435C00; /*#7ea700;*/
}

/*2752*/
.k-panelbar .k-content, .k-panelbar .k-item, .k-panelbar .k-panel {
    color: #545454; /*#787878;*/
}

/*2828
    .k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
*/
.k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    background-color: #435C00; /*#7ea700;*/
}

/*2894
    .k-draghandle:hover, .k-listbox .k-item:hover:not(.k-state-disabled), .k-other-month.k-state-hover .k-link, .k-state-hover, div.k-filebrowser-dropzone em {
*/
.k-state-hover {
    background-image: url(textures/highlight.png);
    background-image: none, linear-gradient(to bottom,#435C00 0,#435C00 100%);
}

/*3473
    .k-panelbar .k-state-focused.k-state-hover 
*/
.k-panelbar .k-state-focused.k-state-hover {
    background-color: #435C00; /*#8ebc00;*/
}
