﻿@import "Themes/softimax/calendar.css";

.booking_box 
{
    /*margin-top:20px;
    height:40px;
    padding:15px 0 0 60px;    
    background:url(bgRicercaHotel.png) top left no-repeat;*/
    height:25px;
}
.booking_box h4
{
    margin:1px 20px 0 0;
    float:left;
    padding: 0pt; 
    font-size: 14px; 
    font-weight: bold; 
    color: #333333;
}
.booking_box span
{
    float:left;
    margin-right:10px;
}
.booking_box .citta,
.booking_box .data
{
    width:97px;    
    float:left; 
    margin-right:10px;
    color: #000;    
    font-size:10px;   
    line-height:16px;
    position:relative;
    margin-top:5px;
}
.booking_box .data img
{
    position:absolute;
    top:2px;
    cursor:pointer;
}
.booking_box .citta
{
    width:125px; 
}
.booking_box .data input,
.booking_box .citta input
{
  border: 1px solid lightgray;
  font-size: 11px;
  height: 15px;
  width: 100%;
}
.booking_box .submit input
{
    background-color:transparent;
    border:1px solid lightgray;
    color:#CC0000;
    cursor:pointer;
    font-size:12px;
    margin-top:4px;
    font-weight:bold;
    height:20px;
}
.Calendar .ajax__calendar_container 
{
     color: #FF6600;
     z-index:1000;   
}