tr.evenrow td {
    background: #ececec;
}

.thumbimg {
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    display: block;
    position: relative;
    overflow: hidden;
}
.thumbimg:hover {
    border: 5px solid #9a9a9a;
}
    .thumbimg img {
        position: absolute;
        top: 0;
        left: 0;
    }
    
.thumbimg1 {
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    display: block;
    position: relative;
    overflow: hidden;
}
.thumbimg1:hover {
    border: 5px solid #9a9a9a;
}
    .thumbimg1 img {
        position: absolute;
        top: 0;
        left: 0;
    }

.smsel select {
	width: 80px;
}