/* Candidate Account CSS Document, Author: Greg Meek, networx 15/08/06 */

/* EDIT THE FOLLOWING ONLY */

a {
	color: #0b4499;
}
h1 {
	background: transparent url(../img/client_header.gif) no-repeat;
}
h6 {
	background: transparent url(../img/client_header.gif) no-repeat;
}
.h2_hr {
	background: #982f32;
}
.box_head h3 {
	color: #00457d;
} 
h4 {
	color: #00457d;
}
.advert_header_internal {
	background: transparent url(../img/client_header.gif) no-repeat;
}
.advert_header_external {
	background: transparent url(../img/client_header.gif) no-repeat;
}
/*#textadvert {
    background: transparent url(../img/advertback.gif) repeat-y;
}*/
.advert_content {
    padding: 5px 15px;
}
.advert_footer {
	background: transparent url(../img/advertfooter.gif) no-repeat;
}

/* DO NOT EDIT ANY OF THE FOLLOWING */

/* Global Tags */

* {
	padding: 0; margin: 0;
}
a {
	text-decoration: underline;
}
body {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	padding: 10px;
	text-align: center;
	background-color:#6e2f92;
	
}
h1, h6, h2, h3, h4, h5, h6, hr, ul, p {
    margin-bottom: 1.0em;
}
form {
	padding: 1px 0;
}
h1 {
	text-indent: -9999px;
	display: block;
	width: 736px; 
	height: 100px;
	margin: 0;
	margin-left: 0px;
	margin-top: -10px;
}
h6 {
	text-indent: -9999px;
	display: block;
	width: 736px; 
	height: 100px;
	margin: 0;
	margin-left: 0px;
	margin-top: -10px;
}
h3, h4, h5 {
	font-size: 1.0em;
}
li {
	margin: 0 0 0 8px;
	padding: 0 0 0 15px;
	list-style: none;
	line-height: 2.0em;
	background: transparent url(../img/bullet1.gif) 0 0.7em no-repeat;
}
p {
	line-height: 1.4em;
	position: relative;
}

/* Generic Classes */

.clear {
	clear: both;
}
.center {
	text-align: center;
}
.hide {
    display: none;
}
.red {
	color: #FF0000;
}
.green {
	color: #33CC00;
}
.error {
    color: #FF0000;
    font-weight: bold;
}

.faint {
    color: #999;
}
.space {
	height: 0.5em;
}
.hr {
	height: 1px; width: 100%;
	background: #ccc;
	overflow: hidden;
	border: 0
}
.complete, .incomplete {
	display: block;
	height: 1.5em;
	padding: 0 0 0 25px;
	margin-bottom: 1.0em;
	margin-top: 1.0em;
}
.complete {
	background: transparent url(../img/icon_tick.gif) 0 -0.1em no-repeat;
	color: #33CC00;
}
.incomplete {
	background: transparent url(../img/icon_cross.gif) 0 -0.1em no-repeat;
	color: #FF0000;
}
.upload {
    width: 200px;
}

/* Page IDs */

#container {
	width: 770px;
	height: auto;
	margin: 0 auto;
}
#top {
	background: transparent url(../img/rebranding/top.jpg) no-repeat;
	height: 17px;
}
#main {
	background: transparent url(../img/rebranding/middle.jpg) repeat-y;
	height: auto;
	padding: 0 10px;
	text-align: center;
}
#content {
	text-align: left;
	width: 736px;
	min-height: 300px;
	margin: 0 auto;
	padding: 1px 0;
	position: relative;
}
#bottom {
	background: transparent url(../img/rebranding/bottom.jpg) no-repeat;
	height: 24px;
}
#base {
	position: relative;
	width: 100%;
}
#networx {
	position: absolute;
	left: 30px;
}
#networx a {
	display: block;
	background: transparent url(../img/apointplus.gif) no-repeat;
	height: 24px; width: 138px;
	text-indent: -9999px;
	text-decoration: none;
}
#copyright {
	position: absolute;
	font-size: 0.9em;
	line-height: 1.5em;
	right: 30px;
	color: white;
}

/* IE Hack */

* html #content {
	height: 300px;
}

/* End of IE Hack*/

/* Page Title */

.title {
	position: relative;
	height: 2.0em;
	margin: 1.1em 0 1.3em 0;	
	_top: 35px;
	_margin-bottom: 40px;	
}
h2 {
	position: absolute;
	z-index: 2;
	font: bold 1.6em Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	padding: 0 10px 0 0;
	margin-top: -10px;
}
.h2_hr {
	position: absolute;
	z-index: 1;
	top: 1.1em;
	height: 1px; width: 100%;
	overflow: hidden;
	border: 0;
}
.bodytext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	font-size: 11px;
}
/* Boxes */

.box_half_l, .box_half_r, .box_full {
	margin: 0 0 1.0em 0 !important; margin: 0;
}
.box_half_l {
	float: left;
	width: 350px;
}
.box_half_r {
	float: left;
	width: 350px;
	padding-left: 20px;
}
.box_full {
	width: 98%;
}
.box_head {
	height: 33px;
	width: auto;
	margin: 0 auto;
	background:  url(../img/rebranding/box-m.jpg) repeat-x;
}
.box_head_l {
	float: left;
	width: 4px;	
	height: 31px;
	background:  url(../img/rebranding/box-l.jpg) no-repeat;
}
.box_head h3 {
	float: left;
	height: 33px;
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	line-height: 2.3em;
	margin: 0 5px;
} 
.box_head_r {
	float: right;
	width: 8px;
	height: 33px;
	background:  url(../img/rebranding/box-r.jpg) no-repeat;
}

.box_head h3
{
	color:#ffffff;
	font-size:15px;
}

.box_content {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background: transparent url(../img/box_back1.gif) 0 0 repeat-x;
	padding: 10px;
	height: 100%;
}
.box_foot {
	height: 5px; 
	width: 100%;
	margin: 0 auto;
	background: transparent url(../img/box_foot.gif) repeat-x;
}
.box_foot_l {
	float: left;
	width: 5px;	height: 5px;
	background: transparent url(../img/box_foot_l.gif) no-repeat;
}
.box_foot_r {
	float: right;
	width: 5px;	height: 5px;
	background: transparent url(../img/box_foot_r.gif) no-repeat;
}
.box_warning {
    color: #FF0000;
    border: solid 1px #ff7f7f;
    padding: 10px 10px 10px 45px;
    background: transparent url(../img/warning.gif) 1.0em 1.0em no-repeat;
    width:90%;
}

/* Buttons */

.div_but {
	width: 98%;
	position: relative;
	margin: 1.0em 0 0 0;
	height: 25px;	
}
.div_but a {
	position: absolute;
	top: 0;
	height: 25px; width: 140px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(../img/button1_u.gif) no-repeat;
	display: block;
	color:#7a3b99;
	
}
.div_but a:hover {
	background: transparent url(../img/button1_o.gif) no-repeat;
}
.div_but a span {
	line-height: 24px;
}
.but_1 {
	right: 0px;
}
.but_2 {
	right: 150px;
}
.but_3 {
	right: 300px;
}
 
.buttons a {
    float: left;
    border: solid 1px #999;
    background-color: #f4f4f4;
    padding: 2px 5px;
    color: #000;
    text-decoration: none;
    margin-right: 7px;

}
.buttons a:hover {
    background-color: #dedede;
    color: #000;
    text-decoration: none;
}
.button a {
    float: left;
    border: solid 1px #999;
    background-color: #f4f4f4;
    padding: 2px 5px;
    width: 60px;
    color: #000;
    text-decoration: none;
}
.button a:hover {
    background-color: #dedede;
    color: #000;
    text-decoration: none;
}

/* Forms */

input, select {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	background: #fff;
	width: 150px;
	height: 1.5em; 
}
textarea {
    font: 1.0em Verdana, Arial, Helvetica, sans-serif;
}
.check1 {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	border: 0;
	background: none;
	width: 20px;
}
.radio1 {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	border: 0;
	background: none;
	width: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	font-size: 11px;
}
.select_box1 {
	height: 10.0em;
	width: 200px;
}
.form1 {
	/*background: transparent url(../img/form_back.gif) repeat-x;*/
	width: 80%;
	/*border: 1px solid #81d0f4;*/
	padding: 5px 8px;
	margin: 0 auto;
}
.form1_hr {
	height: 1px; width: 100%;
	background: #ebebeb;
	margin: 0.5em 0 1.0em 0;
	overflow: hidden;
	border: 0
}
.input_50 {
	width: 50px;
}
.input_100 {
	width: 100px;
}
.input_250 {
	width: 250px;
}
.mandatory {
	color: #FF0000;
	position: absolute;
	left: 0;
}
.div1 {
	float: left;
	margin: 0 5px 0.5em 0;
}
.div2, .div3 {
	padding: 0 0 0 1.0em;
	position: relative;
}
.div2 {
	float: left;
	margin: 0 5px 0.5em 0;
}
.div3 {
	float: left;
	margin: 0 5px 1.0em 0;
}
.div4 {
	float: left;
	margin: 0 0 1.0em 0;
}
.div5 {
	float: right;
	text-align: right;
	margin: 0 0 1.0em 0;
}
.div_l {
    float: left;
   	margin: 0 0 1.0em 0;
}
.div_r {
    float: right;
    text-align: right;
   	margin: 0 0 1.0em 0;
   	padding-right: 22px;
}

/* Layout */

.div_p {
	border: 1px solid #ccc;
	padding: 0;
	margin-bottom: 10px;
}
.div_p .content {
    padding: 0 10px;
}
.div_p .content .p {
    margin-bottom: 0.5em !important; margin-bottom: 0em;
}
* html .div_p {
	height: 0.01em;
}
.div_p .header {
	background: #fff url(../img/div_p_head.gif) bottom repeat-x;
	margin: 0 0 0.5em 0;
	padding: 0 10px 0 8px;
	position: relative;
	height: 2.2em;
}
.div_p .header h4 {
	position: absolute;
	height: 2.0em;
	line-height: 1.8em;
}
.div_p .header h4 span {
	background: transparent url(../img/bullet2.gif) 0 3px no-repeat;
	padding: 0 0 0 15px;
}
.div_p .header .float_r {
	text-align: right;
	position: absolute;
	height: 2.0em;
	line-height: 1.8em;
	right: 0px;
}
.set_height1 {
    min-height: 15.5em;
}
* html .set_height1 {
    height: 17em;
}
.set_height2 {
    min-height: 11em;
}
* html .set_height2 {
    height: 11em;
}

/* Tables */

#results * {
    margin: 0; padding: 0;
}
#results .head {
    padding: 8px 4px 8px 0;
}
#results .head h4 {
    float: left;
}
#results .result {
    padding: 8px 4px 8px 0;
}
#results .result .cell1 {
    float: left;
}
.table1 td {
    padding: 3px;
    border-bottom: solid 1px #ebebeb;
    border-top: solid 1px #ebebeb;
    border-right: solid 1px #fff;
    border-left: solid 1px #fff;
}
.questiontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.treetable input 
{
    border:none;
    width:15px;
    padding:2px 2px 2px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.agencyq input 
{
    border:none;
    width:15px;
    padding:2px 2px 2px 10px;
	
	
}

/* Bespoke Questions */

.questions {
    text-align: left;
}
.questions * {
    margin: 0; padding: 0;
}
.questions h4 {
    padding: 8px 4px 8px 12px;
    font-size: 1.3em;
    color: #00457d;
}
.questions h5 {
    padding: 8px 4px 8px 12px;
}
.questions .div2 {
    padding: 8px 4px 8px 12px;
}
.questions .div3 {
    padding: 8px 0 8px 0;
}
.questions textarea, .questions input, .droplist1, .radio1, .checkbox1 {
    width: 210px;
}
.questions textarea {
    height: 7.0em;
}
.radio1 input, .checkbox1 input {
    width: 20px;
    border: 0;
    background: transparent;
}

/* Matrix Questions */

.tableMatrixQuestions {
	background: #fff;
	border: 1px solid #fff;
	padding: 6px;
	margin-bottom: 5px;
	width: 100%;
}
.tableMatrixQuestionsBorder {
	background-color: #fff;
	border: 1px solid #ebebeb;
	margin-bottom: 5px;
	padding: 6px;
	width: 100%;
}
.tableMatrixCell {
	padding: 6px;
}
.tableMatrixCellCentre {
	padding: 6px 0;
	text-align: center;
}
.matrixDiv {
	width: 95%;
	margin: 10px 12px;
	padding: 0;
}
.singleMatrix, .multiMatrix {
    font-size: 1.0em;
    color: #000;
}
.singleMatrix {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.multiMatrix {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 7.0em;
}

/* Application & Registration Process */

#process *, #reg_process * {
    margin: 0;
}
#process, #reg_process {
    width: 100%; 
    text-align: center;
    margin-bottom: 1.0em;
    margin-left: -8px;
    _margin-left/**/: 0px;
    _position: absolute;
    _top: 19px;
    _left: -10px;  
    
}
.navHack
{
    _position: relative;
    _top: -15px;
    _left: 00px;   
}
#process .top, #process .middle, #process .bottom, #reg_process .top, #reg_process .middle, #reg_process .bottom  {
    overflow: hidden;
} 
#process .top, #reg_process .top {
    background: transparent url(../../appimages/general/process_top.gif) no-repeat;
    width: 736px; height: 5px;
    display: block;
}
#process .middle, #reg_process .middle {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    padding-bottom: 0.15em;
    text-align: center;
    position: relative;
}
#process .middle div, #reg_process .middle div {
    margin: 0 auto;
}
#process .bottom, #reg_process .bottom {
    background: transparent url(../../appimages/general/process_bottom.gif) no-repeat;
    width: 736px; height: 5px;
    display: block;
}
#process li, #reg_process li {
    float: left;
	list-style: none;
	background: none;
	margin: 0 1.5em 0 0;
}
#process li span, #process li strong, #reg_process li span, #reg_process li strong {
    padding: 0 0 0 30px;
    float: left;
}
.item1 span {
    background: transparent url(../img/item1_u.gif) 0 0.4em no-repeat;
}
.item1 strong {
    background: transparent url(../img/item1_d.gif) 0 0.4em no-repeat;
}
.item2 span {
    background: transparent url(../img/item2_u.gif) 0 0.4em no-repeat;
}
.item2 strong {
    background: transparent url(../img/item2_d.gif) 0 0.4em no-repeat;
}
.item3 span {
    background: transparent url(../img/item3_u.gif) 0 0.4em no-repeat;
}
.item3 strong {
    background: transparent url(../img/item3_d.gif) 0 0.4em no-repeat;
}
.item4 span {
    background: transparent url(../img/item4_u.gif) 0 0.4em no-repeat;
}
.item4 strong {
    background: transparent url(../img/item4_d.gif) 0 0.4em no-repeat;
}
.item5 span {
    background: transparent url(../img/item5_u.gif) 0 0.4em no-repeat;
}
.item5 strong {
    background: transparent url(../img/item5_d.gif) 0 0.4em no-repeat;
}
#preview_buttons {
    margin-bottom: 1.0em;
}


/* Vacancy Advert */

#divtextadvert {
    text-align: center;
}
.advert_footer, .advert_header, .advert_header_internal, .advert_header_external, #textadvert {
    width: 736px; 
    margin: 0 auto;
}
.advert_footer {
	height: 38px;
	display: block;
}
.advert_header {
	height: 100px;
	display: block;
	margin-left: 0px;
	margin-top: -10px;
}
.advert_header_internal {
	height: 100px;
	display: block;
	margin-left: 0px;
	margin-top: -10px;
}
.advert_header_external {
	height: 100px;
	display: block;
	margin-left: 0px;
	margin-top: -10px;
}
#textadvert {
	text-align: left;
}
#vacdocs {
	margin: 8px 0 0 0;
}

