/*-- * FORM: form_map_show.css * --*/
#mappazona {
	position: relative;
}
.map_punto_tab {
	border: 1px solid white;
	text-align: center;
	font-weight: bold;
	padding : 0;
}

.map_punto_img {
	text-align : center;
	font-weight : bold;
	font-size : 10px;
	height : 21px;
	width : 21px;
	border : 0;
	line-height : 20px;
	background-image : url(/cmn/img/form/maps/left-layer-bkg.gif);
	cursor : pointer;
}

.map_pnome {
	border : 0;
	margin : 0;
	padding : 0;
	z-index: 0;
}

.map_htlcat{
	border : 0;
	margin : 0;
	padding : 0;
}

.map_pnome_table{
	margin : 0;
	padding : 0;
	border : 0;
	border-collapse : collapse;
	border-spacing : 0;
}

.map_pnome_table td{
	border : 0;
	margin : 0;
	padding : 0;
}

.map_pnome_table img{
	border : 0;
}

.map_pnome_table td.center_top{
	background-image : url(/cmn/img/form/maps/border-top-bkg.gif);
	background-repeat : repeat-x;
	padding : 0;
}

.map_pnome_table td.center_middle{
	padding : 0;
	font-weight: bold;
	font-size : 12px;
	line-height : 13px;
	white-space : nowrap;
}

.map_pnome_table td.center_bottom{
	background-image : url(/cmn/img/form/maps/border-bottom-bkg.gif);
	background-repeat : repeat-x;
	padding : 0;
}

.map_pnome_table td.middle_border_left{
	background-image : url(/cmn/img/form/maps/border-left-bkg.gif);
	background-repeat : repeat-y;
	padding : 0;
}

.map_pnome_table td.middle_border_right{
	background-image : url(/cmn/img/form/maps/border-right-bkg.gif);
	background-repeat : repeat-y;
	padding : 0;
}



.map_img_container{
	text-align : center;
	padding : 0;
	margin : 0;
}

/*Declaration of the colours of the table*/
.map_punto_tab {
	background-color: #d07100;
	color: white;
}

/* Declaration of the colour of the text of the points on the map.*/
.map_punto_img {
	color: white;
}

/* Declaration of the colour of the text of the central column    */
/* containing the informations about the hotel selected. 	  */

.map_pnome_table td.center_middle{
	background-color : white;
	color: #d07100;
}

/* Last modify made by: "Pavlovich Simone" Date: "25/01/2008" Time:"17:45" */

