body { margin:0px; background-color:#99CC99; font-size:12px; color:#333333; font-family:Verdana;}
td { font-size:12px; color:#333333; }

.txt9 { font-size:9px; }
.txt10 { font-size:10px; }
.txt11 { font-size:11px; }
.txt12 { font-size:12px; }
.txt13 { font-size:13px; }
.txt14 { font-size:14px; }

.title { color:#003300; font-family:Verdana; font-size:18px; margin:5px 0px 15px 0px; }
.subtitle { color:#003300; font-family:Verdana; font-size:14px; margin:5px 0px 15px 0px; }

#menu_top { background-image:url(layout/layout-foiri_05.gif); background-repeat:no-repeat; width:181px; height:13px; }
#menu_giu { background-image:url(layout/layout-foiri_09.gif); background-repeat:no-repeat; width:181px; height:18px; }
#menu_back { background-image:url(layout/layout-foiri_07.gif); background-repeat:repeat-y; width:181px; }

#centro_pag { padding:0px 40px 0px 15px; }

#menuH { padding:2px; margin:2px 10px; border-bottom:1px solid #333333; font-weight:bold; font-size:13px; }
#menuL A {font-size:12px; font-weight:bold; color:#006633; text-decoration:none;}
#menuL  { padding:2px; margin:2px 10px; border-bottom:1px dotted #999999; font-size:12px; font-weight:bold; color:#006633;}

#menuL:HOVER { color:#999900; }

.bilderTD { margin:0px 0px 0px 15px; border-left:2px dashed #009966; }
.bilderTD TD { padding:5px 5px 5px 15px; } 
.bilderTD IMG { border:1px solid #009966; } 

.titolo_box {
	color:#FFF;
	font-size:12px;
	font-family:Verdana,Helvetica,sans-serif;
	margin:10px 0px 5px 0px;
	padding:2px;
	border:3px double #FFF;
	text-align:center;
	background-color:#003300;
	font-weight:bold;
	width:inherit;
}


/**********************************************************************************/
#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border: 0px solid black;
background-color: #E6ECE6;
}

.headerlinks a{
/*margin: auto 8px;*/
font-weight: bold;
color: black;
}

.submenus{
-moz-border-radius:10px;
display: none;
position: absolute;
width:170px;
background-color: #EEFFCC;
border: 1px solid black;
}

.submenus li{
width: 100%;
margin:10px;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: yellow;
color: black;
}

#csstopmenu li>ul {/* non IE browsers */
top: 17px;
left: -5px;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 0px;
}

.ort_hotel { float:right; color:#CCC; font-size:11px; width:150px; text-align:right; margin-right:10px }
.ort_hotel a { text-decoration:none; color:#CCC}
.table_hotels {margin:2px 0px 25px 0px;}
.table_hotels_PAG {margin:2px 0px 10px 0px; border-bottom:1px solid #ccc;}
.foto_hotels { border:1px solid #333333;}
.foto_hotels:hover {  border:1px solid #006633;} 
.link_hotels { font-weight:bold; color:#003300; text-decoration:none;}
.ahleft { text-align:left; padding-left:10px; font-size:14px}
.list_ort_hotels a { color:#000; text-decoration:none; font-size:11px; }







/* @Last edited: Gregor Arz, 2010-03-08 */
 
table.jCalendar {
    border-collapse: separate;
    margin-bottom: 0;
    margin-top: 5px;
}

table.jCalendar thead {
	background: none;
}

table.jCalendar th {
	background: #fff;
	color: #606369;
	font-weight: bold;
	padding: 3px 5px;
    text-align: center;
}

.dp-nav-prev a.dp-nav-prev-year,
.dp-nav-next a.dp-nav-next-year {
	display: none !important;
}

.dp-nav-prev a.dp-nav-prev-month {
	background: transparent url(/datepicker/calendar_prev.png) no-repeat top left;
	width: 33px;
	height: 24px;
	padding: 0;
	margin: 0;
	text-indent: -999em;
}

.dp-nav-next a.dp-nav-next-month {
	background: transparent url(/datepicker/calendar_next.png) no-repeat top left;
	width: 33px;
	height: 24px;
	padding: 0;
	margin: 0;
	text-indent: -999em;
}

table.jCalendar td {
	background: #fff;
	color: #606369;
	padding: 3px 5px;
	text-align: center;
	font-weight: normal;
}

table.jCalendar td.other-month {
	background: #fff;
	color: #606369;
}

table.jCalendar td.today {

}

table.jCalendar td.selected {
	background: #ebb700;
	color:  #606369;
}

table.jCalendar td.selected.dp-hover {
	background: #C0C7D5;
}

table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #E6E8EA;
	color: #90959F;
}

table.jCalendar td.dp-hover {
	color: #606369;
}

table.jCalendar thead th:first-child, table.jCalendar tr td:first-child {
  padding-left: 5px;
}

table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}

table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #fff;
	color: #AFB1B4;
}

table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #fff;
	color: #AFB1B4;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
div.dp-popup {
	position: relative;
	padding: 5px;
	width: 200px;
	line-height: 1.2em;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 0 0 5px #DDDFE1;
	-webkit-box-shadow: 0 0 5px #DDDFE1;
	box-shadow: 0 0 5px #DDDFE1;
	border: 1px solid #DDDFE1;
	background: #fff;
}

div#dp-popup {
	position: absolute;
	z-index: 120000;
}

div.dp-popup h2 {
	color: #606369;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;

	text-align: center;
	margin: 0;
	padding: 0;
}

a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}

a#dp-close:hover {
	text-decoration: underline;
}

div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}

div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 0;
	left: 4px;
	width: 100px;
}

div.dp-popup div.dp-nav-prev a {
	float: left;
}

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}

div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}

div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 0;
	right: 4px;
	width: 100px;
}

div.dp-popup div.dp-nav-next a {
	float: right;
}

div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}

div.dp-popup td {
	cursor: pointer;
}

div.dp-popup td.disabled {
	cursor: default;
}

