div.table_basic table td:first-child{
    font-weight: bold;
}
div.table_basic table tr:first-child{
    font-weight: bold;
}
div.table_basic table tr:first-child > td{
    padding-top: 6px;
	padding-bottom: 6px;
}
div.table_basic table tr > td:first-child{
	padding-left:3px;
}

div.table_basic table td{
    border:none;
    height:30px;
	font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
	font-size: 12px;
	vertical-align: middle;
}
div.table_basic table{
    border:none;
	border-top:2px solid #c3c3c3;
	border-bottom:2px solid #c3c3c3;
	border-collapse: separate;
	border-spacing: 0px; 
}
div.table_basic table tr:nth-child(odd){
    background: #f7f7f7;
}
div.table_basic table tr:nth-child(even){
    background: #ebebeb;
}