@charset "utf-8";
/* CSS Document */
html{
    margin:0; 
    padding:0; 
    /*background-image:url(../images/iframe/prenota_sfondo.jpg); */
    background-position:0px -250px; 
    background-repeat:no-repeat; 
    background-color:#FFFFFF
}
body{
    font-family: Tahoma, "Trebuchet MS", Verdana, Arial; 
    text-align:left;  
}
html, body{ 
    margin:0; 
    padding:0
}
div.iphone_container{  
    text-align:left;
    width:320px;
}
h1{ 
    font-size:18px; 
    color:#fff; 
    background-color:#0B1760; 
    padding:10px; 
    margin:0
}
table.booking{
    width:310px; 
    font-size:12px
}
table.booking td{
    padding:5px 10px 5px 10px
}
table.booking td.label, table.booking td.label_grey{
    padding:5px 10px 5px 10px; width:100px;
}
table.booking td.label, table.booking td.label_full{
    color:#0B1760
}
table.booking td.label, table.booking td.label_id23310{
    color:#7db22f
}
span.smaller{
    font-size:11px
}
table.booking td.label_full{
    padding-bottom:0px
}
table.booking td.label_grey{
    color:#0B1760
}
table.booking td.label_id23310{
    color:#7db22f
}
span.strike{
    text-decoration:line-through
}
table.booking td.input, table.booking td.input_bold{
    padding:5px 5px 5px 0;
    width:200px
}
table.booking td.input{
}
table.booking td.input_bold{
    font-weight:bold;
    color:#0B1760
}

/* divider */
table.booking td.divider{
    border-bottom:1px solid #fff;
    border-top:1px solid #9AA1C9;
    font-size:0px;
    height:0px;
    padding:0
}
table.booking td.divider_small{
    border-top:1px solid #9AA1C9;
    font-size:0px;
    height:0px;
    padding:0
}

/* buttons */
/*  colored rows  */
table.booking tr.colored td{
    background-color:#E1E3EE
}
select{
    font-size:12px
}
input{
    font-size:12px
}
input.date-pick{
    width:90px;
    text-align:center
}
textarea.privacy{
    font-size:8px;
    padding:5px;
    width:300px
}
table.booking td.submits{
    text-align:right
}
table.booking td.submits input{
    background-color:#000066;
    color:#FFFFFF;
    font-size:14px;
    font-weight:bold
}

/* start datepicker */
table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #0B1760;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #fff;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #0B1760;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover, table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #b0b0b0;
	color: #888;
}
table.jCalendar td.unselectable, table.jCalendar td.unselectable:hover, table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* 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;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 4px;
	width: 215px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 14px;
	text-align: center;
	margin: 2px 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;
	font-size:20px;
	font-weight:bold;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	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: 2px;
	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;
}
/* end datepicker */

/* datespecific */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/iframe/calendar.png); 
	background-repeat:no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* end datespecific */

/* error */
.error {
    color: red;
    font-size:13px
}
div.error {
    padding: 8px;
}
/* end error */

/* table content */
table.content{
    width:310px; 
    font-size:11px;
}
table.content td{
    padding:5px 10px 5px 10px
}
table.content td.label, table.content td.label_grey{
    padding:5px 10px 5px 10px; width:100px;
}
table.content td.label, table.content td.label_full{
    color:#0B1760
}
table.content td.label, table.content td.label_id23310{
    color:#7db22f
}
.label_bold{
    font-weight:bold;
}
table.content td.label_full{
    padding-bottom:0px
}
table.content td.label_grey{
    color:#0B1760
}
table.content td.label_id23310{
    color:#7db22f
}
table.content td.input, table.content td.input_bold{
    padding:5px 10px 5px 0;
    width:190px
}
table.content td.input{
}
table.content td.input_bold{
    font-weight:bold;
    color:#0B1760
}
table.content td.divider{
    border-bottom:1px solid #fff;
    border-top:1px solid #9AA1C9;
    font-size:0px;
    height:0px;
    padding:0
}
table.content td.divider_small{
    border-top:1px solid #9AA1C9;
    font-size:0px;
    height:0px;
    padding:0
}
table.content tr.colored td{
    background-color:#E1E3EE
}
table.content td.submits{
    text-align:right
}
table.content td.submits input, .submitsdue input{
    background-color:#000066;
    color:#FFFFFF;
    font-size:13px;
    font-weight:bold
}
#content {
    font-size:12px;
}
