/* -----------------------------
   EVENTS
   ---------------------------*/
/* 'Address: blah blah blah' string for featured property */
.events_center_heading {
	padding-top:4px;
	padding-bottom:5px;
	font-size:12px;  /* main content text size */
	line-height:16px;
}

.events_center_heading a {
  text-decoration:none;
}

/* -----------------------------
   FEATURED PROPERTY
   ---------------------------*/
/* 'Address: blah blah blah' string for featured property */
.fp_center_heading {
	font-size:12px;  /* main content text size */
	line-height:17px;
}

.fp_center_heading a {
  text-decoration:none;
}

.fp_curves_table {
	font-size:2px;
	line-height:2px;
	background-color:transparent;
}

.fp_body {
	font-size:12px;  /* main content text size */
	line-height:16px;
	text-align:justify;
}

/* -----------------------------
   LONRES NEWS
   ---------------------------*/
/* lonres.com news */
.lonres_news a {
  text-decoration:underline;
}

.lonres_news_posted_by {
	padding:5px 0px 0px 0px;
	font-size:11px;
	line-height:12px;
}

/* -----------------------------
   QUICK STATS
   ---------------------------*/
.quick_stat_rows {
  vertical-align:top;
  text-align:left;
  padding:1px 5px 2px 0px;
	font-size:11px;  /* main content text size */
	line-height:14px;
}

.quick_stat_rows_colour1 a {
	text-decoration:underline;
}

.quick_stat_rows_colour2 a {
	text-decoration:underline;
}

.quick_stat_rows_right {
  text-align:right;
}

/* -----------------------------
   UKP / BBC NEWS
   ---------------------------*/
.news_rows_heading {
	padding-bottom:10px;
	font-size:12px;  /* main content text size */
	line-height:16px;
	font-weight:bold;
}
.news_rows_heading a {
	text-decoration:underline;
}

.news_rows {
	padding-bottom:6px;
	font-size:12px;  /* main content text size */
	line-height:16px;
}

.news_rows a:hover {
	text-decoration:underline;
}

.source_size {
	font-size:11px;  /* main content text size */
}

.switchnews {
  font-size:12px;
  margin:0px;
  display:block;
  text-align:left;
  font-weight:bold;
  padding:2px 5px 5px 0px;
  text-decoration:underline;
}

/* -----------------------------
   WEATHER
   ---------------------------*/
.current_weather {
	font-weight:bold;
	font-size:11px;
}

.current_weather_temp {
	font-size:9px;
	text-align:center;
}

.current_weather_icon {
	text-align:center;
	padding-left:5px;
}

.left_sep {
	border-right:2px solid #000000;
}

.tomm_forecast_1 {
	font-size:11px;
}

.tomm_forecast_2 {
	font-size:11px;
}

.tomm_forecast_temp {
	font-size:9px;
	text-align:center;
}

.tomm_forecast_icon {
	text-align:center;
	padding-left:5px;
}

.temp_num {
	font-size:12px;
}

/* -----------------------------
   WEB SEARCH
   ---------------------------*/
.websearch_qs {
	width:90px;
	voice-family: "\"}\""; /* anything below this ignored by IE 5.x */
  voice-family:inherit;
  position:relative;
  top:-1px;
	right:0px;
  font-family:Helvetica, Sans-serif;  /*  <<<<  TESTING FONT!!!  >>>>  */
  font-size:10px;
	line-height:14px;
	height:13px;
	padding:1px 0px 1px 2px;
	color:#616161;
  border:1px solid #7F9DB9;
  background-color:#ffffff;
}
* html .websearch_qs {
	padding-top:0px;
	height:15px;
	width:100px;
}

.websearch_text {
	text-align:left;
	margin:0px;
	font-size:11px;
	line-height:14px;
}

/* -----------------------------
   AGENTS CONTACTS
   ---------------------------*/
/* positioning of contacts search field */
.contacts_search_box{
	position:absolute;
	right:4px;
	bottom:10px;
}
* html .contacts_search_box{
	right:5px;
	bottom:-10px;
}

.contacts_qs {
	width:130px;
	voice-family: "\"}\""; /* anything below this ignored by IE 5.x */
  voice-family:inherit;
  position:relative;
  top:-1px;
	right:0px;
  font-family:Helvetica, Sans-serif;  /*  <<<<  TESTING FONT!!!  >>>>  */
  font-size:10px;
	line-height:14px;
	height:13px;
	padding:1px 0px 1px 2px;
	color:#616161;
  border:1px solid #7F9DB9;
  background-color:#ffffff;
}
* html .contacts_qs {
	padding-top:0px;
	height:15px;
}

.contacts_text {
	font-size:10px;
	line-height:12px;
	text-align:right;
	padding:0px;
	margin:0px;
}

/* -----------------------------
   LEFTNAV
   ---------------------------*/
/* styling for quicksearch boxes on homepage */
.leftnav_qs {
	voice-family: "\"}\""; /* anything below this ignored by IE 5.x */
  voice-family:inherit;
  position:relative;
  top:-1px;
  font-family:Helvetica, Sans-serif;  /*  <<<<  TESTING FONT!!!  >>>>  */
  font-size:10px;
	line-height:14px;
	height:13px;
	padding:1px 0px 1px 2px;
	color:#616161;
	border:1px solid #7F9DB9;
	background-color:#FFFFFF;
}
* html .leftnav_qs {
  padding-top:0px;
  height:15px;
}

ul.minibox {
	font-size:11px;  /* main content text size */
	margin:4px 0px 4px 0px;
  padding:0px;
  padding-top:3px;
  list-style:none;
}

li.topitem {
	margin-top:3px;
}

ul.minibox li {
	margin:0px;
  padding:0px;
  padding-top:2px;
}

ul.minibox li a {
	text-decoration:none;
}

ul.minibox li a:hover {
	text-decoration:underline;
}

/* -----------------------------
   BROWSER WARNING
   ---------------------------*/
.browser_warning {
	width:100%;
	padding:5px;
	border:solid 1px red;
	background:#FFF455;
	font-size:11px;
}

/* -----------------------------
   GOTO LINK
   ---------------------------*/
.goto_link {
	position:absolute;
	top:-15px;
	left:58px;
}
* html .goto_link {
	left:51px;
}

/* -----------------------------
   USERNAME
   ---------------------------*/
.username_body {
	font-size:11px;  /* main content text size */
	border-top:1px #cfcfcf solid;
	border-bottom:1px #cfcfcf solid;
	text-align:center;
	padding:2px 0px 2px 0px;
}

/* -----------------------------
   COUNTRY TABS
   ---------------------------*/
#uk_tab {
	position:absolute;
	top:-25px;
	left:0px;
	z-index:3000;
}

#google_tab {
	position:absolute;
	top:-25px;
	left:120px;
	z-index:3000;
}
