/* 
    Document   : style
    Created on : Apr 18, 2012, 9:29:13 PM
    Author     : robert
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div.hint {
    font-style: italic;
    font-weight: bold;
}

table.dataTable tr {
    cursor: pointer;
}

.ui-combobox {
    position: relative;
    display: inline-block;
}
.ui-combobutton {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* adjust styles for IE 6/7 */
    *height: 1.7em;
    *top: 0.1em;
}

.ui-combobutton-icon { width: 2.2em; }

.ui-autocomplete-input {
    margin: 0;
    padding: 0.3em;
}
