@charset "utf-8";
html, body, form {
	margin: 0px;
	padding: 0px;
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: center;
}

a {
	color: #787878;
}

a:hover {
	color: #58a618;
}

#Site {
	width: 98%;
	margin: 0px auto;
	text-align: left;
	display:table;
	
}

#Header {
	width: 100%;
	text-align: center;
	border-bottom: solid 1px #58a618;
	margin-bottom:20px;
	margin-top:10px;
	text-align: left;
}

#LogOut {
	padding-top: 10px;
	float: right;
	text-decoration: none;	
	display: inline-block;
}

#LogOut:hover {
	font-weight: bold;
}

/*Colonna Sx*/
#SideBar {
	background-color:#e6f5e1;
	width:230px;
	float:left;
	margin-right: 20px;
}

#Menu {
	width: 220px;
	margin: 10px 5px;	
}

#Menu a {
	display: block;
	width: 210px;
	margin-top: 10px;
	border: 1px solid #000000;
	color: #000000;
	background-color: #F8F8F8;
	text-decoration: none;
	line-height: 20px;
	padding-left:5px;
}

#Menu a.Sel, #Menu a:hover {
	border: 1px solid #58a618;
	background-color: #58a618;
	color: #FFFFFF;
	font-weight: bold;
}

#Content {
	float: left;
	background-repeat:repeat-y;
	min-height:500px;
}

table.form tr {
	margin: 1px;
}

table.form tr td {
	padding: 2px;
}

table.form .tableRowHeader {
	background-color: #e6f5e1;
	height: 30px;
}

table.form .tableRow1 {
	background-color: #F1F1F1;
}

table.form .tableRow2 {
	background-color: #F8F8F8;
}

table.form .tableRowEnd {
	background-color: #CDCDCD;
}

table.form tr .cellHeader {
	font-weight: bold;
	width: 100px;
}

.Err {
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 5px;
}

.titarearis {
	font-size: 24px;
	font-weight: bold;
	color: #58A618;
}