/*	HP Passport form styles 
	Author: Ari Lacenski
	PLY Interactive 
*/

/*------------------------------------------------------------------------------
GENERAL
------------------------------------------------------------------------------*/
body {
	color: #000000;
	background: #D0D0C8 url(/images/HPpassport/bgs/gradient.jpg) no-repeat top center;
	font: 11px/1em 'Helvetica', 'Arial', sans-serif;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

form {
	margin: 0;
}

img {
	border: 0;
}

#header, #main {
	width: 980px;
	margin: 0 auto;
}

#main {
	background: transparent url(/images/HPpassport/bgs/left-bar.gif);
	/*Height hack makes an approximation of min-height work in ie6 */
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

#header {
	margin-top: 2em;
	margin-bottom: 2em;
	height: 66px;
	background: transparent url(/images/HPpassport/bgs/tan-slash.gif);
}

#headertext {
	position: relative;
	top: 0;
	left: 0;
}

#headertext h1 {
	border: 0;
	background: none;
	font-size: 20px;
	position: absolute;
	left: 8px;
	top: 12px;
}

#headertext span.register h1 {
	position: relative;
	left: 0;
	top: 0;
}

#headertext span.register {

	position: absolute;
	left: 16px;
	top: 12px;
	padding-left: 36px;
	height: 20px;
	background: transparent url(/images/HPpassport/arrow.gif) no-repeat 0 2px;
}

#headertext p {
		position: absolute;
		left: 0;
		top: 25px;
		font-size: 10px;
		line-height: 12px;
		width: 430px;
		margin-top: 0;
	}

#leftbar {
	float: left;
	width: 217px;
	padding: 12px;
	background-color: #61625C;
	border: 0;	
	border-bottom: 1px solid #D0D0C8;
}

#content {
	margin-left: 241px;
	background-color: transparent;
	background-image: none;
	padding: 0;
	padding-left: 10px;
}

/*------------------------------------------------------------------------------
TABLES
------------------------------------------------------------------------------*/
table#pageform {
	border-collapse: collapse;	
	border: 0;
}


table#pageform td {
	vertical-align: top;
	padding: 0 0 1.5em 0;
	margin: 0;
}

span#soap p {
	color: #f36b35;
	font-weight: bold;
	margin: 0 10px 1em;
}

table#pageform td.rightcol {
	width: 249px;
	padding-left: 2px; 
	padding-right: 0;
}

	table#pageform h1 {
		position: relative;
	}
	
	table#pageform td.rightcol h1 {
		width: inherit;
	}

table.fieldgroup {
	border-collapse: inherit;
}

.fieldgroup td {
	border: none;
	padding: 0;
}

	table.fieldgroup td.left {
		padding: 0 8px 0 10px !important;
	}
	
	table.fieldgroup td.full {
		padding: 0 8px 0 10px !important;
		width: 520px;
	}
	
	table.fieldgroup td.right {
		width: 230px;
	}

td.nobottom {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

/*------------------------------------------------------------------------------
TYPOGRAPHY
------------------------------------------------------------------------------*/

h1 {
	background: transparent url(/images/HPpassport/bgs/tan-slash.gif);
	width: 464px;
	margin: 0;
	padding: 0 8px;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	border-bottom: 1px solid #000;
}

h1.security {
	font-size: 12px;
}
h1.security a {
	background: transparent url(/images/HPpassport/icons/lock.gif) no-repeat 0;
	position: absolute;
	font-size: 100%;
	height: 25px;
	line-height: 25px;
	padding-left: 24px;
	color: #000;
	text-decoration: none;
	top: -1px;
	padding-top: 2px;
}
h1.info {
	background: #BEBEB4 none !important;
	padding: 0;
}
	h1.info img {
		position: relative;
		top: 3px;
		left: 3px;
	}	
	
	*.floatwidth {
		width: 247px !important;
	}
	
	div.line {
		height: 25px; 
		border-bottom: 1px solid #000;
	}

h1 .required {
	font-size: .8em;
	position: absolute;
	left: 300px;
	top: 3px;
}

#leftbar h1 {
	background: none;
	width: auto;
	font-size: 1.2em;
	line-height: 22px;
	height: 22px;
	padding: 0;
	margin-bottom: .5em;
	border-bottom: 1px dotted #000000;
}

#leftbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	#leftbar ul.bordered {
		border-bottom: 1px dotted #000000; 
		margin-bottom: .5em; 
		padding-bottom: .5em;
	}
	
	#leftbar ul li {
		margin: 0px;
		padding: 0 0 0 7px;
		line-height: 1.55em;
		font-weight: bold;
		background: transparent url(/images/HPpassport/icons/bullet-dark.gif) no-repeat center left;
	}
		
	#leftbar ul a {
		color: #000;
		text-decoration: none;
	}
	
.rightcol h1 {
	background: none;
	width: auto;
}

table p {
	margin: 1em 0 1em 10px;
}

p.security {
	font-weight: bold;
}

.toleft {
	float: left;
}
.toright {
	float: right;
}

*.clear {
	clear: both;
}

div.clear hr {
	display: none;
}
/*------------------------------------------------------------------------------
FORM
------------------------------------------------------------------------------*/
/*Debugging stopped here*/
label {
	display: block;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 2px;
}

	label.error {
		color: #f36b35;
	}


input.text {
	border: 1px solid #000000;
	background-color: transparent;
	width: 224px;
	padding: 1px;
}

.textarea {
	border: 1px solid #000000;
	background-color: transparent;
	width: 224px;
	padding: 1px;
}

input.noselect {
	border-color: #AFAFA7;
	background-color: #D9D9D1;
}

select {
	border: 1px solid #000000;
	background-color: #fff;
	width: 228px;
}

.extended {
	width: 472px !important;
}

	select.extended {
		width: 476px !important;
	}

option {
	background-color: #fff;
}

span.note, span.error {
	display: block;
	width: 228px;
	margin: 2px 0;
	font-size: 9px;
}

span.error {
	color: #f36b35 !important;
	font-size: 11px;
}

table.radio {
	margin-left: 10px;
}

table.radio tr {
	float: left;
}

table.radio td {
	display: inline !important;
	height: 1.2em;
	line-height: 1.2em;
	padding: 0 20px 0 0 !important;
}
table.radio td * {
	display: inline;
}
/*
table.radio td {
	display: inline;
}

table.radio td input {
	margin-right: 4px;
}
*/
div.checkbox {
	padding-left: 4px;
	margin: 0 0 0 8px;
	float: left;
}

label.checkbox {
	display: inline;
}

input.button {
	background-color: #F36C35;
	border: none;
	text-transform: uppercase;
	color: #FFF;
	width: 115px;
	height: 17px;
	text-indent: -100em;
	overflow: hidden;
	cursor: pointer;
}
	
	input.button.submit {
		background: #F36C35 url(/images/HPpassport/buttons/submit.gif) no-repeat 0 0;
	}
	
	input.button.continue {
		background: #F36C35 url(/images/HPpassport/buttons/continue.gif) no-repeat 0 0;
	}
	
	input.button.next {
		background: #F36C35 url(/images/HPpassport/buttons/next.gif) no-repeat 0 0;
	}
	
	input.button.email {
		background: #F36C35 url(/images/HPpassport/buttons/send_email.jpg) no-repeat 0 0;
	}
	
	input.button.signin {
		background: #F36C35 url(/images/HPpassport/buttons/sign-in.jpg) no-repeat 0 0;
	}

a.newusers {
	display: block;
	font-weight: bold;
	background: transparent url(/images/HPpassport/icons/bullet.gif) no-repeat 0 2px;
	padding-left: 8px;
}

/*This class is used for spacing around the pipe character*/
span.widespace {
	display: inline-block; 
	margin: 0 2em;
}
