body {
	margin:				0;
	padding:			0;
	background-color:	#DDDDDD;
	font-family:		"Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size:			0.9em;
}

/*** Banner & Logos ***/

#NIEFSLogo {
	position:			absolute;
	top:				8px;
	width:				278px;
	height:				47px;
	background-image:	url('/img/niefs_logo.png');
	background-repeat:	no-repeat;
}
#Banner {
	position:			absolute;
	top:				51px;
	height:				74px;
	width:				100%;
	background-image:	url('/img/banner_bg.png');
	background-repeat:	repeat-x;
}
#ResumeBankLogo {
	position:			absolute;
	left:				24px;
	width:				241px;
	height:				69px;
	background-image:	url('/img/resumebank.png');
	background-repeat:	no-repeat;
}
#KeywordSearchForm {
	position:			absolute;
	top:				74px;
	right:				20px;
	font-size:			12px;
	color:				#EEEEEE;
	font-weight:		bold;
}
#MainContent {
	margin-top:			140px;
}
.btnAddToTracker {
	display:			block;
	background-image:	url('/img/add_to_tracker.png');
	background-repeat:	no-repeat;
	height:				43px;
	width:				140px;
}
.btnAddToTracker:hover {
	background-image:	url('/img/add_to_tracker_hover.png');
}
.btnAddToTracker:active {
	background-image:	url('/img/add_to_tracker_pressed.png');
}
#imgProgress.hidden {
	visibility:			hidden;
}

table.resumeResults {
	width:				100%;
	margin:				8px 0;
	border-top:			solid 2px #CCCCCC;
	border-bottom:		solid 2px #CCCCCC;
}
table thead th {
	border-bottom:		solid 1px #CC0000;
	text-align:			left;
	font-weight:		bold;
	font-size:			0.9em;
	color:				#990000;
	padding:			4px;
}
table tbody td {
	padding:			4px;
	font-size:			0.9em;
	color:				#444444;
}
table tfoot tr {
	border-top:			solid 1px #CCCCCC;
}
table tfoot td {
	padding:			8px;
	text-align:			center;
	font-size:			0.9em;
	color:				#888888;
}

table td.track_marker {
	text-align:			center;
}