/* --------------------------- BASICS */

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
   font: normal 75%/1.4 Lucida Grande, Lucida Sans Unicode, sans-serif;
}
#tblNEOGOVSearchCriteria{
	font: normal 125%/1.4 Lucida Grande, Lucida Sans Unicode, sans-serif;
	
	}
a {
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

a:link, 
a:visited {
   outline: none;
   color: #000;
}

a img {
	border: none;
}

/* --------------------------- APPLICATION BASICS */

#skip,
#hrefNEOGOVSearchShowHide,
.returntosearch,
.clearsearch,
.searchcontroltext,
/* #jobPagination_start_print, */
/* #jobPagination_start, */
.secfont fieldset legend,
.secfont fieldset table .cathdr,
/* .ctg a, */
#keywordSearchHelp,
#salarySearchHelp,
.NGVRequestJobLink,
.tblbordtop,
.tabAreaSmall {
   display: none;
}

#tblNEOGOVSearchCriteria,
.pageintro {
   display:block;
}

.pageintro {
   padding: 10px 0 20px 0;
}

#tblNEOGOVSearchCriteria tbody {
   width: auto;
}

.poweredby {
   float: right;
   padding-top: 10px;
   margin: 0 0 10px 10px;
}

#tblNEOGOVSearchCriteria td.secfont {
   padding: 0 0 20px 0;
}

table.NEOGOV_joblist {
   margin-bottom: 20px;
}

table.NEOGOV_joblist tr td {
   border-bottom: 1px solid #bebebe;
}

table.NEOGOV_joblist td a.jobtitle,
.classSpecLinksContainer a,
table td.jobdetail a {
   color: #00689c;
}

table.NEOGOV_joblist td a.jobtitle:hover,
.classSpecLinksContainer a:hover,
table td.jobdetail a:hover {
   color: #a61e1e;
   text-decoration: none;
   border-bottom: 1px dotted #a61e1e;
}

#CBMS_categories {
   padding: 0;
}

.CBMS {
   width: 690px;
   background: #fff url(theader_bg.gif) center top repeat-x;
   padding: 0;
   margin-bottom: 30px;
}

.CBMS_Header {
   height: 45px;
}

.CBMS_Header h4 {
   display: block;
   float: left;
   height: 37px;
   color: #000;
   font-size: 12px;
   line-height: 3.2em;
   text-shadow: 1px 1px #fff;
   border-left: 1px solid #bebebe;
   padding-left: 10px;
}

.CBMS_Helper {
   float: right;
   color: #00689c;
   font-size: 11px;
   line-height: 3.4em;
   text-shadow: 1px 1px #fff;
   border-right: 1px solid #bebebe;   
   background: url(theader_vr.gif) 28px top no-repeat;
   padding-right: 10px;
}

.CBMS_Helper a {
   color: #3c3c3c;
   padding: 0 10px;
}

.CBMS_Checklist {
   width: auto;
   height: 13.5em;
   overflow: auto;
   font-size: 0.7em;
   list-style: none;
   border: none;
}

.CBMS_Checklist li {
   padding: 3px 10px !important;
   padding: 1px 10px;
}

.CBMS_Checklist label:hover, .CBMS_Checklist label.hover { 
   background: #ddd; color: #000;
}

* html .CBMS_Checklist label {
   height: 1%; 
}

.CBMS_Checklist input {
   vertical-align: top;
}

.CBMS_Checklist .alt {
   background: #f5f5f5;
}

.CBMS_SelectedList {
   color: #3C3C3C;
   font-size: 11px;
   line-height: 1.3em;
   text-shadow: 1px 1px #fff;
   border-top: 1px solid #d2d2d2;
   border-left: 1px solid #bebebe;
   border-right: 1px solid #bebebe;
   background: #fff url(tfooter_bg.gif) center bottom repeat-x;   
   padding: 10px;
}

.CBMS_SelectedList h4 {
   float: left;
   height: 100%;
   color: #00689c;
   font-weight: normal;
  font-size: 11px;
   padding-right: 5px;
}

.secfont fieldset {
   border: 0;
}

.secfont fieldset table .cathdr a {
   font-weight: normal;
   font-size: 11px;
   color: #3c3c3c;
}

select {
   font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
}

.ctg {
   padding: 5px;
   margin-top: -30px;
}

.ctg table td {
   padding: 0;	
}

.ctg label {
   color: #2C2C2C;
   /* font-weight: bold; */
   font-size: 110%;
}

.ctg table tr td label {
   line-height: 3em;
}

.ctg input#searchtitle,
.ctg input#searchSalary {
   width: 370px;
   height: 40px;
   font-size: 18px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   border: 1px solid #bebebe;
   background: #f1f1f1;
   padding: 0 10px;
   margin: 0 0 20px 20px;
   *height: 30px;
   *padding-top: 5px; /* notice the * before the property - shows in IE7 and below */
   *padding-bottm: 5px; /* notice the * before the property - shows in IE7 and below */
   
}

input#ApplySearchButton {
   display: block;
   text-align: center;
   width: 220px; /* 680px; */
   height: 82px;
   font: bold 20px/4em Lucida Grande, Tahoma, Lucida Sans Unicode, sans-serif;
   text-shadow: 1px 1px #083402;
   color: #fff;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   border: 1px solid #845050;
   background: url(button_bg.gif) top repeat-x;
}

input#ApplySearchButton:hover {
   cursor: pointer;
   border: 1px solid #000;
   background: #318126;
}

input#ApplySearchButton:active {
   background: url(button_bg.gif) top repeat-x;
}

form#login div.field {
   padding: 0 0 20px 0;
}

form#login label {
   display: block;
   float: left;
   width: 100px;
   font-weight: bold;
   font-size: 120%;
   line-height: 2.3em;
   color: #a40a0a;
}

form#login input {
   width: 300px;
   height: 30px;
   font-size: 17px;
}

form#login input.submit {
   display: block;
   text-align: center;
   width: 400px;
   height: 52px;
   font: bold 20px/4em Lucida Grande, Tahoma, Lucida Sans Unicode, sans-serif;
   text-shadow: 1px 1px #083402;
   color: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
   border: 1px solid #845050;
   background: url(button_bg.gif) top repeat-x;  
}

/* --------------------------- RESULTS */

table.NEOGOV_joblist {
   background: #fff url(theader_bg.gif) center top repeat-x;
   clear: right;
}

table.NEOGOV_joblist th.currentstyle {
   height: 37px;
   cursor: pointer;
   color: #3f3f3f;
   text-align: left;
   text-shadow: 1px 1px #fff;
   padding: 0;
}

table.NEOGOV_joblist th.currentstyle a {
   display: block;
   height: 15px;
   background: #fff url(theader_bg.gif) center top repeat-x;
   padding: 11px 5px;
}

table.NEOGOV_joblist th.currentstyle a:hover,
table.NEOGOV_joblist th.currentstyle a.sort-desc {
   color: #000;
   text-decoration: none;
   border-bottom: none;
   background: #fff url(theader-select_bg.gif) center top repeat-x;
}

table.NEOGOV_joblist th.currentstyle a.sort-desc {
   border-left: 1px solid #bebebe;
   border-right: 1px solid #bebebe;   
}

table.NEOGOV_joblist th#headerclassification {
   border-left: 1px solid #bebebe;   
}

table.NEOGOV_joblist th#headeradvTo {
   width: 105px;
   border-right: 1px solid #bebebe;   
}

table.NEOGOV_joblist th#headerdepartmentName {
   width: 90px;
}

table.NEOGOV_joblist th#headerjobTerm {
   width: 85px;
}

table.NEOGOV_joblist th#headerpositionSalary {
   width: 85px;
}

table.NEOGOV_joblist th#headeradvFrom {
   width: 105px;	
}

table.NEOGOV_joblist th#headeradvTo {
   width: 100px;
}

table.NEOGOV_joblist td {
   padding: 10px 5px;
}

/* --------------------------- LISTING */

table th.jobinfo {
   width: 130px;
   font: bold 1em/1.4 Lucida Grande, Lucida Sans Unicode, sans-serif;
   color: #A5A5A5;
   text-shadow: 1px 1px #fff;
   padding: 5px 10px;
}

table td.maroon {
   font: normal 1.7em/1.4 Lucida Grande, Lucida Sans Unicode, sans-serif;
   color: #1F3559;
   padding: 5px 0;
}

.classSpecLinksContainer {
   float: right;
   text-align: left;
   border: 1px solid #D6D6D6;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   padding: 25px 10px;
}

body .classSpecLinksContainer a.gjbulletinlink {
   font-size: .9em;
}

body .classSpecLinksContainer a.gjapplylink {
   font: bold 16px/1em Lucida Grande, Tahoma, Lucida Sans Unicode, sans-serif;
   text-align: center;
   text-shadow: 1px 1px #083402;
   color: #fff;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   border: 1px solid #845050;
   background: url(button_bg.gif) top repeat-x;
   padding: 10px 20px;
}

body .classSpecLinksContainer a.gjapplylink:hover {
   color: #fff;
   text-decoration: none;
   border: 1px solid #000;
   background: url(button_bg.gif) bottom repeat-x;
}

.tabMain,
table td.jobdetail,
table td.jobdetailbot,
table th.jobheadings {
   border-left: 1px solid #D6D6D6;
   border-right: 1px solid #D6D6D6;
   background: #f6f6f6;
}

table td.jobdetailbot {
   border-bottom: 1px solid #D6D6D6;
}

table.NEOGOV_jobview {
   margin: 20px 0;
}

table.NEOGOV_jobview th.gjTabRow {
   padding: 0;
}

.tabArea {
   height: 80px;
   border-top: 1px solid #D6D6D6;
   border-left: 1px solid #D6D6D6;
   border-right: 1px solid #D6D6D6;
   background: url(submenu_bg.gif) top repeat-x;
}

.tabArea a.tab {
   display: block;
   float: left;
   height: 80px;
   color: #424242;
   text-shadow: 1px 1px #fff;
   text-align: center;
   font-weight: bold;
   font-size: 13px;
   line-height: 5em;
   padding: 0 20px;
}

.tabArea a.tab:hover {
   color: #000;
   text-decoration: none;
   border: none;
}

.tabArea a.activeTab {
   color: #bebebe;
   background: url(submenu_bg.gif) center -160px no-repeat;
}

.tabArea a.activeTab:hover {
   color: #bebebe;
}

table td.jobdetail {
   text-align: left;
   padding: 0 10px;
}

table td.jobdetail h2 {
   color: #1F3559;
}

table td.jobdetail table td {
   padding-bottom: 10px;
}

table td.jobdetail table td.tr {
   padding: 0;
}

table td.jobdetail table td input,
table td.jobdetail table td select {
   height: 30px;
   font-size: 14px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   border: 1px solid #bebebe;
   background: #f1f1f1;
   padding: 0 10px;
}

table td.jobdetail table td input#lastName,
table td.jobdetail table td input#firstName,
table td.jobdetail table td input#city,
table td.jobdetail table td input#zipcode {
   width: 200px;
}

table td.jobdetail table td input#email {
   width: 235px;
}

table td.jobdetail table td select {
   padding: 0 0 0 10px;
}

table td.defaultregular {
   font: normal 1em/1.4 Lucida Grande, Lucida Sans Unicode, sans-serif;
   padding: 5px 0;
}

/* --------------------------- REQUEST */

table td.cathdr {
   width: auto;
   height: 45px;
   color: #000;
   font-size: 12px;
   font-weight: bold;
   text-shadow: 1px 1px #fff;   
   background: #fff url(theader_bg.gif) center top repeat-x;
   padding: 0 0 5px 10px;
   margin-bottom: 30px;
}

table td.cathdr a.activelink {
   color: #a61e1e;
   font-size: 11px;
   font-weight: normal;
   padding-right: 5px;  
}

table td.jobheadings {
   height: 45px;
   color: #000;
   font-size: 13px;
   font-weight: bold;
   text-shadow: 1px 1px #fff;   
   height: 80px;
   border-top: 1px solid #D6D6D6;
   border-left: 1px solid #D6D6D6;
   border-right: 1px solid #D6D6D6;
   background: url(submenu_bg.gif) top repeat-x;
   padding: 0 0 15px 10px;
}

table th.jobheadings {
   font-size: 14px;
   font-weight: bold;
   text-shadow: 1px 1px #fff;    
}

/* --------------------------- BREADCRUMBS */

.appMenu {
   clear: both;
   height: 55px;
}

.appMenu ul {
   float: left;
   height: 42px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   border: 1px solid #D6D6D6;
}

.appMenu ul li {
   float: left;
   height: 42px;
   line-height: 3.4em;
   background: url(breadcrumbs.gif) top repeat-x; 
}

.appMenu ul li a {
   display: block;
   float: left;
   height: 42px;
   color: #727272;
   font-weight: bold;
   text-shadow: 1px 1px #fff;
   background: url(breadcrumbs.gif) -25px -42px no-repeat; 
   padding: 0 15px 0 35px;   
}

.appMenu ul li a:hover {
   color: #000;
   text-decoration: none;
   border: none;
}

.appMenu ul li.active {
   background-position: 0 -126px;
}

.appMenu ul li.active a {
   color: #000;
   background: url(breadcrumbs.gif) -30px -84px no-repeat; 
   padding: 0 20px 0 35px;
}

.appMenu ul li.first {
   background: url(breadcrumbs.gif) top repeat-x; 
}

.appMenu ul li.first a {
   background: url(breadcrumbs.gif) left -210px no-repeat; 
   padding: 0 15px 0 60px;   
}

.appMenu ul li.solo a {
   background: url(breadcrumbs.gif) left -168px no-repeat; 
   padding: 0 20px 0 60px; 
}

.appMenu p {
   float: right;
}

.appMenu p a,
.appMenu p a:link,
.appMenu p a:visited {
   display: block;
   float: right;
   height: 42px;
   font-weight: bold;
   line-height: 3.3em;
   text-shadow: 1px 1px #083402;
   color: #fff;
   border: 1px solid #845050;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   background: url(button-red_bg.gif) repeat-x;
   padding: 0 10px;
}

.appMenu p a:hover {
   color: #efefef;
   text-decoration: none;
   background: #ab3434;
}

.appMenu p a:active {
   background: url(button-red_bg.gif) repeat-x;    
}

.searchCriteria {
   display: none;
}

.searchCriteria p a,
.searchCriteria p a:link,
.searchCriteria p a:visited {
   border: 1px solid #845050;
   background: url(button_bg.gif) top repeat-x;
}

.searchCriteria p a:hover {
   border: 1px solid #000;
   background: #318126;
}

.searchCriteria p a:active {
   background: url(button_bg.gif) top repeat-x;
}

/* --------------------------- CAREERS-SPECIFIC */

.washington table.NEOGOV_joblist td a.jobtitle,
.washington .classSpecLinksContainer a,
.washington table td.jobdetail a,
.washington .CBMS_Helper,
.washington .CBMS_SelectedList h4 {
   color: #a61e1e;
}

.washington .CBMS_Checklist {
   font-size: 0.9em;
}

.searchCriteria {
   display: block;
}

.searchCriteria ul {
   display: none;
}

/* ---- NEOGOV STUFF */

#bottom .CBMS_Header h4, #bottom .CBMS_SelectedList h4 {
	color: #000;
	font-size: 12px;
}
#tblNEOGOVSearchCriteria {
	clear: right;
}
.CBMS_Checklist {
	border: none;
}
.NEOGOV_joblist th, .NEOGOV_joblist td, .NEOGOV_jobview th, .NEOGOV_jobview td, .jobs-table-pagination th, .jobs-table-pagination td {
	font: normal 100%/1.4 Lucida Grande, Lucida Sans Unicode, sans-serif;
}
/*.wdoc .NEOGOV_joblist th, .wdoc .NEOGOV_joblist td, .wdoc .NEOGOV_jobview th, .wdoc .NEOGOV_jobview td, .wdoc .jobs-table-pagination th, .wdoc .jobs-table-pagination td {
	font: normal 75%/1.4 Lucida Grande, Lucida Sans Unicode, sans-serif;
}
.wdot .NEOGOV_joblist th, .wdot .NEOGOV_joblist td, .wdot .NEOGOV_jobview th, .wdot .NEOGOV_jobview td, .wdot .jobs-table-pagination th, .wdot .jobs-table-pagination td {
	font: normal 75%/1.4 Lucida Grande, Lucida Sans Unicode, sans-serif;
}
.wdshs .NEOGOV_joblist th, .wdshs .NEOGOV_joblist td, .wdshs .NEOGOV_jobview th, .wdshs .NEOGOV_jobview td, .wdshs .jobs-table-pagination th, .wdshs .jobs-table-pagination td {
	font: normal 75%/1.4 Lucida Grande, Lucida Sans Unicode, sans-serif;
}
.wesd .NEOGOV_joblist th, .wesd .NEOGOV_joblist td, .wesd .NEOGOV_jobview th, .wesd .NEOGOV_jobview td, .wesd .jobs-table-pagination th, .wesd .jobs-table-pagination td {
	font: normal 75%/1.4 Lucida Grande, Lucida Sans Unicode, sans-serif;
}
.wlni .NEOGOV_joblist th, .wlni .NEOGOV_joblist td, .wlni .NEOGOV_jobview th, .wlni .NEOGOV_jobview td, .wlni .jobs-table-pagination th, .wlni .jobs-table-pagination td {
	font: normal 75%/1.4 Lucida Grande, Lucida Sans Unicode, sans-serif;
}*/
.wdoc input#ApplySearchButton, .wdot input#ApplySearchButton, .wdshs input#ApplySearchButton, .wesd input#ApplySearchButton, .wlni input#ApplySearchButton {
   width: 180px; /* 680px; */
   height: 42px;
   font: bold 16px Lucida Grande, Tahoma, Lucida Sans Unicode, sans-serif;
}

a.gjapplink {
	color: #A40A0A !important;
}

.wdoc .ctg label, .wdot .ctg label, .wdshs .ctg label, .wesd .ctg label, .wlni .ctg label {
	font: normal 75%/1.4 Lucida Grande, Lucida Sans Unicode, sans-serif !important;
	font-weight: bold !important;
	line-height: 3em;
}
.ctg a {
	font: normal 75%/1.4 Lucida Grande, Lucida Sans Unicode, sans-serif !important;
}
input.appbutton {
	margin-bottom: 20px;
}
.NEOGOV_heading {
	display: none;
}
.poweredby {
	clear: both;
}
table td.jobinfotd {
	padding: 5px;
}

.jobdetail ul, .jobdetail ol {
	margin-left: 15px;
}
.jobdetail li {
	list-style: disc;
}
.jobdetail ol li {
	list-style: decimal;
}

.newJobIcon{
	color:red;
	font-weight:bold;
}