.loading{
    border-bottom: 2px solid #0077FF;
    /*background-color:#DCF7FF;*/
}
.error{
    border-bottom: 2px solid #FF0000;
    background-color:#FEDADB;
}
.skipped{
    border-bottom: 2px solid #FF0000;
    background-color:#00CCFF;
}
.noclass{    
    border-bottom: 2px solid #00FF77;
    background-color:#DCF7F7;
}
#submitholder{    
    text-align: right;
}
.resultdiv{
	vertical-align: middle;
	text-align: right;
	width:24px;
	display: inline;
}
.resultdiv2{
	vertical-align: middle;
	text-align: right;
}
.okcell {
	background: top left url('/themes/modern/img/modern/green.png') no-repeat;
	width: 11px;
	height: 11px;
}
.errorcell {
	background: top left url('/themes/modern/img/modern/red.png') no-repeat;
	width: 11px;
	height: 11px;
}
.loadingcell {
	background: top left url('/themes/modern/img/modern/loading.gif') no-repeat;
	width: 16px;
	height: 16px;
}
.idlecell {
	background: top left url('/themes/modern/img/modern/yellow.png') no-repeat;
	width: 11px;
	height: 11px;
}

.resultdiv span {
	display:none;
}
