﻿.addrFields 
{ 
	padding: 0;
	margin: 0;
	border: none; 
}

.rowNameFld 
{ 
	text-align: right;
	font-weight: bold;
}

.addr1Box, .addr2Box { width: 300px; }
.cityBox { width: 180px; }
.postalBox { width: 90px; }
.addr1, .addr2 { }
.city { }
.postal { }
.state { }
.country { }
.stateDD { }
.countryDD { width: 240px;}
.stateDD_DriveDir { font-size: 8pt; }
.countryDD_DriveDir { font-size: 8pt; }
.cityList { z-index: 100; }

/* Auto Complete */
.acListInputAddr
{ 
	visibility : hidden;
	margin : 0px!important;
	background-color : #fff;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : pointer;
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
    padding:0;
    z-index: 10; /* Keep higher than other zindex settings for edit controls, such as calendar ctls in HotelEditData.ascx */
}

/* AutoComplete highlighted item */

.acHiliteInputAddr
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
	text-align : left !important;
	margin-left: 0px;
}

/* AutoComplete item */

.acListItemInputAddr
{
	background-color : white;
	color : windowtext;
	padding : 1px;
	text-align : left !important;
	margin-left: 0px;
	border-bottom: solid 1px #e0e0e0;
}

