/* CSS Document */
/* Reset Styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 
 /* Widget Styles Begin Here */
.widgetContainer {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, Verdana, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.3em;
}
 
 
#_list_form_widget{
	overflow: auto;
	margin: 0;
	padding: 0;
}

#widgetContainer { 
	overflow: hidden;
	font-size: .75em;	
}
#widget{
	width:auto;
}
#widget-header{
	background: url(/images/analytics_bg_overlay.png) #fff center center;   
	width: 100%;
	position:relative;
}

#job_board {
  position: relative;
}

#job_board .search_filters {
	padding:0 0 5px !important;
}


.logo-wrap {
	width:994px;
	margin: 0 auto;
	position:relative;
}

.logo-wrap #logo {


}

#widget-header #logo {  
	float:left; 
	margin: 15px;
}

 .symptag {
  background: #fff;
  height: 30px;
  width: 95px;
  right:0;
  -webkit-box-shadow: 0px 4px 12px 0px #666;
  -moz-box-shadow: 0px 4px 12px 0px #666;
  box-shadow: 0px 4px 12px 0px #666;
  position: absolute;
  bottom: 0;
  padding: 3px;
  }
  
.symptag img {
  margin-left: 5px;
  margin-top: 5px;
}
  
 #logo h1 {
   font-size: 200%; 
   color:#888;
 }
 
#subHead{
    padding: 5px;
	background: #fefeff;	
	-moz-box-shadow: 0 0 9px 0px #666;
	-webkit-box-shadow: 0 0 9px 0px #666;
	box-shadow: 0 0 9px 0px #666;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

}

.loader {
   position: relative;
   top: 12.5em;
   text-align: center;
   height: 220px;
}


.lst-jumper label {
  display:none;
}
	
#border{
	border-bottom:2px solid #A27A28;
}
#widgetContainer #page-count{
	float: right;
	margin-right: 4px; 
	position: absolute; 
	top: -42px;
	right: 0;
 }
 
 #csm-content #job_board #page-count {
   position:absolute;
   top: 5px;
   right: 10px;
 }
 
 .stacked #page-count{
	float: left;
 }
 
.filters{
   padding-top: 6px;
}

table.slim {
  float: left;
  margin-left: 10px;
}
#widgetContainer table.slim {
	width: 100%;
}

#job_board_widget_filter_keywords_{
	float:left;
}

.stacked #job_board_widget_filter_keywords_ {
  width: 110px;
}

#searchBarContainer{
	display: none;
}

a.lst-prev-btn, a.lst-prev-btn:hover, a.lst-next-btn {
  background: url(/images/prev_btn.png) no-repeat;
  text-indent: -9999px;
  display:block;
  float: left;
  width: 48px;
  height: 48px;
  border:none;
}

a.lst-next-btn, a.lst-next-btn:hover {
  background: url(/images/next_btn.png) no-repeat;
  margin-left: 0;
  margin-top: 1px;
}

#searchBar{
	height:31px;
	position:relative;
	padding-top:8px;
	padding-left:21px;
	background: url(/images/analytics_bg_overlay.png) #fff center center;
	border-bottom:1px solid #ccc;	
    -moz-box-shadow:  0px 4px 12px 0px #666;
	-webkit-box-shadow:  0px 4px 12px 0px #666;
    box-shadow:  0px 4px 12px 0px #666;
}
	
#searchBar input[type="text"]{
    float: left;
}

#sortBy {
	float:left;
	cursor: pointer;
	margin-left: 1.5em;
	margin-top: 1em;
	color: #444;
}

.no_results_msg {
  font-size: 18px;
  margin-top: 20px;
}


.widget-ocr-info{
float: right;
}

.widget-field span.yes {
   background-image: url(/images/ocr_check.png);
   height: 16px;
   width: 16px;
   display:block;
   text-indent: -9999px;
   margin: 0 auto;
}

.stacked .widget-ocr-info {
  float: none;
}

.widget-field {
	font-weight: bold;
	padding-right: 10px;
	color: #666;
}

.widget-field span {
	font-weight: normal;
	color: #444;
}

.stacked .widget-field span{
  display: block;
}

.widget-ocr-info .widget-field {
	color: #960;
}

.widget-job-info{
	width: 275px;
	float: left;
}

.widget-job-info p.first{
  color: #666; 
  font-weight:bold;
  white-space:nowrap;
}

.stacked .widget-job-info p.first {
  white-space:normal;
}

.widget-job-info p.first span {
   font-weight:normal;
   margin-left: 3px;
}

.stacked .widget-job-info {
  float: none;
  width: auto;
}

.sumlist {
	margin-left: 0;
	margin-right: 0;
	list-style: none;
	padding: 0 20px;
	color: #333;
}

.sumlist-no {
	width: 20px;
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	color: #960;
	padding-right: 10px;
}

.sumlist-bd-widget  {
	width:100%;
	font-size: .95em;
}

.sumlist-rw-title-widget {
	font-size: 1.25em !important;
	padding-bottom: 3px;
	width: 90%;
}

.sumlist-rw-title-widget a, .widget-field a {
  color: #2168b5;  
  text-decoration: none;
  text-transform: capitalize;
}

.sumlist-rw-title-widget a:hover, .widget-field a:hover {
  text-decoration: underline;
}

.sumlist-rw-title-widget > .job-type {
	color: #fff;
	background: #000;
	padding: 5px;
	font-weight: normal;
	font-size: 11px;
	border-radius: 4px;
}


.sumlist-body-widget > li {
	padding: 20px 0;
}

.sumlist-bd1-widget {
	width: 100%;
}

.sumlist-bd2-widget {

}

.sumlist-body-widget{
	display:block;
}

.sumlist-body-widget > li {
	padding: 15px 0;
	border-bottom: 1px dotted #ccc;
}

/* Page Count */
#job_board #pager{
	position:absolute;
	bottom:0;
	width:150px;
	font-size:12px;
	left: -156px;
     border-top:1px solid #999; 
	border-right:1px solid #999;
}

#si_ei #pager {
	display:none;
}

#pager .opac{
	display:block;
	background:#f8f8f8;
	width:100%; height:100%;
	position:absolute;
	z-index:2;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 8px 0px 0px;
	border-radius: 0px 8px 0px 0px;
	opacity:0.8;
	filter:alpha(opacity=80);
}

#pager span{
	display:block;
	padding:4px;
	position:relative;
	z-index:3;
	margin-left: 10px;
	font-weight: bold;
	color: #555;
}

/* Buttons */

#job_board  .buttonbar {
   padding: 0 !important;
 }

input[type="button"], input[type="submit"]  {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 49%, rgba(229,229,229,1) 53%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(49%,rgba(237,237,237,1)), color-stop(53%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 49%,rgba(229,229,229,1) 53%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 49%,rgba(229,229,229,1) 53%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 49%,rgba(229,229,229,1) 53%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 49%,rgba(229,229,229,1) 53%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
color: #4e4e4e;
font-size: 12px;
border: 1px solid #ccc;
padding: 3px 5px;
text-transform: capitalize;
text-align: center;
cursor: pointer;
 margin: 0 2px 4px 2px; 
outline: none;
text-decoration: none;
display: inline-block;
zoom: 1;
vertical-align: baseline;
font-family:"Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, Verdana, Arial, sans-serif;
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
input[type=button]:hover {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(219,219,219,1) 52%, rgba(229,229,229,1) 59%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(52%,rgba(219,219,219,1)), color-stop(59%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(219,219,219,1) 52%,rgba(229,229,229,1) 59%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(219,219,219,1) 52%,rgba(229,229,229,1) 59%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(219,219,219,1) 52%,rgba(229,229,229,1) 59%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(219,219,219,1) 52%,rgba(229,229,229,1) 59%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
border:#ccc solid 1px;
font-family:"Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, Verdana, Arial, sans-serif;
}
input[type=button]:active {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(219,219,219,1) 52%, rgba(229,229,229,1) 59%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(52%,rgba(219,219,219,1)), color-stop(59%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(219,219,219,1) 52%,rgba(229,229,229,1) 59%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(219,219,219,1) 52%,rgba(229,229,229,1) 59%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(219,219,219,1) 52%,rgba(229,229,229,1) 59%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(219,219,219,1) 52%,rgba(229,229,229,1) 59%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


border:#ccc solid 1px;
font-family:"Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, Verdana, Arial, sans-serif;
}

/* CDC changes */
#widget-header {
    background-color: #000;
    color: gold;
    background-image: none;
}
#widgetContainer {
    border-radius: 5px;
    border: gold 1px solid;
}
#logo h1 {
    color: gold;
    font-weight: bold;
}
