/* html definitions*/
body{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}

/* Section page exercise links */
/* display: none; to remove the links */
/* display: normal; to reveal the links*/

#children {
	display: normal;
	margin: 0px 0px 15px 15px;
}
.child {
	color: #006699;
	display: block;
}

/* middle matter*/
.middle_matter {
	vertical-align: top;
	border-top: 0px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

.navigation_top {
	background-color: #eeeeee;
	height: 30px;
	border: 0px;
}

.navigation {
	background-color: #eeeeee;
	vertical-align: top;
	text-align: center;
	width: 157px;
}

.menus {
	background-color: #eeeeee;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
	padding-top: 3px;
	padding-left: 15px;
	padding-bottom: 2px;
	border-bottom: 0px dashed #CCCCCC;
}

.form { margin-top: 0; margin-bottom: 0;

}

/* bar at the bottom*/

/*exercise and level templates*/

.bottom {
	border-top: 5px solid #336666;
	margin-bottom: 10px;
}

/* left-hand navigation block level style*/
.choice {
	background-color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	border-top: 0px solid #eeeeee;
	border-right: 0px solid #eeeeee;
	border-bottom: 2px solid #eeeeee;
	border-left: 0px solid #eeeeee;
	padding: 4px 0px 4px 3px;
	width: 95%;
}

/*link styles*/

a.choicelink {
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.choicelink:hover {
	text-decoration: underline;
	color: #0099FF;
}

/* global exercise styles */

.title{
	font-weight:bold;
	color:black;	
	padding-bottom:20px;
}

.rubric {

}

.example {
	
}

.level_title {
	font: bold 11pt Arial, Helvetica, sans-serif;
	color: #999999;
}

/* exercise GAPFILL PARAGRAPH styles */

.exercise_row_GFP {
}

.exercise_text_GFP {
}

.exercise_marking_GFP {

}

.exercise_gapfill_GFP{
}
