/****************************************/
/*	FORMS								*/
/****************************************/

@import 'forms.tips.css';

input, textarea, select {
	border:1px solid #9B9B9B;
	font-family:Arial, Helvetica, sans-serif;

}

select {
	border:1px solid #9b9b9b;	
	font-size:1em;
}

#standard-form, .standard-form {
	border-collapse:collapse;
	padding:0.25em 0;
	margin:0 0 1em 0;
	max-width:99%;
}

#standard-form.nostyle {
	background-color:transparent;
	border:0;	
}

#standard-form fieldset, 
.standard-form fieldset {
	position:relative;
	padding:0;
	margin:0;
	border:0;
}

#standard-form fieldset .field,
.standard-form fieldset .field{
	float:left;
	margin:0.25em 0;
}
#standard-form legend, .standard-form legend, h3.blue{
	font-size:1.4em !important;
	color:#46B0E4 !important;
	padding:0.5em 0 0 0 !important;
}

#standard-form p.help, .standard-form p.help {
	padding:0.25em;
}

#standard-form legend.status, .standard-form legend.status {
	float:right;
}

#standard-form fieldset .note, .standard-form fieldset .note {
	font-size:0.85em;
	margin-left:1.5em;
}

#standard-form input, #standard-form textarea, 
.standard-form input, .standard-form textarea{
	background-color:#fff;
	width:352px;
	padding:0.27em;
}

#standard-form textarea, 
.standard-form textarea {
	width:352px;
	height:150px;
	font-size:13px;
}

#standard-form textarea.large, 
.standard-form textarea.large {
	width:500px;
	height:16em;
	margin-left:1em;
}

#standard-form .long textarea,
.standard-form .long textarea {
	width:550px;
	height:16em;
}

#standard-form select, 
.standard-form select {
	width:99.5%;
	border:1px solid #9b9b9b;
	height:2em;
	padding:0.25em;
	background-color:#fff;
}

#standard-form select option, 
.standard-form select option {
	padding:0.25em;
}
#standard-form 	input[type=text]:focus,
				input[type=password]:focus, 
				textarea:focus,
.standard-form	input[type=text]:focus {
	border: 1px solid;
	border-color: #9b9b9b;
}

#standard-form .handle, #standard-form label,
.standard-form .handle, .standard-form label {
	float:left;
	width:140px;
	line-height:20px;
	padding:0.25em 0.5em;
	font-weight:bold;
	font-size:0.95em;
	text-align:right;
}

#standard-form .wrap, 
.standard-form .wrap {
	float:left;
	padding:0.35em 0 0;
	width:362px;
	font-size:0.95em;
}

#standard-form .wrap .hint, .standard-form .wrap .hint {
	float:right;
	width:200px;
}

#standard-form .wrap .multi, .standard-form .wrap .multi {
	line-height:2em;
}

#standard-form .wrap .multi input, .standard-form .wrap .multi input {
	margin-bottom:0.75em;
}

#standard-form .wrap .multi .hint, .standard-form .wrap .multi .hint {
	/* move in */
	width:280px;
}

/**
 * Columns of inputs
 */
#standard-form .col,
.standard-form .col {
	width:60px;
 }

/**
 * Long handle names
 */
#standard-form label.long, 
.standard-form label.long {
	width:550px;
	clear:both;
	text-align:left;
}
#standard-form .disabled, .standard-form .disabled {
	background-color:#EEE;
}

#standard-form .extended, .standard-form .extended {
	vertical-align:top;
}
#standard-form .dualform, .standard-form .dualform {
	padding:10px;
	margin:0px;
	width:100%;
}
#standard-form .s, .standard-form .s {
	width:70px;
}
#standard-form .ss, .standard-form .ss {
	width:30px;
}
#standard-form .date, .standard-form .date {
	width:70px;
}
#standard-form .go-wrap, .standard-form .go-wrap {
	text-align:right;
	padding-right:17px;
	padding-top: 10px;
}

#standard-form .go-wrap, .standard-form .go-wrap input.go{
	margin-right:3px;
	margin-bottom:5px;
}

#standard-form .go-block, .standard-form .go-block {
	text-align:right;
	padding-right:10px;		
}
#submit{
	width: 110px;
	margin: 0px;
	padding:0px;
}
#standard-form .go, .standard-form .go, .go_med, 
#button .go, button, .go, 
#search p input {	
	width:180px;
	height:30px;
	font-weight:bold;
	border:0;
	font-family:Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	font-size:1.1em;
	padding:0;
	background:transparent url('/html/images/buttons/plain_submit_lg.gif') no-repeat center center;
}
.go_med{	
	width:104px;
	background:transparent url('/html/images/buttons/plain_submit_md.gif') no-repeat center center;
}
.more_info{
	padding-right:5px;
}

.required_field{
	color:#C71017;
	font-size:1.2em;
}
fieldset span.help_icon
{
	display:block;
	width:25px;
	background:transparent url('/html/images/icons/small/help.png') no-repeat center center;
}
fieldset label span.help_icon
{
	float:left;
}
fieldset label span.field_required {
	margin-right:0.25em;
	color:red;
}
.wrap span.help_icon{
	float:right;
}
#field_required{
	position:absolute;
	left:227px;
	font-weight:bold;
	width:200px
}

/* Force button to be inline post-padding on <label> and <input /> tags */
button {
	height:30px;
	margin-bottom:-5px;
}

/**
 * General button styles
 */

#button {
	margin-top:1em;
	margin-bottom:0px;
}

#button .desc {
	margin-left:2em;
}

.desc {
	font-style:italic;
	font-size:0.8em;
	padding-left:1em;
}


/**
 * Form for options
 *
 */
.options-form fieldset {
	border:0px;
	padding:0px;
}

.options-form fieldset label {
	padding:5px;
	display:block;
}

.options-form fieldset div.wrap {
	padding:2px;
}

.options-form .go-wrap {
	padding: 20px 0px 0px 0px;
}

.btn_action_wrap{
	margin-top:1.5em;
}

#nt-referral-input .s{
	width:125px;
	margin:0 3px 3px 0;
}
#app-personal_statement{
	margin-top:0;
}

.almost {
	color:orange;
}

.exceeded {
	color:red;
}

.extended_form .standard-form label{
	width:98%;
	text-align:left;
}
.extended_form .standard-form .wrap {
	width:543px !important;
	font-size:13px;	
	margin:0 0 0.75em 0;
	padding-bottom:1em;
	border-bottom:1px dotted #ccc;
}
.extended_form .standard-form textarea{
	width:98%;
}
.extended_form .standard-form .wrap .multi{
	width:65%;
}
.extended_form .standard-form .wrap .multi input{
	border:0;
}
.standard-form .wrap input[type=radio]{
	margin-left:20px;
	width:20px;
	border:0;
}

#recruit_register_dp_rp_subscribe_wrap,
#recruit_register_dp_rp_terms_wrap,
#recruit_register_ft_subscribe_wrap,
#recruit_register_ft_terms_wrap{
	width:510px;
	padding-left:5px;
	background:#efefef;
}

#recruit_register_dp_rp_subscribe_wrap label,
#recruit_register_dp_rp_terms_wrap label,
#recruit_register_ft_subscribe_wrap label,
#recruit_register_ft_terms_wrap label{
	width:400px;
	text-align:left;
}

#recruit_register_dp_rp_subscribe_wrap .wrap, #recruit_register_dp_rp_subscribe_wrap .wrap input,
#recruit_register_dp_rp_terms_wrap .wrap, #recruit_register_dp_rp_terms_wrap .wrap input,
#recruit_register_ft_subscribe_wrap .wrap, #recruit_register_ft_subscribe_wrap .wrap input,
#recruit_register_ft_terms_wrap .wrap, #recruit_register_ft_terms_wrap .wrap input{
	width:50px;
	border:0;
	background:#efefef;
}

h4.header_cat{
	margin:0 0 5px 1.5em !important;
	font-size:1.1em;
}

#recruit_background_note_criminal_wrap{
	border-top:1px dotted #ccc;
}

/* tool tips */
.tooltips		{ font-family:arial; background:#000; z-index:100; font-size:0.95em; width:195px;}
.tip-top		{background:#000; height:7px; width:auto; border:2px solid #888; border-width:1px 1px 0 1px;}
.tip-title		{ color:#46B0E4; font-weight:bold; padding:0 10px;  border:1px solid #888;border-width:0 1px;}
.tip-text		{ color:#fff; padding:0 10px; border-width:0 1px;}
.tip-bottom		{background:#000; width:auto; height:7px; border:1px solid #888; border-width:0 1px 1px 1px;}

.programme-lead,
.programme-other{
	border-top:1px dotted #cecece;
}

.programme-lead{padding:5px 0 5px 0;}
.programme-other{padding:5px 0 5px 20px;}


