body.OxThemeModern {
    background: rgb(16, 16, 16);
}
.OxThemeModern div {
    color: rgb(240, 240, 240);
}
.OxThemeModern .OxHighlight {
    //background: rgb(255, 255, 0);
    //font-weight: bold;
    //color: rgb(0, 0, 0);
    color: rgb(255, 255, 0);
}
.OxThemeModern .OxBright {
    color: rgb(255, 255, 255);
}

/*
================================================================================
Bars
================================================================================
*/

.OxThemeModern .OxBar.OxHorizontal {
    //background: -moz-linear-gradient(left top, left bottom, from(rgb(96, 96, 96)), to(rgb(64, 64, 64)));
    //background: -webkit-gradient(linear, left top, left bottom, from(rgb(96, 96, 96)), to(rgb(64, 64, 64)));
    background: -moz-linear-gradient(top, rgb(64, 64, 64), rgb(32, 32, 32));
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(64, 64, 64)), to(rgb(32, 32, 32)));
}

.OxThemeModern .OxResizebar > .OxLine {
    background-color: rgb(48, 48, 48);
}

/*
================================================================================
Calendar
================================================================================
*/

.OxThemeModern .OxCalendar .OxTimeline > div.odd {
    background: -moz-linear-gradient(top, rgb(64, 64, 64), rgb(32, 32, 32));
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(64, 64, 64)), to(rgb(16, 16, 16)));
}

.OxThemeModern .OxCalendar .OxTimeline > div.even {
    background: -moz-linear-gradient(top, rgb(48, 48, 48), rgb(24, 24, 24));
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(48, 48, 48)), to(rgb(16, 16, 16)));
}

.OxThemeModern .OxCalendar .OxBackground > div.even {
    background: rgb(16, 16, 16);
}
.OxThemeModern .OxCalendar .OxBackground > div.odd {
    //background: rgb(20, 20, 20);
    background: rgb(24, 24, 24);
}
.OxThemeModern .OxCalendar .OxBackground > div.line {
    background: rgb(32, 32, 32);
}


/*
================================================================================
Dialog
================================================================================
*/

.OxThemeModern .OxDialog {
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 1);
}

.OxThemeModern .OxDialog .OxBar {
    background: -moz-linear-gradient(top, rgba(64, 64, 64, 0.96), rgba(32, 32, 32, 0.96));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(64, 64, 64, 0.96)), to(rgba(32, 32, 32, 0.96)));
}

.OxThemeModern .OxDialog .OxContent {
    background: rgba(48, 48, 48, 0.96);
}

.OxThemeModern .OxLayer {
    background: rgb(0, 0, 0);
}


/*
================================================================================
Forms
================================================================================
*/

/*
.OxThemeModern .OxInput::-selection {
    background: rgb(80, 80, 80);
}
*/


.OxThemeModern input.OxCheckbox,
.OxThemeModern input.OxInput,
.OxThemeModern textarea,
.OxThemeModern .OxButton,
.OxThemeModern .OxLabel,
.OxThemeModern .OxTrack {
    //border: 1px solid rgb(80, 80, 80);
    border: 1px solid rgb(48, 48, 48);
    color: rgb(192, 192, 192);
}
.OxThemeModern .OxSelect {
    border: 1px solid rgb(48, 48, 48);
}
.OxThemeModern .OxSelect > .OxTitle {
    color: rgb(192, 192, 192);
}
.OxThemeModern .OxInputLabel {
    color: rgb(192, 192, 192);
}
.OxThemeModern .OxButton,
.OxThemeModern div.OxInput,
.OxThemeModern .OxSelect {
    background: -moz-linear-gradient(top, rgb(96, 96, 96), rgb(64, 64, 64));
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(96, 96, 96)), to(rgb(64, 64, 64)));
    //background: -moz-linear-gradient(left top, left bottom, from(rgb(64, 64, 64)), to(rgb(32, 32, 32)));
    //background: -webkit-gradient(linear, left top, left bottom, from(rgb(64, 64, 64)), to(rgb(32, 32, 32)));
}
.OxThemeModern .OxButton:active {
    background: rgb(80, 80, 80);
    //background: rgb(64, 64, 64);
}
.OxThemeModern .OxCheckbox:active {
    background: -moz-linear-gradient(top, rgb(16, 16, 16), rgb(48, 48, 48));
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(16, 16, 16)), to(rgb(48, 48, 48)));
}

.OxThemeModern .OxButton.OxDisabled {
    background: rgb(80, 80, 80);
    color: rgb(128, 128, 128);
}
.OxThemeModern .OxButton.OxSelected,
.OxThemeModern .OxSelect.OxSelected,
.OxThemeModern .OxCollapsePanel > .OxBar > .OxExtras > .OxSelect.OxSelected {
    //background: -moz-linear-gradient(left top, left bottom, from(rgb(80, 80, 80)), to(rgb(112, 112, 112)));
    //background: -webkit-gradient(linear, left top, left bottom, from(rgb(80, 80, 80)), to(rgb(112, 112, 112)));
    background: -moz-linear-gradient(top, rgb(0, 0, 0), rgb(32, 32, 32) 10%, rgb(64, 64, 64));
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(0.1, rgb(32, 32, 32)), to(rgb(64, 64, 64)));
    color: rgb(224, 224, 224);
}
.OxThemeModern .OxButton.OxTab.OxSelected {
    border-bottom: 1px solid rgb(64, 64, 64);
}
.OxThemeModern .OxFormMessage {
    color: rgb(255, 64, 64);
}

.OxThemeModern .OxLabel.OxDisabled {
    color: rgb(128, 128, 128);
}

.OxThemeModern input.OxCheckbox,
.OxThemeModern input.OxInput,
.OxThemeModern .OxTrack {
    background: -moz-linear-gradient(top, rgb(0, 0, 0), rgb(32, 32, 32));
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgb(32, 32, 32)));
}
.OxThemeModern div.OxInput.OxFocus,
.OxThemeModern .OxSelect.OxFocus {
    //border: 1px solid rgb(80, 80, 80);
    -moz-box-shadow: 0 0 2px rgb(128, 128, 128);
    -webkit-box-shadow: 0 0 2px rgb(128, 128, 128);
}
.OxThemeModern div.OxInput.OxFocus > .OxInputLabel {
    border-color: rgb(80, 80, 80);
}
.OxThemeModern .OxInput.OxPlaceholder {
    color: rgb(96, 96, 96)
}
.OxThemeModern .OxLabel {
    border: 1px solid rgb(48, 48, 48);
    background: rgb(80, 80, 80);
    color: rgb(192, 192, 192);
}

.OxThemeModern input.OxCheckbox.OxDisabled,
.OxThemeModern input.OxInput:disabled {
    background: rgb(16, 16, 16);
}

/*
================================================================================
Lists
================================================================================
*/

.OxThemeModern .OxIconList .OxItem img.OxLoading {
    border-color: rgb(48, 48, 48);
    background: -moz-linear-gradient(top, rgb(32, 32, 32), rgb(0, 0, 0));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(32, 32, 32)), color-stop(1, rgb(0, 0, 0)));
}
.OxThemeModern .OxIconList .OxItem.OxSelected > .OxIcon img {
    border-color: rgb(96, 96, 96);
    -moz-box-shadow: 0 0 4px rgba(96, 96, 96, 1);
    -webkit-box-shadow: 0 0 4px rgba(96, 96, 96, 1);
}
.OxThemeModern .OxIconList.OxFocus .OxItem.OxSelected > .OxIcon img {
    border-color: rgb(128, 128, 128);
    -moz-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
    -webkit-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
}
.OxThemeModern .OxIconList .OxItem > .OxReflection > div {
    background: -moz-linear-gradient(top, rgba(16, 16, 16, 0.75), rgba(16, 16, 16, 1));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(16, 16, 16, 0.75)), color-stop(1, rgba(16, 16, 16, 1)));
}
.OxThemeModern .OxIconList .OxItem > .OxText > div {
    text-shadow: rgb(0, 0, 0) 1px 1px 0;
}
.OxThemeModern .OxIconList .OxItem.OxSelected > .OxText > div {
    border-color: rgb(96, 96, 96);
    background: rgba(96, 96, 96, 0.5);
    -moz-box-shadow: 0 0 4px rgba(96, 96, 96, 1);
    -webkit-box-shadow: 0 0 4px rgba(96, 96, 96, 1);
}
.OxThemeModern .OxIconList.OxFocus .OxItem.OxSelected > .OxText > div {
    border-color: rgb(128, 128, 128);
    background: rgba(128, 128, 128, 0.5);
    -moz-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
    -webkit-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
}
.OxThemeModern .OxIconList .OxItem > .OxText > div > .OxInfo {
    color: rgb(128, 128, 128);
}


.OxThemeModern .OxTextList .OxItem .OxCell {
    border-right-color: rgb(32, 32, 32);
}
.OxThemeModern .OxTextList .OxItem:nth-child(odd) {
    background: rgb(14, 14, 14);
}
.OxThemeModern .OxTextList .OxItem:nth-child(even) {
    background: rgb(18, 18, 18);
}
.OxThemeModern .OxTextList .OxItem.OxSelected:nth-child(odd) {
    background: rgb(46, 46, 46);
}
.OxThemeModern .OxTextList .OxItem.OxSelected:nth-child(even) {
    background: rgb(50, 50, 50);
}
.OxThemeModern .OxTextList .OxFocus .OxItem.OxSelected:nth-child(odd) {
    background: rgb(62, 62, 62);
}
.OxThemeModern .OxTextList .OxFocus .OxItem.OxSelected:nth-child(even) {
    background: rgb(66, 66, 66);
}
.OxThemeModern .OxTextList .OxBar .OxSelected {
    background: -moz-linear-gradient(top, rgb(80, 80, 80), rgb(48, 48, 48));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(80, 80, 80)), color-stop(1, rgb(48, 48, 48)));
    color: rgb(255, 255, 255);
}
.OxThemeModern .OxTextList .OxBar .OxOrder {
    color: rgb(255, 255, 255);
}
.OxThemeModern .OxTextList .OxBar .OxResize .OxCenter {
    background: rgb(24, 24, 24);
}
.OxThemeModern .OxTextList .OxBar .OxSelect {
    border-color: rgb(24, 24, 24);
}
.OxThemeModern .OxTextList .OxBody .OxItem .OxCell {
    border-right-color: rgb(24, 24, 24);
}
.OxThemeModern .OxTextList .OxItem.OxSelected .OxCell {
    border-right-color: rgb(40, 40, 40);
}
.OxThemeModern .OxTextList .OxFocus .OxItem.OxSelected .OxCell {
    border-right-color: rgb(72, 72, 72);
    color: rgb(255, 255, 255);
}
.OxThemeModern .OxTextList .OxBody .OxItem .OxLine {
    background: rgb(24, 24, 24);
}


/*
================================================================================
Menus
================================================================================
*/

.OxThemeModern .OxMainMenu > .OxTitle.OxSelected {
    background: -moz-linear-gradient(top, rgb(80, 80, 80), rgb(48, 48, 48));
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(80, 80, 80)), to(rgb(48, 48, 48)));
}

.OxThemeModern .OxMenu {
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
}
.OxThemeModern .OxMenu .OxBottom,
.OxThemeModern .OxMenu .OxItem,
.OxThemeModern .OxMenu .OxScrollbar,
.OxThemeModern .OxMenu .OxSpace,
.OxThemeModern .OxMenu .OxTop {
    background: rgba(48, 48, 48, 0.96);
}
.OxThemeModern .OxMenu .OxItem.OxSelected,
.OxThemeModern .OxMenu .OxLine,
.OxThemeModern .OxMenu .OxScrollbar.OxSelected {
    background: rgba(64, 64, 64, 0.96);
}
.OxThemeModern .OxMenu .OxItem.OxDisabled .OxCell {
    color: rgb(128, 128, 128);
}

/*
================================================================================
Scrollbars
================================================================================
*/

.OxThemeModern ::-webkit-scrollbar:horizontal {
    border-top: 1px solid rgb(48, 48, 48);
    border-bottom: 1px solid rgb(48, 48, 48);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(96, 96, 96)), to(rgb(64, 64, 64)));
}
.OxThemeModern ::-webkit-scrollbar:vertical {
    border-left: 1px solid rgb(48, 48, 48);
    border-right: 1px solid rgb(48, 48, 48);
    background: -webkit-gradient(linear, left top, right top, from(rgb(96, 96, 96)), to(rgb(64, 64, 64)));
}
.OxThemeModern ::-webkit-scrollbar-button:horizontal:decrement {
    background: url(../png/ox.ui.modern/scrollbarHorizontalDecrement.png);
}
.OxThemeModern ::-webkit-scrollbar-button:horizontal:increment {
    background: url(../png/ox.ui.modern/scrollbarHorizontalIncrement.png);
}
.OxThemeModern ::-webkit-scrollbar-button:vertical:decrement {
    background: url(../png/ox.ui.modern/scrollbarVerticalDecrement.png);
}
.OxThemeModern ::-webkit-scrollbar-button:vertical:increment {
    background: url(../png/ox.ui.modern/scrollbarVerticalIncrement.png);
}
.OxThemeModern ::-webkit-scrollbar-corner {
    border-right: 1px solid rgb(48, 48, 48);
    border-bottom: 1px solid rgb(48, 48, 48);
    background: -webkit-gradient(linear, left top, right bottom, from(rgb(96, 96, 96)), to(rgb(32, 32, 32)));
}
.OxThemeModern ::-webkit-scrollbar-thumb {
    border: 1px solid rgb(48, 48, 48);
}
.OxThemeModern ::-webkit-scrollbar-thumb:horizontal {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(96, 96, 96)), to(rgb(64, 64, 64)));
}
.OxThemeModern ::-webkit-scrollbar-thumb:vertical {
    background: -webkit-gradient(linear, left top, right top, from(rgb(96, 96, 96)), to(rgb(64, 64, 64)));
}
.OxThemeModern ::-webkit-scrollbar-track {
    border: 1px solid rgb(32, 32, 32);
}
.OxThemeModern ::-webkit-scrollbar-track:horizontal {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgb(32, 32, 32)));
}
.OxThemeModern ::-webkit-scrollbar-track:vertical {
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(rgb(32, 32, 32)));
}
.OxThemeModern ::-webkit-scrollbar:active,
.OxThemeModern ::-webkit-scrollbar-thumb:active {
    background: rgb(64, 64, 64);
}


/*
================================================================================
Video
================================================================================
*/

.OxThemeModern .OxAnnotation {
    border-color: rgb(48, 48, 48);
}
.OxThemeModern .OxAnnotation.OxSelected {
    background: rgb(48, 48, 48);
}

.OxThemeModern .OxVideoPlayer {
    background: rgb(0, 0, 0);
}

/*
================================================================================
Miscellaneous
================================================================================
*/

.OxThemeModern .OxTooltip {
    border: 1px solid rgba(128, 128, 128, 0.96);
    background: rgba(0, 0, 0, 0.96);
    color: rgba(128, 128, 128, 1);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}