@charset "utf-8";
/* CSS Document */

#my_table .my_t_head{
	background:url(../img/tbg1.gif) repeat-x;
	text-align:left;
	height:31px;
		border-bottom: 1px solid #cdcbcb;

}
#my_table .my_t_row{
	background: url(../img/tbg2.gif) repeat-x bottom;
}

#my_table .my_t_row_60{
	background: url(../img/tbg2.gif) repeat-x;
	height:60px;
}

#my_table .my_t_row_02{
	background: #f5f5f5;
	
}

#tbl_end{
height:3px;
background:#cdcbcb;
}

#mass_tools{
	background:url(../img/tbg1.gif) repeat-x;
	height:27px;
	margin-bottom:5px;
	border: 1px solid #cdcbcb;
	padding:4px 0 0 5px
}

#mass_tools #mass_submit{
	background: #FFFFFF;
	border: 1px solid #dcdada;
	font: 11px "Trebuchet MS";	

}

#mass_tools select{
	font: 11px "Trebuchet MS";	

}



