@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #999;
}
.segment {
	margin-top: 10px;
	display: block;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px dotted #777;
}
#mainContent ul li p {
	padding-left: 10px;
}
tr .video a {
	background-image: url(img/camera.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	display: block;
	padding-top: 5px;
	padding-left: 35px;
	height: 35px;
}
.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(img/InnerPage2_top_bg.jpg);
	height: 128px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	background-color: #FFF;
	background-image: url(img/InnerPage2_menu_bg.jpg);
	height: 600px;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
	padding: 20px;
	background-color: #EEE;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 105%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 5px;
}
p {
	text-align:justify;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 0px;
	line-height: 1.5em;
}

#mainContent li {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 10px;
	margin-bottom: 5px;
}
#mainContent ul {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}
.imagel {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imager {
	display: block;
	float: right;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.archivio {
	text-align: center;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.emp {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000;
}
.othermo {
	color: #888;
}
.commento {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	display: block;
	margin-top: 10px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-bottom: 20px;
}
.subnote {
	font-size: 90%;
	margin: 0px;
	padding: 2px;
}
.legenda {
	font-size: 90%;
	margin-bottom: 15px;
}
td.foto a {
	background-image: url(img/photo.png);
	background-repeat: no-repeat;
	display: block;
	padding-left: 35px;
	height: 32px;
	vertical-align: middle;
	padding-top: 5px;
}
a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration:underline;
}
table tr td {
	padding: 5px;
	vertical-align: top;
}
.month caption {
	text-align: center;
	font-weight: bold;
	margin-right: -1px;
	margin-bottom: -1px;
    border: 1px solid #000;
	padding: 3px;
}
table.month td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
}
table.month {
	border: 1px solid #000;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 48%;
}
.first {
	margin-top:0;
}
.calendario {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
td.foto, td.video {
	width: 49%;
}
.weekend {
	background-color: #CCC;
}
#footer p.sitemap {
	font-size: 8px;
	color: #AAA;
	margin: 0px;
	padding: 0px;
}
#footer .sitemap a {
	color: #AAA;
	font-size: 10px;
}

.corsoFiuggi {
	font-weight: bold;
	color: #FFFFFF;
	font-size: larger;
	background-color: #6c9bf6;
}
.corsoSalice {
	font-weight: bold;
	color: #FFFFFF;
	font-size: larger;
	background-color: #01c400;
}

span.corsoSalice, span.corsoFiuggi {
	padding: 2px 5px;
	font-size: 100%;
}

table.month td.corso, table.month td.corsoPieno, table.month td.corsoAnnullato {
	font-weight: bold;
}

