/* 
    Document   : search.css
    Created on : 15 déc. 2009, 17:23:47
    Author     : Romain Niveau
    Description:
        Purpose of the stylesheet follows.
*/

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

div.pathway {
    background-color: #40b0d5;
}

td.top-pathway {
    background-color: #40b0d5;
}

td.top-left-pathway {
    background-image: url(../../../images/blue-top-left.png);
}

td.top-right-pathway {
    background-image: url(../../../images/blue-top-right.png);
}

table.contentpaneopen td {
    padding-top: 5px;
    padding-bottom: 5px;
}

#search_searchword {
    border: 1px solid #6e6e6e;
}

input.form-search {
    background-image: url(../../../images/button-search.png);
    background-repeat: no-repeat;
    border: 0px;
    width: 78px;
    height: 16px;
    color: #FFFFFF;
    font-size: 12px;
    font-family: Arial;
    font-weight: 700;
}

fieldset {
    padding-bottom: 0px;
}
