/* 
Document   : richFaces
Created on : 26.11.2008, 16:05:14
Author     : slavik
Description:
Purpose of the stylesheet follows.
*/

/**************************** Styly pro Tooltip *******************************/

.rich-tool-tip, .toolTip {
    background-color: #ffffdc;
    border-color: #baba45;
    font-weight: normal;
    padding-left: 5px;
    padding-top: 2px;
    padding-right: 3px;
    padding-bottom: 2px;
    color: black;
}

.dr-table-subheadercell {
    border-right: 0px;
}
.rich-table-subheadercell {
    font-family: Tahoma, Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
}
.dr-table-cell {
    border-right: 0px;
    border-bottom: none;
    padding-bottom:10px;
}

.rich-datalist {
    padding-left : 0px;
    list-style: none;
}

.rich-table, .rich-table-header, .rich-table-header-continue,
.rich-table-footer, .rich-subtable-footer {
    background-image:none;
    background-color:transparent;
    border: none;
}     
/********************************* rich-messages ************************/
.rich-message-label {
    color: red;
    vertical-align: bottom;
}
.rich-messages-label {
    color: red;
    margin-left: 3px;
    vertical-align: bottom;
}

.rich-messages-marker {
    vertical-align: middle;
}

/******************************** Kalendar ******************************/

.rich-calendar-exterior {
    width: 210px;
}

/****************************** Styly pro combobox ***************************/
.rich-combobox-button-background {
    display: none;
}

.rich-combobox-button-background-inactive {
    display: none;
}

input.rich-combobox-input-inactive {
    border-width: 0px;
    color: #717171;
    margin-left: 20px;
    margin-top: 1px;
    width: 275px;
}

input.rich-combobox-input {
    border-width: 0px;
    color: #717171;
    margin-left: 20px;
    margin-top: 1px;
    width: 275px;
}

input.rich-combobox-input-disabled {
    border-width: 0px;
    color: #717171;
    margin-left: 20px;
    margin-top: 1px;
    width: 275px;
}

.rich-combobox-list-position {
    top: 4px;
}

.comboBoxItem {
    background-color: #ecf4fe;
}

.selComboBoxItem {
    background-image: url(../images/sel_item_background.png);
    background-repeat: repeat-x;
}

