/**********************************************************************
 * transition-to-work-common.css                                                                          *
 **********************************************************************
 * Stylesheet for http://www.transition-to-work.co.nz                                              *
 * Contains styles common to main and section pages                                             *
 **********************************************************************
 * jesse warde (jesse@avatar.co.nz)                                                                     *
 * 01.07.06                                                                                                         *
 *  2006 Avatar Web Promotions Ltd                                                                   *
 **********************************************************************/
 
html {
 	height: 100%;
}
 
body {
   background: #FFFFFF;
	font: 10px Verdana, sans-serif;
	color: #666666;
	margin: 0px;
	min-height: 101%;
}

form {
	display: inline;
}

a { 
	color: #666666;
	text-decoration: underline; 
}

a:hover { 
	color: #FFB41D;
	text-decoration: none; 
}

a img {
	border: none;
}

p {
	font: 10px Verdana, sans-serif;
	color: #666666;
	text-align: left;
	margin: 0ex 8px 2ex 2ex;
}

h1 {
	font: 20px Helvetica, Arial, Verdana, sans-serif;
	color: #666666;
	text-align:left;
	margin: 0.8ex 8px 1.5ex;
	border-bottom: 5px solid #B3D7E5;
}

h2 {
	font: 14px Helvetica, Arial, Verdana, sans-serif;
	color: #FFFFFF;
	text-align:left;
	margin: 0.5ex 8px 0ex;
	float: left;
	display: inline;
}

h2.login-title {
	margin: 0.5ex 0px 0ex 11px;
}

h3 {
	font: 14px Helvetica, Arial, Verdana, sans-serif;
	color: #666666;
	text-align:left;
	margin: 3ex 8px 2ex;
	border-bottom: 3px solid #B3D7E5;
}

h4 {
	font: 12px Verdana, sans-serif;
	font-weight: bold;
	color: #666666;
	text-align:left;
	margin: 4ex 8px 1ex;
	border-bottom: 0px;	
}

/* NICE HACK FOR CROSS BROWSER BULLET POINTS */ 

/* high pass filter hack, hides from some KHTML browsers */
/* Owen hack (head:...), hides from Op 5-6 */
/* simplified box model hack (escaped property), also hides from some KHTML */
.highPassFilter {
  content:"\"/*"
}
head:first-child+body ul li {
  l\ist-style-image: url(../images/bullet-blue.gif);
}
/* a new comment stops hiding high pass filter rules */

ul {
  list-style: square url(../images/bullet-blue.gif); /* wide image for the bullet */
  margin: .5em .5em 0 25px;  /* bullet image is in left margin */
  padding-left: 0;
}
ul li {
  margin-left: 0;
  padding-left: 0;     /* distance between marker and text */
  margin-bottom: .5em; /* a little spacing between list items */
}



.clear-floats {
	clear: both;
}

.container {
	width: 750px;
	margin: 0px auto 0px 0px; 
}

.header {
	background: url(/images/logo.gif) no-repeat 0px 0px;
	width: 750px;
	height: 97px;
	margin: 0px;
	float: left;
}

.menu {
	background: url(/images/menu-bg.gif) repeat-x 0px 0px;
	width: 750px;
	height: 24px;
	margin: 0px;
	float: left;
}

.menu a {
	font: 9px Verdana, sans-serif;
	color: #000000;
	text-decoration: none;
	padding: 5px 15px 0px 15px;
	height: 19px;
	float: right;
}

.menu a:hover {
	background: #FFB41D;
	color: #000000;
}

.cell {
	background: url(/images/cell-bg.gif) no-repeat 0px 0px;
	width: 744px;
	margin: 0px;
	border-left: 3px solid #D7D7D7;
	border-right: 3px solid #D7D7D7;
	float: left;
}

.content {
	width: 565px;
	margin: 24px 3px 0px 0px;
	float: right;
	display: inline;
	_height: 650px;	/* underscore hack to by-pass non IE browsers */	
	min-height: 650px;	
}

.side-bar {
	width: 172px;
	margin: 5px 1px 0px 3px;
	float: left;
	display: inline;
}

.options-header {
	background: url(/images/register-bg.gif) no-repeat 0px 0px;
	width: 172px;
	height: 24px;
	margin: 0px 0px 0px 1px;
	float: left;
}


.options {
	background: #FFF7E8;
	width: 169px;
	margin: 0px;
	padding: 0px 0px;
	float: left;
}

.login {
	background: #F0FAFD;
	width: 169px;
	margin: 0px;
	padding: 5px 0px;
	float: left;
}

.register {
	background: #FFF7E8;
	width: 169px;
	margin: 0px;
	padding: 5px 0px;
	float: left;
}

.register-header {
	background: url(/images/register-bg.gif) no-repeat 0px 0px;
	width: 172px;
	height: 24px;
	margin: 10px 0px 0px;
	float: left;
}

.banner {
	width: 120px;
	margin: 0px;
	padding: 25px 0px 10px 30px;
	float: left;
}

.footer {
	background: #000000 url(/images/footer-bg.gif) repeat-x 0px 0px;
	width: 750px;
	height: 33px;
	margin: 0px;
	float: left;
}

p.copyright {
	font: 9px Verdana, sans-serif;
	margin: 3px 0px 0px 15px;
	float: left;
	display: inline;
}

.footer a {
	font: 9px Verdana, sans-serif;
	margin: 3px 15px 0px 0px;
	float: right;
}
p.copyright a{
	float: none;
}

.form-text {
	margin: 0px 0px 0px 8px;
}


.button {
	background: #000000 url(/images/button-bg.gif) repeat-x 0px 0px;
	border: 2px solid #787877;
	height: 17px;
	margin: 10px 0px 0px 8px;
	padding: 0px 15px;
	text-decoration: none;
	float: left;
	line-height: 14px;
}


.button-small {
	background: #000000 url(/images/menu-bg.gif) repeat-x 0px 0px;
	border: 1px solid #D7D7D7;
	font: 10px Verdana, sans-serif;
	height: 18px;
	margin:0px 0px 0px 5px;
	text-decoration: none;
	float: left;
	color: #666666;
}


table.form {
	background: #F5F5F5;
	width: 549px;
	margin: 0px 8px 10px;
}


.form-text-small {
	margin: 0px;
	font-size:9px;
}


.text-input-login {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #666666;		
	background-color: #FFFFFF;
	border: 1px solid #D7D7D7;
	margin: 1px 0px 1px 8px;
}

.text-input {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #666666;		
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	margin: 1px 0px; 
}


.checkbox-input { 

}

.select-input {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #666666;		
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	margin: 1px 0px; 
}

.form-error {
	margin-left: 8px;
	border: solid 2px #ff0000;
	background-color: #ff8080;
}
.form-error p {
	margin-top: 8px;
	color: black;
}
.form-error ul li {
	list-style: square inside none;
	color: black;
}

.profile-list { 
	overflow: auto;
	height: 70px;
	width: 387px;
	border: 1px solid #7F9DB9;
	padding: 3px;
	margin-top: 3px;
}

.search-list { 
	overflow: auto;
	height: 70px;
	width: 387px;
	border: 1px solid #7F9DB9;
	padding: 3px;
	margin-top: 3px;
}


.sponsors {
	background: url(/images/sponsors-bg.gif) repeat-x 0px 0px;
	width: 744px;
	margin: 0px;
	border-left: 3px solid #D7D7D7;
	border-right: 3px solid #D7D7D7;
	float: left;
}

img.sponsor {
	width: 100px;
	height: 50px;
	margin: 5px 10px;
	float: left;
	display: inline;
}

img.partner {
	width: 100px;
	height: 50px;
	margin: 0px 10px 5px;
	float: left;
	display: inline;
}

.hsbc-logo {
	margin-bottom: 14px;
}

.fieldWithErrors { 
	display: inline;
}
.sub-heading {
	font-size: 11px;
	font-weight: bold;
}

.user-message {
	display: block;
	width: auto;
	height: 16px;
	text-align: center;
	color: red;
	padding-top: 2px;
	margin-left: 8px;
	border: solid 1px #666666;
	background-color: #B3D7E5;
	font-size: 12px;
}

.changes-saved {
	padding:10px;
	margin:0px auto;
	width: auto;
	text-align: center;
	color: red;
	border: solid 0px #FFF;
	background-color: #FFF;
	font-size: 14px;
}





