#logoDiv {
	margin-top: 5px;
	margin-left: 10px;
}

#titleBar {
	margin-left: 10px;
	margin-bottom: 20px;
}

#instructionsLinkDiv {
	margin-right: 10px;
	text-align: right;
}

#titleTextDiv {
	float: left;
	font-size: 1.3em;
}

#topRule {
	margin-left: 10px;
	margin-right: 10px;
	color: blue;
	height: 0.05em;
}

#instructionFigure {
	padding-bottom: 25px;
	padding-left: 100px;
}

.leftDisclosure {
	width: 150px;
	padding-bottom: 10px;
	color: gray;
}

.decoratorPanel {	
}

.mainPanel {
	margin: 10px;
}

.rightPaneHeaderLabel {
	padding-bottom: 5px;
	color: gray;
}

.leftPane { /*width: 180px;
	height: 800px;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

.rightPane { /*width: 650px;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

.gray {
	color: silver;
}

.green {
	color: green;
	text-decoration: underline;
}

.blue {
	color: blue;
	text-decoration: underline;
}

.black {
	color: black;
	text-decoration: underline;
}

.visited {
	color: purple;
	text-decoration: underline;
}

.red {
	color: red;
}

.questionTable {	
}

.tabPanel {
	margin-bottom: 10px;
}

.tableHeaderRow {
	font-weight: bold;
}

.checkbox_initial {
	
}

.checkbox_correct {
	background-color: green;
}

.checkbox_incorrect {
	background-color: red;
}

.tableHeaderRow {	
}

.tableCheckboxColumn {
	width: 10px;
}

.explanationLabel {	
}

.loadingLabel {
	color: silver;
	font-weight: bold;
}