@CHARSET "ISO-8859-1";

#content {
	text-align: center;
}

#contentTop {
	padding: 15px 0 5px 0;
	position: relative;
}

.taskTr {
	height: 50px;
	text-align: center;
}

.taskTd {
	padding: 5px 20px 5px 20px;
	vertical-align: middle;
}

.cursor{
	cursor: pointer;
}

.buttonsSaveEditContainer
{
    background: none;
}

.buttonsSaveEdit
{
	margin: 0px 5px 5px 5px;
	vertical-align: bottom;
}

#buttonQuestion
{
	vertical-align: bottom;
	margin: 0 5px 0 5px;
}

#buttonEvaluation {
	text-align: center;
	background: rgb(71, 71, 71);
	padding: 5px 5px;
    width: 130px;
	color: #fff;
	text-decoration: none;
	border: none;
	font-size: 11pt;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
}

#buttonEvaluation:HOVER{
	background-color: #FF7F27;
}

#contentTop #buttonFinalEvaluation {
	position: absolute;
	right: 0px;
	top: 35px;
}

#buttonFinalEvaluation {
	text-align: center;
	background: rgb(71, 71, 71);
	padding: 5px 5px;
    width: 130px;
	color: #fff;
	text-decoration: none;
	border: none;
	font-size: 11pt;
	cursor: pointer;
}

#buttonFinalEvaluation:HOVER{
	background-color: #FF7F27;
}

#buttonFinalEvaluationDisabled {
	text-align: center;
	background-color: #eeeeee;
	color: grey;
	padding: 5px 5px;
	width: 130px;
	text-decoration: none;
	border: none;
	font-size: 11pt;
	cursor:default;
	position: absolute;
	right: 0px;
	top: 35px;
	margin: 0 0 0 40px;
}

.buttonBar {
	padding: 0px 30px 0px 30px;
	width: 100%;
}

.buttonBarRow {
	width: 100%;
	float: left;
}

.buttonFrame {
	width: 8.33%;
	float: left;
}

.buttonTask {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	margin: 5px;
	padding: 5px;
	background-color: #474747;
	display: block;
}

.buttonTaskCurrent {
	border: 3px solid rgb(255, 127, 39);
	margin: 2px;
}

.buttonTaskAnswered {
	background-color: rgb(255, 127, 39);
}

.buttonTaskCorrect {
	background-color: #B5E61D
}

.buttonTaskIncorrect {
	background-color: #FF2601
}



.buttonBarRow .buttonFrame .linkButton1 {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	margin: 2px;
	padding: 5px;
	background-color: #474747;
	display: block;
}

.buttonBarRow .buttonFrame .linkButton2 {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	margin: 2px;
	padding: 5px;
	background-color: rgb(255, 127, 39);
	display: block;
}


.buttonBarRow .buttonFrame .linkButton3 {
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	margin: 0px 2px 2px 2px;
	padding: 5px;
	background-color: #474747;
	border: 1px;
	border-style: solid;
	border-width: 3px;
	border-color: rgb(255, 127, 39);
	display: block;
}

.checkboxes {
	height: 16px;
	width: 16px;
}


.arrowToRight {
	style: float:right;
}

.arrowToLeft {
	style: float:left;
}

.textfieldSolutions {
	width: 65px;
	maxlength:8;
	margin: 0 5px 0 5px;
}

.table {
	width: 100%;
	float: left;
}

.table .outerColumn {
	width: 5%;
	float: left;
	display: inline;
}

.table .innerColumn {
	width: 90%;
	float: left;
	display: inline;
}

.table .column .columnContent {
	border: thin;
	border-color: #474747;
}

.frameTask {
	border:solid thin lightgrey; 
	padding:15px 50px 15px 50px;
	margin:5px 0 10px 0;
	position:relative;
}

.frameButtonBar { 
	margin: 5px 0 10px 0;
}
