/*--------------------------------------------------------------------------

  This is part of the Multithreading system of the Karoo project.

  (C) 2009,2010 Brian Modra <brian@zwartberg.com>

  This library is free software; you can redistribute them and/or modify
  it under the terms of the GNU Lesser General Public License as published by
  the Free Software Foundation; either version 2.1 of the License,
  or (at your option) any later version.

  This library is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  See the GNU Lesser General Public License for more details.

  You should have received a copy of the GNU Lesser General Public License
  along with these libraries; if not, write to the Free Software Foundation,
  Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

--------------------------------------------------------------------------*/

.widget_button_highlight {
    background-color: #ffc597; /* #e0e0f0; */
}
.widget_button_selected {
    background-color: #ffd8b8; /* #d0d0ff; */
}
.widget_value_highlight .widget_menuitem_highlight, .widget_list_item_highlight {
    background-color: #ffeddf; /* yellow; */
}
.widget_value_in_menuitem, .widget_value_in_menuitem_disabled, .widget_menubar, .widget_menubar_disabled {
    background-color: #ecbb94; /* #e0e0ff; */
}
.widget_value_in_menuitem_highlight {
    background-color: #ffbd88; /* #a0a0ff; */
}
.widget_list_item_selected, .widget_menuitem_selected {
    background-color: #ffd8b8; /* #d0d0ff; */
}
div.widget_calendar, td.widget_calendar_sunday, td.widget_calendar_monday, td.widget_calendar_tuesday, td.widget_calendar_wednesday, td.widget_calendar_thursday, td.widget_calendar_friday, td.widget_calendar_saturday, .widget_box, .widget_button, .widget_list_in_menuitem, .widget_menuitem, .widget_value, .widget_value_highlight {
    border: 1px solid #c0c0c0;
}
div.widget_calendar, div.widget_calendar_selected, div.widget_calendar_disabled, td.widget_calendar_previous_month, td.widget_calendar_next_month, td.widget_calendar_previous_month_highlight, td.widget_calendar_next_month_highlight, th.widget_calendar_sunday, th.widget_calendar_saturday, th.widget_calendar_monday, th.widget_calendar_tuesday, th.widget_calendar_wednesday, th.widget_calendar_thursday, th.widget_calendar_friday, td.widget_calendar_sunday, td.widget_calendar_saturday, td.widget_calendar_monday, td.widget_calendar_tuesday, td.widget_calendar_wednesday, td.widget_calendar_thursday, td.widget_calendar_friday, td.widget_calendar_monday_highlight, td.widget_calendar_tuesday_highlight, td.widget_calendar_wednesday_highlight, td.widget_calendar_thursday_highlight, td.widget_calendar_friday_highlight, td.widget_calendar_sunday_highlight, td.widget_calendar_saturday_highlight, td.widget_calendar_sunday_selected, td.widget_calendar_saturday_selected, td.widget_calendar_monday_selected, td.widget_calendar_tuesday_selected, td.widget_calendar_wednesday_selected, td.widget_calendar_thursday_selected, td.widget_calendar_friday_selected, tr.widget_horizbar, tr.widget_horizbar_disabled {
    font-size: 10px;
}
td.widget_calendar_month, .widget_value, .widget_value_disabled, .widget_value_highlight {
    font-size: 11px;
}
.widget_button, .widget_button_disabled, .widget_button_highlight, .widget_button_selected, .widget_menuitem, .widget_menuitem_disabled, .widget_menuitem_highlight, .widget_menuitem_selected, .widget_value_in_menuitem, .widget_value_in_menuitem_disabled, .widget_value_in_menuitem_highlight {
    font-size: 12px;
}
div.widget_calendar {
    padding: 0px;
    vertical-align: middle;
    width: 11em;
    background-color: white;
}
div.widget_calendar_selected {
    border: 1px dotted black;
    padding: 0px;
    vertical-align: middle;
    width: 11em;
    background-color: white;
}
div.widget_calendar_disabled {
    border: 1px solid #e0e0e0;
    padding: 0px;
    vertical-align: middle;
    width: 11em;
    background-color: white;
}
input.widget_calendar {
    color: black;
}
input.widget_calendar_disabled {
    color: #c0c0c0;
}
input.widget_calendar_bad {
    color: red;
}
tr.widget_calendar_days {
    height: 1em;
}
td.widget_calendar_previous_month, td.widget_calendar_next_month {
    background-color: #ffeec0;
}
td.widget_calendar_previous_month, td.widget_calendar_next_month, td.widget_calendar_previous_month_highlight, td.widget_calendar_next_month_highlight {
    width: 1em;
    cursor: hand;
    cursor: pointer;
    text-align: left;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid black;
    padding: 0px;
    vertical-align: middle;
}
img.widget_calendar_previous_month, img.widget_calendar_next_month {
    width: 10px;
    height: 10px;
}
td.widget_calendar_previous_month_highlight, td.widget_calendar_next_month_highlight {
    background-color: yellow;
}
td.widget_calendar_month {
    width: 1em;
    background-color: #d0d0ff;
    font-weight: bold;
    text-align: center;
}
th.widget_calendar_sunday, th.widget_calendar_saturday, th.widget_calendar_monday, th.widget_calendar_tuesday, th.widget_calendar_wednesday, th.widget_calendar_thursday, th.widget_calendar_friday {
    width: 1em;
    text-align: center;
}
th.widget_calendar_sunday, th.widget_calendar_saturday {
    background-color: green;
}
th.widget_calendar_monday, th.widget_calendar_tuesday, th.widget_calendar_wednesday, th.widget_calendar_thursday, th.widget_calendar_friday {
    background-color: grey;
}
td.widget_calendar_sunday, td.widget_calendar_saturday, td.widget_calendar_monday, td.widget_calendar_tuesday, td.widget_calendar_wednesday, td.widget_calendar_thursday, td.widget_calendar_friday, td.widget_calendar_monday_highlight, td.widget_calendar_tuesday_highlight, td.widget_calendar_wednesday_highlight, td.widget_calendar_thursday_highlight, td.widget_calendar_friday_highlight, td.widget_calendar_sunday_highlight, td.widget_calendar_saturday_highlight, td.widget_calendar_sunday_selected, td.widget_calendar_saturday_selected, td.widget_calendar_monday_selected, td.widget_calendar_tuesday_selected, td.widget_calendar_wednesday_selected, td.widget_calendar_thursday_selected, td.widget_calendar_friday_selected {
    width: 1em;
    cursor: hand;
    cursor: pointer;
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0px;
    vertical-align: middle;
}
td.widget_calendar_sunday, td.widget_calendar_saturday {
    background-color: #d0ffd0;
}
td.widget_calendar_monday, td.widget_calendar_tuesday, td.widget_calendar_wednesday, td.widget_calendar_thursday, td.widget_calendar_friday {
    background-color: #e0e0e0;
}
td.widget_calendar_sunday_highlight, td.widget_calendar_saturday_highlight {
    background-color: #b0ffb0;
}
td.widget_calendar_monday_highlight, td.widget_calendar_tuesday_highlight, td.widget_calendar_wednesday_highlight, td.widget_calendar_thursday_highlight, td.widget_calendar_friday_highlight {
    background-color: #c0c0c0;
}
td.widget_calendar_monday_highlight, td.widget_calendar_tuesday_highlight, td.widget_calendar_wednesday_highlight, td.widget_calendar_thursday_highlight, td.widget_calendar_friday_highlight, td.widget_calendar_sunday_highlight, td.widget_calendar_saturday_highlight {
    border: 1px solid #a0a0a0;
}
td.widget_calendar_sunday_selected, td.widget_calendar_saturday_selected {
    background-color: #b0ffb0;
}
td.widget_calendar_monday_selected, td.widget_calendar_tuesday_selected, td.widget_calendar_wednesday_selected, td.widget_calendar_thursday_selected, td.widget_calendar_friday_selected {
    background-color: #c0c0c0;
}
td.widget_calendar_sunday_selected, td.widget_calendar_saturday_selected, td.widget_calendar_monday_selected, td.widget_calendar_tuesday_selected, td.widget_calendar_wednesday_selected, td.widget_calendar_thursday_selected, td.widget_calendar_friday_selected {
    border: 1px solid black;
}
.widget_box {
    padding: 0px;
    margin-top: 0px
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0px;
    margin-top: 0px
    margin-bottom: 0px;
    margin-left: 1px;
    margin-right: 1px;
    vertical-align: middle;
    background-color: white;
}
.widget_checkbox {
    cursor: hand;
    cursor: pointer;
    padding: 0px;
    margin-top: 0px
    margin-bottom: 0px;
    margin-left: 1px;
    margin-right: 1px;
    vertical-align: middle;
    background-color: white;
}
.widget_button {
    background-color: white;
    cursor: hand;
    cursor: pointer;
}
.widget_button_disabled {
    background-color: white;
    border: 1px solid #e0e0e0;
    color: #c0c0c0;
}
.widget_button_highlight {
    border: 1px solid #909090;
    cursor: hand;
    cursor: pointer;
}
.widget_button_selected {
    cursor: hand;
    cursor: pointer;
    border: 1px solid black;
}
.widget_button, .widget_button_disabled, .widget_button_highlight, .widget_button_selected {
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 0px
    margin-bottom: 0px;
    margin-left: 1px;
    margin-right: 1px;
    vertical-align: middle;
}
.widget_list_in_menuitem {
    cursor: hand;
    cursor: pointer;
}
.widget_list_in_menuitem_disabled {
    border: 1px solid #e0e0e0;
    colot: #c0c0c0;
}
.widget_list_in_menuitem, .widget_list_in_menuitem_disabled {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    background-color: white;
}
.widget_list, .widget_list_disabled {
    clip: auto;
    overflow : auto;
    height: 100px;
    width: 200px;
    background-color: white;
}
.widget_list_disabled {
    color: #c0c0c0;
}
.widget_list_item, .widget_list_item_disabled, .widget_list_item_highlight, .widget_list_item_selected {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
}
.widget_list_item {
    cursor: hand;
    cursor: pointer;
    background-color: white;
}
.widget_list_item_disabled {
    color: #c0c0c0;
    background-color: white;
}
.widget_list_item_highlight, .widget_list_item_selected {
    cursor: hand;
    cursor: pointer;
}
img.widget_down_arrow {
    padding-left: 5px;
    width: 10px;
    height: 10px;
}
.widget_menuitem, .widget_menuitem_disabled, .widget_menuitem_highlight, .widget_menuitem_selected {
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 0px
    margin-bottom: 0px;
    margin-left: 1px;
    margin-right: 1px;
    vertical-align: middle;
    float: left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.widget_menuitem {
    cursor: hand;
    cursor: pointer;
    background-color: white;
}
.widget_menuitem_disabled {
    border: 1px solid #e0e0e0;
    color: #c0c0c0;
    background-color: white;
}
.widget_menuitem_highlight {
    cursor: hand;
    cursor: pointer;
    border: 1px solid #909090;
}
.widget_menuitem_selected {
    cursor: hand;
    cursor: pointer;
    border: 1px solid black;
}
.widget_menubar, .widget_menubar_disabled {
    text-align: left;
    padding: 0px;
    vertical-align: middle;
}
.widget_menubar {
    border-top: 2px solid #d0d0d0;
    border-bottom: 2px solid #d0d0d0;
}
.widget_menubar_disabled {
    border-top: 2px solid #d0d0d0;
    border-bottom: 2px solid #d0d0d0;
    color: #c0c0c0;
}
.widget_horizbar {
    background-color: grey;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    text-align: center;
}
tr.widget_horizbar {
    border: 1px solid white;
    background-color: white;
    color: black;
    height: 15px;
}
th.widget_horizbar {
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-top: 0px;
    border-bottom: 0px;
    background-color: #d0d0d0;
    color: black;
    margin: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0px;
    padding-right: 0px;
}
td.widget_horizbar {
    border: 1px solid white;
    background-color: #d0d0d0;
    color: black;
    width: 5em;
    margin: 0px;
    padding: 0px;
}
.widget_horizbar_disabled {
    background-color: grey;
    margin: 0px;
    padding: 0px;
    color: #c0c0c0;
    vertical-align: middle;
    text-align: center;
}
tr.widget_horizbar_disabled {
    border: 1px solid white;
    background-color: white;
    color: #c0c0c0;
    height: 15px;
    margin: 0px;
    padding: 0px;
}
th.widget_horizbar_disabled {
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-top: 0px;
    border-bottom: 0px;
    background-color: #d0d0d0;
    color: #c0c0c0;
    margin: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0px;
    padding-right: 0px;
}
td.widget_horizbar_disabled {
    border: 1px solid white;
    background-color: #d0d0d0;
    color: #c0c0c0;
    width: 5em;
    margin: 0px;
    padding: 0px;
}
td.widget_horizbar_started {
    border: 1px solid white;
    background-color: #b0b0ff;
    color: black;
    vertical-align: middle;
    text-align: center;
    width: 5em;
    margin: 0px;
    padding: 0px;
}
td.widget_horizbar_done {
    border: 1px solid white;
    background-color: yellow;
    color: black;
    vertical-align: middle;
    text-align: center;
    width: 5em;
    margin: 0px;
    padding: 0px;
}
td.widget_horizbar_highlight {
    border: 1px solid #b0ffb0;
    background-color: #d0d0d0;
    color: green;
    vertical-align: middle;
    text-align: center;
    width: 5em;
    margin: 0px;
    padding: 0px;
}
td.widget_horizbar_started_highlight {
    border: 1px solid #b0ffb0;
    background-color: #b0b0ff;
    color: green;
    vertical-align: middle;
    text-align: center;
    width: 5em;
    margin: 0px;
    padding: 0px;
}
td.widget_horizbar_done_highlight {
    border: 1px solid #b0ffb0;
    background-color: yellow;
    color: green;
    vertical-align: middle;
    text-align: center;
    width: 5em;
    margin: 0px;
    padding: 0px;
}
td.widget_horizbar_selected {
    border: 1px solid #a0a0ff;
    background-color: #d0d0d0;
    color: blue;
    vertical-align: middle;
    text-align: center;
    width: 5em;
    margin: 0px;
    padding: 0px;
}
td.widget_horizbar_started_selected {
    border: 1px solid #a0a0ff;
    background-color: #b0b0ff;
    color: blue;
    vertical-align: middle;
    text-align: center;
    width: 5em;
    margin: 0px;
    padding: 0px;
}
td.widget_horizbar_done_selected {
    border: 1px solid #a0a0ff;
    background-color: yellow;
    color: blue;
    vertical-align: middle;
    text-align: center;
    width: 5em;
    margin: 0px;
    padding: 0px;
}
.widget_value, .widget_value_disabled, .widget_value_highlight {
    vertical-align: middle;
    text-align: center;
    margin: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
}
.widget_value {
    background-color: white;
    color: black;
}
.widget_value_disabled {
    border: 1px solid #e0e0e0;
    background-color: white;
    color: #c0c0c0;
}
.widget_value_highlight {
    color: black;
}
.widget_value_in_menuitem, .widget_value_in_menuitem_disabled, .widget_value_in_menuitem_highlight {
    border: 0px;
    vertical-align: middle;
    text-align: center;
    margin: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 11px;
    padding-right: 11px;
}
.widget_value_in_menuitem {
    color: black;
}
.widget_value_in_menuitem_disabled {
    color: #c0c0c0;
}
.widget_value_in_menuitem_highlight {
    color: black;
}
input.widget_text {
    color: black;
}
input.widget_text_disabled {
    color: #c0c0c0;
}
textarea.widget_text {
    color: black;
}
textarea.widget_text_disabled {
    color: #c0c0c0;
}

