@import "calendar.css";
@import "layout.css";
@import "_suggest.css";

/*******************************************************/
/*                                   WYSZUKIWARKA                                      */
/*******************************************************/

#mainWysz {
    text-align: left;
    background-color: #fff;
    border: 3px #f90 solid;
    padding: 3px;
    width: 529px;
}

#mainpath td {
    font-size: 11px;
    line-height: 25px;
    color: #ccc;
    font-weight: bold;
}

#mainpath td.current {
    color: #fff;
    padding: 0 7px 0 8px;
}

#mainpath td.future {
    padding: 0 7px 0 8px;
}

#mainpath td.done {
    color: #fff;
    text-decoration: underline;
    padding: 0 7px 0 8px;
}

#mainpath td.spacer {
    padding: 0 3px 0 0;
}