.timeCounter {
    background: #988c8e !important;
}

#header div.link {
    color: #cf3030 !important;
}

.notification {
     background: #f2b600 !important;
}

#user_bar {
    background: #6b685f !important;
}

#user_bar div.year{
    color: #fff !important;
}


#main_menu {
    background: #595353;
}

#main_menu div.menu_point {
    color: #daaf25;
}

#main_menu div.menu_point:hover{
    color: #fff !important;
    background-color: #988c8e;
    cursor: pointer;
}

#main_menu div.menu_point.active {
    background: #433f40;
    color: white;
}


#sub_menu {
    background: #a09598 !important;
}

#sub_menu div.menu_point {
    color: black;
}

#sub_menu div.menu_point:hover {
    background-color: #6b685f;
}

#sub_menu div.menu_point.active {
    background: #6b685f;
    color: white;
}

.pager button, .add_new_row, .simpleButton {
    background: #988c8e !important;
}

.pager button:hover, .add_new_row:hover, .simpleButton:hover {
     background: #595353 !important;
}

.pager div.navigation {
    color: #6b685f !important;
}

.pager div.navigation a:hover {
    color: #f2b600 !important;
}

table.simpleTable th {
    background: #a9a0a3 !important;
    color: #fff;
}

.uform_table thead th {
    background: #e5e3e4 !important;
    color: #494343;
}

#footer {
    background: #6b685f !important;
    color: #fff !important;
}

#footer .darker {
    background: #28598a;
    color: #fff !important;
}

.rightFlyerBox {
    background: #E090A8 !important;
}

.rightFlyerBox div {
   color: #b22f2f !important;
}

.next_btn {
    background: no-repeat url(icons/arrow-right.png) scroll center center/90% 90% rgb(107, 104, 93);
}

.prev_btn {
    background: no-repeat url(icons/arrow-left.png) scroll center center/90% 90% rgb(107, 104, 93);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
{
    background: #6db21b !important;
    /*border-color: rgb(78, 137, 6) !important;*/
    color: #fff !important;
}

.ui-widget-header,
.ui-state-default,
.ui-button,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    background: #ccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x !important;
    border: 1px solid #848484 !important;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 0 auto;
}