/* CSS Document for recruitingevents.net */

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

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: 72px;
	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;
}

.headercolumn {
	background-color: #fff;
	width: 140px;
	height: 68px;
text-align: right;
	vertical-align: middle;
	border: #900 thin solid;
	margin: 15px;
	padding-right: 12px;
}

#eventcounter {
	color: #900;
	background-color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

/* 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;
	width: auto;
}

/* END - Table content spacers */

/* START - Home page box content & style definitions */

#searchbox, #eventcategories, #spotlight, #upcomingevent, #featuredemployers, #interviewquestion {
	background-color: #fff;
	text-align: left;
	vertical-align: top;
	border: #fc9 thin solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

/* END - Home page box content & style definitions */

/* START - Search bar section */

#searchbox {
	width: 144px;
	height: 216px;
}

.submitbutton {
	font-size: 11px;
	float: right;
}

/* END - Search bar section */

/* START - Event categories section */

#eventcategories {
	width: 144px;
	height: auto;
}

.tally {
    color: #000;
}

/* END - Event categories section */

/* START - Spotlight and Upcoming Events section */

#spotlight {
	width: 240px;
	height: auto;
}

#upcomingevent {
	width: 240px;
	height: auto;
}

.event {
	background-color: #fff;
	margin-left: 2em;
	margin-left: 2em;
}

.moreevents {
	background-color: #fff;
	font-size: 11px;
	text-align: right;
}

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

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

.searchresults {
	background-color: #fff;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}


/* END - Spotlight and Upcoming Events section */

/* START - Interview question of the week section */

#interviewquestion {
	width: 240px;
	height: auto;
}

#question {
	background-color: transparent;
	font-style: italic;
	margin-left: 20px;
	margin-right: 20px;
}

/* END - Interview question of the week section */

/* START - Events Calendar */

#eventscalendar {
	background-color: #fff;
	width: 485px;
	vertical-align: top;
	border-style: solid;
	border-width: thin;
	border-color: #fc9;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#calendarmonths {
	background-color: #ccc;
	width: 460px;
	margin-left: 1em;
	font-size: 10px;
	text-align: center;
}

.calendar { 
	background-color: #fff;
	font-size: 10px;
	width: 460px;
	margin: 1em;
}

tr {
	vertical-align: top;
}

th {
	background-color: #999;
	font-size: 10px;
	width: 60px;
	height: 18px;
	text-align: center;
	padding-top: 5px;
}

td {
	width: 60px;
	height: 60px;
	padding: 0px 0px 0px 2px;
}

.month {
	font-weight: bold;
	text-align: center;
	letter-spacing: .2em;
}

.weekend {
	background-color: #ccc;
}

.dayofmonth {
	text-align: left;
}

.numberofevents {
	background-color: transparent;
	text-align: center;
}

/* END - Events Calendar */

/* START - Events List */

#eventlist {
	background-color: #fff;
	width: 468px;
}

.listing {
	background-color:#fff;
	margin: 0px 32px 0px 32px;
}

/* END - Events List */

/* START - Events Details */

.eventsubheader {
	background-color: #fff;
	width: 563px;
	height: 25px;
	padding-left: 1em;
}

.backtocalendar {
	background-color: #fff;
	font-size: 10px;
	width: 125px;
	height: 25px;
	padding-right: 1em;
}

.eventsubh2 {
	background-color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#eventinfo {
	background-color: #fff;
	width: 550px;
	padding: 1em;
}

.partcolist {
	background-color: #fff;
	padding: 1em;
}

#eventinfopage, #participatingco {
	border: #fc9 thin solid;
}

/* END - Events Details */

/* START - About Us section */

#aboutus {
	background-color: #fff;
	width: 700px;
	padding: 10px;
	border: #fc9 thin solid;
}

.us {
	background-color: #fff;
	margin: 1em;
}

/* END - About Us section */

/* START - Contact section */

#contactus {
	background-color: #fff;
	width: 690px;
	padding: 10px;
	border: #fc9 thin solid;
}

#contactform {
	background-color: #fff;
	width: 380px;
	margin-left: 20px;
	margin-right: 20px;
}

.sendbutton {
	font-size: 11px;
}

/* END - Contact section */

/* START - Featured Employers section */

#featuredemployers {
	width: 240px;
	height: auto;
}

#companylogos {
	background-color: transparent;
	text-align: center;
}

/* END - Featured Employers section */

/* 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;
}
	
/* --------------------------------- */