/* form.css
styles for forms
---------------------*/

#content-primary .form
{
    padding: 15px;
    border: 1px solid #CFCFCF;
    background: url("images/frm-bg.jpg") repeat-x 0 0;
	clear:both;
}

#content-primary .form h2
{
    background: url("images/frm-title-bg.png") repeat-x 0 100%;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.buttons
{
    margin-top: 20px;
}

.buttons input
{
    margin-top: 0;
}

/* form elements
-----------------*/

.form .content
{
    margin-left: 40px;
    clear:left;
}

#content-secondary .form .content,
#content-tertiary .form .content
{
    margin-left: 0;
}

fieldset {
	position		    :relative;
	margin-bottom		:10px;
}

fieldset fieldset {
	border: none;
}

legend {
    position: absolute;
	left: -99999999em;
	height: 0;
	display: block;
	margin: 0 0 -20px 0;
	padding: 0;
	text-indent: -99999em;
}

label,
.frmRow dl.inline dt {
	clear				: left;
	float				: left;
	width				: 50%;
}

label,
input.frmBtn {
	cursor				: pointer;
	font-weight	: bold;
}

.secondary
{
   margin-top: 20px;
   height: 25px;
   clear: both;
   float: left;
}

input.frmTxt,
input.frmFile,
textarea,
select {
	border				: 1px solid #CDCDCD;
	clear: left;
	float: left;
}

*select 
{
    clear:none;
}

input.frmTxt,
input.frmFile,
textarea,
input.frmFile {
	padding				: 3px 3px;
}

input.frmTxt,
input.frmFile,
select,
textarea {
	border			: 1px solid #C6DDFF;
	border-top		: 1px solid #7D76A0;
	border-left		: 1px solid #7D76A0;
	background		: #fff;
	padding			: 4px;
}

input.frmTxt,
textarea{
 	width			: 215px;
 	color: #666;
 	font-family: Arial, Sans-Serif;
 	font-size       : 1em;
}

input.inactive,
textarea.inactive
{
    font-style: italic;
    color: #aaa;
}

select{
 	/*width			: 225px;*/
 	font-size       : 1em;
 	padding: 0;
}

select option {padding: 2px;}

label.lblChb,
label.lblChbSingle,
label.lblRdo {
	position		: relative;
	line-height		: 2.1em;
}

input.frmChb, input.frmRdo {
	float	      : left;
	margin	      : 0.5em 0.5em 0 0;
	background    : #fff;
}

.frmRow .message {
	float		: right;
	clear		: none;
	width		: 45%;
	margin	: 0.2em 0 1em 0;
	padding: 2% 2% 0 2%;
}

.form .message p
{
    margin-bottom: 0;
}
.frmRow .message p
{
    margin-bottom: 1em;
}

.form .message label {
	width: auto;
	margin-right: 3px;
}

.form .message li {
	margin-left: 1.2em;
	background: none;
	list-style: disc;
	padding-left: 0;
}

.form .frmRow .message li {
	margin-left: 2em;
}

p.key
{
    margin: 0;
}

/* layout
--------------*/

.frmRow {
	clear: left;
	float: left;
	width: 100%;
}



fieldset .frmRow {
	margin-top: 10px;
}

.frmGroupPair,
.frmGroupList {
	padding: 0;
	margin: 0;
	clear: left;
	width: 50%;
}

.frmGroupLine,
.wide .frmGroupPair,
.wide .frmGroupList {width: 100%;}

.frmGroupLine ul,
.frmGroupPair ul,
.frmGroupList ul{
	margin-left: 0;
	list-style: none;
}

.frmGroupLine li,
.frmGroupPair li,
.frmGroupList li{
	background	: none;
	margin-left: 0;
}

.frmGroupPair li,
.frmGroupLine li {
	float: left;
	margin-right: 3em;
	padding: 0;
}

.frmGroupLine label,
.frmGroupPair label,
.frmGroupList label {
 width: 100%;
 font-weight: normal;
}

/* help
-----------------*/

label .help-inline,
label em {
	font-size: 0.8em;
	color: #aaa;
}

em.required {
	color: #cc0000;
}

.frmRow .help  {
	background	: #fff;
	border		: 1px solid #aaa;
	position: relative;
}

.frmRow .help .connector
{
    position: absolute;
    display : block;
    height: 40px;
    width: 40px;
    left: -16px;
    top: 20px;
    background: url("images/form-help-arrow.gif") no-repeat 0 0;

}

/* error
---------------*/

.error-item
{
    color:#FF4C40;
}

.error-item input,
.error-item select {
	border-color : #FF4C40;
}

.error-item input.frmChb,
.error-item input.frmRdo {
	background    :  #FFE4E1;
}

.frmRow .error
{
    margin-top: 20px;
    background: none;
    border: none;
    padding-top: 0;
}

.frmRow .error p
{
    padding: 0;
}

/* poll
------------*/

.poll .frmGroupList
{
    width: 100%;
}

/* header search-jobs
----------------------*/

#search-jobs
{
    background: url("images/search-jobs-bg.jpg") no-repeat 0 100%;
    color: #fff;height: 42px;
}

#search-jobs .content
{

    padding: 10px;
}

#search-jobs a
{
    color: #fff;
}

#search-jobs input.frmTxt,
#search-jobs label,
#search-jobs select
{
   clear: none;
   margin-right: 5px;
   width: 180px;
}

#search-jobs input
{
    border: 1px solid #1E4197;
    background-color: #EFF2FA;
}

#search-jobs label
{
    width: 63px;
    height: 11px;
    margin: 6px 19px 6px 0;
    text-indent: -9999em;
    display: block;
    text-transform: uppercase;
    background:  url("images/lbl-find-job.png") no-repeat 0 0;

}

#search-jobs .tertiary
{
    text-align: right;
    width: 70px;
    float: right;
    margin-right: 10px;
}

#search-jobs #specialisms
{
    position: relative;
    float: left;
    margin-right: 5px;
    /*z-index: 40;*/
}

#search-jobs #specialisms select,
#search-jobs #specialisms input
{
    margin-right: 0;
}

#search-jobs input.frmBtn,
#search-jobs input.frmBtn:focus,
#search-jobs input.frmBtn:hover
{
    clear: none;
    margin: 0;
    border: none;
}

#search-jobs input.img-find-jobs
{
	height:24px;
	width:113px;
}

#search-jobs input.img-find-jobs:hover,
#search-jobs input.img-find-jobs:focus
{
	background-position:0 -24px;
}

/* search results
-----------------*/
#search-results-controls
{
     overflow: visible;
     margin-bottom: 20px;
}

#search-results-controls .form
{
    margin: 0;
    width: 365px;
    padding: 0;
    background: none;
    border: none;
}


#search-results-controls .frmRow
{
    padding: 5px 0 5px 10px;
    margin: 0;
}

#search-results-controls .frmRow,
#search-results-controls select
{
    clear:none;
}

#search-results-controls .frmRow
{
    border-right: 1px solid #C6DDFF;
}

#search-results-controls .result-items
{
    width: 170px;
}

#search-results-controls select,
#search-results-controls .frmTxtSelect
{
 	width: 100px;
 	float: left;
}

#search-results-controls .result-items select,
#search-results-controls .result-items .frmTxtSelect
{
    width: 40px;
    float: left;
}

#search-results-controls input.frmBtn
{
    clear: left;
    float: left;
}

#search-results-filter label,
#search-results-controls label
{
    font-weight: normal;
    width: auto;
    padding-right: 2px;
}

#search-results-controls .result-items label span
{
    text-indent: -99999em;
}

#search-results-controls .result-items span
{
   margin-left: 5px;
}

/* user-panel
---------------*/

#user-panel input.frmTxt
{
    float: none;
    clear: none;
    width: 100px;
    margin-right: 2px;
    background: #EFF2FA;
    font-style: normal;
    padding-top: 4px;
}

#user-panel input.password
{
    margin-right: -4px;
}


/* my-applications
-------------------*/


#content-primary .my-applications .form
{
    float: right;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

.my-applications label
{
    width: auto;
    font-weight: normal;
    padding-right: 2px;
}
.my-applications .frmBtn
{
    float: left;
}
.my-applications select,
.my-applications .frmTxtSelect
{
 	width			: 120px;
 	clear: none;
}

/* width fixes
--------------*/


.g3 .frmTxt,
.g3 .frmTxt{
 	width			: 105px;
}

.g3 select,
.g3 select{
 	width			: 118px;
}

.g4 .frmTxt,
.g4 .frmTxt{
 	width			: 160px;
}

.g4 select,
.g4 select{
 	width			: 165px;
}

.g4 input.postcode,
.g3 input.postcode
{
   width: 78px;
}

/* buttons */

.secondary,
.no-label
{
    border: none;
    text-indent: -9999em;
    line-height: 0;
}

.no-label
{
 	width: 21px;
 	padding: 0 0 2px 0;
 	margin: 0;
 	height: 24px;
 	background: url("images/btn-nolabel.jpg") no-repeat 0 0;
}
.no-label:hover,
.no-label:focus{
   background-position: 0 -24px;
}

/* image buttons
---------*/



input.secondary:hover,
input.secondary:focus
{
	background-position: 0 -25px;
}


.img-icon-search
{
    width: 29px;
    background: url("images/btn-icon-search.jpg") no-repeat 0 0;
}

.img-submit
{
    width: 81px;
    background: url("images/btn-submit.jpg") no-repeat 0 0;
}

.img-view
{
    width: 68px;
    background: url("images/btn-view.jpg") no-repeat 0 0;
}

.img-register
{
    width: 92px;
    background: url("images/btn-register.jpg") no-repeat 0 0;
}

.imglrg-add-shortlist
{
    width: 183px;
    height: 37px;
    background: url("images/btnlrg-add-shortlist.png") no-repeat 0 0;
}

input.imglrg-add-shortlist:hover,
input.imglrg-add-shortlist:focus
{
	background-position: 0 -37px;
}

.img-add-shortlist
{
    width: 153px;
    height: 33px;
    background: url("images/btn-add-shortlist.png") no-repeat 0 0;
    margin-top: 0;

}

input.img-add-shortlist:hover,
input.img-add-shortlist:focus
{
background-position: 0 -33px;
}


/* job application
-------------------*/

.job-head
{
    padding-left: 0;
}

.job-head h2
{
    margin: 0;
}


                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           