/* STYLES FOR TABLE CONTAINING MAP AND SELECT CONTROLS */

.tb_map{
	/*margin:20px auto;*/
	margin-left:1px;
	margin-top:0px;
	
}
.tb_map td{
	border-right:none;
	font-size:11px;
	padding:0px;
	font-family:tahoma,sans-serif;
	position:relative;
	height:22px;
}
.tb_map .title{
	border:1px #2686ff solid;
	color:#fff;
	background-color:#2686ff;
	padding:4px;
	margin:0px;
	font-size:10px;
	font-family:Tahoma,sans-serif;
	font-weight:bold;
	text-align:center;
}
.tb_map select{
	text-align:center;
	background-color:#fff;
	border:1px #fff solid;
	cursor:pointer;
}
.tb_map select option{
	text-align:center;
}
.submenu{
	position:absolute;
	display:none;
	z-index:11;
	background-color:#fff;
	border:1px #2686ff solid;
	margin-top:0px;
}
.submenu a{
	display:block;
	color:#666;
	text-decoration:none;
	white-space:nowrap;
	margin:2px;
	margin-left:5px;
	padding:2px;
}
.submenu a:hover{
	background-color:#eee;
}



/*------------------ STYLES FOR COL_MAP APARTMENT PAGE -----------------------------------------------------------------------*/
#tooltip_simple,
#tooltip_yellow{
	width: 135px;
	padding:0px;
}

#tooltip_simple_contents,
#tooltip_yellow_contents{
	-moz-border-radius: 7px;
	padding:0px;
	overflow:hidden;
	background-color: #2686ff;
	color:#fff;
	font-size: 10px;
	font-family: tahoma,sans-serif;
	line-height:14px;
}

#tooltip_yellow_contents{
	background-color: #fff900;
	color:#222;
}

#tooltip_simple_contents p,
#tooltip_yellow_contents p{
	line-height:14px;
	margin:2px;
}
#tooltip_simple_contents .go{	
	position:absolute;
	right:1%;
	top:3%;
	border:none;
	text-decoration:none;
}

#tooltip_simple_contents .go_b{
	position:absolute;
	right:1%;
	bottom:3%;
	border:none;
	text-decoration:underline;
	color:#fefe00;
	font-weight:bold;
}
#tooltip_simple_contents .go img,
#tooltip_yellow_contents .go img{
	border:none;
}
#tooltip_simple_contents .t1,
#tooltip_yellow_contents .t1{
	font-weight:bold;
	font-size:1.3em;
	color:#fefe00;
}
#tooltip_yellow_contents .t1{
	color:#000;
}

#tooltip_simple_contents .t2,
#tooltip_yellow_contents .t2{
	color:#fefe00;
	font-weight:bold;
	display:block;
	float:left;
}
#tooltip_simple_contents .t3,
#tooltip_yellow_contents .t3{
	font-weight:normal;
	font-size:0.9em;
}
#tooltip_simple_contents .thumb,
#tooltip_yellow_contents .thumb{
	width:120px;
	height:120px;
	margin:0px;
	margin-right:3px;
	background-color:#fff;
	background: url(../img/gooMap/loading.gif) no-repeat center center;
	border:none;
}

#tooltip_simple_beak,
#tooltip_yellow_beak{
	width: 28px;
	height: 38px;
}
#tooltip_simple_beak{
	background: url('../img/gooMap/blue_beak_apart.png') top left no-repeat transparent;
}
#tooltip_yellow_beak{
	background: url('../img/gooMap/yellow_beak_apart.png') top left no-repeat transparent;
}
* html #tooltip_simple_beak{
	/* Alpha transparencies hack for IE */
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/gooMap/blue_beak.png', sizingMethod='crop');
}
* html #tooltip_yellow_beak{
	/* Alpha transparencies hack for IE */
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/gooMap/yellow_beak.png', sizingMethod='crop');
}

#tooltip_simple_tl, #tooltip_simple_tr, #tooltip_simple_bl, #tooltip_simple_br,
#tooltip_simple_t,#tooltip_simple_l,#tooltip_simple_r,#tooltip_simple_b, 
#tooltip_yellow_tl, #tooltip_yellow_tr, #tooltip_yellow_bl, #tooltip_yellow_br,
#tooltip_yellow_t,#tooltip_yellow_l,#tooltip_yellow_r,#tooltip_yellow_b{
	height: 0px;
	width: 0px;
}

/*------------------ STYLES FOR COL_MAP APARTMENT PAGE -----------------------------------------------------------------------*/


/* STYLES FOR TOOLTIP (GLOBE, OR TAB, WHICH APPEARS WHEN YOU DO CLICK ON A MARKER) */

#tooltip_window,
#tooltip_window_places{
	width: 370px;
	padding:0px;
}

#tooltip_window_contents,
#tooltip_window_places_contents{
	border: 1px solid  #31738b;
	height: 117px;
	padding:0px;
	overflow:hidden;
	background-color: #2686ff;
	color:#fff;
	font-size: 10px;
	font-family: tahoma,sans-serif;
	line-height:14px;
}
#tooltip_window_places_contents{
	border: 1px solid  #fefe00;
	background-color: #fefdbc;
	color:#222;
}

#tooltip_window_contents p,
#tooltip_window_places_contents p{
	line-height:14px;
	margin:2px;
}
#tooltip_window_contents .go{	
	position:absolute;
	right:1%;
	top:3%;
	border:none;
	text-decoration:none;
}
#tooltip_window_contents .go_b{
	position:absolute;
	right:1%;
	bottom:3%;
	border:none;
	text-decoration:underline;
	color:#fefe00;
	font-weight:bold;
}
#tooltip_window_contents .go img,
#tooltip_window_places_contents .go img{
	border:none;
}
#tooltip_window_contents .t1,
#tooltip_window_places_contents .t1{
	font-weight:bold;
	font-size:1.3em;
	color:#fefe00;
}
#tooltip_window_places_contents .t1{
	color:#000;
}

#tooltip_window_contents .t2,
#tooltip_window_places_contents .t2{
	font-weight:bold;
	display:block;
	float:left;
	width:90px;
}
#tooltip_window_contents .t3,
#tooltip_window_places_contents .t3{
	font-weight:normal;
	font-size:0.9em;
}
#tooltip_window_contents .thumb,
#tooltip_window_places_contents .thumb{
	width:120px;
	height:120px;
	margin:0px;
	margin-right:3px;
	background-color:#fff;
	background: url(../img/gooMap/loading.gif) no-repeat center center;
	border:none;
}

.s_i{
	font-style:italic;
	font-size:0.9em;
	color:#fefe00;
}

#tooltip_window_beak,
#tooltip_window_places_beak{
	width: 28px;
	height: 38px;
}
#tooltip_window_beak{
	background: url('../img/gooMap/blue_beak.png') top left no-repeat transparent;
}
#tooltip_window_places_beak{
	background: url('../img/gooMap/yellow_beak.png') top left no-repeat transparent;
}
* html #tooltip_window_beak{
	/* Alpha transparencies hack for IE */
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/gooMap/blue_beak.png', sizingMethod='crop');
}
* html #tooltip_window_places_beak{
	/* Alpha transparencies hack for IE */
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/gooMap/yellow_beak.png', sizingMethod='crop');
}

#tooltip_window_tl, #tooltip_window_tr, #tooltip_window_bl, #tooltip_window_br,
#tooltip_window_t,#tooltip_window_l,#tooltip_window_r,#tooltip_window_b, 
#tooltip_window_places_tl, #tooltip_window_places_tr, #tooltip_window_places_bl, #tooltip_window_places_br,
#tooltip_window_places_t,#tooltip_window_places_l,#tooltip_window_places_r,#tooltip_window_places_b{
	height: 0px;
	width: 0px;
}


