﻿/***********************************/
/* Address details edit*/
#divAddressDetailsEdit
{
	border:solid 0px black;
}
.divAddressDetailsEditPairs
{
	height:20px;
	width:600px;

}
.divAddressDetailsEditLine
{
	clear:both;
	height:20px;
	width:600px;
}
.divAddressDetailsEditLabel
{
	width:100px;
	padding-right:10px;
	text-align:right;
	float:left;
	line-height:14px;
}
.divAddressDetailsEditTextbox
{
	float:left;
}
.divAddressDetailsEditTextboxSmall
{
	float:left;
}
.divAddressDetailsEditTextboxMedium
{
	float:left;
}
.divAddressDetailsEditTextboxLarge
{
	float:left;
}

.divAddressDetailsEditTextSmall
{
	margin-left:108px;
	border:solid 1px #D1D1D1;
	font-family:Tahoma;
	font-size:8pt;
	width:50px;
	height:17px;
}
.divAddressDetailsEditTextMedium
{
	margin-left:108px;
	border:solid 1px #D1D1D1;
	font-family:Tahoma;
	font-size:8pt;
	width:150px;
	height:17px;
}
.divAddressDetailsEditTextLarge
{
	margin-left:108px;
	border:solid 1px #D1D1D1;
	font-family:Tahoma;
	font-size:8pt;
	width:200px;
	height:17px;

}
.divAddressDetailsEditTextboxLarge INPUT	
{
	width:200px;
	font-family:Tahoma;
	font-size:8pt;
}
.divAddressDetailsEditTextboxMedium INPUT	
{
	width:100px;
	font-family:Tahoma;
	font-size:8pt;
}
.divAddressDetailsEditTextboxSmall INPUT	
{
	width:50px;
	font-family:Tahoma;
	font-size:8pt;
}
#divAddressDetailsEditButton
{
	padding-left:110px;
	padding-top:10px;
}
#divAddressDetailsEditSaveButton
{
	border:solid 0px green;
	font-weight:bold;
}

/* Address details edit - styles to use for text areas */
.divAddressDetailsEditTextAreaPairs
{
	position:relative;
	min-height: 30px;
	width:350px;
	position:relative;
}
.divAddressDetailsEditTextAreaLabel
{
	width: 100px;
	text-align: left; 
	float: left;
	padding-right:10px;
	text-align:right;
	line-height:14px;
}
.divAddressDetailsEditTextAreaInput TEXTAREA
{
	width:200px;
}

/* Address details edit - styles to use when displaying captcha control */
.divAddressDetailsEditCaptchaPairs
{
	min-height: 30px;
	width:350px;
	position:relative;
}

.divAddressDetailsEditCaptcha
{
	width:200px;
	display: inline-block;
	margin: 10px 0px 20px 112px;
}

/* Address validation and auto complete */

.divAddressValidationEnsureMessaage
{
	margin-bottom: 20px;
	width: 250px;
	line-height: 16px;
}

.divAddressValidationProgressMessaage
{
	color: Black; 
	font-weight: bold;
}

.divAddressValidationValid
{
	color: Green; 
	font-weight: bold;
}

.divAddressValidationConfirmation
{
	color: Orange; 
	font-weight: bold;
	position: relative;
}

.divAddressValidationNotValid
{
	color: Red;
	font-weight: bold;
}

.divAddressValidationConfirmationLeftAddress
{
	color: Black; 
	font-weight: normal;
	float: left;
	width: 185px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.divAddressValidationConfirmationRightAddress
{
	color: Black; 
	font-weight: normal;
	float: right;
	width: 185px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.addressValidationPanelBackground
{
	background-color:Gray; 
	filter:alpha(opacity=70); 
	opacity:0.7;
}

.addressValidationPanelPopUp
{
	background-color: #FFFFFF; 
	padding: 10px;
	width: 400px; 
	max-height: 400px;
	overflow: scroll;
}

.autoCompleteSuburbPostcodeContainer
{
    margin: 0px;
    list-style-type: none;
    padding-left: 0px;
}

.autoCompleteSuburbPostcode
{
    width: 250px;
    background-color: #EFEFEF;
    margin: 0px;
}

.autoCompleteSuburbPostcodeHighlight
{
    width: 250px;
    background-color: #DEDEDE;
    margin: 0px;
}

#divAddressDetailsEdit .ErrorText
{
	border:solid 0px green;
	/*margin-left:330px;*/
}