#header div.link {
    color: #cf3030 !important;
}

.timeCounter {
    background: #988c8e !important;
}

.notification {
     background: #f2b600 !important;
}

#user_bar {
    background: #6b685f !important;
}

#user_bar div.profile ul li a {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

#user_bar div.profile ul li a:hover {
    color: rgb(242,182,0);
}

#user_bar div.profile ul li.selected a {
    color: rgb(242,182,0);
    font-weight: bold;
}

#user_bar DIV.year{
    color: #fff !important;
}

#main_menu, #sub_menu {
    width: 100%;
    height: 44px;
    background: #595353;
    border-radius: 3px;
    margin-bottom: 15px;
    text-align: center;
}

#sub_menu {
    width: 100%;
    height: 35px !important;
    background: #a09598 !important;
    margin-top: -10px;
}

#main_menu div.menu_center, #sub_menu div.menu_center {
    display: inline-block;
}

#main_menu div.menu_point, #sub_menu div.menu_point {
    display: block;
    font-size: 14px;
    float: left;
    height: 30px;
}

#main_menu div.menu_point { 
    color: #daaf25;
    padding: 14px 25px 0 25px;
}

#sub_menu div.menu_point {
    color: black;
    padding: 8px 10px 0 10px;
    height: 27px !important;
}

#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;
}

.pager button:hover, .add_new_row:hover, .simpleButton:hover {
     background: #595353 !important;
}

.uform_table thead th {
    background: #e5e3e4 !important;
    color: #494343;
}

.uform_table caption {
    background: #595353 !important;
}

.uform_table caption.invalid {
    background: #ffb6c1 !important;
}

table.simpleTable th {
    background: #a9a0a3 !important;
    color: #fff;
}

#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-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;
}