input.error, textarea.error
{
	border: 1px dotted #ff0000;
}

img[src*='/16_']
{
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: bottom;
}

.ADDRESS_category_syle
{
	font-weight: bold;
}

#DIV_address_list
{
	height: auto;
	overflow: hidden;
}

/**
CSS Definition - Address View
**/

label
{
	min-width: 200px;
	width: 200px;
}

.address_search
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	height: 20px;

}


#DIV_AV_go_back
{
	height: auto;
	min-height: 10px;
	width: 542px;
	min-width: 542px;
	margin: 2px;
	padding: 2px;
		
	font-weight: normal;
}

#DIV_AV_address_search, #DIV_AV_address_filter
{
	height: auto;
	min-height: 10px;
	width: 98%;
	min-width: 98%;
	margin: 2px 0;
	padding: 2px 0;
	
/* 	background-color: #DCDCDC; */
	
	font-weight: normal;
}

#DIV_AV_address_search_left
{
	float: left;
	height: auto;
	min-height: 20px;
	width: 150px;
	min-width: 150px;
	max-width: 150px;
	padding-left: 2px;
}

#DIV_AV_address_search_right
{
	float: left;
	height: auto;
	min-height: 20px;
	width: 392px;
	min-width: 392px;
	max-width: 392px;
}

#DIV_AV_address_page_navigation, #DIV_AV_address_alphabetic_navigation
{
	height: auto;
	min-height: 10px;
	width: 98%;
	min-width: 98%;
	margin: 2px 0;
	padding: 2px 0;

/* 	background-color: #DCDCDC; */
}

#DIV_AV_address_category_list
{
	height: auto;
	min-height: 10px;
	width: 542px;
	min-width: 542px;
	margin: 2px;
	padding: 2px;
	
/* 	background-color: #DCDCDC; */
	
	font-weight: bold;
}

.TABLE_AV_address
{
	width: 98%;
}

.TD_AV_address_header
{
	height: 20px;
	min-height: 10px;
	width: 50%;
	min-width: 50%;
	padding: 2px;

/* 	background-color: #DCDCDC; */
	
	font-weight: bold;
	vertical-align: top;
}

.TD_AV_address_label
{
	height: 20px;
	min-height: 10px;
	width: 25%;
	min-width: 25%;
	padding: 2px;

/* 	background-color: #EFEFEF; */
	
	font-weight: bold;
	vertical-align: top;
}

.TD_AV_address_data
{
	height: 20px;
	min-height: 10px;
	width: 25%;
	min-width: 25%;
	padding: 2px;

	overflow: hidden;
/* 	background-color: #EFEFEF;	 */

	vertical-align: top;
}

.TD_AV_address_footer
{
	height: 2px;
	min-height: 2px;
	width: 100%;
	min-width: 100%;

	background-color: #696969;

}

.address_search {
    width: 100% !important;
}



.address-selection-category {
	display: none !important;
}

