html {
	background-image: url('/images/main_bg.gif');
	background-position: center center;
}

body {
	text-align: center; /**** this is for centering the design in IE ****/
	margin: 0px;
	padding: 0px;
}

#container {
	font-family: trebuchet ms, verdana, tahoma, arial, helvetica, sans-serif;
	text-align: left;
	width: 730px;
	margin: 0 auto;
}

#container-main {
	width: 730px;
	/* background: url('/images/content_bg.gif');
	background-position: top left;
	background-repeat: no-repeat; */
}

#mainleft {
	width: 129px;
	float: left;
}

#mainleft-content {
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
	width: 117px;
	font-size: 8pt;
}

#mainleft-content h2 {
	font-size: 10pt;
	color: #7EC10F;
	margin-bottom: 10px;
}

#mainleft-content h2#exercises {
	font-size: 10pt;
	color: #CC3366;
	margin-top: 20px;
	margin-bottom: 10px;
}

#mainleft-content a {
	color: #4F7698;
	text-decoration: none;
}

#mainleft-content a:hover {
	color: #7EC10F;
	background-color: #f6f6f6;
}

#mainleft-content a.exercise {
	color: #CC3366;
}

#mainleft-content a.exercise:hover {
	color: #7EC10F;
	background-color: #f6f6f6;
}


#mainleft-content ul {
	list-style-position: outside;
	list-style-type: circle;
	padding-left: 10px;
	margin-left: 7px;
	margin-bottom: 20px;
}

#mainleft-content ul li#current {
	background-color: #f3f3f3;
}
	
#maincenter {
	border-left: 1px solid #dddddd;
	width: 590px;
	float: left;
}

#maincenter-quiz {
	width: 700px;
	float: left;
}

#maincenter-content, #maincenter-quiz-content {
	font-family: georgia, times new roman, serif;
	font-size: 10pt;
	/* padding-top: 20px; */
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 100px;
	line-height: 22px;
	text-align: justify;
}

#maincenter-participants-content {
	font-family: georgia, times new roman, serif;
	font-size: 10pt;
	/* padding-top: 20px; */
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 100px;
	line-height: 22px;
	text-align: justify;
}

#maincenter-content p, #maincenter-quiz-content p {
	font-family: georgia, times new roman, serif;
	font-size: 10pt;
	padding-top: 10px;
	line-height: 22px;
	text-align: justify;
}

#maincenter-participants-content p {
	text-align: justify;
}

#maincenter-content h3, #maincenter-quiz-content h3 {
	margin-bottom: 0px;
	margin-top: 10px;
	color: #7EC10F;
	font-size: 10pt;
}	

#maincenter-participants-content h3 {
	margin-bottom: 5px;
	margin-top: 10px;
	color: #7EC10F;
	font-size: 10pt;
}	

#maincenter-content ul {
	padding-left: 10px;
	margin-left: 10px;
}

#maincenter-participants-content ul {
	padding-left: 10px;
	margin-left: 10px;
	margin-top: -2px;
}

#maincenter-content ul li, #maincenter-quiz-content ul li {
	list-style-position: outside;
	list-style-type: circle;
	padding-bottom: 5px;
}

#maincenter-content ul ul li {
	list-style-position: outside;
	list-style-type: square;
	padding-bottom: 0px;
	margin-left: 30px;
}

#maincenter-participants-content ul li {
	list-style-position: outside;
	list-style-type: circle;
	padding-bottom: 0px;
}

#maincenter-content ol {
	padding-left: 10px;
	margin-left: 10px;
}

#maincenter-content ol li, #maincenter-quiz-content ol li, #maincenter-participants-content ol li {
	list-style-position: outside;
	list-style-type: lower-alpha;
	padding-bottom: 20px;
}

#maincenter-content a, #maincenter-quiz-content a, #maincenter-participants-content a {
	color: #3C638B;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}

#maincenter-content a:hover, #maincenter-quiz-content a:hover, #maincenter-participants-content a:hover {
	color: #3C638B;
	background: #dddddd;
}

#maincenter-content h2, #maincenter-quiz-content h2 {
	font-family: georgia;
	font-size: 20px;
	letter-spacing: 2px;
	color: #7EC10F;
	margin-bottom: 20px;
	margin-top: 20px;
}

#maincenter-participants-content h2 {
	font-family: georgia;
	font-size: 20px;
	letter-spacing: 2px;
	color: #7EC10F;
	margin-bottom: 20px;
	margin-top: 20px;
}

#mainright {
	float: left;
	font-size: 8pt;
}

#mainright-content {
	border-right: 1px solid #dddddd;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
	width: 117px;
}

#mainright-content a {
	color: #000000;
	text-decoration: none;
}

#mainright-content a:hover {
	color: #666666;
	text-decoration: underline;
}
	
#logo {
	background-image: url('/images/header_bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	height: 136px;
}

/* #logo a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}

#logo a:hover {
	color: #555555;
	background: #ffffff;
	width: 50px;
} */

#top-nav {
	color: #032649;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	float: right;
	position: relative;
	top: 5px;
	right: 20px;
}

#top-nav ul {
	margin-top: 0px;
	margin-bottom: 10px;
}

#top-nav li {
	list-style-position: outside;
	list-style-type: none;
}

#top-nav a {
	color: #032649;
	text-decoration: none;
}

#top-nav a:hover {
	color: #ffffff;
	background: #032649;
}

/* #loggedinas {
	margin-top: 87px;
} */

#nav {
	border-left: 1px solid #dddddd;
	float: right;
	width: 600px;
	color: #aaaaaa;
	text-align: center;
	background: #f3f3f3;
	border-bottom: 1px solid #e3e3e3;
	height: 20px;
	font-weight: bold;
	font-size: 8pt;
}

#nav a {
	color: #000;
	text-decoration: underline;
}

#nav a:hover {
	text-decoration: none;
}

#link-previous {
	color: #aaaaaa;
	padding-left: 20px;
	float: left;
}

#link-next {
	color: #aaaaaa;
	padding-right: 20px;
	float: right;
}

#page-number {
	color: #000000;
	float: left;
	width: 420px;
	margin: 0 auto;
}

#breadcrumb {
	font-family: trebuchet ms, verdana, tahoma, arial, sans-serif;
	font-size: 9pt;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffffff;
	background: #345D86;
}

#breadcrumb a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

#breadcrumb a:hover {
	color: #ffffff;
	text-decoration: none;
}

#footer {
	background-image: url('/images/footer_bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	clear: both;
	height: 50px;
	border-top: 1px solid #dddddd;
	font-size: 8pt;
	text-align: center;
	padding-top: 20px;
}

.item {
	margin: 20px;
}

img.float {
	border: 5px solid #ddd;
	float: right;
}

#final-page {
	color: #D6EFAD;
	background: #B1BF99;
	background-image: url('/images/alert.gif');
	background-position: 10px 20px;
	background-repeat: no-repeat;
	border-top: 1px solid #88BE2E;
	border-bottom: 1px solid #88BE2E;
	padding-left: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-top: 20px;
}

#final-page a {
	color: #F5FFE5;
}

table.form-table {
	border: 0px;
	margin-bottom: 20px;
}

/**** this code courtesy of hot potatoes ****/

/* This is the CSS stylesheet used in the exercise. */
/* Elements in square brackets are replaced by data based on configuration settings when the exercise is built. */

/* BeginCorePageCSS */

/* Made with executable version 6.2 Release 0 Build 4 */


/* Hack to hide a nested Quicktime player from IE, which can't handle it. */
* html object.MediaPlayerNotForIE {
	display: none;
}

/* body{
	font-family: Geneva,Arial,sans-serif;
	background-color: #C0C0C0;
	color: #000000;
 
	margin-right: 5%;
	margin-left: 5%;
	font-size: small;
} */

p{
	text-align: left;
	margin: 0px;
	font-size: 100%;
}

table,div,span,td{
	font-size: 100%;
	color: #000000;
}

div.Titles{
	padding: 0.5em;;
	text-align: center;
	color: #000000;
}

button{
	font-family: Geneva,Arial,sans-serif;
	font-size: 100%;
	display: inline;
}

.ExerciseTitle{
	text-align: left;
}

.ExerciseSubtitle{
	text-align: left;
}

div.StdDiv{
	background-color: #FFFFFF;
	text-align: center;
	font-size: 100%;
	color: #000000;
	padding: 0.5em;
	/* border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000; */
	margin-bottom: 1px;
}

/* EndCorePageCSS */

.RTLText{
	text-align: right;
	font-size: 150%;
	direction: rtl;
	font-family: "Simplified Arabic", "Traditional Arabic", "Times New Roman", Geneva,Arial,sans-serif; 
}

.CentredRTLText{
	text-align: center;
	font-size: 150%;
	direction: rtl;
	font-family: "Simplified Arabic", "Traditional Arabic", "Times New Roman", Geneva,Arial,sans-serif; 
}

button p.RTLText{
	text-align: center;
}

.RTLGapBox{
	text-align: right;
	font-size: 150%;
	direction: rtl;
	font-family: "Times New Roman", Geneva,Arial,sans-serif;
}

.Guess{
	font-weight: bold;
}

.CorrectAnswer{
	font-weight: bold;
}

div#Timer{
	padding: 0.25em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #000000;
}

span#TimerText{
	padding: 0.25em;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	display: none;
	color: #000000;
}

span.Instructions{

}

div.ExerciseText{

}

.FeedbackText, .FeedbackText span.CorrectAnswer, .FeedbackText span.Guess, .FeedbackText span.Answer{
	color: #000000;
}

.LeftItem{
	font-size: 100%;
	color: #000000;
	text-align: left;
}

.RightItem{
	font-weight: bold;
	font-size: 100%;
	color: #000000;
}

span.CorrectMark{

}

input, textarea{
	font-family: Geneva,Arial,sans-serif;
	font-size: 120%;
	
}

select{
	font-size: 100%;
}

div.Feedback {
	background-color: #ffffff;
	left: 33%;
	width: 34%;
	top: 33%;
	z-index: 1;
	border: 1px solid black;
	padding: 5px;
	text-align: center;
	color: #000000;
	position: absolute;
	display: none;
	font-size: 100%;
}



div.LeftContainer{
	border-style: none;
	padding: 2px 0px 2px 0px;
	float: left;
	width: 49.8%;
	margin-bottom: 0px;
}

div.RightContainer{
	border-style: none;
	padding: 2px 0px 2px 0px;
	float: right;
	width: 49.8%;
	margin-bottom: 0px;
}

.ReadingText{
	text-align: left;
/* AH_Custom: added two lines to make reading text scroll independently. */
	overflow: auto;
 	 height: 25em;
/* AH_Custom: end customized code.*/ 
}

#ReadingDiv {
	font-style: italic;
}

#ReadingDiv h3.ExerciseSubtitle {
	padding-bottom: 20px;
}



div.ExerciseDiv{
	color: #000000;
}

/* JMatch flashcard styles */
table.FlashcardTable{
	background-color: transparent;
	color: #000000;
	border-color: #000000;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2em;
	margin-bottom: 2em;
	width: 90%;
	position: relative;
	text-align: center;
	padding: 0px;
}

table.FlashcardTable tr{
	border-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

table.FlashcardTable td.Showing{
	font-size: 140%;
	text-align: center;
	width: 50%;
	display: table-cell;
	padding: 2em;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	background-color: #FFFFFF;
}

table.FlashcardTable td.Hidden{
	display: none;
}

/* JMix styles */
div#SegmentDiv{
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
}

a.ExSegment{
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

span.RemainingWordList{
	font-style: italic;
}

div.DropLine {
	position: absolute;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	width: 80%;
}

/* JCloze styles */

.ClozeWordList{
	text-align: center;
	font-weight: bold;
}

div.ClozeBody{
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	line-height: 2.0
}

span.GapSpan{
	font-weight: bold;
}

/* JCross styles */

table.CrosswordGrid{
	margin: auto auto 1em auto;
	border-collapse: collapse;
	padding: 0px;
	background-color: #000000;
}

table.CrosswordGrid tbody tr td{
	width: 1.5em;
	height: 1.5em;
	text-align: center;
	vertical-align: middle;
	font-size: 140%;
	padding: 1px;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	color: #000000;
}

table.CrosswordGrid span{
	color: #000000;
}

table.CrosswordGrid td.BlankCell{
	background-color: #000000;
	color: #000000;
}

table.CrosswordGrid td.LetterOnlyCell{
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
}

table.CrosswordGrid td.NumLetterCell{
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
	color: #000000;
	padding: 1px;
	font-weight: bold;
}

.NumLetterCellText{
	cursor: pointer;
	color: #000000;
}

.GridNum{
	vertical-align: super;
	font-size: 66%;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.GridNum:hover, .GridNum:visited{
	color: #000000;
}

table#Clues{
	margin: auto;
	vertical-align: top;
}

table#Clues td{
	vertical-align: top;
}

table.ClueList{
  margin: auto;
}

td.ClueNum{
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}

td.Clue{
	text-align: left;
}

div#ClueEntry{
	text-align: left;
	margin-bottom: 1em;
}

/* Keypad styles */

div.Keypad{
	text-align: center;
	display: none; /* initially hidden, shown if needed */
	margin-bottom: 0.5em;
}

div.Keypad button{
	font-family: Geneva,Arial,sans-serif;
	font-size: 120%;
	background-color: #ffffff;
	color: #000000;
	width: 2em;
}

/* JQuiz styles */

div.QuestionNavigation{
	text-align: center;
}

.QNum{
	margin: 0em 1em 0.5em 1em;
	font-weight: bold;
	vertical-align: middle;
}

textarea{
	font-family: Geneva,Arial,sans-serif;
}

.QuestionText{
	text-align: left;
	margin: 0px;
	font-size: 100%;
}

.Answer{
	font-size: 120%;
	letter-spacing: 0.1em;
}

.PartialAnswer{
	font-size: 120%;
	letter-spacing: 0.1em;
	color: #000000;
}

.Highlight{
	color: #000000;
	background-color: #ffff00;
	font-weight: bold;
	font-size: 120%;
}

ol.QuizQuestions{
	text-align: left;
	list-style-type: none;
}

li.QuizQuestion{
	padding: 1em;
}

ol.MCAnswers{
	text-align: left;
	list-style-type: upper-alpha;
	padding: 1em;
}

ol.MCAnswers li{
	margin-bottom: 1em;
}

ol.MSelAnswers{
	text-align: left;
	list-style-type: lower-alpha;
	padding: 1em;
}

div.ShortAnswer{
	padding: 1em;
}

.FuncButton {
	text-align: left;
	border-style: solid;

	border-left-color: #ffffff;
	border-top-color: #ffffff;
	border-right-color: #7f7f7f;
	border-bottom-color: #7f7f7f;
	color: #000000;
	background-color: #FFFFFF;

	border-width: 2px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
}

.FuncButtonUp {
	color: #FFFFFF;
	text-align: center;
	border-style: solid;

	border-left-color: #ffffff;
	border-top-color: #ffffff;
	border-right-color: #7f7f7f;
	border-bottom-color: #7f7f7f;

	background-color: #000000;
	color: #FFFFFF;
	border-width: 2px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
}

.FuncButtonDown {
	color: #FFFFFF;
	text-align: center;
	border-style: solid;

	border-left-color: #7f7f7f;
	border-top-color: #7f7f7f;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	background-color: #000000;
	color: #FFFFFF;

	border-width: 2px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
}

/*BeginNavBarStyle*/

div.NavButtonBar{
	background-color: #000000;
	text-align: center;
	margin: 2px 0px 2px 0px;
	clear: both;
	font-size: 100%;
}

.NavButton {
	border-style: solid;
	
	border-left-color: #7f7f7f;
	border-top-color: #7f7f7f;
	border-right-color: #000000;
	border-bottom-color: #000000;
	background-color: #000000;
	color: #ffffff;

	border-width: 2px;
	cursor: pointer;	
}

.NavButtonUp {
	border-style: solid;

	border-left-color: #7f7f7f;
	border-top-color: #7f7f7f;
	border-right-color: #000000;
	border-bottom-color: #000000;
	color: #000000;
	background-color: #ffffff;

	border-width: 2px;
	cursor: pointer;	
}

.NavButtonDown {
	border-style: solid;

	border-left-color: #000000;
	border-top-color: #000000;
	border-right-color: #7f7f7f;
	border-bottom-color: #7f7f7f;
	color: #000000;
	background-color: #ffffff;

	border-width: 2px;
	cursor: pointer;	
}

/*EndNavBarStyle*/

a{
	color: #0000FF;
}

a:visited{
	color: #0000CC;
}

a:hover{
	color: #0000FF;
}

div.CardStyle {
	position: absolute;
	font-family: Geneva,Arial,sans-serif;
	font-size: 100%;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	background-color: #FFFFFF;
	left: -50px;
	top: -50px;
	overflow: visible;
}

.rtl{
	text-align: right;
	font-size: 140%;
}

/**** this code overrides the scorm code ****/

#InstructionsDiv {
	background-color: #f3f3f3;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

#reading-text {
	border: 0px;
	font-style: italic;
}

#reading-text #text-source {
	text-align: right;
	padding-bottom: 20px;
}

#reading-text h3 {
	border: 0px;
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
}

#exercise-explanation {
	color: #555555;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 50px;
}

form.login-form {
	font-family: georgia;
	font-size: 10pt;
}

form.login-form input.button {
	background-color: #ffffff;
	font-size: 8pt;
}

form.login-form input.button:hover {
	background-color: #eeeeee;
	font-size: 8pt;
}

form.login-form .text-field {
	width: 200px;
	border: 1px solid #cccccc;
	background-color: #f2f2f2;
	font-size: 10pt;
}

form.login-form .text-field:hover {
	width: 200px;
	border: 1px solid #cccccc;
	background-color: #dddddd;
	font-size: 10pt;
}
