.timeCounter {
    background: #EBB380 !important;
}

.notification {
     background: #D9965B !important;
}

#user_bar {
    background: #D9965B !important;
}


#main_menu {
    background: #EBB380 !important;
}

#main_menu div.menu_point {
    color: #000 !important;
}

#main_menu div.menu_point:hover {
    color: #fff !important;
}

#main_menu div.menu_point.active {
    background: #E8B8A1 !important;
}

#main_menu div.menu_point.active a {
    color: #fff !important;
}



#sub_menu {
    background: #D9965B !important;
}

#sub_menu div.menu_point {
    color: #000 !important;
}

#sub_menu div.menu_point:hover {
    color: #fff !important;
}

#sub_menu div.menu_point.active {
    background: #E8B8A1 !important;
}

#sub_menu div.menu_point.active a {
    color: #fff !important;
}


.pager button, .add_new_row {
     background: #D9965B !important;
}
.pager button:hover, .add_new_row:hover {
     background: #733711 !important;
}

.simpleButton {
   background: #D9965B;
}

.simpleButton:hover {
    background: #EBB380;
}

.simpleButton.ghover:hover {
	background: #EBB380;
}

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

.uform_table thead th {
    background: #D9965B !important;
    color: #fff; 
}

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

#footer {
    background: #D9965B !important;
    color: #000 !important;
}

#footer .darker {
    background: #F55C14;
    color: #FFF !important;
}

.rightFlyerBox {
    background: #D9965B !important;
}

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

.next_btn {
    background: no-repeat url(icons/arrow-right.png) scroll center center/90% 90% rgb(197 157 138);
}

.prev_btn {
    background: no-repeat url(icons/arrow-left.png) scroll center center/90% 90% rgb(197 157 138);
}

.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 #C67611 !important;*/
}

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