/*CALENDARIO*/
.box_cal_into{
    background-color:#fff;
    border:solid 1px #f0f0f0;
    width:298px;
    margin-left:20px;
    margin-bottom:20px;
}

#j-calendar {
	background: url(http://www.yachtandsail.it/img/calendar_loading.gif) no-repeat scroll center center;
}

table.jCalendar {
	width:294px;
	background-color:#ffffff;
	padding:0px 7px;
}
table.jCalendar th {
	color: #495A58;
	font-weight: bold;
	padding: 3px 5px;
	text-align:center;
	font-size:1.2em;
}
table.jCalendar td {
	background: #fff;
	color: #4295d1;
    border:solid 1px #e3e3e3;
	text-align: center;
	font-size:11px;
	font-weight:normal;
	height:18px;
	width:18px;
	vertical-align:middle;
}
table.jCalendar tr {
	background: #fff;

}
table.jCalendar td.other-month {

	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #a5cae8;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #A5CAE8;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #BBBBBB;
	text-decoration: underline;	
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {

	color: #888;
}


/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
.dp-nav-prev img{margin:8px 20px 3px 7px !important;}
div.dp-popup {
	position: relative;
	font-size: 10px;
	font-family: arial, sans-serif;
	line-height: 1.2em;
	color:#495A58;
	padding:10px 2px;
	text-transform: uppercase;
	height:188px;
}
.dp-calendar{margin-top:5px;float:left;}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	margin: 2px 0;
	padding-bottom:6px;
	padding-left:30px;
	width:125px;
	text-align:center;
	color:#2382cc;
	font-weight:bold;
	font-size:11px;
}
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;
	width: 100px;
	float:left;
	top:0px;
	left:0px;
	z-index:3;
}
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: 0px;
	right: 100px;
	z-index:3;
}
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;
}
#cal-today{
	cursor:pointer;
	background-color: transparent;
	background-image: url(http://www.yachtandsail.it/images/freccia_design.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding:0px 15px 0px 0px;
}
#cal-weekend{
cursor:pointer;
	background-color: transparent;
	background-image: url(http://www.yachtandsail.it/images/freccia_design.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding:0px 15px 0px 10px;
}
#form1{
    margin:0px 25px 10px 20px;
}
#form1 h4{
    color:#6dacd9;
    text-transform:uppercase;
    font-size:14px;
    margin-bottom:10px;
}
#form1 .cerca{float:right;}
#form1 input{
    width:135px;
    margin-bottom:12px;
    /*color:#003e77;*/
}
#form1 #bt_vai{width:38px;height:22px;padding:0px !important;}
#form1 select{
    width:135px;
    margin-right:16px;
    margin-bottom:10px;
    color:#003e77;
}