/* === 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;
}

.notification {
    background: #8c6438 !important;
    color: #f5ede0 !important;
}

#user_bar {
    background: #2d1f0e !important;
}

#user_bar div.profile ul li a {
    text-decoration: none;
    color: #e8d8bc;
    cursor: pointer;
}

#user_bar div.profile ul li a:hover {
    color: #d8b888;
}

#user_bar div.profile ul li.selected a {
    color: #d8b888;
    font-weight: bold;
}

#user_bar DIV.year {
    color: #e8d8bc !important;
}

#main_menu, #sub_menu {
    width: 100%;
    height: 44px;
    background: #44311A;
    border-radius: 3px;
    margin-bottom: 15px;
    text-align: center;
}

#sub_menu {
    width: 100%;
    height: 35px !important;
    background: #8c6438 !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: #d8b888;
    padding: 14px 25px 0 25px;
}

#sub_menu div.menu_point {
    color: #f5ede0;
    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: #f5ede0 !important;
    background-color: #5a3e20;
}

#sub_menu div.menu_point:hover {
    background-color: #6e4e28;
}

#main_menu div.menu_point.active {
    background: #1a1008;
    /*color: #d8b888;*/
    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: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;
}

.uform_table caption {
    background: #44311A !important;
    color: #d8b888;
}

.uform_table caption.invalid {
    background: #ffb6c1 !important;
    color: #1a1008;
}

table.simpleTable th {
    background: #d8b888 !important;
    color: #2d1f0e;
}

#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-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default
{
    background: #6e4e28 !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: #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;
}
