﻿body
{
	font-family: Arial;
	font-size: small;
}
.header
{
	font-family: Arial;
	font-size: xx-small;
}
.contents
{
	position: relative;
}
.left
{
	position: absolute;
	width: 200px;
	left: 0px;
	top: 0px;
	text-align: left;
}
.center
{
	margin-left: 200px;
	margin-right: 150px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
}
.center2
{
	margin-left: 150px;
	margin-right: 150px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
}
.right
{
	position: absolute;
	width: 150px;
	right: 0px;
	top: 0px;
	text-align: right;
}
.footer
{
	text-align: left;
}
.title
{
	text-align: left;
	font-size: large;
	font-weight: bold;
	color: #005b9d;
}
.subtitle
{
	text-align: left;
	font-size: small;
	font-weight: bold;
}
.font_size
{
	font-size: 11px;
}
.no_line
{
	font-size: 11px;
}
.uppercase
{
	text-transform: uppercase;
}

.titoli_ombra 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 2px 2px 3px #000000; 
}
.testo 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 21px;
}
.testo_blu 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004489;
}
.totale1 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
	color: #ff4500;
	text-shadow: 2px 2px 2px #ffffff;
	text-transform:uppercase;
}
.testo_bold 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.no_bordo 
{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 21px;
}
.selezione 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	font-weight: bold;
	color: #002a56;
	text-shadow: 2px 2px 2px #ffffff;
}
.progress
{
	background-color: #efefef;
	filter: alpha(opacity=70);
	opacity: 0.7;
	vertical-align: middle;
	text-align: center;
	color: Black;
	position: fixed;
	z-index: 40;
	width: 100%;
	height: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	overflow: hidden;
}

.cal_Theme1 .ajax__calendar_container
{
	background-color: #F0F8FF;
	border: solid 1px #cccccc;
}
.cal_Theme1 .ajax__calendar_header
{
	background-color: #ffffff;
	margin-bottom: 4px;
}
.cal_Theme1 .ajax__calendar_title, .cal_Theme1 .ajax__calendar_next, .cal_Theme1 .ajax__calendar_prev
{
	color: #004080;
	padding-top: 3px;
}
.cal_Theme1 .ajax__calendar_body
{
	background-color: #F0F8FF;
	border: solid 1px #cccccc;
}
.cal_Theme1 .ajax__calendar_dayname
{
	text-align: center;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 2px;
}
.cal_Theme1 .ajax__calendar_day
{
	text-align: center;
}
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_month, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_year, .cal_Theme1 .ajax__calendar_active
{
	color: #004080;
	font-weight: bold;
	background-color: Silver;
}
.cal_Theme1 .ajax__calendar_today
{
	font-weight: bold;
}
.cal_Theme1 .ajax__calendar_other, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_today, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_title
{
	color: #bbbbbb;
}
