
	#bubble_tooltip{
		width:190px;
		position:fixed;
                top: 20px;
                left: 740px;
		opacity: 0;
                display: none;
                z-index: 100000;
                
	}
	#bubble_tooltip .bubble_top{
		background-image: url(http://www.lapiadama.it/reQUEST/style/BubbleTip/bubble_top);
		background-repeat:no-repeat;
		height:45px;	
	}
	#bubble_tooltip .bubble_middle {
		background-image: url(http://www.lapiadama.it/reQUEST/style/BubbleTip/bubble_middle);
		background-repeat:repeat-y;	
		background-position:bottom left;
		padding-left:12px;
		padding-right:12px;
	}
	#bubble_tooltip .bubble_middle h3 {
		background-image: none;
                padding-top: 2px;
                padding-bottom: 2px;
                margin: 0;
	}
	#bubble_tooltip .bubble_middle span{
		position:relative;
		top:-8px;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:11px;
	}
	#bubble_tooltip .bubble_middle div p {
                line-height: 1.2;
                margin-bottom: 0;
	}
	#bubble_tooltip .bubble_bottom{
		background-image: url(http://www.lapiadama.it/reQUEST/style/BubbleTip/bubble_bottom);
		background-repeat:no-repeat;
		background-repeat:no-repeat;	
		height:44px;
		position:relative;
		top:0px;
	}

div.contextmenu {
  border: 1px solid black;
  background-color: white;
  font-size: 10.5px;
}

div.contextmenu_title {
  background-image: url(http://www.lapiadama.it/reQUEST/style/ContextMenu/closewindow);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: black;
  color: white;
  font-weight: bold;
  padding: 4px;
  padding-right: 20px;
  cursor: pointer;
}

div.contextmenu_body {
}

a.contextmenu_item {
  vertical-align: center;
}

div.contextmenu_item {
  padding: 2px 4px 8px 4px;
}

img.contextmenu_item {
  padding: 2px;
  margin-bottom: -8px;
}

div.contextmenu_item:hover {
  background-color: gray;
  color: white;
}

span span.object {
  cursor: pointer;
}
.multilingual {
}

#ModalDialogContainer form fieldset div.field .multilingual label {
}

.multilingual .multilingual_fields {
  margin:5px 0 0 140px;
}

.multilingual .multilingual_fields ul {
  list-style-type:none;
  margin:3px 0 9px 0;
  padding:0;
  height:21px;
  border-bottom:1px solid #888;
  clear: right;
  display: block;
}

.multilingual .multilingual_fields ul li {
  margin:0 0 5px 0;
  float:left;
  padding:2px 0;
}


.multilingual .multilingual_fields ul li a {
  display:block;
  padding:4px 10px 4px 10px;
  font-weight:bold;
  border-right:1px solid #ccc;
}

.multilingual .multilingual_fields ul li a:hover {
  text-decoration:underline;
}

.multilingual .multilingual_fields ul li a.selected {
  background-color:#ccc;
}

.multilingual .multilingual_fields textarea {
  margin:0;
}

.multilingual span {
  float:left;
}

/***************************************************************
Modal Box
****************************************************************/

#ModalDialogContainer {
  padding:6px;
  padding-top: 0px;
  border: 1px solid black;
  background-color: #f5f5f5;
}

#ModalDialogContainer .box {
}

#ModalDialogContainer .box-header {
  height:19px;
  background-color:#0054a6;
  text-align:center;
  color:#FFF;
  font-weight:bold;
  text-transform:uppercase;
  /*padding-top:4px;*/
  background-repeat: x-repeat;
  background-image: url(http://www.lapiadama.it/reQUEST/style/bgbreadcrumbs);
}

ul.multitext_fields {
  width: 271px !important;
} 

ul.multitext_fields input {
  width: 235px !important;
} 

#ModalDialogContainer .box-body {
  border: 0;
  margin:0px;
  padding:0px;
  background-color: white;
}

#ModalDialogContainer div div.box div.box-header div {
  height:19px;
  background-repeat: no-repeat;
  background-position: 2px 2px;
  text-align:left;
  padding-top: 2px;
  padding-left: 25px;
}

#ModalDialogContainer .box-body form label {
  display:block;
  margin-top:6px;
  font-weight:bold;
}


#ModalDialogContainer div div.box div.box-header div.reservation {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/reservation/object_icon);
}

#ModalDialogContainer div div.box div.box-header div.room {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/room/object_icon);
}

#ModalDialogContainer div div.box div.box-header div.news {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/news/object_icon);
}

#ModalDialogContainer div div.box div.box-header div.package {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/package/object_icon);
}

#ModalDialogContainer div div.box div.box-header div.activity {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/activity/object_icon_blue);
}

#ModalDialogContainer div div.box div.box-header div.user {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/user/object_icon);
}

#ModalDialogContainer div div.box div.box-header div.product {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/product/object_icon);
}

#ModalDialogContainer div div.box div.box-header div.file {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/file/object_icon_file);
}

#ModalDialogContainer form fieldset {
  border:1px solid #ccc;
  padding:7px;
  margin:14px 0;
  margin-bottom: 0;
}

#ModalDialogContainer form fieldset legend {
  display:inline;
  font-variant:small-caps;
  font-size:1.2em;
  font-weight:bold;
  color:#555;
}

#ModalDialogContainer form fieldset div.field {
  margin:4px 0;
}

#ModalDialogContainer form fieldset div.field label, .multilingual label  {
  width:130px;
  text-align:right;
  padding: 0px 10px 0 0;
  display:block;
  float:left;
  margin-top:3px;
}

#ModalDialogContainer form input,
#ModalDialogContainer form select,
#ModalDialogContainer form textarea {
  width:269px;
  font-size:13px;
  border: 1px solid gray;
}

#ModalDialogContainer form fieldset div.field ul.RadioField li {
  display:inline;
}

#ModalDialogContainer form fieldset div.field ul.MultiCheckBoxField {
  list-style-type:none;
  margin:0 0 0 140px;
  padding:0;
}

#ModalDialogContainer form fieldset div.field ul.MultiCheckBoxField li {
  padding-top:0;
}

#ModalDialogContainer form fieldset div.field ul.MultiCheckBoxField li input {
  width:auto;
}

.error_code {
  color: red;
}

.global_errors {
  color: red;
}

#ModalDialogContainer form div.pulsantiera {
  text-align:right;
  background-color: white;
  padding-top: 24px;
}

#ModalDialogContainer form div.pulsantiera input {
  width:auto;
  /*background-color:#dcdcdc;*/
  border:1px solid #000;
  font-weight:bold;
  text-transform:uppercase;
  font-size:11px;
}

#ModalDialogContainer .resize_corner {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

#ModalDialogContainer form fieldset input[type=text].year {
  width: 40px;  
}

#ModalDialogContainer form fieldset input[type=text].month,
#ModalDialogContainer form fieldset input[type=text].day {
  width: 20px;  
}

/********************************
ModalDialog Tab
********************************/

#ModalDialogContainer .box .box .box-header {
  display:none;
}

.box-headline {
  margin:15px 5px;
  width:420px;
  background-color: white;
}

.box-headline p {
  padding:0;
  font-size:11px;
}

ul#tab {
  margin:20px 0 10px 0;
  padding:0;
  list-style-type:none;
  height:24px;
  border-bottom:1px solid #888;
  background-color: #DDDDDD;
}

ul#tab li {
  margin:0;
  padding:0;
  float:left;
  background-color: #DDDDDD;
}

ul#tab li a {
  display:block;
  height:14px;
  padding:6px 10px 4px 10px;
  font-weight:bold;
  border-right:1px solid #ccc;
}

ul#tab li a:hover {
  text-decoration:underline;
}

ul#tab li a.selected {
  background-color:white;
  border-bottom: 1px solid white;
}

.object {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 21px;
  font-weight: bold;
/*  position: relative;*/
}


.object_title {
  font-weight: bold;
}

.reservation_object {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/reservation/object_icon);
  background-repeat: no-repeat;
}

.reservation_object_sent {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/reservation/object_mailsent_icon);
  background-repeat: no-repeat;
}

.reservation_object_checked {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/reservation/object_checked_icon);
  background-repeat: no-repeat;
}

.reservation_object_checkedout {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/reservation/object_checkedout_icon);
  background-repeat: no-repeat;
}

.reservation_object_deleted {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/reservation/object_deleted_icon);
  background-repeat: no-repeat;
}

.room_object {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/room/object_icon);
  background-repeat: no-repeat;
}

.room_object_deleted {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/room/object_icon_deleted);
  background-repeat: no-repeat;
}

.user_object {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/user/object_icon);
  background-repeat: no-repeat;
}

.user_object_favourite {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/user/object_icon_favourite);
  background-repeat: no-repeat;
}

.user_object_good {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/user/object_icon_good);
  background-repeat: no-repeat;
}

.user_object_regular {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/user/object_icon_regular);
  background-repeat: no-repeat;
}

.user_object_bad {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/user/object_icon_bad);
  background-repeat: no-repeat;
}

.user_object_avoid {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/user/object_icon_avoid);
  background-repeat: no-repeat;
}

.user_object_deleted {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/user/object_deleted_icon);
  background-repeat: no-repeat;
}

.user_object_online {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/user/object_online_icon);
  background-repeat: no-repeat;
}

.user_object_system {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/user/object_icon_system);
  background-repeat: no-repeat;
}

.message_object {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/message/object_icon);
  background-repeat: no-repeat;
}

.message_object_sms {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/message/object_sms_icon);
  background-repeat: no-repeat;
}

.message_object_im {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/message/object_im_icon);
  background-repeat: no-repeat;
}

.message_object_replied {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/message/object_replied_icon);
  background-repeat: no-repeat;
}


.message_object_deleted {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/message/object_deleted_icon);
  background-repeat: no-repeat;
}

.message_object_new {
  color: red;
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/message/object_new_icon);
  background-repeat: no-repeat;
}

.package_object {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/package/object_icon);
  background-repeat: no-repeat;
}

.package_object_checked {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/package/object_checked_icon);
  background-repeat: no-repeat;
}

.news_object {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/news/object_icon);
  background-repeat: no-repeat;
}

.news_object_checked {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/news/object_checked_icon);
  background-repeat: no-repeat;
}

.news_category_object {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/news/category_icon);
  background-repeat: no-repeat;
}

.news_category_object_checked {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/news/category_checked_icon);
  background-repeat: no-repeat;
}

.product_object {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/product/object_icon);
  background-repeat: no-repeat;
}

.product_object_checked {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/product/object_checked_icon);
  background-repeat: no-repeat;
}

.product_category_object {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/product/category_icon);
  background-repeat: no-repeat;
}

.product_category_object_checked {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/product/category_checked_icon);
  background-repeat: no-repeat;
}

.package_object_wait {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/package/object_wait_icon);
  background-repeat: no-repeat;
}

.activity_object {
  /*background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/activity/object_icon);*/
  background-repeat: no-repeat;
}

.activity_category_object {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/activity/category_icon);
  background-repeat: no-repeat;
}

.activity_category_object_checked {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/activity/category_checked_icon);
  background-repeat: no-repeat;
}

.accomodation {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/activity/object_icon);
  background-repeat: no-repeat;
}

.restaurant {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/activity/object_icon_orange);
  background-repeat: no-repeat;
}

.pub {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/activity/object_icon_magenta);
  background-repeat: no-repeat;
}

.shop {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/activity/object_icon_white);
  background-repeat: no-repeat;
}

.club {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/activity/object_icon_blue);
  background-repeat: no-repeat;
}

.fitness {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/activity/object_icon_yellow);
  background-repeat: no-repeat;
}

.operator {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/activity/object_icon_cyan);
  background-repeat: no-repeat;
}

.association {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/activity/object_icon_green);
  background-repeat: no-repeat;
}

.invoice_object {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/invoice/object_icon);
  background-repeat: no-repeat;
}

.file_object_file {
  position: relative;
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/file/object_icon_file);
  background-repeat: no-repeat;
}

.file_object_file_published {
  position: relative;
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/file/object_icon_file_published);
  background-repeat: no-repeat;
}

.file_object_photo {
  position: relative;
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/file/object_icon_photo);
  background-repeat: no-repeat;
}

.file_object_audio {
  position: relative;
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/file/object_icon_audio);
  background-repeat: no-repeat;
}

.file_object_video {
  position: relative;
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/file/object_icon_video);
  background-repeat: no-repeat;
}

.file_object_directory {
  background-image: url(http://www.lapiadama.it/reQUEST/contextmenu/file/object_icon_directory);
  background-repeat: no-repeat;
  position: relative;
}

.overlay_link {
  display: block;
  background-image: url(http://www.lapiadama.it/reQUEST/style/overlay_link);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left:0;
}

div#Request {
  display: none;
}

/******
  extra window
  ******/

#bodyslotsubstitute {
  border: 2px solid black;
  position: absolute;
  z-index: 10;
  background-color: white;
  left: 310px;
  top: 113px;
  width: 704px;
}

#bodyslotsubstitute ul.actionList {
  margin:0 0 0 0;
  padding:0;
  list-style-type:none;
}

#bodyslotsubstitute ul.actionList li {
  margin: 0px;
  padding: 0px;
  padding-top: 5px;
  padding-left: 5px;
  border-bottom:1px solid #fff;
  display: block;
  float: left;
}

#bodyslotsubstitute ul.actionList li .description {
  display: none;
}

/* <Patching meadows> */

#ModalDialogContainer .box-header {
  width: 430px;
}

#ModalDialogContainer .box-header a {
  display: block;
  position: absolute;
  left: 422px;
}

#ModalDialogContainer form fieldset div.field div.field_protectedlivefields {
  clear: left;
  float: right;
}

#ModalDialogContainer form fieldset div.field div.field_protectedlivefields label {
  margin-top: 0px;
}

#ModalDialogContainer form fieldset div.field div.field_protectedconditions ul.multitext_fields,
#ModalDialogContainer form fieldset div.field div.field_conditions ul.multitext_fields {
  width: 395px;
  clear: left;
}

#ModalDialogContainer form fieldset div.field div.field_protectedconditions ul.multitext_fields label,
#ModalDialogContainer form fieldset div.field div.field_conditions ul.multitext_fields label {
  width: 110px !important;
}

#ModalDialogContainer .box-body form .field_protectedlivefields label {
  display: inline;
}

#ModalDialogContainer .box-body form .field_protectedlivefields {
  float: right;
}

#ModalDialogContainer form fieldset div.field div.field_protectedconditions ul.multitext_fields input,
#ModalDialogContainer form fieldset div.field div.field_conditions ul.multitext_fields input {
  width: 265px;
}


/* </Patching meadows> */

div.pager {
  background-color: #EEE;
  border-top:1px solid #CCC;
  border-bottom:1px solid #CCC;
  padding: 2px;
  height:16px;
  margin: 0;
  clear: right;
}

div.pager ul {
  margin: 0px;
  padding: 0px;
  border: 0;
  list-style-type: none;
}

div.pager ul li {
  padding: 0px;
  display: block;
  text-align:center;
  width: 18px;
  height: 14px;
  margin-right: 2px;
  margin-left: 0px;
  float: left;
  font-weight: bold;
}

div.pager ul li.selected {
  background-color: white;
  border: white 1px solid;
  color: red;
}

div.pager ul li.unselected {
  background-color: white;
  border: #DDD 1px solid;
  opacity: 0.7;
}

div.pager ul li a {
  margin: 2px;
  text-align: center;
}
