#internshipSearchStatus {
	position: absolute;
	height: 200px;
	background-color: black;
	width: 900px;
	display: none;
}

.error {
	color: red;
	font-weight: bold;
}

.error a {
	color: red;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

.error a:hover {
	color: red;
	font-weight: bold;
	text-decoration: underline;
	background-color: white;
}


.scrollpane {
	overflow: auto;
	height: 300px;
	margin-right: 20px;
	border: 1px dotted black;
	position: relative;
}

#console {
	font: normal 10pt Tahoma, sans-serif;
}

#console #list {
	width: 300px;
	float: left;
}

#console #object {
	margin-right: 10px;
}

#console label {
	color: black;
}

#console select {
	width: 280px;
}

#console h1 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted black;
}

#console div.form {
	padding: 10px 0px 0px 0px;
	background-color: #eee;
	border-bottom: 1px dotted black;
}

#console div.subform {
	padding: 10px;
	background-color: #ccc;
	border-bottom: 1px dotted #333;
}

.nav {
	padding: 0px 3px 0px 3px;
	margin: 0px 1px 0px 1px;
}

span.nav {
	font-weight: bold;
}

table.records {
	width: 100%;
	padding-right: 10px;
	border-collapse: collapse;
}

table.records td {
	font: 8pt normal Tahoma, sans-serif;
	border-bottom: 1px solid black;
	padding: 3px;
	height: 30px;
}

table.records td a {
	font: 8pt normal Tahoma, sans-serif;
}

.record_status {
	font: 8pt bold Tahoma, sans-serif;
	color: red;
}

