div.table {
	width: 100%;
}
div.table table {
	margin: auto;
}
table a {
	color: #000;
	text-decoration: none;
}
table a:hover {
	text-decoration: underline;
}
tr.form {
	background-color: #25334e;
	border: solid #25334e;
	border-width: 1px 1px 0 1px;
}
th.course, th.aatc, th.addr {
	width: 16em;
}
th.date {
	width: 10em;
}
th.search {
	text-align: center;
	width: 6em;
}
tr.form label {
	left: -9999px;
	position: absolute;
}
tr.thead {
	background-color: #cdcdcd;
	border: 1px solid #a4a4a4;
}
tr.thead th {
	border-right: 1px solid #a4a4a4;
	font-weight: bold;
}
tbody.vcountry {
	border-bottom: 1px solid #d9d9d9;
}
tbody.vcountry tr {
	border: solid #d9d9d9;
	border-width: 0 1px;
}
tbody.vcountry tr.odd {
	background-color: #f1f5fa;
}
tbody.vcountry tr.even {
	background-color: #fff;
}
tbody.vcountry td {
	border-right: 1px solid #d9d9d9;
}
tfoot, div.page_nav, .country, td.reg {
	text-align: center;
}
tfoot tr.errors {
	background-color: #ffc7c7;
	border: 1px solid #e27575;
}
select#c, input#a, input#q, select#d {
	width: 100%;
}