body {
	text-align: center;		/* Fix to centre page in IE */
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
}

/* One column */
#one-block #block1 {
	display: none;
}
#one-block #block2 {
	float: left;
	width: 737px;			/* Width - (left + right padding) */
	padding: 20px;
}
#one-block #block3 {
	display: none;
}

/* Header */
#header-wrapper {
	background: url(../nav/header_bg_tile.jpg) repeat-x top left;						   
}
#header {
	width: 777px;			/* Maximum width to fit 800 x 600 px screen */
							/* If you need borders then the page width needs
							   to be reduced by the widths of the borders */
	height: 202px;
	margin: 0px auto;		/* Centre this div */
	text-align: left;		/* Uncentre content from fix to centre page in IE */	
	overflow: hidden;
	padding: 0px;
	background: url(../nav/header_bg.jpg) no-repeat top left;
	position: relative;
}
#header h1 {	
	font-size: 19px;
	color: #fff;
	margin: 5px 0 0 365px;
}
#header h1 .top {
	font-size: 15px;	
}
#header #logo {
	position: absolute;
	top: 90px;
	left: 106px;
}
#header #login-status {
	margin: 60px 10px 0 0;
	text-align: right;
	color: #fff;	
}
#header #login-status a:link, #header #login-status a:visited, #header #login-status a:active {
	color: #fff;
}
#header #tabs {
	position: absolute;
	top: 149px;
	left: 360px;	
}
#header #tabs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#header #tabs ul li {
	float: left;
	height: 26px;
	margin-right: 7px;
	background: url(../nav/tab_off_right.gif) no-repeat right top;	
	font-size: 12px;
	font-weight: bold;
	
}
#header #tabs ul li a {
 	display:block;
 	height: 26px;
	background: url(../nav/tab_off_left.gif) no-repeat left top;
	padding: 5px 15px 0 15px;
	text-decoration: none;
	width: auto;
}
#header #tabs ul li#selected {
    background-image:url(../nav/tab_on_right.gif);
}
#header #tabs ul li#selected a {
    background-image:url(../nav/tab_on_left.gif);
    color: #fff;
}

/* Main content */
#page {
	width: 777px;			/* Maximum width to fit 800 x 600 px screen */
							/* If you need borders then the page width needs
							   to be reduced by the widths of the borders */
							   
	margin: 0px auto;		/* Centre this div */
	text-align: left;		/* Uncentre content from fix to centre page in IE */
}
#content {
	width: 777px;			/* Maximum width to fit 800 x 600 px screen */
							/* If you need borders then the page width needs
							   to be reduced by the widths of the borders */
							   
	overflow: hidden;
}

/* Footer */
#footer-wrapper {
	background: url(../nav/footer_bg_tile.jpg) repeat-x top left;						   
}
#footer {
	clear: both;
	width: 777px;			/* Maximum width to fit 800 x 600 px screen */
							/* If you need borders then the page width needs
							   to be reduced by the widths of the borders */
	height: 82px;
	margin: 0px auto;		/* Centre this div */
	text-align: left;		/* Uncentre content from fix to centre page in IE */		
	overflow: hidden;
	background: url(../nav/footer_bg.jpg) no-repeat top left;
}
#footer #footer-links {
	margin: 40px 0 0 105px;
	color: #fff;
}
#footer #footer-links a {
	color: #fff;
	text-decoration: none;	
}
#footer #footer-links .divider {
	padding: 0 3px 0 3px;
}
#footer-disclaimer {
	width: 777px;
	margin: 5px auto;
	text-align: left;
	color: #204294;	
}

#Body {
	padding: 20px 0 20px 0;
}

/* Design specific CSS
============================================================================= */

a:link, a:visited, a:active {
	color: #339933;
}

/* Step boxes 
-----------------------------------------------------------------------------------*/

.step_boxes {
	padding-bottom: 80px;
}

.step_box {	
	float: left;	
	width: 70px;	
	height: 65px;
	padding: 5px;	
	margin: 5px;	
	border: 1px solid #CC6601;	
	background-color: #FFF;	
}

.step_box .step_title {
	padding: 0;
	margin: 0;
	color: #CC6601;
	font-size: 10px;
	font-weight: bold;
	width: 100%;
}

.step_box .step_description {
	padding: 0;
	margin: 0;
	font-size: 8px;
	color: #CC6601;
}

.step_box .step_description a{
	color: #CC6601;
}

.step_box_active {
	float: left;
	width: 70px;
	height: 65px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #E28F43;
	background-color: #E28F43;
	color: #FFF;	
}

.step_box_active .step_title {
	padding: 0;
	margin: 0px;
	color: #FFF;
	width: 100%;
	font-weight: bold;
}

.step_box_active .step_description {
	padding: 0;
	margin: 0;
	font-size: 9px;
	color: #FFF;
}

.step_box_active .step_description a{
	color: #FFF;
}

/* Form Styles
-------------------------------------------------------------------------------------------*/

/* form.css */

form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  min-width: 730px;
  max-width: 777px;
  width: 590px;

}

form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;

}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

form fieldset p {
	margin: 0;
	padding: 0;
}

label {
  font-size: 100%;

}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
  font-family: Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

textarea {
  overflow: auto;
}

form div {
  clear: left;
  display: block;
  width: 354px;
  height: 11px; /*test*/
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form fieldset div.notes {
  float: right;
  width: 168px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

form fieldset div.notes h4 {
  background-image: url(../nav/information.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 0px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;  
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form fieldset div.notes p.last {
  margin: 0em;
}

form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #7F9DB9;
  margin: 0 0 0 143px;
  padding: 0 5px 5px 5px;
  width: 197px;
}

form div.required fieldset.wide, form div.optional fieldset.wide {
	margin: 0px 5px 0px 5px;
	padding: 5px;
	width: 335px;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;  
}

form div.required fieldset legend {
  font-weight: bold;
}

form div label {
  display: block;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  height: 11px; /*test*/
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 170px;
}

form div img {
  border: 1px solid #000000;
}

p.error {
  background-color: #ff0000;
  background-image: url(../nav/error.png);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

form div.error {
  background-color: #ffffe1;
  color: #666666;
  border: 1px solid #ff0000;
}

form div.error p.error {
  background-image: url(../nav/error.png);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
}

form div input, form div select, form div textarea {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
  border: 1px solid #7F9DB9;
}

form div input.inputFile {
  width: 211px;
}

form div select.selectOne, form div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}
form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
}

form div.submit {
  width: 214px;
  padding: 0 0 0 146px;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #CC6601;
  color: #FFF;
  width: auto;
  padding: 0 6px;
  margin: 0;
}

form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

form div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  height: 11px; /*test*/
}

form div.required small.wide, form div.optional small.wide {
	margin: 0 0 5px 5px;
}


/* form.import.css */

form fieldset legend {
  line-height: 150%;
}

form input, form select, form textarea {
  background-color: #ffffff;
}

form textarea.expanding {
  overflow: auto;
  overflow-x: auto;
  overflow-y: visible;
}

div.optional label:before {
  content: '';
}

div.required label:before {
  content: '';
}
  
form div label.labelCheckbox, form div label.labelRadio, label.labelCheckbox, label.labelRadio {
  display: block;
  width: 190px;
  height: 11px; /*test*/
  padding: 4px 0px 0px 18px;
  text-indent: -18px;
  line-height: 120%;
}

form div label.labelCheckbox input.inputCheckbox, form div label.labelRadio input.inputRadio, label.labelCheckbox input.inputCheckbox, label.labelRadio input.inputRadio {
  margin: 0px 0px 0px 0px;
}

form div fieldset input.smallInputText {
	width: 20px;
	margin: 0px;
}

form div fieldset input.inputText, form div fieldset input.inputPassword, form div fieldset input.inputFile, form div fieldset textarea.inputTextarea {
  width: 160px;
  margin: 0px 0px 0px 18px;
  margin: 0px 0px 0px -124px; /* expression('0px 0px 0px -124px');*/
}

form div label.compact {
  display: inline;
  width: auto;
  padding: 4px 10px 0px 0px;
  text-indent: 0px;
  margin: 0px 0px 0px 0px;
}

form div.wide label {
  float: none;
  display: block;
}

form div label.wide {
  width: 348px;
}

form div.wide input.inputText, form div.wide input.inputPassword, form div.wide input.inputFile, form div.wide select, form div.wide textarea {
  width: 344px;
  margin: 0px;
}

form div.notes p, form div small {
  line-height: 125%;
}

form div.wide small {
  margin: 0px 0px 5px 0px;
}

/* Password Strength style */

form .password-strength {
	width: 197px;
	margin-left:140px;
}

form #empty_password_meter {
	padding:0px;
	margin:0;
	background-color:#ff0000;
	display:block;
	height:5px;	
	width: 100%;
}

form #full_password_meter {
	padding:0;
	margin:0;
	z-index:100;
	width:0;
	background-color:#006400;
	display:block;
	height:5px;	
	/* setting the font size fixes a display issue in ie6 */
	font-size: 5px;	
}

/* *** message box styles ************************************* */



div#message_success, div#message_failure, div#message_warning {
	padding: 20px 20px 20px 80px;
	margin: 1em 0 2em;
}



/* pass height to IE - it treats it somewhat like min-height */

* html #message_success, * html #message_failure, * html #message_warning {

	height: 50px;

}



div#message_success {

	background: #EAFEE2 url(../nav/green_tick.gif) no-repeat 15px center;

	border: 1px solid #BAFEA3;

}



div#message_failure {

	background: #fcc url(../nav/error.gif) no-repeat 15px center;

	border: 1px solid #f99;

}

div#message_warning {

	background: #FFFABF url(../nav/warning.gif) no-repeat 15px center;

	border: 1px solid #FFE900;

}



div#message_failure ul {

	margin-left: 0;

	padding-left: 1.2em;

	margin-top: 0.7em;

	list-style-type: square;

}


select.multiple{
	border:1px solid red;
	width:20px !important;
}