.currentStatusRootHolder {
	border: solid 1px #BBBBBB; padding: 4px; width: 300px; margin-top: 4px;
}
.currentStatusRootHolder .uploadStatusCurrentStatus {
	font-weight: bold;
}
.currentStatusRootHolder .uploadStatusErrorsLog {
	color: red; font-weight: bold;	
}
.currentStatusRootHolder .success {
	color: green; font-weight: bold;
}
.currentStatusRootHolder .uploadStatusErrorsLog {
	height: 60px; overflow-x: hidden; overflow-y: scroll; border: solid 1px #EEEEEE; background: #F6F6F6;
}
.currentStatusRootHolder #errorsLogToggleBtn {
	cursor: pointer; color: red; font-weight: bold;
}
.theFont { font-family: Verdana; font-size: 10px;  }
