/******************************
 * 			Excel-Report
 *****************************/
#reportform td, #reportform .ui-widget-content {
    border-width: 0;
}

#reportform table thead tr {
    display: none;
}

#reportform table tr.ui-datatable-odd{
    background: none repeat scroll 0 0 #F8F8F8;
}

#reportform .ui-chkbox-label, #reportform .ui-chkbox-box {
    float: left;
}

#reportform .ui-chkbox {
    margin-top: 3px;
}

#reportform .ui-datatable tbody td {
    white-space: normal;
    word-wrap: break-word;
}

#reportform .ui-inputfield {
    width: 80px;
}

#reportform .ui-selectcheckboxmenu {
    margin-top: 3px;
} 

.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-chkbox .ui-chkbox-box{
    display: none;
} 

#reportform .report-filter-label {
    display: block;
    margin-top: 3px;
    width: 30px;
}

#reportform .ui-panelgrid .ui-widget-content td{
    padding: 0;
    background: transparent;
}

#reportform .ui-selectoneradio td {
    padding: 0;
}

#reportform .ui-selectoneradio td label {
    margin-right: 10px;
}

#reportform .ui-widget-content {
    background: transparent;
    color: #64646E;
}

#reportform .embeddedHeader {
    font-weight: bold;
    font-size: 12px;
    margin-top: 20px;
    margin-left: 8px;
    border-bottom: 1px dotted #808080;
}
