body {
	background-color: #000;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	width: 965px;
	margin: auto;
}

a {
	color: #ff0;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

button {
	border: none;
	padding: 0;
	margin: 0;
	background: none;
}



#content {
	min-height: 535px;
}



/* Home page */

#home, #countryList {
	background-image: url(./images/homepage_bgd.jpg);
	width: 965px;
	height: 600px;
	position: relative;
}
#countryList {
	background-image: url(./images/homepage_bgd_choose_country.png);
}
#home h1, #countryList h1 {
	background-image: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 55px;
	left: 25px;
}
#home h2, #countryList h2 {
	font-size: 29px;
	width: 380px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 25px;
	top: 110px;
	line-height: 1.1;
}
#home h3, #countryList h3 {
	font-size: 20px;
	font-weight: normal;
	width: 380px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 25px;
	top: 285px;
}
#home p, #countryList p {
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
#home #login {
	font-size: 17px;
	position: absolute;
	left: 709px;
	top: 56px;
}
#home #registerLearner {
	font-size: 23px;
	position: absolute;
	left: 470px;
	top: 131px;
}
#home #registerStaff {
	font-size: 23px;
	position: absolute;
	left: 470px;
	top: 189px;
}
#home #about {
	font-size: 23px;
	position: absolute;
	left: 470px;
	top: 318px;
}

#countryList p.country {
	font-size: 23px;
	position: absolute;
	left: 475px;
}
#countryList a img {
	vertical-align: middle;
	margin-right: 20px;
}




/* Header */

h1 {
	font-family: Verdana;
	font-weight: bold;
	font-style: italic;
	color: #000;
	display: inline-block;
	background-image: url(./images/title_end.png);
	background-position: right;
	background-repeat: no-repeat;
	font-size: 1.5em;
	padding: 3px 35px 6px 10px;
	line-height: 1;
	margin-bottom: 30px;
	margin-top: 20px;
	min-width: inherit;
}
h1 a {
	color: inherit;
}
h1 a:hover {
	text-decoration: none;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 60px;
}
h3, h4 {
	margin-top: 40px;
}
h5 {
	margin-top: 0;
}




/* Footer */

#footer {
	font-size: 10px;
	margin-top: 30px;
	margin-bottom: 50px;
	border-top: 1px solid #333;
	padding: 10px 0 10px 0;
	clear: both;
}
#footer a {
	color: #ff0;
	font-style: italic;
	text-transform: uppercase;
}
#footer ul, #footer li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}
#footer li a {
	padding: 0 12px 0 12px;
	display: block;
	border-right: 1px solid #333;
}
#footer li.first a {
	padding-left: 0;
}
#footer li.last a {
	padding-right: 0;
	border-right: none;
}



/* Choose course */

#chooseCourse {
	position: relative;
	height: 500px;
	margin-bottom: -30px;
}
#chooseCourse div {
	float: left;
	margin-left: 5px;
	position: absolute;
}

#chooseCourse .description {
	left: 10px;
	color: #0099ff;
	position: absolute;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	pointer-events: none;
	visibility: hidden;
}

#chooseCourse .description p {
	padding: 0;
	margin: 0;
	margin-top: 7px;
}



/* Progress page */

#progress .moduleTitle {
	float: left;
	width: 33%;
	margin-bottom: 25px;
}
#progress .moduleTitle h2 {
	margin-left: 44px;
}
#progress .moduleList {
	float: left;
	width: 30%;
}
#progress {
	margin-bottom: 20px;
	clear: both;
}
#progress .completed {
	background-image: url(./images/progress_icon_completed.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-bottom: 5px;
}
#progress ul {
	margin: 0;
	list-style: none;
}
#progress li {
	padding: 0;
	margin: 0;
	margin-top: 5px;
	margin-left: -15px;
}
#progress li:nth-child(2) {
    font-size: 10px;
}
#progress .greyed li {
	color: #666666;
}
#progress .togo {
	background-image: url(./images/progress_icon_togo.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-bottom: 5px;
}
#progress .started {
	background-image: url(./images/progress_icon_started.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-bottom: 5px;
}



/* Forms */

input {
	border: 1px solid #ff0;
	background-color: #323232;
	color: #fff;
	margin: 2px 0;
	padding: 4px;
	width: 100%;
}
label {
	color: #52e300;
	font-size: 0.929em;
	font-weight: bold;
}

label span.form-required {
	color: #f00;
}
select {
	background-color:#323232;
	color:#fff;
	width: 370px;
	padding: 4px;
	border: 1px solid #ffff00;
}
textarea {
	width: 100%;
	height: 140px;
	border: 1px solid #ff0;
	background-color: #323232;
	color: #fff;
	padding: 4px;
}
.form-item, .form-item-numeric {
	width: 430px;
	margin-bottom: 25px;
	clear: both;
}
.form-item-numeric input {
	width: 80px;
	margin-right: 100%;
}
input.form-submit:hover, input.form-submit:focus {
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
}
.form-item .description {
	display: inline;
	font-size: 0.916em;
}
.checkbox {
	margin-right: 10px;
	float: left;
	width: auto;
}
.radiobutton {
	width: auto;
}
.survey-radio label {
	color: #fff;
	font-weight: normal;
	margin-right: 40px;
}
.form-submit {
	width: auto;
	background: #fff url(./images/title_end.png) 0 0 repeat-x;
	color: #3a3a3a;
	cursor: pointer;
	font-size: 1.3em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 20px;
	padding: 4px 4px;
	border: 0px solid #000000;
}
input[type="submit"].form-submit:disabled {
  background: #aaa;
  cursor: not-allowed;
}
#recaptcha_response_field {
	color: #000;
	background-color: #fff;
}
.captcha {
	margin-bottom: 20px;
}



/* FAQ */

.faq-quicklinks {
	float: left;
	width: 30%;
	margin-bottom: 25px;
	padding-right: 3%;
}
.faq-quicklinks h2 {
	margin-bottom: 0;
}
.faq-itemTitle {
	font-size: 14px;
	font-weight: bold;
}



/* Facilitator */

.moduleList {
	padding-right: 3%;
	width: 30%;
	display: inline-block;
	padding-bottom: 3%;
}
.moduleListItem {
	clear: both;
}
.moduleList label {
	float: left;
	font-weight: normal;
	color: #fff;
}
.moduleList-checkbox {
	width: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 7px;
}



/* Top (heading) menu */

#topMenu {
	float: left;
	margin: 20px;
	margin-left: -4px;
	margin-right: 0;
	padding: 0;
}
#topMenu ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
#topMenu li {
	display: block;
	float: left;
	background-color: #ffff00;
	clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
	-webkit-clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
	margin-left: -10px;
	padding: 1px 2px 1px 12px;
}
#topMenu a {
	display: block;
	background-color: #666666;
	clip-path: polygon(19px 0%, 100% 0%, calc(100% - 19px) 100%, 0% 100%);
	-webkit-clip-path: polygon(19px 0%, 100% 0%, calc(100% - 19px) 100%, 0% 100%);
	padding: 5px 24px 5px 20px;
	margin-left: -10px;
	font-style: italic;
	font-size: 15px;
	vertical-align: middle;
	text-align: center;
}
#topMenu a:hover, #topMenu a.active {
	background-color: #ffff00;
	color: #000;
	text-decoration: none;
}



/* Support */

#supportContent {
	line-height: 1.3em;
	min-height: 150px;
}
#supportContent .downloadItem p {
	float: left;
	width: 700px;
}
#supportContent .downloadItem img {
	margin-left: 50px;
	float: left;
	margin-top: 10px;
}

#groupReportPopup {
	border: 1px solid #ffff00;
	width: 400px;
	height: 140px;
	margin: auto;
	margin-top: 70px;
	padding-left: 20px;
	padding-right: 20px;
}
#groupReportPopup p {
	margin-top: 40px;
}

.popupCloseBtn {
	color: #ffffff;
	float: right;
	font-size: 24px;
	font-weight: bold;
	margin-top: 8px;
	margin-right: -5px;
	outline: none;
}
.popupCloseBtn:hover {
	color: #ffff00;
	cursor: pointer;
}



/* Error, warning & info messages */

#messages {
	margin-bottom: 20px;
	clear: both;
}
#messages .error {
	background-image: url(./images/message-24-error.png);
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #f00;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-bottom: 5px;
}
#messages .error ul, .ok ul {
	margin: 0;
}
#messages .error li, .ok li {
	padding: 0;
	margin: 0;
	margin-top: 5px;
}
#messages .ok {
	background-image: url(./images/message-24-ok.png);
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #0f0;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-bottom: 5px;
}



/* Home page. */

#home {
	clear: both;
}





#flashContent {
	width: 960px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
}


#legal {
	clear: both;
}
#legal h4 {
	margin-top: 40px;
}


#about {
	clear: both;
	font-size: 1.05em;
	line-height: 1.3em;
}


#info, #announcements, #JSinfo, #regDate {
	clear: both;
	font-size: 1.05em;
	line-height: 1.3em;
}


#announcements {
	
}


#faq {
	clear: both;
}


p.password {
	font-size: 2em;
	color: #ff0;
}


.clear {
	clear: both;
}


.videoPlayBtn {
	background-image: url('images/video_play_button.png');
	width: 80px;
	height: 80px;
	position: absolute;
}
