/*
span.job_title {
	font-size: 1.4em;
}*/

h2 span.job_title_view {
	padding: 5px 0 0 0;
	margin:0 0 0 0;
	line-height: 14px;
}

tr.odd {
	background: #eaeaea;
}

tr.new_app {
	background: #efe;
}

p.success {
	text-align: center;
	background: green;
	color: #fff;
}

p.error {
	text-align: center;
	background: #aa1c17;
	color: #fff !important;
}

input.required, select.required2, textarea.required2 {
	background: #aa1c17;
	color: #fff !important;
}

.required3 {
	color: #aa1c17 !important;
}

.hidden {
	display: none;
}

p.showreq {
	background: #aa1c17;
	color: #fff !important;
	text-align: center;	
	display: block;
}

div#fullwidth {
	width:940px;
	font-family: Verdana, Lucida, Arial, sans-serif;
	color: #333333;
	line-height: 22px;
	font-size: 12px;
	margin: 0 0 22px 0;
	padding: 20px;

}

th.header { 
  background-image: url(../images/small.gif);     
  cursor: pointer; 
  font-weight: bold; 
  background-repeat: no-repeat; 
  background-position: center left; 
  padding: 0 17px 0 17px; 
} 


th.headerSortUp { 
  background: url(../images/asc.gif) no-repeat;
	background-position: center left; 
	padding: 0 17px 0 17px; 
	font-weight: bold;
} 

th.headerSortDown { 
  background: url(../images/desc.gif) no-repeat;
	background-position: center left; 
	padding: 0 17px 0 17px; 
	font-weight: bold;
} 


th a:link, th a:active, th a:visited {
	color:#000000;
	text-decoration:none;
}

input#generalSubmitButton {
	background: url(/themes/blackcandy/images/submit-button.png) no-repeat;
}

input#jobSearchSubmit {
	background: url(/themes/blackcandy/images/search-button.png) no-repeat;
}

/*tr.headerRow {
	background-color: transparent;
	background-image: url(/themes/blackcandy/images/table-header-bckgrd.png);
	background-repeat: repeat-x;
}*/

.headerRow th.first, .headerRow td.first {
	background: url(/themes/blackcandy/images/table-header-bckgrd-first.png) no-repeat;
	background-position: left top;
}
.headerRow th.last, .headerRow td.last {
	background: url(/themes/blackcandy/images/table-header-bckgrd-last.png) no-repeat;
	background-position: right top;
}

/* --------DSW---------- */

table#sorttable {
	border-bottom-width: 14px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

table#sorttable tr.odd, table#sorttable tr.even {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;	
}

table#sorttable tr.odd td , table#sorttable tr.even td {
	padding: 8px 17px 8px 17px;
}
#fullwidth.typography {
	background-image: none;
	width:940px;
	
}
#job_search_form {
	clear: both;
}
.jobseekersContent {
padding-bottom:10px;
}

.job_title_view {
	font-size: 18px;
  color: #092964;
  margin-bottom: 20px;
}