/* AT - Fri 04 Jan 2008 - 10.53 */
/* CSS contains
   TOP LEVEL HTML
   STRUCTURAL ELEMENTS
   MENU
   OPTIONS / TOOLBAR
   FORM ELEMENTS
   LOGIN ONLY
   APP CENTRE ONLY
   VACANCY MENU
   PRESENTATION: USE IN CONFIG
   BESPOKE
*?

/* SECTION: Top level HTML elements */

body,td {
   border: 0;
   margin: 0;
   font-family: Helvetica, sans-serif;
   font-size: 0.73em;
}

td {
   padding: 3px 14px 3px 2px;
}

a {
   color: #000;
   font-size: 1em;
}

a:visited {
   color: #000;
}
a:active  {
   color: #000;
}
a:Hover   {
   color: #000;
}

p {display: inline;}

h1 {
  font-size: 1.9em;
   line-height: 1.3em;
   margin: 0px 0px 1em 0px;
   padding: 0px;
   font-family: Helvetica, sans-serif;
}


h2 {
   display: inline;
   font-size: 1em;
}

h3 {}


hr {
   color: #333;
   height: 1px;
}

form {display: inline;}

fieldset {
   border: none;
   padding: 0 0 0 0;
   margin: 0 0 0 0;
   font-size: 1em;
}

legend {
   display: none;
   border:  0;
   padding: 0;
   margin: 0;
}

select,input,textarea, { 
  font-size: 0.85em;
  font-family: Helvetica, sans-serif;
}


img {border: 0;}










/* SECTION: Structural Elements */

div#skip {
   height: 1px;
  background-color: #fff;
 /* must be left to one pixel otherwise not working */
}

div#header {
   width: 800px;
   padding: 20px 0px 0px 0px;
   margin: 0px auto 0px auto;
   text-align: left;
   /*background: #fff url(https://static.wcn.co.uk/company/hiowlga/lga/logos/nfdc.gif) top right no-repeat;--->by A.A on the 22/02/2008*/
}

div#column1 { /* used to provide column color all the way down */
   width:800px;
   margin:0 auto;
}

div#leftmenu {
   width: 180px;
   float: left;
   border-top: solid 60px #008193;
   border-bottom: solid 20px #008193;
}

div#main {
   margin-left: 190px;
   width: 600px;
   padding-top: 10px;
   margin-top: 0px;
}


div#namediv {
   margin-top: 1em;
   font-weight: bold;
   text-align: right;
   color: #333;
   font-size: 1em;
}

div#sectiontitle {
   padding-top: 4px;
   border-bottom: 1px solid #000;
 
}

div#app_date{
   text-align: right;
}

div#pre_text{
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 5px;
   text-align: justify;
   font-size: 1em;
   font-weight: none;
}

div#compulsory_question_warning{
   text-align: center;
}

#app_centre_text {
   text-align: left;
   font-size: 1em;
}

div#form {float: left;
	width: 560px;
	padding: 0px 0 0 5px;
	margin: 0px;
	
}

#footer_right {
}

.clear {
   clear: both;
   display: block;
   height: 1px;
   overflow: hidden;
}

div#footer_all {
   clear: both;
   margin-top: 2em;
    width: 760px;
 margin: 0 auto;
}

.hidden {
   display: none;
}

















/* SECTION: Menu Elements */

div#dleft_menu_heading {
   display: block;
   width: 175px;
   _height: 1px;
   padding: 18px 15px 12px 10px;
   margin: 0px;
   background: #008193;
}

* html div#dleft_menu_heading {
   display: block;
   width: 200px;
   _height: 1px;
   padding: 18px 15px 12px 10px;
   margin: 0px;
   background: #008193;
}

h2.left_menu_heading {
   display: none;
}


ul#trackermenu {
   padding: 10px 15px 0px 10px;
   margin: 0px;
   background: #fff;
   margin: 0px;
   padding: 0px;
   list-style-type: none;
   border-left: solid 1px #bcbcbc;
   border-right: solid 1px #bcbcbc;
}

ul#trackermenu li {
   margin: 0px;
   padding: 3px 0px 4px 0px;
   list-style-type: none;
   border-bottom: 1px solid #cfdbf2;
   list-style-position: outside;
}

A.leftmenu_link, A.leftmenu_link:Visited {
   background-color: #fff;
   padding: 1px 1px 2px 2px;
   font-size: 1em;
   display: block;
   width:98%;
   text-decoration: none;
}

A.leftmenu_link:Active, A.leftmenu_link:Hover {
   background-color: #fff;
   text-decoration: underline;
}

/* used for page of tracker that you are actually on */

A.leftmenu_current, A.leftmenu_current:Visited {
   background-color: #fff;

   padding: 1px 1px 1px 2px;
   font-size: 1.2em;
   display: block;
   width: 98%;
   text-decoration: none;
}

A.leftmenu_current:Active, A.leftmenu_current:Hover {
   text-decoration: none;
}

IMG.tracker_img {
   float: left;
   padding-top: 2px;
   padding-bottom: 6px;
   padding-right: 0.5em;
   vertical-align: middle;
}

div#key {
   margin-top: 25px;
}

#key_title {
   color: #fff;
   font-size: 1em;
   display: block;
   padding-top: 2px;
   padding-bottom: 2px;
   margin: 0px;
   background-color: #008193;
}

ul.key {
   padding: 3px;
   margin: 0px;
   list-style-type: none;
   font-size: 0.9em;
   font-weight: normal;
   background-color: #fff;
   border: 1px solid #bcbcbc;
}

ul.key li{
   margin-top: 3px;
   color: #000;
   font-size: 1em;
   padding: 0px 0 1px 0;
}

.key {
   font-size: 1em;
}



/* SECTION: Tools Elements */















/* SECTION: Form Creation */

.pre_question_text {
   display: block;
   margin-top: 0px;
   margin-bottom: 0px;
   font-size: 1em;
   font-family: Helvetica, sans-serif;
}

.question_row {
   font-size: 1em;
}

.question_col {
   font-size: 1em;
   float: left;
   porder: solid 1px red;
}

.label {
   float: left;
   padding: 0 0 0 0;
}

.mandfieldcolor {
   background-color: #bcbcbc;
}


.mand_star {
   font-size: 1.2em;
   width: 1em;;
   color: #900;
}


.help_link {
   vertical-align: bottom;
}

.help_icon {
   padding-left: 10px;
}

.clear_q_row {
   clear: both;
   display: block;
   height: 8px;
   overflow: hidden;
}

div.pre_submit_div {
}

.submit_row {
   text-align: center;
}

.proceed {
  border: 1px solid #666;
   background-color: #fff;
  font-size:90%;
   color: #000;
   margin-left: 25px;
   margin-right: 25px;
   margin-top:30px;
}

.proceedactive {
   border: 1px solid #666;
   background-color: #999;
  font-size:90%;
   color: #fff;
   margin-left: 25px;
   margin-right: 25px;
   margin-top:30px;
}


.alertbutton {
  font-family: helvetica,sans-serif;
  border: 1px solid #666;
  font-size: 0.9em;
  margin-left: 2px;
  margin-right: 2px;
  background-color: #666;
}

#clear_all {
   text-align: left;
}

.clear_all_button {
  margin-top: 20px;
  border: 1px solid #666;
  font-size:90%;
  background-color: #fff;
  color: #000;
}

.clear_all_active {
  margin-top: 20px;
  border: 1px solid #666;
  font-size:90%;
  color: #fff;
  background-color: #999;
}


div.counter {
   font-size: 0.8em;
   color: #666;
}

div.counter input {
   color: #666;
   font-size: 1em;
   background-color: white;
   border: 1px solid #fff;
}










/* SECTION: View application form */

.view_app_text {
   font-family: Helvetica, sans-serif;
   font-size: 1em;
   color: #666;
}

.print_app_col {
   float: left;
font-size: 0.85em;
padding-right: 13.9px;
}

.print_app_row {
font-size: 0.85em;
}

























/* SECTION: Login & Submission */

div#registered_users {
   font-family: Helvetica, sans-serif;
   width: 100%
   font-size: 1em;
/*   position: absolute;
   top: 270px;
   left:180px;*/
}

#registered_users input{
   font-size: 1em;
}


div#new_users {
   font-family: Helvetica, sans-serif;
   width: 100%;
   font-size: 1em;
/*   position: absolute;
   top: 270px;



   left:485px;*/
}

#new_users input{
   font-size: 1em;
}

h2.mainpage {
   display: block;
   color: #000;
   font-size: 1.2em;
   border-bottom: solid 1px #000;
   margin-bottom: 6px;
}

.declaration {
   font-family: Helvetica, sans-serif;
   text-align: justify;
   font-size: 1em;
   color: #666;
}

.declaration_box {
  font-size: 1em;
   border:  solid 1px #999999;
   height:  130px;
   width:   400px;
   margin-top: 10px;
   margin-bottom: 10px;
   padding: 2px 8px 0px 2px;
   /* important for overflow to be last item */
   overflow: scroll;
}

div#agree_checkbox {
   padding-bottom: 5px;
   color: #000;
   font-size: 1.2em;
}

.browser_warning {
    display: block;
    margin-top: 4px;
    margin-bottom: 8px;
    border: 1px solid #666;
    background-color: #fcc;
    padding-left: 10px;
    padding-right: 10px;
}

div#incomplete ul {
   padding: 0px 0px 0px 0px;
   margin: 2px 0px 2px 16px;
   list-style-type: square;
}

div#incomplete li {
   padding: 2px 0px 2px 0px;
}

















/* SECTION: Application Centre */

h2.print_app {
    display: block;
    background-color: #666;
    color: #FFF;
    padding: 2px 0 2px 3px;
}

div#app_centre_text {
   padding-top: 10px;
font-size: 1.2em;
text-align: left;
}

th.appcentre {
   text-align: left;
   background-color: #ddd;
   border-bottom: solid black 1px;
}

table.appcentre {
   border: solid 1px #999;
text-align: left;
}
























/* SECTION: Vacancy Menu for App Centre */

/* top level menu */

ul.vac_menu {
  list-style-type: none;
  margin: 0;
  margin-left: 4px;
  padding: 0px 0px 0px 0px;
  margin-top: 10px;
  font-size: 0.9em;
}

ul.vac_menu li {
}

li.vac_menu_title {
   color: #fff;
   padding: 2px 1px 2px 2px;
   margin: 0px;
   font-weight: bold;
   background-color: #008193;
   border-bottom: solid 1px #cfdbf2;
}

ul.vac_menu a:link, ul.vac_menu a:visited {
   color: #000;
   padding: 2px 1px 2px 2px;
   display: block;
   text-decoration: none;
   background-color: #cbcbcb;
   border-bottom: solid 1px #666;
}

ul.vac_menu a:active, ul.vac_menu a:hover {
   text-decoration: underline;
}



/* now items in menu */

li.container {
   display: inline;
}

ul.vac_item {
  list-style-type: none;
  margin: 0;
  margin-left: 8px;
  padding: 0px 0px 0px 0px;
}

ul.vac_item li {

}

ul.vac_item a:link, ul.vac_item a:visited {
   color: #000;
   background-color: #fff;
   padding: 2px 1px 2px 2px;
   display: block;
   text-decoration: none;
   border-bottom: solid 1px #999;
}

ul.vac_item a:active, ul.vac_item a:hover {
   text-decoration: underline;
}


/* SECTION: Presentation Tags for use in Config */

.para {
    display: block;
    padding-top: 4px;
    padding-bottom: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
   color: #333;
}

.smalltext {
   padding-top: 10px;
   padding-bottom: 2px;
   display: block;
   color: #333;
}

.smalltextpara {
   display: block;
   margin-top: 2px;
   margin-bottom: 4px;
   font-size: 0.8em;
   color: #333;
}


/* 6/12/07 - SP - Space buttons - left 600 --> left: 585px; */
/* 6/12/07 - SP - added border-right, left for ie6 and ie7 */
div#navfoo table {
   position: relative;
   left: 558px;
   _left: 560px; *left: 554px;
   padding: 0px;
   _border-right: #999 1px solid; *border-right: #999 1px solid;

}
/* 6/12/07 - SP - padding for ie6 */
div#navfoo {
   background-color: #008193;
   margin-top: 19px;
   _margin-top: -40px;
   color: white;
   padding: 6px 0px 6px 0px; *padding: 6px 0px 6px 5px; 
}
/* 6/12/07 - SP - Space buttons - added border-spacing, width: 80px;, padding:0 10px 0 10px; */

div#navfoo td {
   text-align: center;
   width: 100px;
   font-size: 1em;
   padding:0 7px 0 8px;
  
}

div#navfoo a:link, div#navfoo a:visited {
   background-color: #008193;
   color: white;
   display: block;
   border-right: solid 1px #999;
   border-top: solid 1px #ccc;
   border-left: solid 1px #ccc;
   border-bottom: solid 1px #999;
   margin: 0px;
   width: 100%;
   padding: 2px 4px 2px 4px;
   text-decoration: none;
}

div#navfoo a:active, div#navfoo a:hover {
   background-color: #fff;
   color: #000;
   border-top: solid 1px #999;
   border-left: solid 1px #999;
   border-right: solid 1px #666;
   border-bottom: solid 1px #666;
}

/* 6/12/07 - SP - Space buttons - left -134 top -55 */
/* 6/12/07 - SP - left for ie6 and ie7 */
div#options {
   position: relative;
   top: -52px;
   left: -183px;  *left: -182px; _left: -186px;
   margin-top: 0px;
   font-size: 1em;
   padding: 0px;
   z-index: 110;
}


#options ul {
   list-style-type: none;
   height: 1.2em;  /* has to be > text + padding, and push next div below */
   margin: 0;
   padding: 0;
   font-size: 1em;
}
/* 6/12/07 - SP - Space buttons - added margin:0 0 0 5px; */

#options li {
   float: left; margin:0 0 0 1px;

}

#options li a:link, #options li a:visited {
   background-color: #008193;
   color: #fff;
   text-align: center;
   text-decoration: none;
   display: block;
   border-left: solid 1px #ccc;
   border-top: solid 1px #ccc;
   border-right: solid 1px #999;
   border-bottom: solid 1px #999;
   padding: 9px 15px 10px 15px;
   margin-right: 4px;    
}

#options li a:active, #options li a:hover {
   color: #000;
   background-color: #fff;
   border-right: solid 1px #999;
   border-bottom: solid 1px #999;
   border-left: solid 1px #666;
   border-top: solid 1px #666;
}




/* SECTION: Print Output - N/A */

div#print_title{
   display: none;
}
/*21/02/2007 added by A.A to reposition the hyper linked logo */
div#headlogo2
{
position:relative;
left:630px;
top:-50px;
width:0px;
height:0px
}