@CHARSET "ISO-8859-1";
@IMPORT url("common.css");

#main table.InstructorsTable {
	width: 90%;
	border-style: none;
	margin-left: auto;
	margin-right: auto;
}

#main table.InstructorsTable td {
	border-style: none;
	text-align: left;
	vertical-align: middle;
	padding: 0 20px;
	padding-bottom: 2em;
}

#main table.InstructorsTable td.photo {
	width: 120px;
}

#main table.InstructorsTable img {
	width: 110px;
	padding: 4px;
	border: 1px solid #aaa;
}

#main table.CountryList {
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	table-layout: fixed;
}

#main table.CountryList td {
	border-style: none;
	text-align: center;
	vertical-align: top;
	padding: 0 5px;
	line-height: 1.5em;
}

#main table.CountryList th {
	text-align: center;
}
