.classEntry table {
	width: 100%;

}

.classEntry .studentTable tr:nth-child(even) {
	background: #FFF
}

.classEntry .studentTable tr:nth-child(odd) {
	background: #CCC
}

.classEntry .studentTable .headerCell {
    font-weight: bold;
    height:50px;
    text-align: center;
}


/*.classEntry .header .studentTable tr {
    height: 50px;
}*/

.classEntry .studentTable .contentCell  {
    text-align: center;
}

.classEntry .studentTable .contentCell select {
    width: 100px;
}

.classEntry .required {
	height: 15px;
	width: 15px;
	overflow:hidden;
	text-indent:-9999px;
	left:0;
	top:0;
	background:url('/resources/images/required.gif');
	background-size: 15px 15px;
	display: inline-block;
    vertical-align: middle;
}

.classEntry .d_btSave {
	float: right;
}