/* - - - - - - - - - - general - - - - - - - - - -  */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	position: relative;
}
	
img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {	
	font-weight: normal;
}
	
abbr:hover, acronym:hover { cursor: help; }

.note { font-size: .5em; }

.first { margin-top: 0; }
.last { margin-bottom: 0; }

.alert, .error, .required {color: #f00 !important;}

.right {float: right;}
.left {float: left;}
.nofloat {float: none;}

.clear_left {clear: left;}
.clear_right {clear: right;}
.clear_both {clear: both;}
div.clear_both, div.clear_left, div.clear_right {
	height: 0;
	font-size: 0;
	line-height: 0;
}

.hide {display: none;}
	
	
	
	
/* - - - - - - - - - - quoting - - - - - - - - - -  */

blockquote { padding-left: 1.5em; }

q { font-style: italic; }

/* not IE compatible
q:before { content: "\201C"; }
q:after { content: "\201D"; }
*/

p.QuoteHang { margin-left: 1em; }
p.QuoteHang q { margin-left: -.5em; }
	
	
	
	
/* - - - - - - - - - - tables - - - - - - - - - -  */

caption { text-align: left; }

td, th { vertical-align: top; }
tr.Alt td { background-color: #dfdfdf; }
td.Button {
	text-align: center;
	vertical-align: middle;
}
	
	
	
	
/* - - - - - - - - - - lists - - - - - - - - - -  */

.noindent {
	margin-left: 0;
	padding-left: 1em;
}
	
ul, ol, dl {padding-left: 1em;}
li, dt, dd {margin-left: 1.5em;}
	
	
	
	
/* - - - - - - - - - - forms - - - - - - - - - -  */

fieldset {
	margin-bottom: 1.75em;
	border-width: 1px;
	padding: 1em;
}

legend {padding: .5em;}
label, legend {font-weight: bold;}

/* not IE compatible
br + input, br + select, br + textarea {margin-top: .5em;}
*/

/* not IE compatible
input[type="button"], input[type="submit"], input[type="reset"] {
	padding: .25em;
	}
*/




/* - - - - - - - - - - training - - - - - - - - - -  */

#trainingContent {
    margin: 25px 50px;
    font-family: trebuchet, arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.3em;
}
#signinbox {
    float: left;
    width: 200px;
    margin: 25px 50px 25px 0px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    padding: 15px 25px;
    font-family: trebuchet, arial, sans sans-serif;
    font-size: 0.9em;
}
#newuserbox {
    float: left;
    width: 250px;
    margin: 25px 0px 25px 25px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    padding: 15px 25px;
    font-family: trebuchet, arial, sans sans-serif;
    font-size: 0.9em;
}
.inputText {
    font-size: 15px;
    width: 180px;
    line-height: 20px;
    height: 20px;
}
.inputText2 {
    font-size: 15px;
    width: 225px;
    line-height: 20px;
    height: 20px;
}
.submitButton {
    font-size: 12px;
    font-weight: bold;
    color: #555;
}
.errorMessage {
    font-family: trebuchet, arial, sans sans-serif;
    font-size: 0.9em;
    color: red;
}
.answerBullet {
    float: left;
    margin-left: 15px;
    margin-top: 5px;
}
.answerText {
    float: left;
    margin-left: 10px;
    width: 600px;
}
.answerCorrect {
    font-size: 18px;
    font-weight: bold; 
    color:  green;
}
.answerIncorrect {
    font-size: 18px;
    font-weight: bold; 
    color: red;
}

p { margin-bottom: 1em; }
