#header{ 
    display :none; 
} 
#add { 
    display :none; 
} 

#title_print {

}

.delete { 
    display :none; 
} 

.table_body td {
    font-size:12px;
    padding: 0px 0px 1px 2px;
}
.table_body input {
	margin:0px;
    border: 0;
    width:100%;
    height:16px;
}.table_header {
    border-collapse:collapse;
    table-layout:fixed;
    margin-bottom:0px;
    font-size: 14px;
}
.table_header a {
	text-decoration:none;
	color:black
}
.table_body {
    overflow:auto;
    padding-bottom:10px;
    margin-bottom:10px;
}
.table_body table {
    table-layout:fixed;
    font: 12px;
}
