/* Standard */

body {
	background: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #009;
}

form {
	margin: 0;
	padding: 0;
}

.freccia {
	margin: 0;
	height: 20px;
	vertical-align: top;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.textfield {
	width: 130px;
	background: #b1d44e;
	color: #888;
	font-weight: bold;
}

/* Header */
#header {
	margin: 10px auto 0;
	width: 1000px;
	height: 222px;
	background: #333 url(./head1.gif) no-repeat top center;
}

/* Menu */
#menu {
	margin: 0 auto;
	width: 990px;
	height: 50px;
	border: 5px solid #fff;
	border-top: none;
	border-bottom: none;
	background: #91b42e url(./menu.gif) no-repeat top center;
}

#menu ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 2px 0 0;
	padding: 10px 0 0;
	width: 11%;
	height: 30px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #333;
}

#menu #quickstart {
	width: 21%;
	cursor: s-resize;
	font-size: 1.1em;
}

#menu a:hover {
	/*color: #7c6da6;*/
	color: #f00;
}

/* Content */
#content {
	margin: 0 auto;
	padding: 0;
	width: 990px;
	border: 5px solid #fff;
	border-top: none;
	border-bottom: none;
	background: #91b42e url(./content.gif) no-repeat top center;
	color: #fff;
	text-align: justify;
}

#content .textfield {
	width: 250px;
}

#content a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#content a:hover {
	border: none;
}

#content ul, #content ol, #content li {
	margin: 0;
}

#content ul, #content ol {
	margin-bottom: 10px;
}

#content p {
	margin: 0;
	padding: 0 10px 10px;
}

#content h2{
	font-size: larger;
	font-weight: bold;
	margin: 0;
	padding: 0 10px;
}

#summary {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#summary td {
	background: url(./sf_t.png) no-repeat top left;
	cursor: default;
}

#summary td:hover {
	background: url(./sf_big.png) no-repeat top left;
}

#summary td.e {
	background: none;
}

/* Quick menu */

#quickm {
	visibility: hidden;
	border-left: 2px dotted #fff;
	position: fixed;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	top: 0;
	width: 170px;
	height: 100%;
	background: #91b42e url(./content.gif) no-repeat top center;
	opacity: 0.90;
	font-size: smaller;
	color: #000;
}

#quickm h1 {
	margin: 0 0 5px;
	padding: 0;
	font-weight: normal;
	font-size: 12pt;
	text-align: center;
	border: 1px dotted #333;
}

#quickm p {
	margin: 0;
	padding: 0;
}

#quickm ul {
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
}

#quickm li {
	margin: 10px 0;
}

#quickm li:first-line {
	font-weight: bold;
}

#chgop {
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	font-size: 13px;
	background: url(./sfumat.gif) no-repeat top center;
}

#chgop a, #chgop a img {
	border: 0;
}

#spleft {
	height: 21px;
	width: 65px;
}

#spright {
	height: 21px;
	width: 15px;
}

.close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}

.close a{
	color: #f00;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

/* Avvisi home */
#avvisi {
	position: fixed;
	top: 20px;
	left: 20px;
	width: 350px;
	height: 300px;
	border: 5px ridge #0f0;
	background: #fff;
	text-align: center;
}

#avvisi p:first-line {
	font-size: larger;
	font-weight: bold;
	color: #f00;
}

/* Footer */
#footer {
	margin: 0 auto;
	padding: 20px 0 0;
	width: 1000px;
	background: #333 url(./foot1.gif) no-repeat top center;
	text-align: center;
}

#footer h5 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: normal;
}