#header div.link {
    color: #cf3030 !important;
}

.timeCounter {
    background: #988c8e !important;
}

#header div.timeCounter {
    color: white;
}

#header div.timeCounter:hover {
    background-color: #595353!important;
}

.notification {
     background: #f2b600 !important;
}

#user_bar {
    background: #6b685f !important;
}

#user_bar div.profile ul li a {
    color: white !important;
}

#user_bar div.profile ul li a:hover {
    color: rgb(242,182,0) !important;
}

#user_bar div.profile ul li.selected a {
    color: rgb(242,182,0) !important;
}

#user_bar div.profile ul li button {
    color: #fff !important;
}

#user_bar .year {
    color: #fff !important;
}

#main_menu {
    background: #595353;
}

#sub_menu {
    background: #a09598 !important;
}

#main_menu div.menu_point { 
    color: #daaf25;
}

#sub_menu div.menu_point {
    color: black;
}

#main_menu div.menu_point a, #sub_menu div.menu_point a {
    text-decoration: none;
    color: inherit;
}

#main_menu div.menu_point:hover{
    color: #fff !important;
    background-color: #988c8e;
}

#sub_menu div.menu_point:hover {
    background-color: #6b685f;
}

#main_menu div.menu_point.active {
    background: #433f40;
    color: white;
}

#sub_menu div.menu_point.active {
    background: #6b685f;
    color: white;
}

#main_menu div.separator, #sub_menu div.separator {
    display: block;
    float: left;
    height: 44px;
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #666062;
}

#sub_menu div.separator {
    height: 35px !important;
}

.pager button, .add_new_row, .simpleButton {
    background: #988c8e !important;
    color: #fff !important;
}

.pager button.invalid, .add_new_row.invalid, .simpleButton.invalid {
    background: lightpink !important; 
}

.pager button:hover, .add_new_row:hover, .simpleButton:hover {
     background: #595353 !important;
}

.uform_table thead th {
    background: #e5e3e4 !important;
    color: #494343;
}

table.simpleTable th {
    background: #a9a0a3 !important;
    color: #fff;
}

table.simpleTable button {
    background: #c0b122 !important;
}

.uform_table caption {
    background: #595353 !important;
}

.uform_table caption.invalid {
    background: #ffb6c1 !important;
}

#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);
}

.pager div.navigation {
    color: #6b685f !important;
}

.pager div.navigation a:hover {
    color: #f2b600 !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;
}

.ui-state-default.ui-state-highlight {
    background: #988c8e !important;
}
