body {
	color: #736451;
	background: #FFFFFF;
	text-align: center;
	margin: 20px 0px 0px;
	padding: 0px;
	text-decoration: none;
	font: 14px "Century Gothic", Verdana, Arial, sans-serif;
}

#header {
	width:750px;
	margin:0 auto 0 auto;
	border-bottom:2px solid #eeeeee;
}

#content {
	width:750px;
	margin:0 auto 0 auto;
	text-align:left;
}

#footer {
	width:750px;
	font-size:10px;
	border-top:2px solid #eeeeee;
	padding-top:3px;
	margin: 0 auto 0 auto;
	text-align: right;
}

a {
	color:#736451;
	text-decoration: none;
	font-size: 14px;
}
a:visited {
	color:#736451;
	text-decoration: none;
}
a:hover {
	color:#8FB71D;
	text-decoration: none;
}
a:active {
	color:#8FB71D;
	text-decoration: none;
}



.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url('../images/btn2.png'); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }
 
* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }
 
.btn.blue { background: #2ae; color: #ffffff;}
.btn.green { background: #9d4; color: #ffffff;}
.btn.lime { background: #bbce00; color: #ffffff;}
.btn.pink { background: #e1a; color: #ffffff;}
.btn:hover { background-color: #2ae; color: #ffffff;}
.btn:active { background-color: #444; color: #404040;}
.btn[class] {  background-image: url('../images/shade.png'); background-position: bottom; }
 
* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.lime { border-color: #bbce00; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: 2ae; }


/*---------- right aligned button ----------*/
.btnR { display: block; position: relative; background: #aaa; padding: 5px; float: right; color: #fff; text-decoration: none; cursor: pointer; }
.btnR * { font-style: normal; background-image: url('../images/btn2.png'); background-repeat: no-repeat; display: block; position: relative; }
.btnR i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btnR span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btnR span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btnR span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btnR span,
* html .btnR i { float: right; width: auto; background-image: none; cursor: pointer; }

.btnR.blue { background: #2ae; color: #ffffff;}
.btnR.green { background: #9d4; color: #ffffff;}
.btnR.pink { background: #e1a; color: #ffffff;}
.btnR:hover { background-color: #2ae; color: color: #ffffff;}
.btnR:active { background-color: #444; color: color: #404040; }
.btnR[class] {  background-image: url('../images/shade.png'); background-position: bottom; }

* html .btnR { border: 3px double #aaa; }
* html .btnR.blue { border-color: #2ae; }
* html .btnR.green { border-color: #9d4; }
* html .btnR.pink { border-color: #e1a; }
* html .btnR:hover { border-color: #2ae; }



/*---------- centered button ----------*/
.btnC { display: block; position: relative; background: #aaa; padding: 5px; width: 120px; margin: 0px auto; color: #fff; text-decoration: none; cursor: pointer; text-align: center; }
.btnC * { font-style: normal; background-image: url('../images/btn2.png'); background-repeat: no-repeat; display: block; position: relative; }
.btnC i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btnC span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btnC span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btnC span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btnC span,
* html .btnC i { width: 120px; text-align: center; padding: 0px; display: block; margin: 0px auto; background-image: none; cursor: pointer; }

.btnC.blue { background: #2ae; color: #ffffff; }
.btnC.green { background: #9d4; color: #ffffff; }
.btnC.lime { background: #bbce00; color: #ffffff; }
.btnC.pink { background: #e1a; color: #ffffff; }
.btnC:hover { background-color: #2ae; color: #ffffff;}
.btnC:active { background-color: #444; color: #404040; }
.btnC[class] {  background-image: url('../images/shade.png'); background-position: bottom; }

* html .btnC { border: 3px double #aaa; }
* html .btnC.blue { border-color: #2ae; }
* html .btnC.green { border-color: #9d4; }
* html .btnC.lime { border-color: #bbce00; }
* html .btnC.pink { border-color: #e1a; }
* html .btnC:hover { border-color: #2ae; }

/*---------- centered button ----------*/
.btnC2 { display: block; position: relative; background: #aaa; padding: 5px; margin: 0px auto; min-width: 100px; max-width: 490px; color: #fff; text-decoration: none; cursor: pointer; text-align: center; }
.btnC2 * { font-style: normal; background-image: url('../images/btn2.png'); background-repeat: no-repeat; display: block; position: relative; text-align: center; }
.btnC2 i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btnC2 span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btnC2 span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btnC2 span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btnC2 span,
* html .btnC2 i { width: auto; text-align: center; padding: 0px; margin: 0px auto; background-image: none; cursor: pointer; }

.btnC2.blue { background: #2ae; color: #ffffff;}
.btnC2.green { background: #9d4; color: #ffffff; }
.btnC2.lime { background: #bbce00; color: #ffffff; }
.btnC2.pink { background: #e1a; color: #ffffff; }
.btnC2:hover { background-color: #2ae; color: #ffffff; }
.btnC2:active { background-color: #444; color: #404040;}
.btnC2[class] {  background-image: url('../images/shade.png'); background-position: bottom; }

* html .btnC2 { border: 3px double #aaa; }
* html .btnC2.blue { border-color: #2ae; }
* html .btnC2.green { border-color: #9d4; }
* html .btnC2.lime { border-color: #bbce00; }
* html .btnC2.pink { border-color: #e1a; }
* html .btnC2:hover { border-color: #2ae; }


 
p { clear: both; padding-bottom: 2em; }
form { margin-top: 2em; }
form p .btn { margin-right: 1em; }
textarea { margin: 1em 0;}

/* new styles */
.btn { margin-right: 1em; }
textarea.question, textarea.answer { height: 5em; }

ul.items { margin-left: 0; padding-left: 0; }
ul.items li { list-style-type: none; margin-bottom: 1em; padding-top: 1em; border-top: 1px dotted #736451; }
ul.items .title, ul.items .fullname { font-weight: bold; }
ul.items .status, ul.items .is-correct, ul.items .role, ul.items .result { float: right; }
ul.items .date, ul.items .email { font-size: 0.8em; padding-bottom: 0.5em; }
ul.items .select { float: left; width: 2em; text-align: center; }
ul.items .question { margin-left: 2em; }
ul.items .group { font-weight: bold; margin-left: 2em; }
ul.items .answer { margin-right: 6em; }
ul.items .operation { margin-top: 0.5em; }
ul.questions .operation { margin-left: 2em; }
#course-pdf { width: 100%; height: 297mm; border-width: 0; }

ol.test-questions ol li { list-style-type: lower-alpha; }

ul.errors { color: #9e3218; margin-left: 0; padding-left: 0; }
ul.errors li { margin-left: 0; padding-left: 0; list-style-type: none; }

.message { border: 1px solid #aaa; background-color: #eeeeee; padding: 1em; }

.mheader a { font-size: 1em; }

