/* 
    Document   : filter.css
    Created on : 28 janv. 2013, 10:32:00
    Author     : Greg-DT2M
    Description:
        Purpose of the stylesheet follows.
*/
#filter fieldset{
    border:1px solid black;
    margin-bottom: 15px;
}
#filter table{
    width: 100%;

}
#filter table.tabFilter,table.tabFilter td {
    /*background: none repeat scroll 0 0 #EECCCC;*/
    font-size: 12px;
}
#filter table.tabFilter td.title{
    width:310px;
}
#filter table.tabFilter td.content{
    width:30px;
}

table.listInstance tr.notDisplay{
    display: none;
}
#filter table.tabFilter tr td label{
    display: inline;
}
