body {
	background-color: White;
	font-family: Verdana, Arial;
	font-size: 10pt;
}
h1 {
	font-size: 13pt;
	margin: 0;
	padding: 4px;
	background-color: #afeeee;
}
h2 {
	font-size: 11pt;
	margin: 5px 0 0 0;
	border-bottom: solid 1px black;
	padding-bottom: 2px;
	width: 50%;
}
a:hover {
	text-decoration: none;
}
table.interviewees td.heading {
	font-weight: bold;
	border-bottom: 1px solid black;
	padding-left: 3px;
	padding-right: 3px;
}
table.interviewees td.row {
	border-bottom: 1px solid #d8e8f5;
	vertical-align: middle;
	padding-left: 3px;
	padding-right: 3px;
}
table.interviewees td.checkBox {
	text-align: center;
}
td {
	margin: 0;
	padding: 0;
	font-size: 8pt;
	padding: 0 3px 0 0;
	vertical-align: top;
}
td.saveButton {
	text-align: center;
	background-color: #d8e8f5;
	padding-top: 2px;
	padding-bottom: 4px;
}
td.saveButton input.button {
	width: 200px;
}
td.dataGridHeading {
	margin: 0;
	padding: 4px 3px 0 0;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
th {
	margin: 0;
	padding: 4px 3px 0 0;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
th.heading {
	font-weight: bold;
	background-color: #d8e8f5;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 1px;
}
th.footing {
	background-color: #d8e8f5;
	height: 4px;
}
input, select {
	font-family: Verdana, Arial;
	font-size: 8pt;
}
input.text {
	width: 250px;
}
input.textShorter {
	width: 200px;
}
input.textGpa {
	width: 50px;
}
textarea {
	font-family: Verdana, Arial;
	font-size: 8pt;
	width: 520px;
}
textarea.textLonger {
	width: 900px;
}
textarea.reviewComments {
	width: 400px;
}
input.button {
	font-weight: bold;
}
#header {
	background-color: Silver;
	text-align: right;
	padding: 2px 5px 2px 5px;
}
#menu {
	background-color: #afeeee;
}
#menu ul {
	margin: 0;
	padding: 10px 10px 5px 15px;
	list-style: none;
}
#menu li {
	display: inline;
	margin: 0 0 0 3px;
	padding: 0;
}
#menu a {
	text-decoration: none;
	background-color: #d8e8f5;
	padding: 5px;
	font-weight: bold;
	color: #739ee2;
}
#menu a.selected {
	background-color: #93bee2;
	color: #d8e8f5;
}
#menu a:hover {
	text-decoration: underline;
}
#content {
	background-color: #93bee2;
	padding: 10px;
}
#content a {
	color: #d8e8f5;
}
#rightColumn {
	margin-left: 50%;
}
#leftColumn {
	width: 50%;
	float: left;
}
div.reminders {
	padding: 0 25px 0 25px;
}
div.inputNote {
	width: 500px;
}
.errorMessage {
	color: crimson;
	font-weight: bold;
}
.successMessage {
	color: green;
	font-weight: bold;
}
