/*Common*/
HTML
{
	background-color: #595959;
/** fix for chrome **/
	overflow-y: scroll;
}
BODY
{
	background-color: #595959;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}
H1, H2, H3
{
	color: #587EBF;
}
#hd
{
	height: 148px;
	background: url(/content/default/hd_background.jpg) repeat-x;
}
.link
{
	text-decoration: none;
	color: #006BA1;
}
.link:HOVER
{
	color: #FD4700;
}
/*Index*/
#site_logo
{
	height: 148px;
}
#site_logo IMG
{
	position: absolute;
	bottom: 35px;
	left: 35px;
}
#site_menu
{
	height: 148px;
}
#site_menu .container
{
	position: absolute;
	bottom: 0;
	left: 40px;
}
#menu_con
{
	float: left;
	clear: none;
	height: 40px;
}
#site_menu LI
{
	margin: 0;
	padding: 0;
	float: left;
	height: 50px;
	clear: none;
	display: block;
	margin-top: 15px;
	padding: 0 8px;
	background-image: url(/content/default/hd_sitemenu_background.png);
	background-repeat: repeat-x;
}
#site_menu LI A
{
	display: block;
	height: 50px;
	line-height: 45px;
	padding: 5px 0;
	text-decoration: none;
	color: #000;
}
#site_menu LI.selected
{
	padding-left: 6px;
	margin-top: 0;
	padding-right: 0;
	height: 64px;
	background-repeat: no-repeat;
	background: url(/content/default/hd_sitemenu_selected_left.png) no-repeat top left;
}
#site_menu LI.selected A
{
	padding-top: 18px;
	padding-right: 6px;
	background-position: right top;
	background: url(/content/default/hd_sitemenu_selected_right.png) no-repeat top right;
	color: #FFFFFF;
}
#site_menu LI.separator
{
	padding: 16px 0 0;
	width: 2;
	background-image: url(/content/default/hd_sitemenu_background.png);
	background-repeat: repeat-x;
}
#site_menu .left_cap
{
	float: left;
	clear: none;
	width: 6px;
	height: 50px;
	margin-top: 15px;
	background-repeat: no-repeat;
	background: url(/content/default/hd_sitemenu_cap_left.png) no-repeat left;
}
#site_menu .right_cap
{
	float: left;
	clear: none;
	width: 5px;
	height: 50px;
	margin-top: 15px;
	background-repeat: no-repeat;
	background: url(/content/default/hd_sitemenu_cap_right.png) no-repeat right;
}
#site_menu .header_newsletter
{
	position: absolute;
	top: 7px;
	right: 110px;
}
#site_menu .header_newsletter #fail
{
	font-style: italic;
	color: #67AAF1;
	border: none;
	border: 1px solid #67AAF1;
}
#site_menu .header_newsletter SPAN
{
	font-size: 72%;
	color: #006DA2;
	font-weight: bold;
}
#site_menu .header_newsletter BUTTON
{
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #67AAF1;
	color: #FFFFFF;
	padding: 2px 2px 0;
	margin-left: 3px;
	height: 20px;
	font-size: xx-small;
}
#feature_pager LI A
{
	background-repeat: no-repeat;
	padding: 3px 10px 3px 0px;
	text-decoration: none;
	background-position: right;
	color: #666666;
}
#feature_pager LI
{
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
}
#bd
{
	background: #FFF url(/content/default/bd_background.jpg) repeat-y center;
	min-height: 400px;
	margin: 0;
}
#bd .container_12
{
	padding: 20px 0 30px;
}
#search
{
	margin-bottom: 25px;
}
#search .icon_directory
{
	float: left;
	width: 32px;
	height: 55px;
	background: url(/content/index/businessdirectoryicon.jpg) no-repeat;
}
#search .directory_name
{
	float: left;
	width: 100px;
	padding: 10px 0 0;
	/*+placement:shift;*/
	position: relative;
	left: 0;
	top: 0;
}
#search .inputs
{
	float: left;
	width: 660px;
	padding-top: 4px;
}
#search .left
{
	background: url(/content/default/search_submit_cap_left.jpg) no-repeat;
	width: 40px;
	margin-right: -2px;
}
#search .right
{
	background: url(/content/default/search_submit_cap_right.jpg) repeat-x;
	width: 21px;
	margin-left: -2px;
}
#search .middle
{
	background: url(/content/default/search_submit_middle.jpg) repeat-x;
	padding-bottom: 7px;
}
#search .submit_button
{
	border: none;
	height: 43px;
	float: left;
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
	/*[empty]padding-top:;*/
	margin-top: 2px;
	cursor: hand;
}
/** fixed
#search .inputs #q { border-width:0; width:190px; height:34px; padding:8px 5px 8px 5px; background: url(/content/default/search_input_190.jpg) no-repeat; }
#search .inputs #a { border-width:0; width:190px; height:34px; padding:8px 5px 8px 5px; background: url(/content/default/search_input_190.jpg) no-repeat; }
*
* fluid **/
#search .inputs .label
{
	display: inline-block;
	font-size: 130%;
}
#search .inputs .input
{
	display: inline-block;
	height: 35px;
	padding: 0 15px 0 0;
	background: url(/content/default/search_input_right.jpg) no-repeat top right;
}
#search .inputs .input .cap
{
	display: inline-block;
	height: 35px;
	padding: 0 0 0 5px;
	background: url(/content/default/search_input_left.jpg) no-repeat top left;
}
#search .inputs .input INPUT
{
	border-width: 0;
	background: transparent;
	height: 90%;
	font-size: 130%;
	padding-top: 4px;
	padding-bottom: 0px;
	/*+placement:shift;*/
	position: relative;
	left: 0;
	top: 0;
}
#search .inputs .input INPUT
{
	width: 260px;
}
#search .query_hints, #search .area_hints
{
	float: left;
	font-size: 70%;
}
#search .query_hints .query_hint
{
	text-decoration: underline;
	font-style: italic;
	color: #004E7B;
	cursor: pointer;
}
#search .area_hints .area_hint
{
	text-decoration: underline;
	font-style: italic;
	color: #004E7B;
	cursor: pointer;
}
#search .query_hints
{
	width: 310px;
	margin-left: 150px;
}
#search .query_hints
{
	width: 310px;
}
#search .action
{
	text-align: right;
}
#search .submit
{
	float: left;
	display: block;
	height: 43px;
	padding: 0px 0px 0px 45px;
	background: url(/content/default/search_submit_left.jpg) no-repeat;
	text-decoration: none;
	color: #FFF;
	font-size: 20px;
}
#search .submit SPAN
{
	display: block;
	height: 45px;
	padding: 10px 20px 0 0;
	background: url(/content/default/search_submit_right.jpg) no-repeat right top;
}
.main_container
{
}
#bd .download
{
	height: 470px;
	background: url(/content/default/bd_download_background.png) no-repeat;
}
#bd .download .callout, #bd .download .video
{
	padding: 20px 0;
}
#bd .download .callout
{
	height: 340px;
	padding-left: 10px;
	background: url(/content/default/bd_download_copy.png) no-repeat;
}
#bd .download .video
{
	height: 300px;
	padding-right: 10px;
	padding-top: 40px;
	/*[empty]border:;*/
	/*[empty]padding-left:;*/
}
#bd .download .video A
{
	padding-left: 57px;
}
#bd .download .video A:hover
{
}
#bd .download .feature_list
{
	color: #0A51AB;
}
#bd .download .feature_list UL
{
	position: relative;
	list-style-type: disc;
	font-size: xx-large;
	padding-left: 30px;
}
#bd .download .feature_list UL LI
{
	padding-top: 15px;
	padding-left: 10px;
}
#bd .feature_summary
{
	padding-top: 50px;
	text-align: center;
	color: #0A51AB;
	font-weight: bold;
	font-size: 50px;
}
#bd .feature_summary SPAN
{
	position: relative;
}
#bd .download .callout H1, #bd .download .callout H2, #bd .download .callout H3
{
	visibility: hidden;
}
#bd .download .callout H1
{
	font-size: 60px;
	color: #FFF;
	white-space: nowrap;
	padding: 20px 0 0 20px;
}
#bd .download .callout H2
{
	font-size: 48px;
	color: #FFF;
	white-space: nowrap;
	padding: 20px 0 0 20px;
}
#bd .download .callout H3
{
	font-size: 16px;
	color: #6AC0EB;
	padding: 20px 0 0 20px;
}
#bd .download .callout H3 STRONG
{
	color: #FFF;
}
#bd .download .actions>DIV
{
	margin-left: 50px;
}
#bd .download .actions .download_button
{
	margin-top: 40px;
}
#bd .download .actions .download_button
{
	margin-left: 30px;
	height: 116px;
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 93px;
	line-height: 115px;
}
#bd .download .actions .download_button A
{
	text-decoration: none;
	color: #FFF;
	display: block;
	height: 116px;
	background: url(/content/default/bd_download_button_left.png) no-repeat;
}
#bd .download .actions .download_button A SPAN
{
	padding-left: 10px;
	background: url(/content/default/bd_download_button_right.png) no-repeat top right;
	display: block;
	height: 116px;
	margin-left: 30px;
}
#bd .download .actions .download_noncommercial
{
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	/*+placement:shift -8px -18px;*/
	position: relative;
	left: -8px;
	top: -18px;
}
#bd .download .actions .business_join
{
	height: 44px;
	text-align: center;
	text-align: center;
	height: 35px;
	margin-top: 10px;
}
#bd .download .actions .business_join A
{
	line-height: 45px;
	font-weight: bold;
	text-transform: uppercase;
	height: 44px;
	text-decoration: none;
	color: #FFF;
}
#bd .download .actions .business_join .left
{
	height: 44px;
	background: url(/content/default/bd_download_join_left_cap.jpg) no-repeat left;
	display: inline-block;
	padding-left: 6px;
}
#bd .download .actions .business_join .left .cont
{
	height: 44px;
	background: url(/content/default/bd_download_join_left.jpg);
	padding-right: 2px;
	white-space: nowrap;
}
#bd .download .actions .business_join .right
{
	height: 44px;
	background: url(/content/default/bd_download_join_right_cap.jpg) no-repeat right;
	display: inline-block;
	padding-right: 32px;
}
#bd .download .actions .business_join .right .cont
{
	height: 44px;
	background: url(/content/default/bd_download_join_right.jpg);
	padding-left: 2px;
	white-space: nowrap;
}
#bd .listing_refine_area
{
	color: #666666;
	font-size: 80%;
	background: #FFD4C3;
	padding: 16px;
	margin: 0 0 25px;
	background-image: url(/content/default/mvh_logo_FFD4C3.jpg);
	background-position: center right;
	background-repeat: no-repeat;
}
#bd .listing_refine_area .title
{
	padding: 0 0 20px;
}
#bd .listing_refine_area UL
{
	list-style-image: url(/content/default/bullet-star.gif);
}
#bd .listing_refine_area UL LI
{
	float: left;
	width: 30%;
	padding: 0 10px 10px 0;
	margin-left: 16px;
}
#bd .listing_refine_area UL LI A
{
	text-decoration: none;
	color: #666666;
}
#bd .listing_refine_area UL LI A:hover
{
	text-decoration: none;
	color: #FF4900;
}
#bd .listing_refine_area SPAN
{
	padding-top: 10px;
	display: block;
	clear: both;
}
/*Error Screen*/
.error_page .link
{
	/*+placement:shift;*/
	position: relative;
	left: 0;
	top: 0;
}
.error_page P
{
	margin-top: 10px;
	margin-bottom: 10px;
}
/*Refine Search*/
#listing_page_count
{
	text-align: right;
	font-size: 10.1pt;
	color: #515151;
}
#listing_refine_search
{
	background-color: #D1E4EF;
	border: 1px dashed #444444;
	color: #004D73;
}
#listing_refine_search .header
{
	font-size: large;
	padding: 7px;
	text-align: left;
	background-color: #A8CDDF;
	color: #004D73;
}
#listing_refine_search .subheader
{
	padding: 7px;
	font-size: medium;
	font-weight: bold;
}
#listing_refine_search .group
{
	padding: 0px 7px 7px;
}
#listing_refine_search A
{
	text-decoration: none;
	font-size: small;
	color: #004D73;
}
#listing_refine_search A:hover
{
	color: #FF4900;
}
#listing_refine_search .listing_count
{
	font-size: x-small;
	color: #5D5D5D;
}
#listing_refine_search .no_results
{
	font-size: small;
	color: #5D5D5D;
}
#listing_pagination
{
	padding-top: 5px;
	text-align: center;
}
#listing_pagination UL
{
	list-style-type: none;
	display: inline;
}
#listing_pagination UL LI
{
	margin: 0 1px;
	border: 1px solid #9EC7DD;
	background-image: url(/content/default/pag_bg.jpg);
	background-position: center;
	display: inline-block;
}
#listing_pagination UL LI A
{
	text-decoration: none;
	padding: 0px 5px;
	color: #004D73;
	display: inline-block;
	/*[empty]height:;*/
}
#listing_pagination UL LI STRONG
{
	padding: 0px 5px;
	color: #004D73;
	display: inline-block;
}
#listing_pagination UL LI A:hover
{
	color: #D42445;
}
#ft
{
	background: #595959 url(/content/default/ft_background.jpg?asdasdasd) no-repeat center bottom;
	padding-bottom: 30px;
}
#ft .container_12
{
	background: #FFF;
}
#ft .footer_newsletter
{
	background: #D6D6D6;
	border: 2px solid #C7C7C7;
	padding: 15px;
}
#ft .brands
{
	margin-top: 20px;
}
#ft .copyright
{
	font-size: 12px;
	padding: 2px;
}
#ft .sitemap
{
	text-align: center;
	font-size: 12px;
	padding: 2px;
	padding-bottom: 10px;
}
#ft .sitemap A
{
	text-decoration: none;
	color: #026DA3;
}
#ft .sitemap A:hover
{
	text-decoration: underline;
}
#ft .footer_overlay
{
	background: #FFF;
}
#ft .grid_5
{
	margin-left: 40px;
}
#ft .grid_4
{
	margin-left: 100px;
	padding-bottom: 10px;
}
#sitemap
{
	color: #D6D6D6;
}
#sitemap A
{
	color: #D6D6D6;
}
#sitemap H4
{
	padding: 0 0 20px 20px;
	color: #C8C8C8;
}
#sitemap UL
{
	padding: 0 0 20px 20px;
}
#sitemap LI
{
	margin: 4px 0 0 10px;
}
.debug_red
{
	background: #FF0000;
}
.debug_yellow
{
	background: #FFFF00;
}
/*Results Table Header*/
#listing_result_table .table_container
{
	background-color: #EAF3F8;
	margin: 0px;
	padding: 0px;
}
#listing_result_table .horizontal_line
{
	border-top: 1px solid #909090;
	height: 0px;
}
#listing_result_table .header_container
{
	background-color: #A8CDDF;
	padding: 7px;
	font-size: large;
}
#listing_result_table
{
	color: #004D73;
}
#listing_result_table .header_results
{
	float: right;
	position: relative;
	top: 1px;
	font-size: small;
	/*+placement:shift;*/
	position: relative;
	left: 0;
	top: 0;
}
#listing_result_table .header_title
{
	padding: 1px;
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
/*Pagination*/
#listing_result_table .paginationContainer
{
	text-align: center;
	padding: 3px;
	font-size: medium;
}
/*Listing Item (Results Table)*/
#listing_no_results
{
	padding-bottom: 250px;
}
#listing_results_table_list .listing_item
{
	padding: 10px 3px 3px;
	margin: 0px;
	font-size: medium;
	border-bottom: 3px solid #FFFFFF;
}
#listing_results_table_list .listing_item DIV
{
	cursor: pointer;
	height: 75px;
}
#listing_results_table_list .listing_item:hover
{
	background-color: #D1E4EF;
}
#listing_results_table_list .listing_item DIV.hovered A
{
	text-decoration: underline;
}
#listing_results_table_list .listing_item #logo
{
	float: left;
}
#listing_results_table_list .listing_item #name
{
	position: relative;
	left: 6px;
}
#listing_results_table_list .listing_item #registrationDate
{
	float: right;
	position: relative;
	right: 8px;
	top: -5px;
	color: #666666;
	font-size: small;
}
#listing_results_table_list .listing_item #name A
{
	font-weight: bold;
	color: #004D73;
	text-decoration: none;
	font-size: large;
}
#listing_results_table_list .listing_item #reportInappropriate
{
	z-index: 10;
	position: relative;
	right: 5px;
	text-align: right;
	bottom: 20px;
}
#listing_results_table_list .listing_item #reportInappropriate A
{
	color: #FF6633;
	font-size: small;
	text-decoration: none;
}
#listing_results_table_list .listing_item #reportInappropriate A:hover
{
	color: #CC3300;
	text-decoration: underline;
}
#listing_results_table_list .listing_item #description
{
	position: relative;
	left: 6px;
	padding-bottom: 10px;
	font-size: small;
}
#listing_results_table_list .listing_item #listingAddress
{
	position: relative;
	left: 6px;
	font-size: medium;
}
/*Feature Styling*/
#listing_results_table_list .listing_bold .name
{
	font-weight: bold;
}
#listing_results_table_list .listing_blue_bg
{
	background-color: #E0EEEE;
}
#listing_results_table_list .listing_border
{
	border: 2px solid #000000;
	margin: 3px;
}
/*Business Detail Styling*/
#business_show_header_container
{
	padding: 10px 0;
	margin: 0 10px;
}
#business_show_header_logo
{
/*width:203px;
height:76;*/
	float: right;
/*overflow:hidden;*/
	margin-right: 12px;
	padding: 4px;
}
#business_show_header_container .short_description
{
	margin-top: 10px;
	font-style: italic;
}
#business_show_header_container .btnresume
{
	padding-bottom: 14px;
	font-weight: bold;
}
#business_show_header_container .btnresume A
{
	text-decoration: none;
	color: #000000;
}
#business_show_header_container .btnresume A:HOVER
{
	color: #FC4700;
}
#business_show_about_us_container
{
	font-size: small;
	padding-bottom: 10px;
	margin-left: 10px;
	width: 924px;
	overflow: auto;
}
#business_show_about_us_container DIV
{
	background-color: #DEEDF4;
	border-bottom: 7px solid #EFFAFF;
	border-left: 7px solid #EFFAFF;
	border-right: 7px solid #EFFAFF;
	padding: 20px;
	color: #004A6F;
}
#business_show_about_us_container UL
{
	margin: 10px;
	padding: 10px;
}
#business_show_about_us_container UL LI
{
	list-style-type: disc;
}
#business_show_about_us_container UL.business_show_gallery
{
	overflow: auto;
	margin: 0;
	padding: 0;
}
#business_show_about_us_container UL.business_show_gallery LI
{
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	padding: 10px;
	margin: 7px;
	border: 1px solid #9FCDFF;
	background-color: #EFFAFF;
}
#about_us_tab_nav
{
	display: none;
	margin: 20px 0 0 10px;
}
#about_us_tab_nav LI
{
	display: inline;
	cursor: pointer;
	background-color: #EFFAFF;
	padding: 5px 5px 3px;
	border-top: 7px solid #EFFAFF;
	border-left: 7px solid #EFFAFF;
	border-right: 7px solid #EFFAFF;
	font-size: small;
	font-weight: bold;
	color: #004A6F;
}
#business_show_contact_details_container
{
	font-size: small;
	padding: 20px 20px 0;
	margin: 10px 10px 0;
	border-top: 7px solid #EFFAFF;
	border-left: 7px solid #EFFAFF;
	border-right: 7px solid #EFFAFF;
	background-color: #DEEDF4;
}
#business_show_contact_details_container .title
{
	font-weight: bold;
	color: #004A6F;
}
#business_show_contact_details_container UL LI
{
	width: 50%;
	float: left;
	margin: 0px 0px 5px;
	color: #026DA3;
}
#business_show_contact_details_container UL LI A, #business_show_address_container UL LI A
{
	color: #026DA3;
}
#business_show_contact_details_container UL LI A:hover, #business_show_address_container UL LI A:hover
{
	text-decoration: none;
	color: #D42445;
}
#business_show_address_container
{
	background-color: #DEEDF4;
	font-size: small;
	padding: 20px;
	margin: 0 10px;
	border-bottom: 7px solid #EFFAFF;
	border-left: 7px solid #EFFAFF;
	border-right: 7px solid #EFFAFF;
}
#business_show_address_container UL LI
{
	width: 50%;
	float: left;
	color: #026DA3;
}
#business_show_address_container .address .type
{
	font-weight: bold;
	color: #004A6F;
	margin: 0px 0px 10px;
}
#business_show_address_container .addressContainer .details
{
	font-style: italic;
}
#business_show_gallery_container
{
	background-color: #DEEDF4;
	font-size: small;
	padding: 20px;
	margin: 20px 10px 0;
	border: 7px solid #EFFAFF;
	overflow: auto;
}
#business_show_gallery_container #title
{
	font-weight: bold;
}
#business_show_gallery_container .thumbnail
{
	border: 1px solid #000000;
	padding: 2px;
}
#business_show_gallery_container .thumbnail:hover
{
	border: 1px solid #FFA500;
	padding: 2px;
}
#business_show_gallery_container UL
{
	padding: 3px;
}
#business_show_gallery_container UL LI
{
	float: left;
	width: 20%;
	padding: 5px 0px;
	text-align: center;
}
.feature_category
{
}
.feature_category UL
{
	list-style-type: disc;
	padding-left: 40px;
}
.feature_category P
{
	padding-top: 5px;
	padding-bottom: 5px;
}
.feature_category .feature_centered_image
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.feature_category H3
{
	padding-top: 20px;
}
.feature_category .feature_intro
{
	color: #7B8188;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 14px;
	line-height: 150%;
}
.feature_breif H3
{
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 18px;
}
.feature_breif P, .pow-search LI
{
	color: #636B75;
	font-size: 13px;
	margin: 0 0 18px;
	line-height: 18px;
}
.feature_preview
{
	padding: 20px 0 0;
	text-align: center;
}
.pow-search
{
	padding: 20px;
	list-style-type: decimal;
}
.pow-search LI
{
	padding-bottom: 7px;
	margin-bottom: 0;
}
.clr
{
	clear: both;
}
/*Simple Signup*/
.simple_signup .header
{
}
.simple_signup .fields .group .info
{
	font-size: 9pt;
	color: #6C6C6C;
}
.simple_signup .fields .group .field
{
	padding: 10px 5px 0px;
}
.simple_signup .fields .group .field INPUT
{
	width: 250px;
}
.simple_signup .fields .group .field SELECT
{
	width: 256px;
}
.simple_signup .fields .group .field .validation
{
	color: #9E2D2D;
	padding-left: 4px;
}
.simple_signup .fields .group .checklist .checkbox
{
	/*+placement:float-left 11px 2px;*/
	float: left;
	position: relative;
	left: 11px;
	top: 2px;
	z-index: 2;
}
.simple_signup .fields .group .checklist .title
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 93px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0;
}
.simple_signup .fields .group .checklist .info
{
	/*+placement:shift 16px 2px;*/
	position: relative;
	left: 16px;
	top: 2px;
}
.simple_signup .fields .group .header
{
	background-color: #C5DFEC;
	padding: 4px;
	margin-top: 12px;
}
.simple_signup .fields .group
{
	padding-bottom: 8px;
}
.simple_signup .fields
{
	border-width: 1px;
	border-style: solid;
	border-color: #A4A4A4;
	/*+border-radius:5px;*/
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin-top: 9px;
	margin-bottom: 9px;
	/*[empty]padding-left:;*/
}
.simple_signup .fields .group .header_top
{
	/*+border-radius:5px 5px 0 0;*/
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	/*[empty]width:;*/
	/*[empty]height:;*/
	margin-top: 0px;
}
.simple_signup .fields .group .checklist LI
{
	margin-top: 8px;
}
.simple_signup .fields .group .header .title_info
{
	/*+placement:shift;*/
	position: relative;
	left: 0;
	top: 0;
	margin-left: 12px;
	color: #686868;
	font-style: italic;
}
.simple_signup .save
{
	text-align: center;
}
.simple_signup .cancel
{
}
.simple_signup H2
{
	padding-top: 24px;
	padding-bottom: 19px;
}
.simple_signup .instructions P
{
	margin: 0;
	padding-top: 11px;
}
.simple_signup .instructions
{
	padding-bottom: 15px;
	margin: 0;
}
.simple_signup .fields .address .street_number
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
.simple_signup .fields .address .street_name
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
.simple_signup .fields .address .street_type
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
.simple_signup .fields .address .postcode
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
.simple_signup .fields .address .suburb
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
.simple_signup .fields .address .state
{
}
.simple_signup .fields .address .street_number INPUT
{
	width: 100px;
}
.simple_signup .fields .address .street_name INPUT
{
	width: 320px;
}
.simple_signup .fields .address .street_type INPUT
{
	width: 99px;
}
.simple_signup .fields .address .unit INPUT
{
	width: 100px;
}
.simple_signup .fields .address .postcode INPUT
{
	width: 73px;
}
.simple_signup .show .listings .listing
{
	border-bottom: 1px solid #A4A4A4;
	padding-left: 6px;
	padding-right: 8px;
}
.simple_signup .show .listings .listing .listinglink
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 850px;
	padding: 0;
	margin-bottom: 6px;
	margin-top: 5px;
}
.simple_signup .show .listings .listing .delete
{
	/*+placement:float-right 0px 0px;*/
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #A20000;
}
.simple_signup .show .listings .listing .delete:hover
{
	color: #D53300;
}
/*Authentication*/
.login .register .link
{
	padding-top: 4px;
}
.login .register .link A
{
	font-weight: bold;
}
.login .register H1
{
	margin-top: 12px;
	margin-left: 7px;
	margin-bottom: 1px;
}
.login .register
{
	border: 1px solid #000000;
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 682px;
	border: 1px solid #A4A4A4;
	/*+border-radius:5px;*/
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin-right: 15px;
	height: 174px;
	margin-left: 4px;
}
.login .loginsection
{
	width: 234px;
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	height: 149px;
}
.login .loginbox
{
	border: 1px solid #A4A4A4;
	/*+border-radius:5px;*/
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 8px;
	background-color: #E1EEF4;
	width: 234px;
	height: 158px;
}
.login .loginbox .btn
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
}
.login .loginbox .field
{
	padding-top: 18px;
	padding-left: 6px;
}
.login .loginbox .field .title
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 80px;
}
.login .loginbox .field .data
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
.login .loginbox .field .data INPUT
{
	width: 139px;
}
.login .register P
{
	margin: 8px;
}
.login .register H2
{
	margin: 7px;
}
.login .register .link
{
	text-align: center;
	font-weight: bold;
	/*[empty]background-color:;*/
	margin-top: 16px;
}
.login .register .link A
{
	text-decoration: none;
	color: #FE4700;
}
.login .register .link A:hover
{
	color: #016CA2;
}
.login
{
	margin-top: 10px;
}
.login .err
{
	text-align: center;
	color: #AC0000;
	font-size: small;
	width: 253px;
}
.auth_controls
{
	/*+placement:float-right 0px 0px;*/
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
	color: #626262;
	padding: 8px 0 0;
}
.auth_controls #username
{
	color: #006BA1;
}
.auth_controls A
{
	text-decoration: none;
	color: #016CA2;
	font-weight: normal;
}
.auth_controls A:Hover
{
	color: #FD4700;
}
.login .moreinfo
{
	margin-top: 47px;
}
.login .forgot_password
{
	text-align: center;
	padding-top: 1px;
}
/*Form Box*/
.formbox
{
	border: 1px solid #A4A4A4;
	/*+border-radius:5px;*/
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin-top: 8px;
}
.formbox .header
{
	background-color: #C5DFEC;
	/*+border-radius:5px 5px 0 0;*/
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	padding: 3px;
}
.formbox .field
{
	margin: 7px;
}
.formbox .field .title
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 139px;
}
.formbox .field .data INPUT
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 188px;
	margin-right: 11px;
}
.formbox .field .err SPAN
{
	font-size: small;
	font-style: italic;
	color: #C60505;
}
.formbox .field .info
{
	font-size: small;
	color: #6C6C6C;
	padding-bottom: 5px;
}
.formbox .field .importantinfo
{
	font-size: small;
	color: #C00101;
	padding-bottom: 5px;
}
.formbox .captchabox
{
}
.formbox .captchabox P
{
	/*[empty]padding-top:;*/
}
.formbox .captchabox .info
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: 12px;
}
.formbox .captchabox .err
{
	padding-top: 40px;
}
.formbox .captchabox #recaptcha_widget_div
{
	/*+placement:float-left;*/
	float: left;
	/*[empty]margin-bottom:;*/
	margin-right: 22px;
	margin-left: 6px;
}
/*Registration*/
.register .info
{
	color: #6C6C6C;
}
.register .btn
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
	/*[empty]width:;*/
}
.register .instructions P
{
	margin: 11px 0 10px;
}
.register .back
{
	margin-top: 0px;
	margin-bottom: 15px;
}
/*Report*/
.report .option
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
.report .options
{
	padding-top: 27px;
}
.report .info P
{
	padding-top: 18px;
}
.report .yes
{
	padding-left: 236px;
	padding-right: 100px;
}
/*Marketing - Legal*/
.legal
{
	/*[empty]line-height:;*/
	font-size: small;
	margin-left: 15px;
	margin-right: 10px;
}
.legal H1
{
	margin-bottom: 21px;
}
.legal H2
{
	margin-top: 25px;
}
.legal P
{
}
.legal UL
{
	margin-left: 29px;
	margin-top: 9px;
	margin-bottom: 16px;
	list-style: url(bullet);
}
.termandconditions .masterlist .masteritem
{
	margin-top: 20px;
	list-style-type: decimal;
	margin-left: 22px;
}
.termandconditions .masterlist .masteritem P
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.termandconditions .sublist
{
	list-style-type: lower-alpha;
	margin-left: 47px;
}
/*Marketing*/
.marketing P
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.marketing A
{
	text-decoration: none;
	color: #016CA2;
	font-weight: normal;
}
.marketing A:hover
{
	color: #FE4700;
}
.marketing H2
{
	margin-top: 10px;
	margin-bottom: 5px;
}
.marketing H1
{
	margin-bottom: 15px;
}
.marketing UL
{
	list-style-type: disc;
	padding-left: 37px;
}
/*Marketing - Contact Us*/
.contactus .label
{
	font-weight: bold;
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 71px;
}
.contactus .value
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
.contactus #address
{
	margin-left: 41px;
}
.contactus H2
{
	font-size: 13.4pt;
	margin-top: 19px;
	margin-bottom: 0;
}
.contactus P
{
	margin-top: 2px;
	margin-bottom: 2px;
}
.contactus #addresslabel
{
	font-weight: bold;
	margin-top: 27px;
	margin-bottom: 0;
}
/*Marketing - Shortcuts*/
.shortcuts TD
{
	padding-bottom: 3px;
	padding-right: 15px;
}
.shortcuts H3
{
	margin-bottom: 11px;
}
/*Profile*/
.password_reset .btn
{
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.password_reset .back
{
	/*[empty]margin-top:;*/
	margin-bottom: 15px;
}
.updateprofile .btn
{
	text-align: center;
	padding-top: 9px;
	padding-bottom: 0;
}
.showprofile .editlink
{
}
.showprofile .accountoptions
{
	padding-top: 13px;
}
.showprofile .accountoptions LI
{
	margin-left: 39px;
	margin-top: 4px;
	list-style-type: circle;
}
