/* CSS for Auspost Acquisition Mail
created FEB 08 */

/*ALL PAGES*/

/*Containers*/

html { font-size: 14px;
	   font-family:Arial, Helvetica, sans-serif; 
	   background-color:#edeae1;
	   color: #666366; 
	   margin: 0px;}

body {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	position:relative; 
 	margin: 0 auto;
 	width: 1010px;
}

/* Logged in */
#loggedin {
	border: 1px solid #CCC;
	background-color: #EEE;
	padding: 10px;
	float: left;
}

form {
	 /* border: 1px solid red; */
}

input.bt_green {
	width: 120px;
	height: 30px;
}

/*clearing and spacing divs*/
.clear {clear:both;}

div#ActionMenu {	 
	font-weight: bold;
	height: 24px;
	background-color: #e6e2d6;
	border: 1px solid #CCC;
	padding: 10px 0 2px 10px;
	margin-bottom: 20px; 
	color: #D90000;
}

div#ActionMenu a {	
	margin-right: 15px;
	text-decoration: none;
	color: #666;
}

div#ActionMenu a:Hover {
	text-decoration: underline;
	color: #000;
}


/*shadows*/	  
#pageBGShadowL {
	position:absolute;
	left:0px;
	width:32px;
	background-image:url(../images/acqShadowLeft.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	height:900px;
}

#pageBGShadowR { 
	position:absolute;
	left:982px;
	width:27px;
	height:900px;
	background-image:url(../images/acqShadowRight.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}

/*BG Image - ALL CONTENT DIVS MUST BE INSIDE THIS DIV*/
#pageBG {
	position:absolute;
	left:32px;
	width:950px;
	background-image:url(../images/acqBgroundRight.gif);
	background-color:#ed171f;
	background-repeat:no-repeat;
	background-position: 656px 0;
}


/*header*/

#header {position:relative;  margin:10px 30px;
		 }
/*Nav bar, links and top curves*/
#nav { position:relative; 
	   margin: 0 10px;
	   width:930px;
	   background-color:#CCCCCC;
	   }

#navTop{ 
	position:relative; 
	background-image:url(../images/navCurves.gif);
	margin: 0 10px;
	background-position: 0 0;
	background-repeat:no-repeat;
	width:930px;
	height:19px;
}

#navLinks { 
	position:relative;
	left:10px;
	top: -5px;
	padding-bottom:5px;
}	

#navLinks ul { 
	display:inline; 
	padding:0px;
	margin-left:5px;
}

#navLinks li { 
	padding-left: 10px;
	padding-right: 10px;
	display:inline;
	font-weight:bold;
}

#navLinks li  a {
	background-image:url(../images/bullet.gif); 
	background-repeat: no-repeat; 
	background-position:center left; 
	padding-left: 15px;
	text-decoration:none;			  
	color:#666666;
}

#navLinks li  a:hover { 
	background-image:url(../images/bulletOver.gif); 
	background-repeat: no-repeat; 
	background-position:center left; 
	padding-left: 15px;
	color:#FFFFFF;
}

/*page contents and bottom curves*/
#contentPane { 	
	margin: 0 10px;
	width: 930px;
	position:relative;
	background-color:#FFFFFF; 	   
	padding-top:25px;
}

#contentPaneBottom {
	background-image:url(../images/contentBottom.gif);
	background-repeat:no-repeat;
	width:930px;
	height:30px;
	margin: 0 10px;
}	
				  
#contents { 
	padding-top: 90px;
	margin: 0px 25px 0px 25px; 
	min-height: 400px;
	_height: 400px;
}


/*image positioning*/
.edgeFloat {
	float:right; 
	margin: 20px -25px 10px 15px;
}

/*headers*/
h1 {
	margin:0px; 
	padding:0px; 
	color:#666666; 
	font-size: 250%;
}

p {
	/* margin:0px; 
	padding:0px;  */
}

/*paragraphs*/

/*lists*/
#contents div.result ul {list-style-type:none;}
#contents div.result ul li { padding-left: 35px;
               padding-bottom:8px;
			   padding-tp:8px;
			  margin-bottom: 5px;			   
			   background-repeat: no-repeat;
			   background-position: center left; }

/*footer bar and links*/

#footer {
		 width:930px;
	     margin: 5px 0 ;
		 text-align:center;
		 font-size:80%;
		 color:#FFFFFF;
		 }

#footer ul { display:inline; 
	  		 padding:0px;
			 margin-left:0px;
			 }

#footer  li { display:inline; }
		 
#footer  li a {text-decoration:none;
			   color:#FFFFFF; 
			   }
			  
#footer  li a:hover { color:#CCCCCC; }

/*sIFR containers*/

#sIFRcontainerH1 {
	position: relative; 
	width:560px; 
	height:100px; 
	overflow: hidden;
}
				  
#sIFRcontainerP {
	position: relative; 
	width:590px; 
	height:65px; 
	overflow: hidden;
}

#sIFRcontainerH1Reg {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 910px; 
	background:url(../images/headercurve.jpg) no-repeat top right;
	background-color:#666366;
	height:76px; 
	overflow: hidden;
	margin-bottom: 20px;
}

#sIFRcontainerPlargeReg { margin-top:10px;width:500px; height: 25px;  }
#sIFRcontainerPsmallReg { margin-top:3px;width:500px; height: 20px;  }

/*PAGE SPECIFIC*/

/*main Page Font styles*/

.main { 
	color:#666666; 
	font-size: 250%; 
}
.lightCaption { 
	font-size:130%; 
	color:#CCCCCC;
}
.lightCaptionSmall { 
	font-size:100%; 
	color:#CCCCCC;
}
.reg { 
	color:#FFFFFF; 
	font-size: 250%; 
	padding: 18px 25px; 	
}			

/*log in form - home page*/
#logIn { width: 350px; 
		 background-color:#CCCCCC; 
		 padding:5px; 
		 float: left; 
		 margin-top:5px;
		 }

#logInButton { position:relative;
			 float:right; 
			 margin-top:5px;
			 }
			 
#logInButton a {width: 95px; 
			  height: 34px;  
			  background: url(../images/buttonLogin.gif) 0 0 no-repeat; 
			  display: block;
			  }
			  
#logInButton a:hover {background:url(../images/buttonLogin.gif) 0px -37px no-repeat; }			 
	

#logIn form {
	margin-top:5px; 
	_margin_top:25px;
}
	  
#logIn label, #logIn input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 5px;
	font-family: Arial, Veranda, sans-serif;
}

#logIn input {
	border-style:none;
}

#logIn label { 
	font-weight:bold;
	text-align: right;
	width: 75px;
	padding-right: 5px;
	vertical-align: middle;
	font-size:96%;
	padding-top:2px;
}

#logIn br {
	clear: left; 
}

#underForm { 
	postion:relative;
	clear:both;
	float:left;
	padding-top:10px;
	font-size:87%;
	color:#33ccff;
	margin-left:230px;
	width:300px;
}
			 
#underForm a { 
	float: left;
	text-decoration: none;
	color:#33ccff;
}

/*register button home page*/
#regButton { 
	position:relative;
	float:left; 
	margin-top:5px;
	margin-right: 20px;
}
			 
#regButton a {
	width: 196px; 
	height: 66px;  
	background:url(../images/buttonRegister.gif) 0 0 no-repeat; 
	display: block;
}

#underReg { 
	postion:relative;
	clear:left;
	padding-top: 1px; 
	width:220px;
}

#underReg a{color:#00CC00; text-decoration:none; }
#underReg a:hover {color:#666666; text-decoration:none; }
/*Registration Form*/

#regPage {position:relative; margin-top:75px;} 


#regForm {width:575px; margin-top:15px;}

#regForm form {margin-top:5px; 
	  _margin_top:25px;}


.button {
	margin-right: 5px;
}
 
.inputFull {border: 1px #e1e1e1 solid; width:250px;}
.inputHalf {border: 1px #e1e1e1 solid; width:150px;}
.inputQuarter {border: 1px #e1e1e1 solid; width:80px;}

.radio {width:auto; display: block;
			float:left;}
.left {float:left; text-align: right;
		width: 200px; padding-right: 5px; margin-left:70px; font-size:96%;}
.right {float:left; font-size:96%; vertical-align: middle;}


#regForm label { 
		text-align: right;
		width: 200px;
		padding-right: 5px;
		vertical-align: middle;
		font-size:96%;
		padding-top:2px;
		margin-left:70px;
		}

#regForm  br {clear: left; }

#push {width:500px; padding-bottom:20px; clear:both;}

#bigpush {width:500px; padding-bottom:60px; clear:both;}

table.form_fieldset {
	width:575px;
	background-image:url(../images/formBG.gif);
	background-repeat:no-repeat; 
	background-position:top left; 
	border:0px; 
	margin-bottom: 20px;
}

table.form_fieldset td.label {
	width: 250px;
	text-align: right;
}

table.form_fieldset td.title {
	width: 130px;
	text-align: right;
}

table.form_fieldset td label.longer {
	text-align: right;
}

td.form_fieldset_title {
	font-size: 110%;
	font-weight: bold;
	padding-left: 8px;
}	

table.submit {
	margin-left: 360px;
}

fieldset { 
	padding-top:10px; 
	background-image:url(../images/formBG.gif);
	background-repeat:no-repeat; 
	background-position:top; 
	border:0px; 
}


#regButtons {position:absolute; 
left:300px; padding-bottom:50px;}

#SubmitButton { position:relative;
			 float:left;
			 margin-top:5px;
			 margin-right:20px;
			 }
			 
#SubmitButton a {width: 95px; 
			  height: 34px;  
			  background: url(../images/buttonSubmit.gif) 0 0 no-repeat; 
			  display: block;
			  }
			  
#SubmitButton a:hover {background:url(../images/buttonSubmit.gif) 0px -36px no-repeat; }	

#cancelButton { position:relative;
			 float:left;
			 margin-top:5px;
			 }
			 
#cancelButton a {width: 95px; 
			  height: 34px;  
			  background: url(../images/buttonCancel.gif) 0 0 no-repeat; 
			  display: block;
			  }
			  
#cancelButton a:hover {background:url(../images/buttonCancel.gif) 0px -36px no-repeat; }	


div.newuser {
	width: 553px;
	padding: 10px;
	border: 1px solid #DDD;
	background-color: #E2F3E3;
	margin-bottom: 10px;
}

div.result {
	padding: 10px;
	border: 1px solid #DDD;
	background-color: #E2F3E3;
	margin-bottom: 10px;
}

div.result h3 { 
	margin: 0px;
	margin-bottom: 6px;
}

div.result ul {
	margin: 0px;
	padding: 0px;
}

div.result li {
	margin: 0px;
	padding: 4px;
}

div.error {
	padding: 10px;
	border: 1px solid #DDD;
	background-color: #F9EEEE;
	margin-bottom: 10px;
}

div.error h3 { 
	margin: 0px;
	margin-bottom: 6px;
}

div.error ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.error li {
	margin: 0px;
	padding: 4px;
}

div.CampaignSummary h3 { 
  color: #666366;
}

#help_button {
	display: block;
	float: right;
	margin-top: 20px;
}

#help_button.inline {
	margin-top:0px;
}

table.possMatches {
	margin: 6px 0px 0px 0px;
}

table.possMatches input {
	display: block;
	float: left;
	margin: 0px 5px 0px 0px;
}

h3.homepage { 
	color:#666666; 
	font-size: 250%; 
	margin: 0px;
	padding: 0px;
}

ul.homepage {
	list-style-type: disc;
	padding-left: 17px;
}

ul.homepage li {
	padding-bottom: 8px;
}

div.summ_detail_button {
	display: block;
	float: right;
	clear: both;
	padding-bottom: 10px;
}

table#SummaryTable {
	clear: both;
}
ul.l1 {
list-style-type:none;
text-decoration: none;
line-height:2em;
text-indent: 0;
padding: 5px 0;
margin: 10px 0;
}
ul.l2 {
list-style-type:none;
list-style-position:inside;
line-height:1.5em;
text-indent: 0;
margin-left: 0;
padding-left: 2.5em;
}

#schargeaccountnumbermh {
	display:none;
}


select#PossibleMatches {
	display: block;
	margin-bottom: 10px;
	width: 400px;
	padding: 5px;
}
select#PossibleMatches optgroup {
	font-weight: bold;
	font-style: normal;
	padding-bottom: 8px;
}
select#PossibleMatches option {
	padding-left: 5px;
}

