@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
h1 {
	color: #333;
	font-size: 16px;
	font-weight: 800;
}
h2 {
	color: #2a1942;
	font-size: 14px;
	font-weight: 800;
}
h3 {
	color: #333;
	font-size: 12px;
	font-weight: 800;
}

#contact_details {
	border: 1px solid #333;
	color: #fff;
	font-size: 10px;
	padding: 5px;
	margin: 10px 10px 20px 10px;
	text-align:left;
	background-color:#2a1942;

}
#contact_details a {
	color: #eee;
	text-decoration: none;
}
#contact_details a:hover {
	color: #666;
	text-decoration:underline;
}
#main_content {
	padding: 10px;
	text-align:left;
}
#course_box {
	border: 1px solid #666;
	padding: 5px;
	margin: 10px 10px 10px 10px;
	text-align:left;
	background-color:#ece9e9;
}
#course_subbox {
	border: 0px solid #666;
	padding: 5px;
	margin: 1px 1px 1px 10px;
	text-align:left;
}
.course_vacancies {
	padding: 0px 0px 0px 10px;
	font-style:italic;
	color: #090;
	font-weight: 700;
}
.course_full {
	padding: 0px 0px 0px 10px;
	font-style:italic;
	color: #333;
	font-weight: 700;
}
.course_fullname {
	padding: 0px 0px 0px 21px;
}
#booking_progress {
	color: #666;
	background-color:#CCC;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin: 5px 5px 25px 5px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
}


#current_step {
	background-color: #ffa200;
	color: #fff;
	padding: 5px 0px 5px 10px;
	margin: 0px 10px 0px 0px;
	border-right: 2px dotted #fff;
	border-left: 2px dotted #fff;
}
#current_step H1 {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-weight: 600px;
	font-size: 11px;
	color: #fff;
}
#other_step {
	padding: 5px 0px 5px 10px;
	margin: 0px 10px 0px 0px;
	border-right: 0px dotted #fff;
	border-left: 0px dotted #fff;
}
#other_step H1 {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-weight: 600px;
	font-size: 11px;
	color: #fff;
}
.altrow  {
	background-color:#ece9e9;
}
.input {
    border: 1px solid #006;
    background: #ffc;
}
.button {
    border: 1px solid #006;
    background: #9cf;
}
#booking_note {
	color: #666;
	background-color:#CCC;
	border: 1px solid #666;
	margin: 5px 5px 5px 5px;
	padding: 5px;
	font-size: 10px;
	font-style:italic;
}

