html, body, div, ul, ol, li, dl, dt, dd, form, fieldset, input, textarea, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, hr, th, td {
margin:0;
padding:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

div.inner {
	border: 1px solid black;
}

h1 {
	color: #1B3641;
	font-size: 1.5em;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 1px;
}

p#pageSubtitle {
	margin: -5px 0 5px 0;
}

div#pageFooterInner {
	text-align: center;
	margin: 10px 0 20px 0;
}

#searchTabResultsInner h1 {
	color: #1B3641;
}

#searchTabResultsOuter.loading {
	background: url(../images/ajax-loader.gif) center 100px no-repeat;
}

.formFloat {
	float: left;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}

.floatClear {
	clear: both;
}
label {
	display: block;
	color: #e10052;
	font-size: 1.2em;
	font-weight: bold;
}
#bodyOuter {
	width: 940px;
}
h1#pageTitle {
	margin: 5px 0px 0px 0px;
	font-size: 2.5em;
	color: #1B3641;
}
#bannerInner {
	padding: 10px 0px;
}
#bodyContentInner {
	margin: 0px 15px;
}
#tabbedContentOuter {
	float: left;
	width: 610px;
}

#sideBarOuter {
	width: 300px;
	float: right;
}

#sideBarInner {
	margin: 0px 10px 0px 25px;
}

#searchTabFormInner {
	margin-bottom: 10px;
	/*margin-top: 5px;*/
	padding: 10px 20px 10px 20px;
	border: 1px solid #CCC;
}

#searchTabFormAdvancedInner {
	margin: 5px;
	padding: 5px;
	border: dotted 1px #ccc;
}

#searchTabFormInner p {
	font-size: x-small;
}

.hidden {
	display: none;
}

.searchTabError {
	font-size: 1.2em;
	color: #AE1B13;
	margin: 10px 0;
}

/*Search results styles*/
div.singleResult {
	padding: 5px 5px 10px 5px;
}

.singleResult a.jobLink1, .singleResult a.jobLink2 {
	color: rgb(0,0,204);
}

.singleResult a.jobLink2 {
	text-decoration: underline !important;
}

.singleResult a.jobLink1 {
	font-size: medium;
}

.singleResult p.company {
	font-size: 1.1em;
}

span.companyName {
	color: rgb(0, 128, 64);
}

span.cityState {
	color: rgb(102,102,102);
}

div#searchTabResultsTable {
	border-bottom: 1px solid rgb(204, 204, 204);
	border-top: 1px solid rgb(204, 204, 204);
	margin: 2px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*Tables*/
table {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 2px 0;
}
td, th {
	padding: 5px;
}

td {
	padding: 5px 5px 15px 5px;
}

th {
	font-weight: bold !important;
	font-size: 1.2em;
	padding-top: 4px;
	text-align: left;
}

.sortable tr.even {
	background-color: #E7F7FF;
}

/*.sortable th {
  cursor: pointer;
}

th.headerSortDown {
	background: #A6B8C2 url(images/down_arrow.png) no-repeat 98% 7px;
}
th.headerSortUp {
	background: #A6B8C2 url(images/up_arrow.png) no-repeat 98% 5px;
}*/

#searchTabResultsTableBody tr {
	vertical-align: top;
}