html, body 
{
	text-align:center;
	margin: 0pt;
}
body
{
	background-color: Transparent;
}
.tdDefault
{
	background-color: Transparent;
}

#map
{
	border: 2px solid #EFEFEF;
	border-bottom-color: #AAA; 
	border-right-color: #AAA;
	width: auto;
}

/* Search form layout */

#searchform2
{
	position:relative;
}

DIV#areasel { PADDING-RIGHT: 5px; BORDER-TOP: #999999 1px solid; PADDING-LEFT: 5px; FONT-SIZE: 8pt; VISIBILITY: inherit; PADDING-BOTTOM: 5px; MARGIN: 2px;  WIDTH: 100%; PADDING-TOP: 5px;  FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR:#FF; TEXT-ALIGN: left }
DIV#areasel2 { PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-SIZE: 8pt; VISIBILITY: inherit; PADDING-BOTTOM: 5px; MARGIN: 2px; PADDING-TOP: 5px;  FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR:#FF; TEXT-ALIGN: left }
DIV#searchcriteria {  PADDING-RIGHT: 5px;  PADDING-LEFT: 5px; FONT-SIZE: 8pt; VISIBILITY: inherit; PADDING-BOTTOM: 5px; MARGIN: 2px;  WIDTH: 100%; PADDING-TOP: 5px;  FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #FF; TEXT-ALIGN: left }
DIV#sectionlabel { PADDING-RIGHT: 5px; FONT-WEIGHT: 600; FONT-SIZE: 8pt; VISIBILITY: inherit; TEXT-TRANSFORM: none; WIDTH: 700px; COLOR: #2E68AF; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-ALIGN: left; FONT-VARIANT: normal }
DIV#msheader
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 24pt;
	visibility: inherit;
	padding-bottom: 15px;
	text-transform: none;
	width: auto;
	color: Dimgray;
	border-bottom: Gold thin solid;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-variant: normal;
}

/* Map Type selection buttons*/
div.MapTypeMenuBar
{
	background-color: #FFF;
	margin-top:5px;
}


div.MapTypeMenuBar A.MapTypeMenuBarItemActive
{
	width:100px;
	font-family: Arial, Garamond, Helvetica;
	font-size: 9pt;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
			
	background-color: #E2E8E8;
	border-top: 2px solid #2E68AF;	
	cursor: hand;
	color: #2E68AF;
	
	padding:  5px 5px 6px 5px;
	margin: 0px;
	margin-right:3px;
	
}

div.MapTypeMenuBar A.MapTypeMenuBarItem
{
	width:100px;
	font-family: Arial, Garamond, Helvetica;
	font-size: 9pt;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	
	border-top: 2px solid #6ECBCB;		
	cursor: hand;
	color: #FFF;
	
	padding:  5px 5px 6px 5px;
	margin: 0px;
	margin-right:3px;
	
	background-color: #2E68AF;

}

div.MapTypeMenuBar A.MapTypeMenuBarItem:Hover
{
	width:100px;
	font-family: Arial, Garamond, Helvetica;
	font-size: 9pt;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	
	border-top: 2px solid #6ECBCB;		
	cursor: hand;
	color: #FFF;
	
	padding:  5px 5px 6px 5px;
	margin: 0px;
	margin-right:3px;
	
	background-color: #2E68AF;
}


a.maptype 
{
	height:25px;
	width:100px;
	font-family: Arial, Garamond, Helvetica;
	color: #FFF;
	font-size: 11px;
	font-weight:bolder;
	text-align:center;
	text-decoration: none;
	background-color: #2E68AF;
	border-top: 2px solid #6ECBCB;	
	border-bottom: 2px solid #E2E8E8;
	padding-top:5px;
	margin-right:3px;
	padding:5px;
	margin-top:5px;
}

a.maptype:active
{
	height:25px;
	width:100px;
	font-family: Arial, Garamond, Helvetica;
	color: #FFF;
	font-size: 11px;
	font-weight:bolder;
	text-align:center;
	text-decoration: none;
	background-color: #2E68AF;
	border-top: 2px solid #6ECBCB;		
	border-bottom: 2px solid #E2E8E8;
	padding-top:5px;
	margin-right:3px;
	padding:5px;
	margin-top:5px;
}

a.maptype:hover
{
	height:25px;
	width:100px;
	font-family: Arial, Garamond, Helvetica;
	color: #FFF;
	font-size: 11px;
	font-weight:bolder;
	text-align:center;
	text-decoration: none;
	background-color: #2E68AF;
	border-top: 2px solid #6ECBCB;		
	border-bottom: 2px solid #E2E8E8;
	padding-top:5px;
	margin-right:3px;
	padding:5px;
	margin-top:5px;
}

a.maptype:visited
{
	height:25px;
	width:100px;
	font-family: Arial, Garamond, Helvetica;
	color: #FFF;
	font-size: 11px;
	font-weight:bolder;
	text-align:center;
	text-decoration: none;
	background-color: #2E68AF;
	border-top: 2px solid #6ECBCB;	
	border-bottom: 2px solid #E2E8E8;
	padding-top:5px;
	margin-right:3px;
	padding:5px;
	margin-top:5px;
}

a.maptype-current 
{
	height:25px;
	width:100px;
	font-family: Arial, Garamond, Helvetica;
	color: #2E68AF;
	font-size: 11px;
	font-weight:bolder;
	text-align:center;
	text-decoration: none;
	background-color: #E2E8E8;
	border-top: 2px solid #CDCDCD;	
	padding-top:5px;
	margin-right:3px;
	padding:5px;
	margin-top:5px;
	margin-top:5px;
}

a.maptype-current:active
{
	height:25px;
	width:100px;
	font-family: Arial, Garamond, Helvetica;
	color: #2E68AF;
	font-size: 11px;
	font-weight:bolder;
	text-align:center;
	text-decoration: none;
	background-color: #E2E8E8;
	border-top: 2px solid #CDCDCD;	
	padding-top:5px;
	margin-right:3px;
	padding:5px;
	margin-top:5px;
}

a.maptype-current:hover
{
	height:25px;
	width:100px;
	font-family: Arial, Garamond, Helvetica;
	color: #2E68AF;
	font-size: 11px;
	font-weight:bolder;
	text-align:center;
	text-decoration: none;
	background-color: #E2E8E8;
	border-top: 2px solid #CDCDCD;	
	padding-top:5px;
	margin-right:3px;
	padding:5px;
	margin-top:5px;
}

a.maptype-current:visited
{
	height:25px;
	width:100px;
	font-family: Arial, Garamond, Helvetica;
	color: #2E68AF;
	font-size: 11px;
	font-weight:bolder;
	text-align:center;
	text-decoration: none;
	background-color: #E2E8E8;
	border-top: 2px solid #CDCDCD;	
	padding-top:5px;
	margin-right:3px;
	padding:5px;
}

/* Forms */

SELECT { FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;  }
INPUT { FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;  }

/* Messaging panels */

DIV#divMapLoading { 

	FONT-WEIGHT: 600; FONT-SIZE: 10pt; 
	FONT-STYLE: normal; FONT-VARIANT: normal; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-ALIGN: center; TEXT-TRANSFORM: none; 
	COLOR: #2E68AF;	
	padding: 5px 5px 5px 5px;
	margin: 2px 2px 2px 2px;	
	background-color: #FFFFFF;		
	border-right: #8AA1B9 1px solid;
	border-bottom: #8AA1B9 1px solid;	
	border-left: #8AA1B9 1px solid;
	border-top: #8AA1B9 1px solid;
	background-image:url(images/pixel.gif);
	background-repeat: repeat;
	
}

.divMapLoading{ 

	FONT-WEIGHT: 600; FONT-SIZE: 10pt; 
	FONT-STYLE: normal; FONT-VARIANT: normal; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-ALIGN: center; TEXT-TRANSFORM: none; 
	COLOR: #2E68AF;	
	padding: 5px 5px 5px 5px;
	margin: 2px 2px 2px 2px;	
	background-color: #FFFFFF;		
	border-right: #8AA1B9 1px solid;
	border-bottom: #8AA1B9 1px solid;	
	border-left: #8AA1B9 1px solid;
	border-top: #8AA1B9 1px solid;
	background-image:url(images/pixel.gif);
	background-repeat: repeat;
	
}

/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #CDCDCD; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #CDCDCD; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #EFEFEF; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
font-weight: bold;
}


ul#tabnav li.selectedTab a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

/* end css tabs */

/* begin css actionLinks */

ul#actionLinks { /* general settings */
text-align: left; /* set to left, right or center */
margin: 10px 0 0 0; /* set margins as desired */
font: bold 9px verdana, arial, sans-serif; /* set font as desired */
list-style-type: none;
padding: 3px 0px 3px 3px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#actionLinks li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
/*border-bottom: 1px solid #fff; /* set border color to page background color */
/* background-color: #fff; /* set background color to match above border color */

}

ul#actionLinks li a { /* settings for all tab links */
padding: 0px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
/*border: 1px solid #CDCDCD; /* set border COLOR as desired; usually matches border color specified in #tabnav */
/*background-color: #EFEFEF; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: underline;
border-bottom: none;
font-weight: normal;
font-size: 10px;
}


ul#actionLinks li.selectedTab a { /* settings for selected tab link */
/*background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#actionLinks a:hover { /* settings for hover effect */
/*background: #fff; /* set desired hover color */
}

/* end css actionLinks */

/* Layer, tool selection panel */
DIV#layerSelectionPanel
{
	background-color: Transparent;
	color: #2E68AF;
	font-family: Verdana, Arial, Helvetica, Times New Roman, Garamond;
	font-size: 7pt;
	font-weight: bolder;
}

div.viewer_layerbtn_bar
{
	padding: 5px 0px 5px 0px;
	margin: 1px 1px 1px 1px;	
	background-color: Transparent;			
}

div.viewer_layerbtn_bar A.viewer_layerbtn_sel
{
	padding: 5px 5px 5px 5px;
	margin: 2px 2px 2px 2px;	
	background-color: #FFFFFF;		

	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;	
	border-left: #8AA1B9 1px solid;
	border-top: #8AA1B9 1px solid;

	font-family: 'Microsoft Sans Serif' , Verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #2E68AF;
	text-decoration: none;	
}

div.viewer_layerbtn_bar A.viewer_layerbtn
{
	padding: 5px 5px 5px 5px;
	margin: 2px 2px 2px 2px;	
	background-color: #EFEFEF;		
	/*border-left: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;	*/
	border-right: #8AA1B9 1px solid;
	border-bottom: #8AA1B9 1px solid;


	font-family: 'Microsoft Sans Serif' , Verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #2E68AF;
	text-decoration: none;
}

div.viewer_toolbox_tool
{
	padding: 0px 0px 0px 0px;
	margin: 1px 1px 1px 1px;	
	background-color: #EFEFEF;		
}

div.viewer_toolbox_tool A.viewer_toolbox_tool_sel
{
	padding: 1px 1px 1px 1px;
	margin: 2px 2px 2px 2px;	
	background-color: #FFFFFF;		

	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;	
	border-left: #8AA1B9 1px solid;
	border-top: #8AA1B9 1px solid;

	font-family: 'Microsoft Sans Serif' , Verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #F04A4A;
	text-decoration: none;	
}

div.viewer_toolbox_tool A.viewer_toolbox_tool
{
	padding: 1px 1px 1px 1px;
	margin: 2px 2px 2px 2px;	
	background-color: #EFEFEF;		
	border-left: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;	
	border-right: #8AA1B9 1px solid;
	border-bottom: #8AA1B9 1px solid;
	font-family: 'Microsoft Sans Serif' , Verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #2E68AF;
	text-decoration: none;

}

/* Dynamic hotspots - START*/
.ol_div {
	border: 1px #000000 solid; 
	background-color: #FFFFFF;
}
.ol_body { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: black; 
  foreground-color: white;
  font-style: normal; 
  text-align: left; 
  padding: 3px 3px 3px; 
  font-size: 16px;
}
.ol_caption { 
  font-family: Verdana, Arial, Helvetica,sans-serif; 
  color: #FFFFCC; 
  background-color: #16A0A8; 
  font-style: normal; 
  font-weight: bold;
  /*text-align: left; */
  padding: 2px;
} 
.ol_close { 
  font-family: Arial, Helvetica, sans-serif;
  background-color: #B6A29B; 
  font-style: italic; 
  font-weight: bold;
  text-align: right; 
  font-size: 9px; 
  vertical-align: top; 
  color: #ff0000; 
  padding: 5px;
} 
.ol_closeText A { 
  color:#ff0000; 
  text-decoration: none; 
  font-weight: bold; 
  font-style: normal;
}

.ol_closeText A:hover { 
  text-decoration: underline;
}

.hs_openhousedate 
{
	padding:3px;
	font-weight:bolder;
	/*color: #61CC56;*/
	color: #F04A4A;
	font-size: 7pt;
	background-color: #EFEFEF;
}

.hs_listingclass 
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	/*color: #676767;*/
	color: #565656;
	font-weight: bolder;
}
.hs_listingprice
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	/*color: #676767;*/
	color: #565656;
	font-weight: bolder;	
}

.hs_attributeheader
{
	background-color: #E2E8E8;
	color: #F04A4A;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	font-weight:bolder;	
}

.hs_attributevalue
{
	background-color: #FFFFFF;
	color: #565656;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	font-weight:bolder;	
}

a.hs_link:link
{
	color: #2E68AF;
	font-family: Arial, Helvetica, Times New Roman, Garamond;
	font-size: 8pt;
	font-weight:normal;
	text-decoration: underline;	
}

a.hs_link:active
{
	color: #2E68AF;
	font-family: Arial, Helvetica, Times New Roman, Garamond;
	font-size: 8pt;
	font-weight:normal;
	text-decoration: underline;	
}

a.hs_link:hover
{
	color: #2E68AF;
	font-family: Arial, Helvetica, Times New Roman, Garamond;
	font-size: 8pt;
	font-weight:normal;
	text-decoration: underline;	
}

a.hs_link:visited
{
	color: #2E68AF;
	font-family: Arial, Helvetica, Times New Roman, Garamond;
	font-size: 8pt;
	font-weight:normal;	
	text-decoration: underline;	
}

/* Dynamic hotspots - END*/

div.MyRealBirdRootMenuBar
{
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 12px;
	background-color: #E2E8E8;
	border-bottom: #8AA1B9 0px solid;
	border-top: #8AA1B9 1px solid;
}


div.MyRealBirdRootMenuBar A.MyRealBirdRootMenuItemActive
{
	border-right: #FFFFFF 1px solid;
	border-top: #8AA1B9 1px solid;
	border-bottom-width: 1px;
	border-left: #8AA1B9 1px solid;
	font-family: 'Microsoft Sans Serif' , Verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #2E68AF;
	text-decoration: none;
	/*background-color: #E2E8E8;*/
	background-color: #FFFFFF;
	padding-right: 12px;
	cursor: default;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 7px;
}

div.MyRealBirdRootMenuBar A.MyRealBirdRootMenuItem
{
	font-family: 'Microsoft Sans Serif' , Verdana;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	border-right: #6791BB 1px solid;
	padding-right: 12px;
	border-top: #ffffff 1px solid;
	padding-left: 12px;
	font-size: 8pt;
	padding-bottom: 6px;
	border-left: #ffffff 1px solid;
	cursor: hand;
	color: #F04A4A;
	padding-top: 2px;
	border-bottom: #8AA1B9 0px solid;
	font-family: 'Microsoft Sans Serif' , Verdana;
	background-color: #E2E8E8;
	text-decoration: none;
}

div.MyRealBirdRootMenuBar A.MyRealBirdRootMenuItem:Hover
{
	border-right: #6791BB 1px solid;
	padding-right: 12px;
	border-top: #ffffff 1px solid;
	padding-left: 12px;
	font-size: 8pt;
	padding-bottom: 6px;
	border-left: #ffffff 1px solid;
	cursor: hand;
	color: #F04A4A;
	padding-top: 2px;
	border-bottom: #6791BB 0px solid;
	font-family: 'Microsoft Sans Serif' , Verdana;
	background-color: #FFFFFF;
	text-decoration: none;
}

DIV#toolSelectionPanel
{
	background-color: #FFF;
	
	color: #2E68AF;
	font-family: Verdana, Arial, Helvetica, Times New Roman, Garamond;
	font-size: 7pt;
	font-weight: bolder;
}


#layerSelectionPanel-Menu
{
	background-color: #E2E8E8;
	height:45px;
	
	padding-left: 5px;
	padding-top: 15px;
	
}


a.btnLayersTools
{
	padding: 5px 5px 5px 5px;
	
	background-color: #E2E8E8;		
	
	border-top: 2px solid #6ECBCB ;	
	border-left: #FFFFFF 1px solid;
	border-right: #8AA1B9 1px solid;
	
	font-family: 'Microsoft Sans Serif' , Verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #2E68AF;
	text-decoration: none;
	position: relative;
	top:5px;
	left:auto;
	clear: left;
}

a.btnLayersTools:visited 
{
	padding: 5px 5px 5px 5px;
	
	background-color: #E2E8E8;		
	
	border-top: 2px solid #6ECBCB ;	
	border-left: #FFFFFF 1px solid;
	border-right: #8AA1B9 1px solid;
	
	font-family: 'Microsoft Sans Serif' , Verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #2E68AF;
	text-decoration: none;
	position: relative;
	top:5px;
	left:auto;
	clear: left;
}

a.btnLayersTools:hover 
{
	padding: 5px 5px 5px 5px;
	
	background-color: #E2E8E8;		
	
	border-top: 2px solid #6ECBCB ;	
	border-left: #FFFFFF 1px solid;
	border-right: #8AA1B9 1px solid;
	
	font-family: 'Microsoft Sans Serif' , Verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #2E68AF;
	text-decoration: none;
	position: relative;
	top:5px;
	left:auto;
	clear: left;
}

a.btnLayersTools:active
{
	padding: 5px 5px 5px 5px;
	background-color: #E2E8E8;		
	
	border-top: 2px solid #6ECBCB ;	
	border-left: #FFFFFF 1px solid;
	border-right: #8AA1B9 1px solid;
	
	font-family: 'Microsoft Sans Serif' , Verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #2E68AF;
	text-decoration: none;

	position: relative;
	top:5px;
	left:auto;
	clear: left;
}


DIV#hotspotMessaging 
{
	position: absolute;
	top:0px;
	right:5px;
	width: auto;
	font: bold 11px verdana, arial, sans-serif; /* set font as desired */
	text-align: center; 
	color: #666; 
	background-color: transparent;		
	padding: 5px, 3px, 5px, 3px;
	

}

div.EntryInstruction
{
	font-family: Arial;
	font-size: 65%;
	padding-top: 3px;
	
}


.InputPlaceEntry
{
	width:250px;
}

.LabelErrorMsg
{
	font-family : Arial Verdana Helvetica;
	font-size: 11px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 15px;	
	color: #F04A4A;
}

.LabelCorrect
{
	font-family : Arial Verdana Helvetica;
	font-size: 11px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 15px;	
	color: #2E68AF;
	
}

.cover
{
	background-color: #FFFFFF;
	position:absolute;
	left:0; top:0;
	filter: alpha(opacity=70) ;-moz-opacity:.70;opacity:.70;
}

a.emailToolBtn
{
	position:absolute;
	top:10px;
	right:10px;
	background-color: #EFEFEF;
	color: Red;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	height: 18px;
	width: 100px;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	cursor: hand;
	text-decoration: none;
	padding-top: 2px;
	
}
a.emailToolBtn:active
{
	position:absolute;
	top:10px;
	right:10px;
	background-color: #EFEFEF;
	color: Red;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	height: 18px;
	width: 100px;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	cursor: hand;
	text-decoration: none;
	padding-top: 2px;
	
}
a.emailToolBtn:visited
{
	position:absolute;
	top:10px;
	right:10px;
	background-color: #EFEFEF;
	color: Red;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	height: 18px;
	width: 100px;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	cursor: hand;
	text-decoration: none;
	padding-top: 2px;
	
}
a.emailToolBtn:hover
{
	position:absolute;
	top:10px;
	right:10px;
	background-color: #EFEFEF;
	color: Red;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	height: 18px;
	width: 100px;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	cursor: hand;
	text-decoration: none;
	padding-top: 2px;
	
}



.dojoDialog {
	background : #eee;
	border : 1px solid #999;
	-moz-border-radius : 5px;
	padding : 4px;
}

.formPanel
{
	position: relative;
	line-height: 3em;
}

select
{
	height: 20px;	
	padding-top:1px;
	padding-bottom:1px;		
}

.submit
{
	height: 24px;	
	
}

#location 
{
	border:1px solid #9DA2AD;
	height:20px;
	padding-left:5px;
	padding-top:3px;
	width:305px;
	background-color: #FFFFA0;	
}

label.overlabel {
	color:#999;
}
label.overlabel-apply {
	top:3px;
	left:5px;
	z-index:1;
	color:#999;
}

#POILayerDiv
{
	position:absolute;
	background-color: Lime;
}


.cbOpenHouseOnly{
	color: #666;
}
