body {
	font-family: sans-serif;
	font-size: 0.75em;
	margin: auto;
	width: 800px;
}

li {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

#title {
	margin-top: 10px;
	width: 50%;
	height: 90px;
	float: left;
	width: 50%;
}

#utility {
	margin-top: 10px;
	float: right;
	width: 50%;
	height: 90px;
	background: url(/images/utility.jpg) no-repeat left;
}

#utility a {
	text-decoration: none;
	color: blue;
}

#utility a:hover {
	text-decoration: underline;
	color: #339900;
}

#column {
	background-color: white;
	float: left;
	width: 20%;
	min-height: 480px;
	padding-top: 2em;
	border-right: 1px gray solid;
	border-left: 1px gray solid;
}

#column p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#column .white {
	color: black;
	text-decoration: none;
}

#column p.blue {
	color: blue;
	text-decoration: none;
}

#column .bordered {
	padding-bottom: 7px
}

#map {
	height: 450px;
	padding-top: 5px;
	background-color: white;
}

#container {
	clear: right;
	float: right;
	width: 79%;
	min-height: 480px;
	padding-top: 0.5em;
	background-color: white;
}

#container a {
	color: #339900;
	text-decoration: none;
}

#container a:hover {
	color: blue;
	text-decoration: underline;
}

#container a.white:hover {
	color: blue;
	text-decoration: underline;
}

#container a.white {
	color: black;
	text-decoration: none;
}

#container .green {
	color: #339900;
}

#container img {
	margin-right: 10px;
	margin-bottom: 5px;
}

#container p {
	margin-top: 1em;
	margin-bottom: 1em;
}

#container .bord {
	border-left: gray solid 1px;
	padding-left: 4px;
	padding-right: 4px;
}

#hiddenCon {
	position: absolute;
	top: 275px;
	left: 21%;
	width: 79%;
	height: 30%;
	text-align: center;
	padding-top: 180px;
	filter: alpha(opacity =     50);
	opacity: .50;
	background-color: white !important;
}

#popupText {
	color: blue;
	text-decoration: blink;
}

#foot {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

#foot a {
	color: #339900;
	text-decoration: none;
}

#foot a:hover {
	color: blue;
	text-decoration: underline;
}

#util {
	height: 30px;
	padding-top: 8px;
	background-color: transparent;
	text-align: right;
}

#login {
	height: 30px;
	padding-top: 5px;
	background-color: transparent;
	text-align: right;
}

#date {
	height: 21px;
	background-color: transparent;
	text-align: right;
	margin-top: -0.2em;
}

.destra {
	text-align: right;
}

.sinistra {
	text-align: left;
}

.centrato {
	text-align: center
}

.corsivo {
	font-style: italic;
}

.grassetto {
	font-weight: bold;
}

.space {
	height: 10px;
	clear: both;
}

.alto35 {
	height: 25px;
	padding-top: 15px;
	clear: both;
}

.bordato {
	border: 1px solid gray;
	background-color: #dddddd;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 1em;
	padding-right: 1em;
}

.menuItem {
	height: 20px;
	padding-left: 10px;
	padding-top: 5px;
	text-decoration: none;
	color: white;
	border-top: 1px gray solid;
	background-color: #83B7DE;
	cursor: pointer
}

.menuLine {
	height: 1px;
	background-color: gray;
	padding-top: 0em;
}

.selectedItem {
	height: 20px;
	padding-left: 10px;
	padding-top: 5px;
	background-color: white;
	color: black;
	border-top: 1px gray solid;
}

.selectableSection {
	height: 20px;
	padding-left: 10px;
	padding-top: 5px;
	background-color: white;
	color: blue;
	font-weight: bolder;
	cursor: pointer;
}

.selectedPage {
	height: 20px;
	padding-left: 20px;
	padding-top: 5px;
	background-color: #99CC66;
	color: black;
}

.page {
	height: 20px;
	padding-left: 20px;
	padding-top: 5px;
	background-color: white;
	color: blue;
	cursor: pointer;
}

.page a {
	text-decoration: none;
}

.menublue {
	background-color: #83B7DE;
	padding-left: 10px;
}

.menublue1 {
	background-color: white;
	padding-left: 30px;
}

.counter {
	color: gray;
	margin-right: 2%;
}

.copyright {
	padding-right: 20px;
	padding-left: 20px;
}

.count {
	padding-left: 5px;
	padding-right: 5px;
	color: blue;
}

.green {
	color: green;
}

.green:hover {
	color: blue;
}

/*div for messages*/
.error {
	padding-left: 30px;
	padding-top: 7px;
	margin-bottom: 20px;
	background-color: white;
	color: black;
	background: url(../images/error.png) no-repeat left;
	border: 1px red solid;
}

.regular {
	padding-left: 30px;
	padding-top: 7px;
	margin-bottom: 20px;
	background-color: white;
	color: black;
	background: url(../images/ok.png) no-repeat left;
	border: 1px green solid;
}

/* Calendar */
.clear {
	clear: both;
	height: 0px !important;
}

ul>.clear {
	clear: both;
	height: 0px !important;
	width: 0px !important;
	list-style: none;
	margin: 0px !important;
	padding: 0px !important;
}

.tab-container {
	margin-bottom: 0px;
}

.tab-container li {
	margin-bottom: 0px !important;
	padding: 5px;
	list-style: none;
	text-align: center;
}

.tab {
	float: left;
	width: 120px;
	border: 1px solid #cccccc;
	font-weight: bold;
}

.tab+.tab {
	float: left;
	width: 120px;
	border-width: 1px 1px 1px 0;
	border-color: #cccccc;
	border-style: solid;
	font-weight: bold;
}

.tab:hover {
	background-color: rgb(227, 232, 227);
	cursor: pointer;
}

.control-tab {
	float: right;
	cursor: pointer;
	padding: 5px 5px 0px 0px !important;
}

.control-tab img {
	margin: 0px !important;
}

.tab-container .selected {
	border-right: 1px solid #9c9c9c;
	border-left: 1px solid #9c9c9c;
	border-top: 1px solid #9c9c9c;
	border-bottom: 1px solid #e3e8e3;
	background-color: #83B7DE;
}

.events-container {
	margin-top: -1px !important;
	border-top: 1px solid #cccccc;
}

.event {
	text-align: center;
	line-height: 45px;
}

.mt-ten {
	margin-top: 10px;
}

.mb-ten {
	margin-bottom: 10px;
}
.mb-twenty {
	margin-bottom: 20px;
}

/* Tooltip */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
