.ow_bg_color, .ow{background-color:#333333}
a{color:#33ffff}
.ow_header .ow_logo{background-image:url(https://tytke.com/ow_userfiles/themes/theme_image_24.png)}
.ow_header .ow_logo h2 a {
        display block;       
        width: 150px;
        height: 150px;       
}

.ow_main_menu li.active a,
.ow_main_menu li a:hover {
        color: #fc9f00; 
}

input[type=text],
input[type=password],
textarea,
select,
div.jhtmlarea,
body .ow_photo_upload_description,
.ow_photo_preview_edit .CodeMirror {
        background-image: url(images/inputbg.gif);
        background-repeat: repeat;
        background-color: #979797;
        border: 1px solid #bbb;
        color: #000;
        font-family: "Lucida Grande", "Verdana";
        font-size: 13px;
        padding: 4px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}

.ow_remark {
        color: #FFF; 
}

body,
html {
        font-family: "Lucida Grande", "Verdana", "Tahoma"; 
        color: #fff; /** OW_Control type:color, section:2. Colors, key:textColor, label:1. Text **/
        font-size: 13px;
        line-height: 18px;
}

.ow_content a {
    color: #e1d485;
}

.ow_bl a {
    display: block;
    background: #4c4c4c;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   /* color: #444; */
    padding: 5px 7px;
    text-decoration: none;
}

.ow_dnd_schem_item {
        background: #6b6b6b url(images/ic_file.png) no-repeat 10px 50%;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #ccc;
        cursor: move;
        /*float:left;*/
        height: 30px;
        margin: 2px 4px 2px 0;
        padding: 0 5px 0 33px;
        /*width:157px;*/
        position: relative;
        font-size: 11px;
}