.css_right{
 float:right;
}
.css_left{
 float:left;
}
/* table datatable overide*/
.fg-toolbar{
 padding:0;
 border:0 none;
 display:none;
}
table.display{
 width:auto;
}
table.dtbld{
 font-size:11px;
}
table.display tbody tr.trselected{
 background-color:#aaaaaa;
 color:white;
}
table.display tbody tr.trselected td{
 background-color:#aaaaaa;
 color:white;
}
table.display tr.currentrec{
 background-color:#cccccc;
}
table.display tr.currentrec td{
 background-color:#cccccc;
}
table.display tr.currentrec{
 background-color:#cccccc;
 font-weight:bold;
 padding-left:18px;
 border:1px solid #aaaaaa
}
table.displayavis tr td div{
 height:20px;
 overflow:hidden;
 white-space:nowrap;
 width:200px
}
table.displayavis tbody tr td{
 cursor:pointer
}
