/* === SEPIA SKIN ===
   Void sepia   : #1a1008
   Dark sepia   : #2d1f0e
   MidDark      : #44311A
   Mid sepia    : #5a3e20
   MidLight     : #6e4e28
   Warm brown   : #8c6438
   Light sepia  : #d8b888
   Old paper    : #e8d8bc
   Cream white  : #f5ede0
   Invalid      : #ffb6c1
   White        : #fff
*/

#header div.link {
    color: #8c6438 !important;
}

.timeCounter {
    background: #d8b888 !important;
    color: #2d1f0e !important;
}

#header div.timeCounter:hover {
    background-color: #44311A !important;
}

.notification {
    background: #8c6438 !important;
    color: #f5ede0 !important;
}

#user_bar {
    background: #2d1f0e !important;
}

#user_bar div.profile ul li a {
    color: #e8d8bc !important;
}

#user_bar div.profile ul li a:hover {
    color: #d8b888 !important;
    font-weight: bold;
}

#user_bar div.profile ul li.selected a {
    color: #d8b888 !important;
}

#user_bar .year {
    color: #e8d8bc !important;
}

#main_menu {
    background: #44311A;
}

#sub_menu {
    background: #8c6438 !important;
}

#main_menu div.menu_point { 
    color: #d8b888;
}

#sub_menu div.menu_point {
    color: #f5ede0;
}

#main_menu div.menu_point a, #sub_menu div.menu_point a {
    text-decoration: none;
    color: inherit;
}

#main_menu div.menu_point:hover{
    color: #f5ede0 !important;
    background-color: #5a3e20;
}

#sub_menu div.menu_point:hover {
    background-color: #6e4e28;
}

#main_menu div.menu_point.active {
    background: #1a1008;
    color: #f5ede0;
}

#sub_menu div.menu_point.active {
    background: #2d1f0e;
    color: #e8d8bc;
}

#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: #5a3e20;
}

#sub_menu div.separator {
    height: 35px !important;
    border-color: #6e4e28;
}

.pager button, .add_new_row, .simpleButton {
    background: #d8b888 !important;
    color: #2d1f0e !important;
}

.pager button.invalid, .add_new_row.invalid, .simpleButton.invalid {
    background: lightpink !important; 
}

.pager button:hover, .add_new_row:hover, .simpleButton:hover {
    background: #5a3e20 !important;
    color: #f5ede0 !important;
}

.page_content h2 {
    background: #44311A !important;
    color: #d8b888 !important;
}

.uform_table thead th {
    background: #e8d8bc !important;
    color: #2d1f0e;
}

table.simpleTable th {
    background: #d8b888 !important;
    color: #2d1f0e;
}

table.simpleTable button { /**/
    background: #5a3e20 !important;
}

.uform_table caption {
    background: #44311A !important;
    color: #d8b888;
}

.uform_table caption.invalid {
    background: #ffb6c1 !important;
    color: #1a1008;
}

#footer {
    background: #2d1f0e !important;
    color: #d8b888 !important;
}

#footer .darker {
    background: #1a1008;
    color: #d8b888 !important;
}

.rightFlyerBox {
    background: #e8d8bc !important;
    border: 1px solid #8c6438;
}

.rightFlyerBox div {
    color: #5a3e20 !important;
}

.next_btn {
    background: no-repeat url(icons/arrow-right.png) scroll center center/90% 90% rgb(90, 62, 32);
}

.prev_btn {
    background: no-repeat url(icons/arrow-left.png) scroll center center/90% 90% rgb(90, 62, 32);
}

.pager div.navigation {
    color: #8c6438 !important;
}

.pager div.navigation a:hover {
    color: #5a3e20 !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: #e8d8bc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x !important;
    border: 1px solid #d8b888 !important;
    color: #2d1f0e !important;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 0 auto;
}

.ui-state-default.ui-state-highlight {
    background: #d8b888 !important;
}
