/*Credits: Dynamic Drive CSS Library */
	/*URL: http://www.dynamicdrive.com/style/ */
#slantedmenu {
	font-weight: bold;
	font-size: 12px;
	width: 100%;
}

#slantedmenu ul {
	text-indent: 10px;
	padding: 3px 0;
	margin: 0;
	background-color: #e0e0e0;
	border: 1px solid #bebebe;
	text-align: left; /*set value to "center" for example to center items*/
}

#slantedmenu ul li {
	display: inline;
	padding: 3px 0;
	padding-right: 25px;
	margin: 0;
	/*border: solid 1px black; */
	background: transparent url(../img/slantdivider.gif) top right no-repeat;
}

#slantedmenu ul li a {
	color: #494949;
	text-decoration: none;
}

#slantedmenu ul li a:visited {
	color: #494949;
}

#slantedmenu ul li a:hover {
	color: black;
}

/***************************************************/
/*				Barra di stato					   */
/***************************************************/
#statusbar {
	font-weight: bold;
	font-size: 12px;
	width: 100%;
}

#statusbar ul {
	text-indent: 10px;
	padding: 3px 0;
	margin: 0;
	background-color: #FFFFD0;
	border: 1px solid #bebebe;
	text-align: left; /*set value to "center" for example to center items*/
}

#statusbar ul li {
	display: inline;
	padding: 3px 0;
	padding-right: 25px;
	margin: 0;
	background: transparent url(../img/slantdivider.gif) top right no-repeat;
}

#statusbar ul li a.sendError {
	color: #e15d52;
	text-decoration: none;
}

#statusbar ul li a.sendError:hover {
	color: #FF0000;
}

#statusbar ul li a {
	color: #494949;
	text-decoration: none;
}

#statusbar ul li a:hover {
	color: black;
}

/***************************************************/
/*Barra di stato:: sottomenu per scelta Hotel	   */
/***************************************************/

#statusbarunderlinemenu{
	left:170px;

	padding:0;

	width: 200px;

	display:float;

	position: absolute;

	float:left;

	font-weight: bold;

	font-size: 12px;

	border: 1px solid #bebebe;

	background-color: #FFFFD0;

	text-align:left;
	z-index:1000;
}

* html #statusbarunderlinemenu{ 
	margin-left: 0;
	
}

#statusbarunderlinemenu ul{
	margin: 0;
	padding:0;
	font-weight: bold;
}

/*IE only rule. Delete extra margin-bottom*/
/*
* html #statusbarunderlinemenu ul{ 
	margin-bottom: 0;
	margin-left: 0;
}
*/
#statusbarunderlinemenu ul li{
	display: block;
	padding: 4px 4px 4px 4px;
}


#statusbarunderlinemenu ul li a{
	color: #494949;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid trasparent;
}

#statusbarunderlinemenu ul li a:hover, #statusbarunderlinemenu #current a{
	color: #C77E00;
	border-bottom: 1px solid #C77E00;
	margin-left: 2px;
}

/*********************************/
/*          TABS                 */
/*********************************/
#tabs {
	margin: auto;
	padding: 0px;
	width: 982px;
	/*float:left;
	line-height:normal;
	background-color: #D6DFF7;
	background-image: url(../img/tab_bg.gif);
	background-repeat: repeat-x;
	background-position: top;*/
	font-size: 12px;
	font-weight: bold;
}
#tabs :after {
	/*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



#tabs ul {
    margin:0;
    padding:0px 0px;
    list-style:none;
    }
#tabs li {
    float:left;
    margin:0;
    padding:0px;
}
#tabs a {
    display:block;
	background:url(../img/tab_bg_left.gif) no-repeat left top;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px; /* DEVE ESSERE UGUALE ALLA LARGHEZZA DELL'IMMAGINE */
	color:#494949;
	text-decoration: none;
	margin: 2px;
}
#tabs li a span {
	background:url(../img/tab_bg_right.gif) no-repeat right top;
	margin:0;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#tabs a:hover span { color:#000; cursor:hand;}

#tabs a:hover span.disabled,

#tabs a:active span.disabled
{ color:#919B9C; cursor: text; }

#tabs .active{ background-position:0% -29px; }

#tabs .active span {
    background-position:100% -29px;
	  color:#000000;
}





