/* Minification failed. Returning unminified contents.
(51,1): run-time error CSS1019: Unexpected token, found '@charset'
(51,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(51,17): run-time error CSS1019: Unexpected token, found ';'
 */
@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2,  h4, h6, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@charset "utf-8";
/* CSS Document */

body {
    background-color: #FAFAFA;
    font-family: Arial, Helvetica, sans-serif;
}

#login {
    padding: 0 10px;
    width: 940px;
    text-align: right;
}

#login ul li {
    display: inline;
    margin: 0 10px;
}

#footer {
    clear: both;
}

a {
	color: #CE6641;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.btn, input.btn {
    display: inline-block;
	background-color: #000000;
	color: #FFFFFF;
    border: 2px solid #D4624A;
    padding: 6px 12px;
    font-size: 10pt;
    font-weight: bold;
    -webkit-border-radius:	6px;
	-moz-border-radius:		6px;
	border-radius:			6px;
	/*behavior: url(PIE.htc);*/
}

a.btn:hover, input.btn:hover {
	text-decoration: none;
    background-color: #FFFFFF;
    border-color: #CFC7BC;
	color: #000000;
    cursor: pointer;
}

h1 {
    font-size: 24pt;
    margin-bottom: 30px;
}

h2 {
    font-size: 18pt;
    margin-bottom: 23px;
}

h3 {
    font-size: 16pt;
    margin-bottom: 20px;
}

em {
    font-style: italic;
}

.italic {
    font-style: italic;
}

.clearfix {
 	clear: both;	
}


/* HEADER STYLES */

.header {
	background-color: #FFFFFF;
	color: #666666;
    font-size: 14px;
	font-weight: bold;
	padding: 0;
}

.header p {
	color: #666666;
}

.header .black {
	background-color :#000000;
	margin: auto;
	height: 15px;
}
.header .orange {
	background-color: #D4624A;
	margin: auto;
	height: 5px;
}
	
.innerheader {
	margin: 0 auto;
	padding: 25px 0;
	width: 960px;
	background-color: #FFFFFF;
}

.baseheader {
    margin: 0 auto;
    padding: 10px 0;
    width: 960px;
	background-color: #E5E2DC;
}

.header .xlerplatelogo {
	float: left;
	margin-right: 400px;
}	

.header .search {	
	margin-right: 0px;	
}

.header .search { 
	width: 400px;		
}

.header .bsllogo {
	float: right;
}


/*
CONTENT STYLES
*/

.content {
	background: url(../images/BodyBackground.jpg) no-repeat;
	margin: 0 auto;
	padding-bottom: 50px;
		
}

.contentWrapper {
	margin: 0 auto;
    padding: 0 30px;
    width: 900px;
		
}

.login {
	margin: 0 auto;
	background: #CFC7BC;	
	width: 350px;
	padding: 25px 0 25px 25px;
}

.introduction {
    margin-bottom: 40px;
}
.introduction p {
    font-size: 14px;
    line-height: 21px;
}

.quiz {
	margin: 0 auto;
	background: url(../images/backgroundQuiz.jpg) no-repeat;	
	width: 575px;
	height: 3710px;
	padding: 25px 0 25px 25px;
	color: #FFFFFF;
	
}

quizbuttons {
	background-color: #CE6641;
	color: #FFFFFF;
}

table.full-actions {
    width: 100%;
    margin: 20px 0;
}

table.full-actions tr:not(:last-child) {
    border-bottom: 1px solid #CFC7BC;
}

table.full-actions th, table.full-actions td {
    padding: 10px;
    text-align: center;
}

table.full-actions th:first-child, table.full-actions td:first-child {
    text-align: left;
    width: 45%;
}

/*table.full-actions th:last-child, table.full-actions td:last-child {
    text-align: right;
}*/

table.full-actions td.td-right {
    text-align: right;
}

table.full-actions th.title {
    background: #000000;
    color: #FFFFFF;
    border: 3px solid #D4624A;
}

table.full-actions tr.title {
    border-bottom: 3px solid #D4624A;
}

legend.heading {
    font-size: 18pt;
    margin-bottom: 23px;
    display: inline;
}

#loginForm, #registerForm, #quizForm, #manageForm {
    background-color: #CFC7BC;
    padding: 20px;
}

fieldset.standard label {
    display: block;
    margin-bottom: 10px;
}

fieldset.standard label.checkbox, fieldset.standard label.radio, fieldset.standard label.single {
    display: inline;
    padding-left: 10px;
}

fieldset.standard ol.upper-alpha {
    margin-left: 10px;
    list-style: upper-alpha inside none;
}

fieldset.standard ol.upper-alpha li {
    margin-bottom: 10px;
}

fieldset.standard input, fieldset.standard select {
    margin-bottom: 10px;
}

fieldset.standard input[type=text], fieldset.standard input[type=email], fieldset.standard input[type=password] {
    width: 400px;
    padding: 6px;
    border: 2px solid #E5E2DC;
    -webkit-border-radius:	6px;
	-moz-border-radius:		6px;
	border-radius:			6px;
	/*behavior: url(PIE.htc);*/
}

fieldset.standard input[type=submit] {
    margin: 10px 0;
}

fieldset.standard input.shorty {
    width: 200px;
}

fieldset.standard input.small {
    width: 50px;
}

fieldset.standard input.single {
    width: 20px;
}

fieldset.standard select {
    padding: 6px;
    border: 2px solid #E5E2DC;
    -webkit-border-radius:	6px;
	-moz-border-radius:		6px;
	border-radius:			6px;
	/*behavior: url(PIE.htc);*/
}

fieldset.standard input.input-validation-error, fieldset.standard select.input-validation-error {
    border: 2px solid #D4624A;
}

fieldset.standard a.btn {
    margin: 10px 0;
}

span.field-validation-error {
    color: #D4624A;
    padding-left: 20px;
}

.validation-summary-errors, .validation-success {
    margin-bottom: 20px;
}

.validation-summary-errors {
    color: #D4624A;
}

.validation-summary-errors li {
    margin-bottom: 10px;
}

.validation-success {
    color: #086BB5;
}

.display-field {
    margin-bottom: 20px;
}

#training {
    background-color: #CFC7BC;
}


/*
FOOTER STYLES
*/

.footer {
	background-color: #E8ECF8;
	color: #666666;
	font-size: 10px;
	padding: 25px 0;
}

.footer a,
.footer p {
	color: #666666;
}
.footer .logo { 
	float: left;
	margin-right: 70px;
}

.footer .icons {
	float: right;	
}

.innerFooter {
	margin: 0 auto;
	width: 960px;
}

.footer .footerInfo {
	width: 600px;	
}

.footer .footerInfo {
	float: left;	
}

.footer .footerInfo p {
	margin: 8px 0 15px;
}
