//.mytr {background-color:expression((this.sectionRowIndex%2==0)?"#E6E6E6":"#CCCCCC")}//Used in IE only
//input{background-color:expression((this.readOnly && this.readOnly==true)?"#f0f0f0":"")} //Is input box read only?
tr.t1 td {background-color:#E6E6E6;}/* 第一行的背景色 */
tr.t2 td {background-color:#CCCCCC;}/* 第二行的背景色 */
tr.t3 td {background-color:#C1FDC1;}/* 鼠标经过时的背景色 */
