@charset "UTF-8";
/* CSS Document */

<!--
A:link {
color: #000000;
text-decoration: underline;
}

A:visited {
color: #000000;
text-decoration: underline;
}

A:hover {
color: #999999;
text-decoration: underline;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat:no-repeat;
	background-image: url(images/bg2.gif);
	background-color: #dddddd;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.txt_titolo_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #636363;
}

.txt_data_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #636363;
}

.txt_apici_black {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #636363;
}

.txt_apici_red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF0000;
}

.txt_italic_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #015a8a;
	font-size: 12px;
	font-weight:bold;
}

.txt_titolo_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}

.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: #FFFFFF solid 1px;
	width: 250px;
	background: #dfdfdf;
}

.table_vertical_dotted {
	border-left-style: dotted;
	border-color:#999999;
	border-left-width:1px;
}

.trans_box2 {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/75p_honey.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image:url(images/75p_honey.png);
}

.box {
	border:#bfbfbf solid 1px;
	border-top: 0px;
	background:url(images/bg_box.gif);
	padding:10px;
}

.innerbox {
	border:#CCCCCC dotted 1px;
	background:#FFFFFF;
	padding:10px;
}

#box_bot A:link {
	color: #999999;
	text-decoration: underline;
}

#box_bot A:visited {
	color: #999999;
	text-decoration: underline;
}

#box_bot A:hover {
	color: #015a8a;
	text-decoration: underline;
}

/* INIZIO PARTE DI MOOTOOLS */


#conteinersocieta {
		width: 90%;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #dddddd;
	border-bottom-color: #dddddd;
		border-bottom-style: none;
	text-align: justify;
}

#conteinerprenotazioni {
		width: 90%;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #dddddd;
	text-align: justify;
}

#accContainer {
	width: 90%;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #dddddd;
}
.menuTitle {
	font-size: 12px;
	font-weight:bold;
	display: block;
	color: #2f3d31;
	background-color: #f2f2f2;
	text-decoration: none;
	outline-style:none;
	height: 18px;
	padding-top: 6px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
.testoinside {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 12px;
	padding-right:12px;
	color: #5E6257;
	text-align: justify;
}
.content {
	font-size: 12px;
	color: #5E6257;
	display: block;
	background-color: #FFFFFF;
}
.grassettoblu {
	color: #0289b6;
	font-weight: bold;
}

-->