@import url('banner.css');
@import url('__common.css');
@import url('sIFR-screen.css');

div#h1 {
	top: 35px; left: 80px;
}

div.level h3, div.level ul {
	margin-left: 58px;
}

div#level-teacher ul, div#middle-east ul {
	margin-bottom: 0;
}

dl#course-price {
	margin-bottom: 0;
}

ul#course-menu {
	margin-bottom: 12px;
}

ul#course-menu li {
	margin-right: 4px;
}

.print, .enquire, .download, .enrol-big {
	float: left;
}

ul.dates div.presenter {
	margin-left: 59px;
}

body#enquire-courses-body div.layout, body#enrol-courses-body div.layout {
	margin-bottom: 0;
}

body#enquire-courses-body div.column-2, body#enrol-courses-body div.column-2 {
	margin-top: 2em;
}

div#course-details dl {
	margin-bottom: 0em;
}
div#course-details dt {
	width: 6em;
}
div#course-details dd {
	margin-bottom: 8px;
}

/*div.enrol {
	float: left;
	margin-right: 8px;
}*/

#ddates_data {
	border: 1px solid #ccc;
	font-size: 1.2em;
	padding: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 585px;
}

#ddates_data table {
	border-collapse: collapse;
	width: 585px;
}
#ddates_data table em {
	color: #999;
	font-style: normal;
}
#ddates_data table th {
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
}
#ddates_data table .course {
	width: 300px;
}
#ddates_data table th.course {
	border-left: 1px solid #8dbdd8;
	width: 300px;
}
#ddates_data table .date {
	width: 100px;
}	
#ddates_data table td.date {
	padding-left: 10px;
}
#ddates_data table th.venue {
	border-left: 1px solid #8dbdd8;
	width: 200px;
}
#ddates_data table td.venue {
	width: 190px;
}

#ddates_data table th {
	border-bottom: 1px solid #999;
}
#ddates_data table td {
	border-bottom: 1px solid #ccc;
}
