/* CSS Document for recruitingevents.net search results */

body, html {
	color: #009;
	background-color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0;
	padding: 0;
}

a {
	color: #009;
	text-decoration: none;
}

a:link {
	background-color: transparent;
}

a:visited {
	color: #333;
	background-color: transparent;
}

a:hover {
	color: #000;
	background-color: #ffc;
}

h2 {
	background-color: #fff;
	font-size: 14px;
	text-decoration: underline;
	letter-spacing: 2px;
}

.currentpage {
	color: #900;
	background-color: transparent;
}

/* START - Table section which contains all page elements */

#container {
	width: 720px;
	height: auto;
	margin: 1em auto;
	border: 0px;
}

/* END - Table section which contains all page elements */

/* START - Header which consists of website name, background image, and event counter */

#header {
	background-color: transparent;
	width: 720px;
	height: 180px;
	vertical-align: bottom;
}

#postheadspacer {
	background-color: white;
	width: 720px;
	height: 4px;
	font-size: 0px;
	vertical-align: bottom;
}

.headertable {
    background-image: url('images/header-busname4.jpg');
	background-repeat: no-repeat;
	width: 720px;
	height: 72px;
}

/* END - Header which consists of website name, background image, and event counter */

/* START - Top navigational bar */

#topnavbar {
	background-color: #fff;
	width: 710px;
	height: 100%;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-color: #ccc;
	border-width:thin;
	padding: 5px;
}

/* END - Top navigational bar */

/* START - Table content spacers */

.colspacer {
	background-color: transparent;
	width: 15px;
	height: auto;
}

.rowspacer {
	background-color: transparent;
	height: 15px;
}

/* END - Table content spacers */

/* START - Search Results */

.tally {
    color: #000;
}

.subhead {
	background-color: #fff;
	font-weight: bold;
}

.employer {
	background-color: #fff;
    color: #000;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

.eventcategory {
	background-color: #fff;
    color: #008000;
}

.yoursearch, .searchresults, .refinesearch {
	background-color: #fff;
	vertical-align: top;
	border: #fc9 thin solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.yoursearch, .refinesearch {
	background-color: #fff;
	width: 200px;
}

.resultdiv {
	background-color: #fff;
	border-bottom: #ccc 1px solid;
}

/* END - Search Results */

/* START - Bottom navigational bar */

#bottomnavbar {
	background-color: #fff;
	width: 720px;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	border-top: 5px solid #900;
	border-bottom: 5px solid #900;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* END - Bottom navigational bar */

/* Copyright Notice */

#footer {
	color: #666;
	background-color: #fff;
	width: 720px;
	font: .8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
}
	
/* --------------------------------- */
