body{
	margin:0px;
	padding:0px;
}
.sf_admin_filter .checkbox_list{
  list-style:none;
  margin: 0px;
  padding: 0px;
}
.sf_admin_filter .checkbox_list li{
	width:50px;
	float:left;
}
.sf_admin_pagination{
  text-align: right;
}
.sf_admin_form_row input{
    width: 250px;
    border: 1px solid #ccc;
}
.sf_admin_form_row select{
    width: 256px;
    border: 1px solid #ccc;
}
.sf_admin_form_row .checkbox_list input{
    width: 20px;
    border: 0px;
}
#filterTable tfoot input{
    width: auto;
}
table#filterTable th.filter_label{
    width: 80px;
}

#filterTable ,#sf_admin_content .sf_admin_list{
    font-family: tahoma;
}
#sf_admin_content .sf_admin_list table{
    border: 1px solid black;
    border-top: 0;
    border-left: 0;
    width: 100%;
    margin-bottom: 10px;
}

#sf_admin_content .sf_admin_list td,#sf_admin_content .sf_admin_list th{
    border: 1px solid black;
    border-bottom: 0;
    border-right: 0;
    padding: 3px;
}
#sf_admin_content .sf_admin_list th{
    background:#EEE;
}
#sf_admin_content .sf_admin_list tfoot th{
    text-align: center;
}
.sf_admin_pagination img{
    border: 0;
}
#sf_admin_content .sf_admin_list table thead th.col5{
    width: 100px;
}
#sf_admin_content .sf_admin_list tr:hover{
	background-color: #ffe;
}
.even{
  background-color: #eee;
}
.odd{
  /*background-color: #eee;*/
}
.class_full{
  color:#999;
}