/* Link Styles */

a:link { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }
a:visited {	text-decoration: none; }

/* Global Styles */

body { 
  	margin-top: 10px;
  	margin-right: 15px;
  	margin-bottom: 20px;
  	margin-left: 15px;
	background-color: #ffffff;
}

form { margin: 0px }

div.roundtop { width: 100%; background: url('../images/top_right.gif') no-repeat top right;}
div.roundtop div { width: 100%; background: transparent url('../images/top_left.gif') no-repeat top left;}

div.roundbottom { width: 100%; background: transparent url('../images/bottom_right.gif') no-repeat bottom right;}
div.roundbottom div { width: 100%; background: transparent url('../images/bottom_left.gif') no-repeat bottom left;}

.padding { padding: 5px }
.divider { background-color: #efefef; }

.yellow_divider {
	color: #F0AD00;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: xx-small;
	text-decoration: none;
	line-height: 150%;
}

.option_header {
	color: #606060;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: xx-small;
	line-height: 150%;
}
.option_submenu {
	padding-top: 5px;
	padding-left: 5px;
	display: none;
}

.option_submenu_show {
	padding-top: 5px;
	padding-left: 5px;
}

.option_streets {
	padding-top: 5px;
	padding-left: 0px;
	display: none;
}
.option_streets_show {
	padding-top: 5px;
	padding-left: 0px;
}

.logoDIV {
	position: absolute; 
	left: 20px; 
	top: 20px; 
	width: 350px; 
	height: 55px;
}
.searchTypesDIV {
	font-size: 14px;
	position: absolute; 
	left: 400px; 
	top: 19px; 
	width: 250px;
}
.searchInputDIV {
	position: absolute;
	left: 400px;
	top: 41px;
	color: #555555;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 150%;
	text-decoration: none;
	width: 380px;
}
.neighbourhoodCategoryDIV {
	position: relative; 
	top: 10px; 
	width: 100%; 
	left: 10px;
}

.searchCategoryDIV {
	position: relative; 
	top: 80px; 
	width: 100%; 
	margin-left: 0px;
	margin-right: 0px;
}

.sponsoredListingsDIV {
	position: relative; 
	width:100%; 
}

.resultsHeaderDIV {
	padding-left: 10px;
	font-size: xx-small; 
	color: #EC8D00; 
	font-family: Arial;
	line-height: 300%
}

.resultsDIV {
	padding-top: 10px;
	padding-bottom: 20px;
	position: relative;
	width:50%;
}
.resultID {
	display: block;
    float: left;
    width: 20px;
    height: 20px;
    font-family: Arial;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
    color: #000000;
	border: solid 1px #2E77BB;
	background-color: #AECDEA;
	cursor:default;
}

.resultIDon {
	display: block;
    float: left;
    width: 20px;
    height: 20px;
    font-family: Arial;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
    color: #000000;
	border: solid 1px #16A843;
	background-color: #8CDDA4;
	cursor:pointer;
}

.entryDIV {
	border-bottom: dotted 1px #FFE6A6;
	font-size: 2px;
}
.entryDIVon {
	border-bottom: dotted 1px #D39800;
	font-size: 2px;
}
.neighboursDIV {
	padding-left: 16px;
	background-image: url('../images/neighbour_icon_off.gif'); 
	background-position:0px 1px;
	background-repeat: no-repeat;
	line-height: 150%;
}
.showMapDIV {
	padding-left: 16px;
	background-image: url('../images/map_icon_off.gif'); 
	background-position:0px 1px;
	background-repeat: no-repeat;
	line-height: 150%;
}
.showMapDIVon {
	padding-left: 16px;
	background-image: url('../images/map_icon.gif'); 
	background-position:0px 1px;
	background-repeat: no-repeat;
	line-height: 150%;
}
.showWebDIV {
	padding-left: 16px;
	background-image: url('../images/web_icon_off.gif'); 
	background-position:0px 1px;
	background-repeat: no-repeat;
	color: #606060;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: xx-small;
	line-height: 150%;
	cursor: default;
	text-decoration: none;
}
.showWebDIVon {
	padding-left: 16px;
 	background-image: url('../images/web_icon_off.gif');
	background-position:0px 1px;
	background-repeat: no-repeat;
	color: #606060;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: xx-small;
	line-height: 150%;
	cursor: pointer;
	text-decoration: underline;
}



.WEBresultsDIV{
	float:left;
	padding-top: 10px;
	padding-bottom: 20px; 
	position: relative; 
	width:65%;
}
.PICresultsDIV{
	float:right;
	margin-top: 20px;
	margin-bottom: 20px; 
	position: relative; 
	width:32%;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #cccccc;
}
.peopleDIV {
	/*float:left;*/
	padding-top: 10px;
	padding-bottom: 20px;
	position: relative;
	width:90%;
}

.mapDIV {
	width: 280px;
	position: absolute;
	left: 55%;
	z-index: 4;
	background-color: #ffffff;
	border: solid 1px #EDEDED;
	top: 368px;
}

.footerDIV {
	position: relative;
	padding: 15px;
	text-align:center;
	color: #606060;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
}
/* Local Search Styles For YellowPages */

.currentCategory {
	color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: x-small;
	text-decoration: none;
	margin: 10px;
	line-height: 200%;

}
a.currentCategory {
	color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: x-small;
	text-decoration: none;
	margin: 10px;
	line-height: 200%;
}
a.currentCategory:visited {
	color: #ffffff;
}
a.currentCategory:hover { 
	text-decoration: underline;
}
.header_link_disabled {
	margin-left: 2px;
	color: #C7C7C7;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a.header_link {
	margin-left: 2px;
	color: #005499;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a.header_link:hover { text-decoration: underline; }

a.header_selected_link {
	margin-left: 2px;
	color: #F0AD00;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a.header_selected_link:hover { text-decoration: underline; }

.orange_header {
	margin-left: 10px;
	font-size: xx-small; 
	color: #EC8D00; 
	font-family: Arial;
	line-height: 300%
}

.resultPages {
	/* width: 100%; */
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: xx-small;
	text-decoration: none;
	background-color: #efefef;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #F0AD00;
}
.resultPage {
	color: #EC8D00;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: xx-small;
	text-decoration: none;
}
a.resultPageLink {
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: xx-small;
	text-decoration: none;
}
a.resultPageLink:hover {
	font-weight: bold;
	text-decoration: underline;
}

.resultTime {
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: xx-small;
	text-decoration: none;
	text-align: right;
	background-color: #efefef;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #F0AD00;
}
.BOLD {font-weight: bold;}


.title_bar_text {
	color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: xx-small;
	text-decoration: none;
	background-color: #005499;
}

.range {
	position: relative;
	width: 320px;
	padding: 10px;
	color: #606060;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: xx-small;
	text-decoration: none;
}

/* SEARCH RESULTS */

.business_address {
	color: #606060;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: xx-small;
	text-decoration: none;
	text-align: right;
	line-height: 100%;
}

.result_indent {padding-left: 10px;}

.result_title {
	color: #06579A;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: smaller;
	text-decoration: none;
	line-height: 120%;
}
a.result_title {
	color: #06579A;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: smaller;
	text-decoration: underline;
	line-height: 120%;
}
a.result_title:visited {
	color: #06579A;
}
a.result_title:hover {text-decoration: underline;}

a.result_multiple {
	margin-left:5px;
	color: #D39800;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: smaller;
	text-decoration: none;
	line-height: 120%;
}
a.result_multiple:hover {text-decoration: underline;}

.result_snippet {
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: smaller;
	text-decoration: none;
	line-height: 140%;
}

.result_address {
	color: #606060;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: xx-small;
	text-decoration: none;
	line-height: 150%;
}

.result_ranking {
	color: #606060;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: xx-small;
	text-decoration: none;
	line-height: 150%;
}

.result_phone {
	color: #606060;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: xx-small;
	text-decoration: none;
	line-height: 150%;
	margin-left: 15px;
}

.result_url {
	color: #008000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: xx-small;
	text-decoration: none;
	line-height: 150%;
}
a.result_url {
	color: #008000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: xx-small;
	text-decoration: none;
	line-height: 150%;
}
a.result_url:visited {
	color: #008000;
}
a.result_url:hover { text-decoration: underline; }

/* SPONSOR LISTINGS */

.ad_top {
	padding: 5px;
	border-bottom: solid 1px #ffffff;
}
.ad_middle {
	padding: 5px;
	border-bottom: solid 1px #ffffff;
}
.ad_bottom {
	padding: 5px;
}

.ad_title {
	color: #06579A;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	text-decoration: none;
}
a.ad_title {
	color: #06579A;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	text-decoration: none;
}
a.ad_title:visited {
	color: #06579A;
}
a.ad_title:hover {text-decoration: underline;}

.ad_snippet {
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: x-small;
	text-decoration: none;
}

.ad_url {
	color: #EC8D00;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: xx-small;
	text-decoration: none;
}

/* END SPONSOR LISTINGS */

.yellowpage_sorting {
	color: #606060;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: xx-small;
	text-decoration: none;
	line-height: 150%;
}

a.yellowpage_sorting {
	color: #606060;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: xx-small;
	text-decoration: none;
	line-height: 150%;
}
a.yellowpage_sorting:visited {
	color: #606060;
}
a.yellowpage_sorting:hover {
	color: #000000;
}

.small_link {
	color: #606060;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: xx-small;
	text-decoration: none;
	line-height: 150%;
}

a.small_link {
	color: #606060;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: xx-small;
	text-decoration: none;
	line-height: 150%;
}
a.small_link:visited {
	color: #606060;
}
a.small_link:hover {
	text-decoration: underline;
}

.blue_small_link {
	color: #06579A;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: xx-small;
	text-decoration: none;
	line-height: 150%;
}
a.blue_small_link {
	color: #06579A;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: xx-small;
	text-decoration: none;
	line-height: 150%;
}
a.blue_small_link:visited {
	color: #06579A;
}
a.blue_small_link:hover {
	text-decoration: underline;
}

.green_small_link {
	color: #008000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: xx-small;
	text-decoration: none;
	line-height: 150%;
}
a.green_small_link {
	color: #008000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: xx-small;
	text-decoration: none;
	line-height: 150%;
}
a.green_small_link:visited {
	color: #008000;
}
a.green_small_link:hover {
	text-decoration: underline;
}

/* Neighbourhood Links */

.neighbourCAT {
	padding: 5px;
	color: #005499;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	text-decoration: none;
	line-height: 150%;
}

p.nudgeRight {
margin-top:0px;
margin-bottom:0px;
margin-left: 5px;
}

.neighbourHeight {
height: 280px;
}
.neighbourDIV {
position:relative; 
height:330px; 
overflow:auto;
}
.autoScroll {
height:330px; 
overflow:auto;
}

a.neighbourCAT {
	text-transform: Capitalize;
	padding-left: 0px;
	color: #606060;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: xx-small;
	text-decoration: none;
	line-height: 150%;
}
a.neighbourCAT:visited {
	color: #606060;
}
a.neighbourCAT:hover {
	color: #005499;
	text-decoration: underline;
}
.neighbour_address {
	color: #606060;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: xx-small;
	text-decoration: none;
	text-align: left;
	line-height: 120%;
}

.street_link {
	color: #AEB0B1;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
	text-decoration: none;
	line-height: 120%;
}

a.street_link {
	color: #AEB0B1;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
	text-decoration: none;
	line-height: 120%;
}
a.street_link:visited {
	color: #606060;
}
a.street_link:hover {
	color: #CECECE;
}

.showStreetDIV {
	padding-left: 5px;
}
.showStreetDIVon {
	padding-left: 5px;
}

/* START REUNION LISTINGS */

.searchInputPeopleDIV {
	position: absolute;
	left: 400px;
	top: 20px;
	color: #555555;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 150%;
	text-decoration: none;
	width: 380px;
}

#peopleTable td{
text-align:left; 
border-bottom-style: solid;
border-bottom-width: 1px; 
border-bottom-color: #efefef;
text-transform:capitalize;
}

#menuCell {
.resultTime {
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: xx-small;
	text-decoration: none;
	text-align: right;
	background-color: #efefef;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #F0AD00;
}

.result_snippet_upper {
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: smaller;
	text-decoration: none;
	line-height: 140%;
	text-transform:uppercase;
}