#mytable{width:100%;border-collapse:collapse;margin:0;}
th, #mytd{text-align:center;padding:.5em;border:1px solid #fff;}
#mytdtwo{text-align:left;padding:.5em;border:1px solid #fff;}
th{background:#328aa4 url(../images/tr_back.gif) repeat-x;color:#fff;}
#mytr{background:#e5f1f4;}
#mytrtwo{
background:#f8fbfc;
}
/* tablecloth styles */
/*鼠标经过时单元格变色样式开始*/
#mytr.Out {
	Background-Color: #e5f1f4;
}
#mytr.Over {
	Background-Color: #bce774;
}
#mytrtwo.Out {
	Background-Color: #f8fbfc;
}
#mytrtwo.Over {
	Background-Color: #bce774;
}
