/* Sidebar */
.sideJobSearch {
	background-image:url(images/menu_top.gif);
	background-position:center top;
	background-repeat:no-repeat;
	width:190px;
	position:relative; 
	font-size:11px;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#EEEBEB;
}

.sideJobSearch select, .sideJobSearch input.small {
	width: 173px;
	font-size:12px;
	background-color:#fff;
	margin-bottom:6px;
	border:1px solid #ccc;
}

.sideJobSearch input.small {
height:15px;

}

.sideJobSearch th {
  font-size: 11px;
  text-align: center;
  font-family:Georgia, "Times New Roman", Times, serif;
  background-color:#EEEBEB;
  color:#494646;
  font-weight: normal;
}

.sideJobSearchBottom {
  background-image:url(images/menu_bottom.gif);
  background-position:center bottom;
  background-repeat:no-repeat;
  margin:0px 0px 0px 0px;
  padding:0px;
  width:190px;
  height:6px;
}

.sideContent {
  padding: 0 0 0 5px;
}

.sideJobSearch .QuickSearchSubmit {
  background-color: #376893;
  color: #fff;
  font-size: 12px;
  margin-right: 4px;
}

.wgQuickSearchBottom {
  text-align: center;
  padding-top: 5px;             
}

/* Main search form */

.SearchSubmit {
  background-color: #376893;
  color: #fff;
  font-size: 12px;
  width:100px;
  text-align:center;
}

table.wgSearchForm {
	border:1px solid #FFFFFF;

}

table.wgSearchForm tbody th, table.wgSearchForm tbody td, table.wgSearchForm tfoot th, table.wgSearchForm tfoot td {
	border:2px solid #FFFFFF;
	border-collapse:separate;
}

table.wgSearchForm tbody td {
	padding-left:5px;
}

.wgSearchForm .spacerRow {
	display: none;
}

.wgSearchForm thead {
	display: none;
}

.wgSearchForm tbody th {
	background-image:url(images/td_bg_small.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#376893;
	color:#FFFFFF;
	font-size:10px;
	font-weight: normal;
	padding:4px 4px 4px 13px;
	text-transform:uppercase;
	width:95px;
	font-family:Arial,Helvetica,sans-serif;
}

.wgSearchForm tfoot th {
	background-color:#fff;
}

/* Results table */


/* Pagination */
#WG .Pag ul              { margin:0; padding:0; list-style:0; }
#WG .Pag li              { display:inline; line-height:22px; font-size:8.5pt; font-weight:bold; }
#WG .Pag a               { padding:2px 4px 2px 4px; color:#D06418; border:#000 solid 1px; font-size:8.5pt; text-decoration:none; }
#WG .Pag a:hover         { background-color:#b5dbf0; color:#000000; }
#WG .Pag fieldset        { border:#000 solid 1px; padding:5px 5px 8px 5px; font-size:8.5pt; background:#fff; filter:
progid:DXImageTransform.Microsoft.gradient( startColorstr=#FFFFFFFF, endColorstr=#FFEEEBEB); }
#WG .Pag legend          { padding:2px 5px 6px 5px; font-weight:bold; color:#000000; }

/* Table */

.wgSearchResults thead th {
	border: 1px solid #fff;
	background-image:url(images/td_bg_small.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#376893;
	color:#FFFFFF;
	font-size:10px;
	font-weight: normal;
	padding:4px 4px 4px 4px;
	text-transform:uppercase;
	font-family:Arial,Helvetica,sans-serif;
	white-space: nowrap;
}

.wgSearchResults thead th a {
	color: #fff;
	font-style: underline;
}

.wgSearchResults thead th a:hover {
	color: #fff;
	font-style: underline;
}
