.evaluationDiv{
	border-width:1px;
	border-style:solid;
	border-color:#8e9cad;	
	width:480px;
	margin-bottom:5px;
	background-color:#d4dfec;
	color:#1e395b;
	font-size:14px;
}

.gradeDiv{
	border-width:1px;
	border-style:solid;
	border-color:#8e9cad;	
	width:480px;
	background-color:#d4dfec;
	color:#1e395b;
	font-size:14px;
}
	
.gradeDiv_disabled{
	border-width:1px;
	border-style:solid;
	border-color:#8e9cad;	
	width:480px;
	background-color:#e9e9e9;
	color:#a0a0a0;
	font-size:14px;
}
	
#gradeTable td{
	padding-top:1px;
	padding-right:5px;
	padding-left:0px;
	padding-bottom:1px;
	font-size:14px;
}
	
#evaluationTable td{
	padding-top:1px;
	padding-right:8px;
	padding-left:0px;
	padding-bottom:1px;
	font-size:14px;
}
	
#evaluationTable th, #gradeTable th{
	padding-top:1px;
	padding-right:5px;
	padding-left:0px;
	padding-bottom:1px;
	font-size:14px;
	width:80px;
}

.button_1{
	border: none;
	background: url('../img/examvote/button_1.png') no-repeat top left;
    width:120px;
    height:38px;
    color:#1e395b; 
    font-size:14px;   
}
	
.button_1:hover {
	border: none;
	background: url('../img/examvote/button_1_hover.png') no-repeat top left;
	width:120px;
    height:38px;
    color:#1e395b;
    font-size:14px;   
}
	
.button_1_selected{
    border: none;
    background: url('../img/examvote/button_1_selected.png') no-repeat top left;
    width:120px;
    height:38px;
    color:#1e395b; 
    font-size:14px;   
}	
	
.button_2{
	border: none;
	background: url('../img/examvote/button_2.png') no-repeat top left;
    width:90px;
    height:38px;
    color:#1e395b;
    font-size:14px;
}
	
.button_2:hover {
	border: none;
	background: url('../img/examvote/button_2_hover.png') no-repeat top left;
    width:90px;
    height:38px;
    color:#1e395b;
    font-size:14px;
}	

.button_2_selected{
	border: none;
    background: url('../img/examvote/button_2_selected.png') no-repeat top left;
    width:90px;
    height:38px;
    color:#1e395b;
    font-size:14px;
}

.button_2_disabled{
	border: none;
    background: url('../img/examvote/button_2_disabled.png') no-repeat top left;
    width:90px;
    height:38px;
    color:#a0a0a0;
    font-size:14px;	
}