@import url(availability.css); 
@import url(form.css);
@import url(menu.css);

/* viola scuro #8D3052 */
/* viola chiaro #BE577C */

body {
	
	font-size-adjust: none;
	margin: 0px;
	text-align: center;   
	color: White; 
  font-size: 0.8em;
  font-family: "Arial", "Courier New"; 	
}

/* href style */
a {   
	font-size-adjust: none;
	text-decoration: none;
	cursor: pointer;
} 
a:link { 

	text-decoration: none;
	cursor: pointer; 
} 
a:hover { 

	text-decoration: none;
	cursor: pointer;
} 
a:visited { 	
	
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

.titlephoto {
	
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	font-family: "Arial", "Courier New";
}

.titlesection {
	
	text-align: left;
	font-size: 1.0em;
	font-weight: bold;
	font-family: "Arial", "Courier New";
}

.titlesubsection {
	
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	font-family: "Arial", "Courier New";
}

.titlesubsubsection {
	
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
	font-family: "Arial", "Courier New";
}

.textdesc {
	
	text-align: justify;
	font-size: 0.6em;
	font-style: oblique;
	font-family: "Arial", "Courier New";
}

.titleBox {
	
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 1px solid #BE577C;
	font-size: 1.1em;
	font-weight: bold;
	width: 97%;
	font-family: "Arial", "Courier New";	
}

.titlesubBox {
	
	text-align: left;
	padding: 2px;
	border: 1px solid #BE577C;
	font-size: 0.9em;
	font-weight: bold;
	width: 97%;
	font-family: "Arial", "Courier New";	
}

.descphoto {

	padding: 2px;
	text-align: center;
	font-size: 0.7em;
	font-weight: bold;
	font-family: "Arial", "Courier New";
}

.genericlink {

	font-size: 0.8em;
	font-weight: bold;
	font-family: "Arial", "Courier New";
	color: #BE577C;
}

.whitelink {

	font-size: 0.8em;
	font-weight: bold;
	font-family: "Arial", "Courier New";
	color: white;
}

.whitelink:hover {

	font-size: 0.8em;
	font-weight: bold;
	font-family: "Arial", "Courier New";
	color: #BE577C;
}

.genericlinkrev {

	font-size: 0.8em;
	font-weight: bold;
	font-family: "Arial", "Courier New";
	color: #8D3052;
}

.insidelink {

	font-weight: bold;
	font-family: "Arial", "Courier New";
	color: #8D3052;
}

.textfieldname {

	font-size: 0.7em;
	font-family: "Arial", "Courier New";
}

.textfieldvalue {

	font-size: 0.7em;
	font-weight: bold;
	font-family: "Arial", "Courier New";
}

.borderlightBox {

 border: 1px solid #BE577C;
}

.borderdarkBox {

 border: 1px solid #8D3052;
}

.footertext {
	
	text-align: center;	
	background: transparent;
	color: #8D3052;
	font-size: 0.8em;	
	font-family: "Arial", "Courier New";
	font-weight: bold;
}

/* iTooltip specific styles follow */

.darkTooltip {
	
	position: relative;
	width: 100px;
	height: 20px;
	border: 1px solid #8D3052;
	background-color: #8D3052;
	color: white;
	font-size: 5pt;	
	font-family: "Arial", "Courier New";	
}

/* Date picker specific styles follow */

a.date-picker {
	width: 16px;
	height: 16px;
	border: none;
	color: #fff;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background: url(calendar.png) no-repeat;
	font-size: 0.9em;
}
a.date-picker span {
	margin: 0 0 0 -2000px;
}
div.date-picker-holder, div.date-picker-holder * {
	margin: 0;
	padding: 0;
}
div.date-picker-holder {
	position: relative;
}
div.date-picker-holder input {
	float: left;
}
div.popup-calendar {
	display: none;
	position: absolute;
	z-index: 20000;	
	top: 0;
	left: 99px;
	padding: 4px;
	border: 2px solid #000;
	background: #fff;
	color: #000;
	overflow:hidden;
	width: 163px;
	font-size: 0.9em;
}
div.popup-calendar iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}
div.popup-calendar div.link-close {
	float: right;
}
div.popup-calendar div.link-prev {
	float: left;
}
div.popup-calendar h3 {
	font-size: 0.9em;
	margin: 2px 0 5px 3px;
}
div.popup-calendar div.link-next {
	float: right;
}
div.popup-calendar div a {
	padding: 1px 2px;
	color: #000;
}
div.popup-calendar div a:hover {
	background-color: #000;
	color: #fff;
}
div.popup-calendar table {
	margin: 0;
}
* html div.popup-calendar table {
	display: inline;
}
div.popup-calendar table th, div.popup-calendar table td {
	background: #eee;
	width: 21px;
	height: 17px;
	text-align: center;
}
div.popup-calendar table td.inactive {
	color: #aaa;
	padding: 1px 0 0;
}
div.popup-calendar table td a {
	display: block;
	border: 1px solid #eee;
	width: 19px;
	height: 15px;
	text-decoration: none;
	color: #333;
}
div.popup-calendar table td.today a {
	border-color: #aaa;
}
div.popup-calendar table td a.selected, div.popup-calendar table td a:hover {
	background: #333; 
	color: #fff;
}