/**********************************************
Form styles
**********************************************/
input[disabled=disabled] {
  color: lightgray;
}

.global_errors {
  color: red;
}

.error_code {
  color: red;
  display: block;
  padding-left: 100px;
}

.Form .clear {
  clear: both;
}


.BodyForm, .Form, .contenuto {
         padding:10px;
}


.Form span.error_code, .global_errors {
  display: block;
  color: red;
  padding-left: 100px;
}

form fieldset {
         border:1px solid #ccc;
         padding:7px;
         margin:14px 0;
}
form fieldset legend {
         font-variant:small-caps;
         font-size:1.1em;
         font-weight:bold;
}

form fieldset div.field {
         margin:4px 0;
}
form fieldset div.field label {
         width:90px;
         text-align:right;
	 padding: 0px 10px 0 0;
         display:block;
         float:left;
         margin-top:3px;
}

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

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

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

form fieldset div.field ul.MultiCheckBoxField li input {
         width:auto;
         border: 1px solid lightgray;
}

form div.pulsantiera {
         text-align:right;
}
  
form div.pulsantiera input {
  width: auto;
  color: #a50000;
        background-color: #EEE;
	border:1px solid #a50000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
}

textarea, input[type=text], input[type=password], input[type=file], select  {
  width: 230px;
  border: 1px solid lightgray;
}

input.datetext  {
  width: 120px;
}

.Login .description {
  display: none;
}

.SideSlot form {
  margin-bottom: 20px;
}

.SideSlot  form fieldset {
  background-color: #EEE;
}

.SideSlot form fieldset legend {
  background-color: #a50000;
  color: white;
}

.SideSlot form fieldset div.field label {
         width:90px;
         text-align:right;
	 padding: 0px 10px 0 0;
         display:block;
         float:left;
         margin-top:3px;
}

.SideSlot textarea, .SideSlot input[type=text], .SideSlot input[type=password], .SideSlot input[type=file], .SideSlot select  {
  width: 90px;  
}

.SideSlot form div.pulsantiera input[type=reset] {
  display: none;
}

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

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

.Login li .description {
  display: inline;
}

.QuickBooking .Title,
.QuickBooking label[for=field_surname], .QuickBooking label[htmlFor=field_surname], .QuickBooking input[name=field_surname],
.QuickBooking label[for=field_Body], .QuickBooking label[htmlFor=field_Body], .QuickBooking textarea[name=field_Body],
.QuickBooking label[for=field_customer_name], .QuickBooking label[htmlFor=field_customer_name], .QuickBooking input[name=field_customer_name],
label[for=field_tarif], label[htmlFor=field_tarif], select[name=field_tarif],
.QuickBooking label[for=field_register_me], .QuickBooking label[htmlFor=field_register_me], .QuickBooking input[name=field_register_me],
.QuickBooking label[for=field_mobile_phone], .QuickBooking label[htmlFor=field_mobile_phone], .QuickBooking input[name=field_mobile_phone] {
  display: none !important;
}

.QuickBooking .Body {
  padding-top: 0px !important;
}

/************************************************************
MooTools styles
************************************************************/

.tool-tip {
	color: #fff;
	width: 200px;
	z-index: 13000;
        overflow: hidden;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(http://www.friendlybologna.it/style/bubble) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(http://www.friendlybologna.it/style/bubble) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 200px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}



/***************************************************
Products
****************************************************/

.ProductPreview {
    margin-left: 5px;
    clear:both;
    margin-bottom: 15px;
}

.Preview h2 {
  color:#A50000;
  font-size:12px;
  font-variant:small-caps;
}

.products_list {
  width: 103px;
  height: 150px;
  position:relative;
  float: left;
  padding: 0;
  padding-left: 4px;
}


.products_list .logo {
  position: absolute;
  top:28px;
}

div.products_list h4 {
  height: 24px;
  font-size: 10px;
  background-color: #ef7f01;
  padding-top: 2px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 2px;
  margin: 0px;
  text-transform: none;
  position: absolute;
  top: 96px;
}

.products_list a {
  color: white;
  text-decoration: none;
}

.products_list a img {
  border:1px solid #ef7f01;
  width: 101px;
  height: 68px;
}

.products_list .notes {
  margin:15px 0 0 0;
  font-size:10px;
}

.products_list .activities {
  display:none;
}

.products_list .description{
  display:none;
}

.products_list div.cost {
  position: absolute;
  top: 0px;
}

.products_list span.cost {
  color: gray;
}

.products_list .price a {
  color: red;
  font-weight: bold;
  width: 103px;
  display: block;
  background-image: url(http://www.friendlybologna.it/style/arrow2);
  background-repeat: no-repeat;
  background-position: top right;
  border-bottom:2px solid red;
}


.MoreProducts { 
  clear:both;
  padding-bottom: 25px; 
}

.products_list .object {
  display: none;
}


td div.price {
  font-size: 18px;
  font-weight: bold;
  color: #d56600;
  text-align: center;
  padding-top: 10px;
}

td.button input {
  border: 1px solid white;
  background-color: #ffcc66;
  color: #d56600;
  text-transform: lowercase;
  font-size: 10px;
  font-weight: bold
}

td div.price span.cent {
  font-size: 10px;
  vertical-align: top;
}

td.button {

  background-color: #eeeeee;
  border: 1px dashed #aaaaaa;
}
/***************************************************
Packages
****************************************************/

.PackagePreview {
    margin-left: 5px;
    clear:both;
    margin-bottom: 15px;
}

.activities li {
  margin-bottom: 5px;
  list-style: url(http://www.friendlybologna.it/style/arrow);
}

.Preview h2 {
  /*display: none;*/
  margin-top: 0;
  padding-top: 0;
}

.package_list {
  width: 103px;
  height: 180px;
  position:relative;
  float: left;
  padding: 0;
  padding-left: 4px;
}

div.package_list h4 {
  height: 24px;
  font-size: 10px;
  background-color: #ef7f01;
  padding-top: 4px;
  padding-left: 3px;
  padding-bottom: 1px;
  margin: 0px;
  font-variant: small-caps;
}

.package_list a {
  color: white;
  text-decoration: none;
}

.package_list a img {
  border:1px solid #ef7f01;
  width: 101px;
  height: 68px;
}

.package_list .notes {
  margin:15px 0 0 0;
  font-size:10px;
}

.package_list .activities {
  display:none;
}

.package_list .description{
  display:none;
}

.package_list div.cost {
  position: absolute;
  top: 145px;
}

.package_list span.cost {
  color: gray;
}

.package_list .days, .package_list .giorninotti {
  display:none;
  font-weight:bold;
  font-size:12px;
  color: gray;
}

.package_list .dates {
  font-size:10px;
  color: gray;
  padding-top: 2px;
}

.package_list .people {
  display:none;
}

.package_list .price a {
  color: red;
  font-weight: bold;
  width: 103px;
  display: block;
  background-image: url(http://www.friendlybologna.it/style/arrow2);
  background-repeat: no-repeat;
  background-position: top right;
  border-bottom:2px solid red;
}

.Text { 
  clear:both;  
}

.MorePackages { 
  clear:both;
  padding-bottom: 25px; 
}

.rss_link { 
  clear:both;
  padding-bottom: 25px; 
}

.SideSlot .Body {
  padding-top: 25px; 
  padding-left: 5px;
}

.TailView h2 {
  display: block;
  color: gray;
  font-size: 14px;
}

.no_packages {
  display: none;
}


/* Language style 
 * --------------
 */

div.LanguageMenu {
  width: 150px;
  position: absolute;
  left: 815px;
  top: 0px;
  z-index: 10;
}

div.LanguageMenu ul li {
  float:right;
  padding-left: 2px;
  margin: 0 0 0 0px;
}

ul.Flag {
  list-style-type: none;
}

li.Flag {
  display: inline;
}

.Flag img {
  border-color: #850;
  border-width: 1px;
}
a.nophoto {
  display: none;
}

.BodySlot .address h3 {
  margin-bottom: 0;
  padding-bottom 0;
}

.BodySlot .address span.contextmenu_object_root {
}

.BodySlot .address span.stars {
  padding-left: 10px;
}

span.stars img {
  float: none !important;
}

.BodySlot .item span.contextmenu_object_root {
  display: block;
  float: left;
}

.BodySlot .item span.stars {
  float: right;
  display: block;
}

.BodySlot .item span.stars img {
  float: none !important;
}

span.city {
  display: block;
  float: right;
  color: gray;
  font-weight: normal;
  text-transform: capitalize;
  margin-right: 5px;
}

.BodySlot .MyActivity {
  clear: both;
}

div.item {
 clear:both;
}


.BodySlot .clear {
 clear:both;
}

.BodySlot .Body div.item {
 margin-top: 20px;
}


.BodySlot .Body div.item h3 {
}

.BodySlot .Body div.item h3 a {
  color: #a50000;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.BodySlot .Body div.item .logo {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}


.BodySlot .Body div.item .logo img, .BodySlot .frame_set {
  width: 128px;
  height: 87px;
  display: block;
}

div.SideSlot div.item .logo img,
div.SideSlot div.item .description div
 {
  /*display: none;*/
}

div.SideSlot div.item .logo img, .SideSlot .frame_set {
  width: 90px;
  height: 60px;
}

div.SideSlot span span.activity_object {
  display: none;
}

.BodySlot .Body  div.item .description{
  padding-top: 1px;
  clear: right;
}

.SideSlot  div.item {
  margin-top: 20px;
}


.SideSlot div.item h3 {
}

.SideSlot div.item h3 a {
  color: #a50000;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.SideSlot div.item .logo {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}


.SideSlot div.item .logo img {
  display: block;
}

.SideSlot div.item .description{
margin-top: 0;
padding-top: 0;
}









.description span.city {
  text-transform: uppercase;
  color: #a50000;
  font-weight: bold;
}

#player {
  width: 468px;
  height: 398px;
}

.subcat .ReadMore {
  display: none;
}

.rss_similar li {
 padding: 0px;
 margin: 0px;
 margin-top: 8px;
 margin-left: -30px;
 list-style-type: none;
}

span.pop {
  height: 16px;
  width: 16px;
  background-image: url(http://www.friendlybologna.it/style/pop);
  background-color: white;
  border: 1px solid #FC0;
  display: block;
  float: right;
}

#BottomBanner,#TopBanner {
 max-height: 65px;
 clear: both;
}

#BottomBanner {
 padding-top:20px;
}

.BodySlot .link {
  float: right;
  padding-top: 2px;
  padding-bottom: 10px;
}

.BodySlot .link a {
  color: #a50000;
  text-transform: uppercase;
}

#map, #googlemapcontainer {
  width: 468px;
  height: 350px;
}

.Context .Menu {
  display: block;
  float:right;
}

.Context .Menu ul {
  background: none;
  border: none;
}

.Context .Menu li {
  display: inline;
  border: none;
  padding: 0;
  margin: 0;
}

.Context .Menu li a {
  border: none;
  padding: 0;
  margin: 0;
}

.Context .Menu .description span {
  display: none;
}

.NormalNews {
  margin-top: 20px;
}

.RightSlot .Galleries img {
  width: 186px;
  height: 140px;
}

h4 .hits {
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  color: gray;
}

.rss_link {
  clear: both;
}

.BodySlot .Highlights {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: gray;
  background-color: #EEE;
  height: 210px;
}

.BodySlot .Highlights h2 {
  background-color: #a50000;
  color: white;
  text-align: center;
  vertical-align: middle;
  padding-top: 4px;
  font-size: 13px;
  text-transform: uppercase;
  height: 20px;
  margin-top: 0;
}

.BodySlot .Preview h2, .BodySlot .Highlights .Preview .dates, 
.BodySlot .Highlights .Preview .hits, 
.BodySlot .Highlights .Preview .object, 
.BodySlot .Highlights .Preview .description, 
.BodySlot .Highlights .ReadMore, .BodySlot .NormalNews .ReadMore {
  display:none;
}

.BodySlot div.Highlights .Preview .news_list {
  width: 128px;
  height:128px;
  float: left;
  padding: 0px;
  margin-left: 15px;
  position: relative;
  clear:none;
  border: none;
  background-color: transparent;
  background-image: none;
}

.BodySlot .Preview .clear {
  clear: both;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.BodySlot div.Highlights .clear, .BodySlot .ShortNews .Preview .clear {
  clear: none;
  border-bottom: none;
  padding-bottom: 0px;
}

.NormalNews .Preview h2 {
  display: block;
  border-bottom: 2px solid #a50000;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  background-color: #EEE;
  padding-top: 2px;
}

.BodySlot div.Highlights .Preview .news_list h4 {
  position:absolute;
  text-align: center;
  top: 90px;
  left: 0px;
  clear:both;
}

.SideSlot .Headline {
  color: #a50000;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #d50000;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 20px;
/*
  background-color: orange;
  background-image: url(http://www.friendlybologna.it/style/news_background);
  background-repeat: no-repeat;
  background-position: 100px -20px;
*/
}

.BodySlot .Body .priority1 {
  padding-right:5px;
  border-color: orange;
  border-width: 1px;
  border-style: dashed;
  background-color: #FFEEAA;
/*
  background-image: url(http://www.friendlybologna.it/style/evidenza);
  background-repeat: no-repeat;
  background-position: bottom right;
*/
}

.BodySlot .Body .news_list h4 {
  margin-top: 6px;
}

.BodySlot .Body .news_list {
  clear:both;
  margin-top: 20px;
  position: relative;
}

.BodySlot .Body .priority3 {
  border-top-width: 1px;
  border-top-color: #a50000;
  border-top-style: solid;
  margin-bottom: 20px;
  margin-top: 20px;
}

.BodySlot .Body .news_list h4 {
  margin-bottom: 0px;
}

.BodySlot .Body .news_list h4 a {
  color: #a50000;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.BodySlot .Body .news_list .logo {
  float:left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.BodySlot .Body .priority3 .logo {
  display: none;
}

.BodySlot .Body .news_list .logo img {
  width: 128px;
  height: 87px;
  display: block;
}

.BodySlot .Body .news_list .dates {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  background-color:black;
  color:white;
  display:block;
  font-weight:bold;
  height:28px;
  width: 118px;
  left:0;
  opacity: 0.7;
  position:absolute;
  top:55px;
}

.BodySlot .Body .priority3 .dates {
 display: none;
}

.BodySlot .Body .news_list .creation_date {
  display: none;
}


.BodySlot .Body .priority3 .creation_date {
  display: block;
  color: gray;
  padding-left: 22px;
}

.BodySlot .Body .news_list .description {
}

.BodySlot .Body .priority3 .description {
  padding-left: 22px;
}

.BodySlot .Body .news_list .activities{
  display: none;
}


.BodySlot .Body .MoreNews{
  clear:both;
  padding-top:20px;
}


/***************************************************
News as packages
****************************************************/

.SideSlot .Preview {
  padding-top: 10px;
}

.SideSlot .Body .news_list {
  width: 104px;
  height:160px;
  position:relative;
  margin-right:5px;
  float: left;
  padding: 0px;
}

.SideSlot .Body div.news_list .object {
  /*display:none;*/
}

.SideSlot .Body div.news_list h4 {
  height: 32px;
  font-size: 9px;
/*
  background-color: #a50000;
  color: white;
  font-variant: small-caps;
 */
  background-color: #EEE;
  color: #a50000;
  padding-top: 4px;
  padding-left: 3px;
  padding-bottom: 1px;
  margin: 0px;
}

.SideSlot .Body .news_list a {
/*  color: white;  
 */
  color: #a50000;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  text-transform: none;
}

.SideSlot .Body .news_list span.hits {
  display: none;
}

.SideSlot .Body .news_list a img {
  border:1px solid #a50000;
  width: 102px;
  height: 80px;
}

.SideSlot .Body .news_list .notes {
  margin:15px 0 0 0;
  font-size:10px;
}

.SideSlot .Body .news_list .activities {
  display:none;
}

.SideSlot .Body .news_list .description{
  display:none;
}

.SideSlot .Body .news_list div.cost {
  position: absolute;
  top: 145px;
}

.SideSlot .Body .news_list span.cost {
  color: gray;
}

.SideSlot .Body .news_list .days, .SideSlot .Body .news_list .giorninotti {
  display:none;
  font-weight:bold;
  font-size:12px;
  color: gray;
}

.SideSlot .Body .news_list .dates {
  font-size:10px;
  color: gray;
  padding-top: 2px;
}

.SideSlot .Body .news_list .creation_date {
  display: none;
}

.SideSlot .Body .news_list .people {
  display:none;
}

.SideSlot .Body .news_list .price a {
  color: gray;
  font-weight: bold;
  width: 130px;
  display: block;
  background-image: url(http://www.friendlybologna.it/style/arrow2);
  background-repeat: no-repeat;
  background-position: top right;
  border-bottom:2px solid gray;
}

.SideSlot .Body .Text { 
  clear:both;  
}

.SideSlot .Body .MoreNews { 
  clear:both;
  padding-bottom: 25px; 
}

/* ========================== Comments */

.BodySlot .Body .comment {
  clear: both;
  padding-top: 10px;
}

.BodySlot .Body .comment .clear {
  clear: both;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: lightgray;
  height: 10px;
  width: 100%;
}

.BodySlot .Body .comment h4 {
  margin-bottom: 0px;
}

.BodySlot .Body .comment h4 a {
  color: #a50000;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.BodySlot .Body .comment .logo {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 64px;
}

.BodySlot .Body .comment .Menu li {
  border: none;
}

.BodySlot .Body .comment .logo a img {
  width: 100%;
  height: 100%;
}

.BodySlot .Body .comment .dates {
  color: gray;
}

.BodySlot .Body .comment .description{
}


.BodySlot .Body .comment .activities{
  display: none;
}

.BodySlot .Body .comment .Menu {
  border: none;
  float: right;
}

.BodySlot .Body .comment .Menu li {
  float: left;
  width: 24px;
}

.BodySlot .Body .comment .Menu .logo {
  width: 22px;
}

.BodySlot .Body .comment .Menu .description {
  display: none;
}

.ShortNews  {
  padding-bottom: 20px;
}

.ShortNews .news_list .description, .ShortNews .logo, .ShortNews .Preview h2 {
  display: none;
}


.BodySlot .Body #DownloadArea .comment h4 {
  margin-top: 0px;
}

.BodySlot .Body #DownloadArea .comment .description p {
  margin-top: 4px;
  margin-bottom: 4px;
}
/* BOX --------------------------------------- */

.SideSlot .box {
  margin-top: 15px;
  margin-bottom:15px;
  clear: both;
}

.SideSlot .box-body {
  font-size:11px;
}

.SideSlot .box-header {
  color:#a50000;
  font-size: 12px;
  font-weight: bold;
  text-transform:uppercase;
  margin-bottom:10px;
}

/* TopMenu */
/* HeaderSlot Menu */

.HeaderSlot .Menu {
  border: none;
  margin: 0px;
  padding: 0px;
  margin-top: 1px;
  margin-bottom: 2px;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.HeaderSlot table.Menu {
  border-collapse: collapse;
}

.HeaderSlot .Menu .item {
  border: none;
  border-top: 4px solid white;
  background-color: #ff7300;
  border-left-style: solid;
  border-left-color: white;
  border-left-width: 3px;
  height: 20px;
  vertical-align: middle;
}

#Network , #Events {
  border-left: none;
}

.HeaderSlot .Menu a {
  font-family: verdana, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #a50000;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* --------------- HeaderSlot: 2nd level menu */

#Accommodations {
  border-left: none;
}

#Media {
  border-right: none;
}

.HeaderSlot .Activities {
  margin-bottom: 10px;
}

.HeaderSlot .Activities .Menu td {
  background-color: white;
  border: 2px solid white;
  margin-top: 0px;
  
}
.HeaderSlot .Activities .Menu td a {
  font-family: verdana, sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
  text-align: center;
  margin:0px;
  border: 1px solid #CCC;
  display: block;
}


.RightSlot .Menu img {
  display: none;
}

.GallerySlot .GalleryPreview {
    margin: 0px;
    width: 466px;
    height: 80px;
    padding: 0px;
    background-color: #eee;
    border: 1px solid #aaa;
    margin-bottom: 30px;
    margin-left: 15px;
}

.GallerySlot .GalleryPreviewPanel {
    width: 436px;
    height: 80px;
    float: left;
}

.GallerySlot .GalleryItemNavbar { 
  width:  15px;
  left: 0;
  float: left;
}

.GallerySlot .GalleryItemNavbar a img {
  border-style: none;
  border-size: 0;
  padding-top:31px;
  width: 16px;
  height: 16px;
}

.GallerySlot .GalleryPreviewItem {   
        padding: 0;
        margin: 0;
        width: 105px;
        height: 79px;
        float: left;
}

.GallerySlot .GalleryPreviewItem img {
  border-color: #800;
  border-width: 1px;
  width: 103px;
  border:1px solid #aaa;
  height: 77px;
}

#PhotoSlot img {
max-width: 468px;
}

#PhotoSlot .caption {
  margin-top:8px;
  margin-left:8px;
  margin-right:8px;
}

#PhotoSlot .caption p {
  color: #999;
  font-style: italic;
}

.SideSlot .GalleryPreview {
    margin-left: 5px;
    clear:both;
    margin-bottom: 15px;
}

.GalleryPreview h2 {
	font-size:18px;
	color:#C2C0BA;
	text-transform:lowercase;
}

.GallerySlot .GalleryItem img {
  border: 1px solid #aaa;
}

.SideSlot .GalleryPreviewItem {   
        padding-top -12px;
        float: left;
        padding-left: 4px;
        background-repeat: no-repeat;
        background-position: left top;
        width: 103px;
        height: 70px;
}


.SideSlot .GalleryPreviewItem img {
  border-color: #800;
  border-width: 1px;
  width: 103px;
  height: 67px;
}

.SideSlot .GalleryItemNavbar { 
  padding-top: 5px;
  left: 434px;
  position: relative;
}

.GalleryItemNavbar a img {
  border-style: none;
  border-size: 0;
  width: 16px;
  height: 16px;
}

.Box h2 {
  display: none;
}

.GalleriesBody img {
/*
  border-width: 1px;
  border-style: solid;
  border-color: orange;
 */
  border-top-width: 2px;
  border-top-style: solid;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: #a50000;
}

.GalleriesBody .link {
  float: right;
  padding-bottom: 10px;
}

.GalleriesBody .link a {
  text-transform: uppercase;
  color: #a50000;
}
/* DateTimeField stuff */

.e_day {
	width: 32px;
	position:relative;
	float: left;
	padding: 2px 0px 2px 0px;	
	border-bottom: 1px solid #B9B9B9;
}

.p_day {
	width: 32px;
	position:relative;
	text-align: center;
	float: left;
	padding: 2px 0px 2px 0px;	
	border-bottom: 1px solid #B9B9B9;
	cursor: pointer;
        color: gray;
}
.c_day {
	cursor: pointer;
	position:relative;
	width: 32px;
	text-align: center;
	float: left;
	font-weight: bold;
	color: #00FFC;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #FFFFFF;
	/*background-color: #660033;*/
	background-color: #f26522;
}

.f_day {
	cursor: pointer;
	position:relative;
	width: 32px;
	text-align: center;
	float: left;
	color: #66CCCC;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #B9B9B9;
}

.f_day:hover, .e_day:hover, .p_day:hover {
  background-color: gray;
  color: white;
}

.Calendar {
  background: #FFFFFF;
  position: relative;

}

.c_all {
	width: 224px;
	background: #FFFFFF;
	border: none;
        margin-bottom: 12px;
/*
	float:left;
	margin-top: 24px;
        position: absolute;
*/
        position: relative;
        height: 130px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.c_title {
  background-color: #0054A6;
  color: white;
  padding: 4px 0px 4px 0px;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform:uppercase;
}

.c_title select {
  di
  font-weight: bold;
  background-color: #0084D6;
  color: white;
  border-color: #005486;
  border-width: 1px;
  border-style: solid;
  margin-left: 5px;
  width: 60px;
  height: 16px;
}

.c_title span {
  cursor: pointer;
}

.prev_month {  
  padding: -4px 0px -4px 0px;
  background-image: url(http://www.friendlybologna.it/style/Calendar/calendar_prev);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 36px;
  top: 2px;
}

.next_month {
  background-image: url(http://www.friendlybologna.it/style/Calendar/calendar_next);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 171px;
  top: 2px;
}


.go_to_today {
  background-image: url(http://www.friendlybologna.it/style/Calendar/today);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
}

.prev_year {
  background-image: url(http://www.friendlybologna.it/style/Calendar/calendar_prev_year);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 20px;
  top: 2px;
}

.next_year {
  background-image: url(http://www.friendlybologna.it/style/Calendar/calendar_next_year);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 187px;
  top: 2px;
}

span.close {
  background-image: url(http://www.friendlybologna.it/style/Calendar/closewindow);
  background-repeat: no-repeat;
  background-position: right center;
  width: 14px;
  height: 12px;
  display: block;
  position: absolute;
  left: 217px;
  top: 5px;
}


.c_cday {
	padding: 4px 0px 4px 0px;
	position:relative;
	width: 32px;
	text-align: center;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: #504A59;
	/*color: #00FF99;*/
	color: #f26522;
}
.Meteo {
	width:304px;
        display:none;
}

.Meteo h2 {
	background:url(http://www.friendlybologna.it/style/theme/meteo/box_top) no-repeat 0 0;
	padding:4px 0;
	margin:0;
	font-size:1.1em;
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
}

.Meteo .MeteoBody {
	background:url(http://www.friendlybologna.it/style/theme/meteo/box_bottom) repeat-x 0 bottom;
	height:125px;
}

.Meteo .MeteoBody .MeteoTxt {
	margin:5px 0 0 20px;
	padding:15px 0 20px 0;
	width:160px;
	float:left;
	color:#FFF;
	text-align:left;
}

.Meteo .MeteoBody .MeteoImg {
	margin-left:170px;
	padding:15px 0 20px 0;
}

.Meteo span.location {
        font-weight: bold;
        color: lightgreen;
}

.Meteo span.label {
        font-weight: bold;
}

.Meteo span.value {
}

div.suncloud {
  background-image: url(http://www.friendlybologna.it/style/theme/meteo/suncloud);
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 104px;
}
div.cloud {
  background-image: url(http://www.friendlybologna.it/style/theme/meteo/cloud);
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 104px;
}
div.fog {
  background-image: url(http://www.friendlybologna.it/style/theme/meteo/fog);
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 104px;
}
div.rain {
  background-image: url(http://www.friendlybologna.it/style/theme/meteo/rain);
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 104px;
}
div.snow {
  background-image: url(http://www.friendlybologna.it/style/theme/meteo/snow);
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 104px;
}
div.storm {
  background-image: url(http://www.friendlybologna.it/style/theme/meteo/storm);
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 104px;
}
div.sun {
  background-image: url(http://www.friendlybologna.it/style/theme/meteo/sun);
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 104px;
}
div.box_bottom {
  background-image: url(http://www.friendlybologna.it/style/theme/meteo/box_bottom);
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 400px;
}
div.box_top {
  background-image: url(http://www.friendlybologna.it/style/theme/meteo/box_top);
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 29px;
}



.Body .Menu .item {
  list-style: none;
  padding-top:2px;
}

.SideSlot .Menu .item {
  list-style: none;
  padding-top:2px;
}

.Context .Menu .item  {
  padding-left: 0;
}

.Body .Menu .item span.logo {
  background-position: bottom left;
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 16px;
  float: left;
}

.SideSlot .Menu .item span.logo {
  display: none;
}

.Context .Menu .item span.description {
  display: none;
}

.Menu .item#Facebook span.logo    {background-image: url(http://www.friendlybologna.it/style/theme/menu_facebook);}
.Menu .item#ReplyAuthor span.logo {background-image: url(http://www.friendlybologna.it/style/theme/menu_reply);}
.Menu .item#Email span.logo       {background-image: url(http://www.friendlybologna.it/style/theme/menu_forward);}
.Menu .item#Print span.logo       {background-image: url(http://www.friendlybologna.it/style/theme/menu_print);}
.Menu .item#SendIM span.logo      {background-image: url(http://www.friendlybologna.it/style/theme/menu_sendim);}
.Menu .item#JoinRSS span.logo      {background-image: url(http://www.friendlybologna.it/style/theme/menu_joinrss);}

.activity_object.accomodation        {background-image: url(http://www.friendlybologna.it/style/theme/object_activity_accomodation);}
.activity_object.restaurant          {background-image: url(http://www.friendlybologna.it/style/theme/object_activity_restaurant);}
.activity_object.pub                 {background-image: url(http://www.friendlybologna.it/style/theme/object_activity_pub);}
.activity_object.club                {background-image: url(http://www.friendlybologna.it/style/theme/object_activity_club);}
.activity_object.cruising            {background-image: url(http://www.friendlybologna.it/style/theme/object_activity_cruising);}
.activity_object.sauna               {background-image: url(http://www.friendlybologna.it/style/theme/object_activity_sauna);}
.activity_object.fitness             {background-image: url(http://www.friendlybologna.it/style/theme/object_activity_fitness);}
.activity_object.shop                {background-image: url(http://www.friendlybologna.it/style/theme/object_activity_shop);}
.activity_object.association         {background-image: url(http://www.friendlybologna.it/style/theme/object_activity_association);}
.activity_object.media               {background-image: url(http://www.friendlybologna.it/style/theme/object_activity_media);}

/*
.user_object                  {background-image: url(http://www.friendlybologna.it/style/theme/object_user);}
.news_object_checked          {background-image: url(http://www.friendlybologna.it/style/theme/object_news);}
.news_category_object_checked {background-image: url(http://www.friendlybologna.it/style/theme/object_folder);}
 */

.feedback {
  margin-left: 138px;
  clear: right;
  display: block;
  padding-left: 3px;
  padding-top: 6px;
} 

.category_value .feedback {
  margin-left: 38px;
}

.feedback span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  background-position: top left;
  background-repeat: no-repeat;
  padding-right: 3px;
}

.feedback .up {background-image: url(http://www.friendlybologna.it/style/theme/feedback_up);}
.feedback .half {background-image: url(http://www.friendlybologna.it/style/theme/feedback_half);}
.feedback .down {background-image: url(http://www.friendlybologna.it/style/theme/feedback_down);}

.marks {
  display: block;
  float: left;
  padding-left: 5px;
  width: 64px;
} 

.marks span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  background-position: top left;
  background-repeat: no-repeat;
  padding-right: 3px;
}
.marks .gay_operated {background-image: url(http://www.friendlybologna.it/style/theme/marks_gay_operated);}
.marks .men_only {background-image: url(http://www.friendlybologna.it/style/theme/marks_men_only);}
.marks .women_only {background-image: url(http://www.friendlybologna.it/style/theme/marks_women_only);}


label[for="field_tarif"], 

#googlemapcontainer img {
  max-width: none !important;
}

/* for the reservations */
 
.Reservations table {
  width: 100%;
  border-width: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-collapse: separate;
}

.Reservations th {
  text-align: center;
  background-color: gray;
  color: white;
}

.Reservations th.Rooms, .Reservations td.Rooms {
  display: none;
}

.Reservations td {
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: #EEE;
}

.Reservations td p {
  padding-left: 5px;
  padding-right: 5px;
}

.Reservations td.button {
  background-color: #DDD;
}

/* end */



.Ring {
  background-image: url(http://www.friendlybologna.it/style/ringbg);
  background-repeat: repeat-x;
  background-position: top left;
  height: 40px;
  background-color: white;
  width: 100%;
}

.Ring table.RingContainer {
  width: 985px;
  margin-left: auto;
  margin-right: auto;  
}

.Ring table.RingContainer td.RingItem {
  text-align:center;
}

html {
  background-color: #fba251;
  background-image: url(http://www.friendlybologna.it/website/background);
  background-position: top left;
  background-repeat: repeat-x;
  color: gray;
}

.legal_notes {
  color: #a50000;
  font-size: 10px;
  padding: 5px;
  text-align: center;
}


h1 {
  color: #a50000;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}

h3,h4 {
  color: #a50000;
  font-size: 12px;
  text-transform: uppercase;
}

a {
  color: darkorange;
  font-weight: bold;
  text-decoration: none;
}

.Headline a {
  color: darkred;
}

td.HeadlinesMenu {
  padding-left:5px;
}

body {
	font:18px Helvetica, Tahoma, sans-serif;
	margin:0;
	padding:0;
	font:11px Helvetica, Tahoma, sans-serif;
        color: #333;
}

div.Body {
  clear:both;
}

div.Cover {
  position: relative;
}

#LogoCover {
  position: absolute;
  left: 25px;
  top: 5px;
  z-index: 10;
}

#Cover {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 984px;
  height: 191px;
  background: white;
  overflow: hidden;
}

#Cover img {
  width: 984px;
}

#slogan {
  font-weight: bold;
  padding-bottom: 10px;
}

img {
  border: none;
}

table.Master {
  border-collapse: collapse;
  padding: 0px;
  background-color: white;
}

tr {
  padding: 0px;
  margin: 0px;
  border-style: none;
}

td {
  padding: 0px;
  margin: 0px;
  border-style: none;
  vertical-align: top;
}

table.Master {
  border-color: black;
  border-width: 2px;
  border-style: solid;
  margin-left:auto;
  margin-right:auto;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 986px;
}

td.Cover {
  width: 986px;
  height: 192px;
}


div.BodySlot, div.PhotoSlot {
  padding-left: 15px;
  padding-right: 15px;
}

div.BodySlot p {
  line-height: 1.3;
}

td.RightSlot {
  border-left-style: dotted;
  border-left-width: 2px;
  border-left-color: gray;
  width:220px;
}

td.BodySlot {
  width:500px;
  border-left-style: dashed;
  border-left-width: 1px;
  border-left-color: lightgray;
}

td.SideSlot {
  width: 266px;
}

div.SideSlot {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}

td.FooterSlot {
  height: 90px;
}

.FooterSlot div.Footer {
  margin-left: 77px;
}

.FooterSlot img.reQUEST {
  display: block;
  float: right;
}

div.FooterSlot {
  padding: 20px;
  text-align:center;
}

.BodySlot .item .clear {
  border-bottom-style: solid;
  border-bottom-color: lightgray;
  border-bottom-width: 1px;
  margin-bottom: 5px;
  clear: both;
}

/* RightSlot */

div.RightSlot {
  padding-left: 10px;
  padding-right: 20px;
}


/* Menu */

.Menu {
 clear: both;
}

.Menu ul {
  padding: 0px;
  margin: 0px;
  border: none;
  list-style: none;
}

.Menu li {
  border-bottom-style: solid;
  border-bottom-color: lightgray;
  border-bottom-width: 1px;
  margin-bottom: 5px;
}

.Menu li a {
  font-family: verdana, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin:4px;
}

/* Activities Menu */

div#activitymenu{
  background-color: #a50000;
  height: 18px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #b40000;
  margin-top: 20px;
  margin-bottom: 20px;
}

div#activitymenu ul {
  margin-left: 0px;
  padding-left: 20px;
  padding-top: 3px;
}

div#activitymenu li {
  display: inline;
  padding-right: 10px;
}

div#activitymenu li a {
cursor: pointer;
color: white;
font-weight: bold;
}

div#address {
  height: 80px;
}

#address img {
  float: left;
}

.address {
  padding-left: 85px;
}

address span {
  display: block;
}
