.timeCounter {
    background: #c0b122 !important;
}

#header div.timeCounter {
    color: #000;
}

#header div.timeCounter:hover {
    background-color: #e7d428!important;
}

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

.notification {
     background: #f2e891 !important;
}

#user_bar {
    background: #e1d671 !important;
}

#user_bar div.year {
    color: #333;
}

#main_menu {        
    background: #e1d671;      
} 

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

#main_menu div.menu_point:hover {
    background: #c0b122 !important;
    cursor: pointer;
    color: black;
}

#main_menu div.menu_point.active {
    background: #c0b122 !important;
    color: black;
}

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

#sub_menu {
    background: #c0b122 !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: #e1d671;  
    color: #000 !important;
}

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

.pager button, .add_new_row {
    background: #c0b122 !important;
    /*color: #000;*/
}

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

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

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

.simpleButton {
   /*background: #7872a1;*/
}

.simpleButton:hover {
    /*background: #524d70;*/
}

table.simpleTable th {
    background: #c0b122 !important;
    color: #222; 
}

table.datatable-default th {
    color: #222 !important;
}

.uform_table thead th {
    background: #c0b122 !important;
    color: #444; 
}

.uform_table caption {
    /*background: #636363 !important;*/
}

.uform_table caption.invalid {
    /*background: #ffb6c1 !important;*/ 
}

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

#footer a {
    /*color: #1e7c94 !important;*/
}

#footer .darker {
    background: #c0b122;
    color: #000 !important;
}

.rightFlyerBox {
    background: #E090A8 !important;
}

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

.next_btn {    
    background: no-repeat url(icons/arrow-right.png) scroll center center/90% 90% rgb(167 154 29);
}

.prev_btn {
    background: no-repeat url(icons/arrow-left.png) scroll center center/90% 90% rgb(167 154 29);
}

.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;
}