/* ========= Overall rules =========*/

html, body{
	margin: 0;
	padding: 0;
	height: 100%;
	background: #fff;
	width: 100%;
}

div#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -65px;
    width: 940px;

}
div#pusher{
	height: 65px;
}
div#footer {
	margin: 10px auto;
	width: 950px;
	height: 55px;
}
	div#footer div.corners{
		background: #999;
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
	}
	div#footer p{
		padding: 0;
		margin: 0;
	}
	div#footer p#footer_left{
		width: 620px;
		float: left;
	}
	div#footer p#footer_right{
		width: 300px;
		float: right;
		text-align: right;
	}
	div#footer p#footer_right p{
		margin: 0;
		padding: 0;
	}
	div#footer a{
		color: #333;
		text-decoration: none;
	}
div.fs{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}
p{
	font-size: 14px;
}
h2{
	color: #06c;
	font-size: 18px;
	margin-top: 0;
	padding-top: 13px;
	font-weight: normal;
}
h2 a{
	text-decoration: none;
}
div.text_header{
	background-color: #06c;
	display: inline;
	float: left;
	clear: both;
	margin-top: 20px;
	margin-bottom: -10px;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	padding: 0 10px;
}
div.gray{
	background-color: #666;
}
div.narrow_padder{
	width: 212px;
	margin: 0 auto;
}
div.icon_group{
	margin-top: 10px;
}
	div.icon_group img{
		margin-top: 5px;
	}
/* ========= Header rules =========*/
div#header{
	padding-top: 18px;
	height: 44px;
}
	div#header div#logo{
		display: inline;
		float: left;
		height: 44px;
		width: 220px;
	}
		div#header div#logo img{
			display: inline;
			float: left;
			border: none;
		}
	div#header div#controls{
		width: 700px;
		float: right;
		display: inline;
		height: 19px;
		margin-top: 25px;
	}
	div#header div#searchbar{
		width: 220px;
		float: right;
		height: 19px;
		display: inline;
		text-align: right;
		margin-right: 4px;
	}
		div#header div#searchbar form{
			padding: 0;
			margin: 0;
			width: 220px;
		}
		div#header div#searchbar input{
			background: none;
			border: none;
			padding: 0;
			float: left;
		}
		div#header div#searchbar input#search_button{
			text-indent: 99em;
			overflow: hidden;
			font-size: 150px;
			height: 18px;
			width: 18px;
			background: #fff url('/img/search.gif') no-repeat;
		}
		div#header div#searchbar input#search_box{
			width: 171px;
			height: 15px;
			background: #fff url('/img/search_box.gif') no-repeat;
			margin-right: 10px;
			padding: 2px 10px;
			color: #8a9a9f;
			display: inline;
		}
	div#header div#languages{
		float: right;
		display: inline;
		margin-right: 20px;
		height: 19px;
	}
		div#header div#languages ul{
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
			div#header div#languages ul li{
				display: inline;
				float: left;
				display: inline;
				margin-right: 1px;
				line-height: 19px;
				height: 19px;
				padding: 0 2px;
			}
			div#header div#languages ul li a{
				color: #666;
				font-size: 16px;
				text-decoration: none;
				padding: 0;

			}
			div#header div#languages ul li.selected{
				background-color: #a3d30c;
				color: #fff;
				padding: 0 5px;
			}
	div#header div#tools{
		float: right;
		display: inline;
		margin-right: 20px;
		height: 19px;
	}
		div#header div#tools img{
			border: none;
		}
/* =========== Banner rules ============= */
div#banner{
	margin: 15px 0;
	height: 150px;
	background: #f0f0f0 url('') no-repeat center;
	width: 935px;
	padding: 0;
}
/* =========== Content rules ============ */

div.column{
	width: 235px;
	padding: 0px;
	margin: 0px;
	float: left;
	display: inline;
}
div.double{
	width: 470px;
}
div.triple{
	width: 705px;
}
ul#left_menu{
	margin: 30px 0;
	padding: 0;
	list-style-type: none;
	width: 235px;
}
	ul#left_menu li{
		line-height: 25px;
		background-color: #186bc9;
		float: left;
		clear: both;
		margin: 5px 0;
		padding: 0 10px;
		white-space: nowrap;

	}
	ul#left_menu li.selected{
		background-color: #73aff0;
	}
		ul#left_menu li a{
			color: #fff;
			font-size: 14px;
			text-decoration: none;
		}
		ul#left_menu li.selected a{
			text-decoration: underline;
		}
div.contact_info {
	margin-top: 38px;
}
	div.contact_info h2{
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	div.contact_info p{
		margin-top: 0px;
	}
ul#top_menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	ul#top_menu li{
		line-height: 25px;
		background-color: #333;
		display: inline;
		float: left;
		margin: 0 2px;
		padding: 0 5px;
	}
		ul#top_menu li.selected{
			padding-bottom: 10px;
		}
		ul#top_menu li a{
			color: #fff;
			font-size: 14px;
			text-decoration: none;
		}
		ul#top_menu li.selected a{
			text-decoration: underline;
		}
div#course_list, div#quiz_content, div#course_signup, div#custom_form{
	width: 100%;
	background-color: #eee;
	margin-top: 10px;
	padding-bottom: 2px;
}
div#course_signup{
	width: auto;
	padding: 10px;
}
	div#course_signup h2{
		margin: 0;
		padding: 0;
		color: #390;
	}
		div#course_signup p a{
			font-weight: bold;
			color: #333;
		}
ul#city_menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	ul#city_menu li{
		line-height: 25px;
		background-color: #53ad02;
		display: inline;
		float: left;
		margin: 0 2px;
		padding: 0 5px;
	}
		ul#city_menu li.selected{
			padding-bottom: 10px;
		}
		ul#city_menu li a{
			color: #fff;
			font-size: 14px;
			text-decoration: none;
		}
		ul#city_menu li.selected a{
			text-decoration: underline;
		}
ul#type_menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	ul#type_menu li{
		line-height: 25px;
		background-color: #333;
		display: inline;
		float: left;
		margin: 0 2px;
		padding: 0 5px;
	}
		ul#type_menu li.selected{
			padding-bottom: 10px;
		}
		ul#type_menu li a{
			color: #fff;
			font-size: 14px;
			text-decoration: none;
		}
		ul#type_menu li.selected a{
			text-decoration: underline;
		}
table#course_schedule{
	border-collapse: collapse;
	border: 0;
	width: 98%;
	margin: 10px auto;
}
	table#course_schedule th, table#course_schedule td{
		text-align: left;
		padding: 2px 10px 2px 0px;
		vertical-align: top;
	}
	table#course_schedule th{
		font-size: 14px;
		border-bottom: 1px solid #7e7e7e;
		font-weight: bold;
	}
	table#course_schedule td{
		font-size: 12px;
		border-bottom: 1px solid #bbb;
		font-weight: bold;
	}
	table#course_schedule tr.activeCourse td{
		background: #ddd;
	}

	table#course_schedule tr.last td{
		border-bottom: none;
	}
	div#text_content p, div#course_content p{
		margin: 5px 0;
	}
	div#text_content h2, div#course_content h2{
		margin: 5px 0;
	}
div#text_content{
	margin-bottom: 20px;
}
div#text_content, div#course_content{
	margin-bottom: 20px;
}
div#course_content p, div#course_content td{
	font-size: 13px;
}
	div#course_content span, div#lector_info span, div#lector_extended span{
		font-weight: bold;
	}
.arrow_button{
	background: #666 url('/img/arrow.gif') no-repeat right;
	height: 25px;
	display: inline-block;
	padding: 0 5px;
	line-height: 25px;
	padding-right: 25px;
	float: left;
	display: inline;
}
	.arrow_button a{
		color: #fff;
		text-decoration: none;
		line-height: 25px;
	}
.right{
	float: right;
}
div#clocks{
	background: #fff url('/img/clocks.gif') no-repeat center;
	width: 235px;
	height: 67px;
}
div#clock_wrap{
	margin-top: 0px;
	width: 235px;
	height: 75px;
}
a.button{

	height: 55px;
	width: 177px;
	margin: 10px auto;
	line-height: 55px;
	padding-left: 35px;
	color: #fff;
	font-size: 18px;
	display: block;
	text-decoration: none;
}
	a.button.red{
		background: #fff url('/img/button_red.gif') no-repeat center;
	}
	a.button.blue{
		background: #fff url('/img/button_blue.gif') no-repeat center;
	}
	a.button.green{
		background: #fff url('/img/button_green.gif') no-repeat center;
	}
div#iso {
	margin-top: 20px;
	height: 74px;
}
	div#iso img{
		float: left;
		margin: 0;
	}
	div#iso p{
		margin: 0px 0px 0px 80px;
		padding-top: 25px;
	}
form.registration_form{
	padding: 10px;
}
label{
	color: #333;
	font-size: 14px;
}
table#course_info, table.formTable{
	border-collapse: collapse;
	width: 100%;
}
table#course_info{
	margin-top: 10px;
	width: 95%;
}
td.buffer{
	height: 20px;
}
td.buffer_smaller{
	height: 5px;
}
table.quizTable{
	border-collapse: collapse;
	margin-left: 20px;
	text-align: left;
}
	table.formTable td{
		padding: 5px;
		text-align: left;
		vertical-align: middle;
	}
	label.mandatory {
		color: #390;
	}
	td.label{
		width: 100px;
	}
	td input.text{
		width: 200px;
		margin-left: 10px;
		height: 20px;
		line-height: 20px;
		background: #fff;
		border: 1px solid #333;
	}
	div#custom_form td input.text{
		width: 120px;
	}
	td select{
		margin-left: 8px;
		width: 126px;
		border: 1px solid #333;
		height: 24px;
		background: #fff;
		margin-top: -2px;
	}
	td.long input.text{
		width: 542px;
	}
	tr.question td{
		padding-top: 10px;
		padding-bottom: 5px;
		font-weight: bold;
	}
	td textarea{
		width: 200px;
		margin-left: 10px;
		height: 80px;
		line-height: 20px;
		background: #fff;
		border: 1px solid #333;
		font-family: Calibri, Arial, sans-serif;
	}

input.submit{
	background: #390;
	color: #fff;
	margin-left: 150px;
	border: none;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	padding: 0 5px;
	font-size: 16px;

}
div#finalised{
	text-align: center;
	padding: 20px;
	margin: 10px;
}
tr.break td{
	border-top: 1px solid #c2c2c2;
	padding-top: 5px;
}
a.fake_button{
	height: 25px;
	line-height: 25px;
	display: inline-block;
	padding: 0 5px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	float: right;
	margin-right: 5px;

}
	a.fake_button.green{
		background: #53ad02;
	}
	a.fake_button.gray{
		background: #7f7f7f;
	}
	a.fake_button.black{
		background: #222;
	}
	a.fake_button.blue{
		background: #1949ff;
	}
	a.fake_button.left{
		float: left;
	}
div#lector_info{
	width: 210px;
	background: #eee;
	margin: 10px auto;
	padding: 5px 10px;
}
div#lector_info p{
		margin-top: 5px;
}
div#lector_extended{
	padding-right: 10px;
}
div#lector_extended p{
	font-size: 13px;
}
div#lector_extended hr{
	border: none;
	color: #c2c2c2;
	background-color: #c2c2c2;
	height: 1px;
}
div#lector{
	width: 210px;
	margin: 10px auto;
}
div#course_disclosure{
	color: #999;
}
	div#course_disclosure h2{
		color: #999;
	}
table#personal_info td.personal_label{
	text-align: left;
	width: 150px;
}
table#personal_info td.personal_data{
	text-align: left;
	width: 250px;
	font-weight: bold;
}
table#personal_info td.label{
	vertical-align: bottom;
	font-size: 14px;
	height: 30px;
}
div#print{
	width: 800px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	position: relative;
	left: 20px;
}

div#print h2, div#print h3, div#print p{
	color: #000;
}
div#print img{
	position: absolute;
	right: 40px;
	top: 20px;
}
ul#sitemap{

}
ul#sitemap li{
	color: #06c;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}
.quiz_form{
	margin-bottom: 20px;
}
td input.radio{
	margin-left: 10px;
}
td input.checkbox{
	margin: 0 10px;
}
td.remark{
	color: #f00;
}
a.regular{
	color: #fff;
	text-decoration: none;
}
div.divider{
	height: 1px;
	border-top: 1px solid #ccc;

}
div.pager{
	padding-top: 5px;
	padding-left: 5px;
}
div.pager span{
	padding-right: 5px;
	color: #06c;
}
div.pager span a{
	color: #06c;
	text-decoration: none;
}
div.pager span a:hover, div.pager span.active a{
	text-decoration: underline;
}
div.pager span.active{
	font-weight: bold;
}
tr.divider td{
	height: 13px;
}
tr.divider td div{
	height: 1px;
	margin-top: 6px;
	margin-bottom: 6px;
	border-top: 1px solid #ccc;
}
ul#submenu{
	padding: 0;
	margin: 20px 0 0 10px;
}
ul#submenu a{
	text-decoration: none;
	font-weight: bold;
}
ul#submenu a.selected, ul#submenu a:hover{
	text-decoration: underline;
}
.feedback table td{
	vertical-align: top;
}
label.selected{
	text-decoration: line-through;
	color: #f00;
}
label.correct{
	font-weight: bold;
	color: #390;
	text-decoration: none;
}
div.announce{
	text-align: left;
}

span.incorrect{
	font-weight: bold;
	color: #f00;
}
span.correct{
	font-weight: bold;
	color: #390;
}
div#banner_wrap{
	height: 120px;
	width: 212px;
	margin: 5px auto;
}
div.lectorItem {
	width: 330px;
	float: left;
	margin-right: 20px;
	display: inline;
}
div.lectorItem h3{
	margin: 0;
	padding: 5px 0;
}
div.lectorItem div.imgHolder{
	width: 110px;
	float: left;

}

div.lectorItem div.imgHolder im{
	width: 100px;
	height: 100px;
}
div.lectorItem div.textHolder{
	float: left;
	width: 210px;
	margin-top: -4px;
}
div.lectorItem div.wider{
	width: 330px;
}
div.lectorItem div.textHolder p{
	margin-top: 0;
	padding-top: 0;
}
