/* CSS Document */
a img{
	border:none;
}
form label{
	font-weight:bold;
}
form td label{
	display:block;
	padding-right:30px;
}
form .dummy{
	display:none;
}

form label.required{
	background:url('/assets/images/required.gif') no-repeat top right;
}

p.flash-message{
	padding:10px;
	text-align:center;
	border:1px solid;
	background-color:#FFFFCC;
	color:#c00;
	font-weight:bold;
}

p.flash-message.green{
	border-color:#0C3;
	color:#0C3 !important;
}

hr.clear{
	margin:0;
	padding:0;
	border:0;
	visibility:hidden;
	clear:both;
	height:0;
}

.pagination{
	text-align:center;
}

.btn{
	width:auto;
	height:26px;
	text-align:center;
	line-height:26px;
	font-weight:bold;
	font-size:11px;
	padding: 0px 15px 0px 15px;
	vertical-align:middle;
	background-color:#bbb;
	border:1px solid #666;
	color:#fff;
	background-color:#69C;
	display:block;
}


.keyword-banners{
	text-align:center;
}
.keyword-banners .banner{
	margin:0 5px;
}

/* JMS search results */
.job-search-results .result{
	position:relative;
	padding:5px;
	margin-bottom:3px;
}
.job-search-results .result:hover {
	background-color:#ddd;
}
.job-search-results .result.bold{
	border:2px solid black;
	padding:3px;
}

.job-search-results .result h4 {
	margin-bottom:2px;
	margin-right:200px;
}

.job-search-results .result h4 a,
.job-search-results .result h4 a:visited,
.job-search-results .result h4 a:active{
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}

.job-search-results .result h4 a:hover{
	text-decoration:underline;
}

.job-search-results .result .preview {
	margin-right:200px;
	min-height:50px;
	color:#666;
}

.job-search-results .result .keyword{
	font-size:1em;
	background-color:yellow;
}

.job-search-results .result ul.properties{
	overflow:auto;
	margin:0;
	padding:0;
	list-style:none;
}

.job-search-results .result ul.properties li{
	float:left;
	margin-right:48px;
	color:#999;
	font-weight:normal;
}

.job-search-results .result .micrologo{
	/*
	position:absolute;
	right:5px;
	*/
	float:left;
	width:110px;
	top:50px;
	text-align:center;
}

.job-search-results .result .view-link a{
	display:block;
	height:26px;
	line-height:26px;
	border:1px solid #999;
	font-size:11px;
	font-weight:bold;
	padding: 0 15px;
	width:80px;
	text-align:center;
	position:absolute;
	top:20px;
	right:5px;
}

.pagesystem {
	height:26px;
	line-height:26px;
	text-align:center;
}

.pagesystem .pagelabel {
	display: inline-block;
	display: -moz-inline-grid;
	_display: inline-block;
	height:15px;
	color:#999;
	font-weight:bold;
	line-height:15px;
	margin-right:5px;
}

.pagesystem .PageOn, 
.pagesystem .Pages  {
	display: inline-block;
	display: -moz-inline-grid;
	_display: inline-block;
	height:15px;
	width:15px;
	line-height:15px;
	text-align:center;
	background-color:white;
	border:1px solid #999;
	color:#FFF;
	margin-right:2px;
	text-decoration:none;
}
.pagesystem .PageOn{
	background-color:#999;
}

.pagesystem .Pages {
	background-color:#fff;
	color:#999;
}

.pagesystem .Pages:hover {
	background-color:#999;
	color:#fff !important;
}

.job_details{
	position:relative;
}

.job_details h3{
	margin-bottom:0;
	font-weight:normal;
	font-size:14pt;
}

.job_details h4{
	margin-bottom:0.5em;
	font-weight:bold;
	font-size:12pt;
}

.job_details .loggedin {
	display:none;
}

.job_details .display {
	display:block;
	margin: 5px 0;
	text-align:center;
}

.job_details .results{
	position:absolute;
	top: -22px;
	right: 5px;
	font-size:12px;
}

.job_details .top_grey_round{
	background: url('/assets/images/offenderjobs/grey_top.png') no-repeat 0 0;
	padding-top: 8px;
}
.job_details .mid_grey_repeat{
	background-color:#e2e2e2;
	padding-bottom:0.5em;
	overflow:auto;
}
.job_details .bottom_grey_round{
	margin-bottom: 10px;
	background: url('/assets/images/offenderjobs/grey_bottom.png') no-repeat 0 0;
	padding-top: 8px;
}

.job_details .details .mid_grey_repeat ul {
	list-style:none;
	float:left;
	width:46%;
}

.job_details .details .mid_grey_repeat ul li {
	margin: 7px 0px;
	overflow:auto;
}

.job_details .details .mid_grey_repeat ul li span{
	width:90px;
	display:block;
	float:left;
	margin-right:4px;
	text-align:right;
}

.job_details .details .mid_grey_repeat ul li strong{
	padding-left:94px;
	display:block;
}

.job_details .profile_link{
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}

#contentarea .job_details .foot p{
	padding:0;
	text-align:left;
}
#contentarea .job_details .foot .apply{
	text-align:right;
}
#contentarea .job_details .foot .apply a.btn{
	width:150px;
	margin:0;
	border:1px solid #999;
}

.job_details .contact_line {
	margin-bottom:30px;
}

/**/


.job_details .foot{
	height:100px;
}
.job_details .foot p{
	margin:0;
}
.job_details .foot .apply{
	text-align:right;
}
.job_details .foot .share{
	overflow:auto;
}
.job_details .foot .apply{
	float:right;
}
.job_details .foot .share a{
	float:left;
}
.job_details .foot .nav a{
	float:left;
}
.job_details .foot .btn{
	margin-bottom:5px;
	margin-right:5px;
}


/* Data Entry Forms */
.data-entry{
	margin:0;
	padding:0;
}
.data-entry fieldset{
	margin-bottom:2em;
}
.data-entry fieldset legend{
	font-size:1.2em;
	font-weight:bold;
	color:#006DEB;
}
.data-entry p{
	overflow:auto;
	margin:0.2em 0;
	padding-bottom:1px;
}
.data-entry p label{
	display:block;
	float:left;
	width:15em;
	font-weight:bold;
}
.data-entry p label.required{
	color:red;
}
.data-entry p label.inline{
	display:inline;
	width:auto;
	float:none;
}
.data-entry p label.sub{
	display:inline;
	width:auto;
	float:none;
	font-weight:normal;
}
.data-entry p .group{
	display:block;
	width:15em;
	margin-left:15em;
	padding:0.2em 0;
}
.data-entry p .group span{
	display:block;
}
.data-entry p input.text{
	width:15em;
}
.data-entry p input.text.short{
	width:8em;
}
.data-entry p input.text.long{
	width:30em;
}
.data-entry p select{
	width:15em;
}
.data-entry p .date-select select{
	width:auto;
}
.data-entry p .note{
	display:block;
	margin-left:15em;
}
.data-entry p.foot{
	padding-left:15em;
}


/* Multi Select Checkboxes */
.check-multi-select,
.multi-select-checkboxes /* WSCRM questions */{
	display:block;
	width:20em;
	height:10em;
	padding:3px;
	overflow-y:scroll;
	border:1px solid #666;
}

.check-multi-select span,
.multi-select-checkboxes div{
	display:block;
	padding:1px 0;
	overflow:auto;
}

.check-multi-select span:hover,
.multi-select-checkboxes div:hover{
	background-color:#ddd;
}

.check-multi-select input,
.multi-select-checkboxes input{
	display:block;
	float:left;
	margin-right:5px;
}

.check-multi-select label,
.multi-select-checkboxes label{
	display:block;
}

#rate-card{
	height:800px !IMPORTANT;
}
#rate-card #packages{
	overflow:visible;
}

#main-banners .jms-banner{
	margin:3px 0;
}


/* WSCRM Extra Info Custom Styling */
td.answer label.sub{
	display:inline;
	margin:0;
	padding:0;
}

#question276 td.answer{
	padding-bottom:20px;
	background:url('http://www.redsnappergroup.co.uk/images/kol-logo2.gif') no-repeat 5px bottom;
}

#extra_form-random-detail{
  display: none;
}

#overlay-banner {
	position:absolute;
	top: 50%;
	left:0px;
	width:100%;
	height:1px;
	overflow:visible;
	z-index:99999;
	display:none;
}

#overlay-banner div {
	width: 300px;
	height: 250px;
	position:absolute;
	margin-left: -150px;
	top: -125px;
	left:50%;
}
