/* Definizione elementi XHTML */
body {
	margin:			0px;
	padding:			0px;
	font-family:	Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:		12px;
	line-height:	20px;
	border-color:	Silver;
	color: 			black;
	background-color: #FFCC99;
}
h1 {
	font-size: 26px;
	margin: 10px 0px 10px 0px;
}
h2{
	font-size: 18px;
	margin: 5px 0px 5px 0px;
}
h3 {
	font-size: 14px;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
}

/* Links nel sito */
a:link, a:visited {
	text-decoration: underline;
	color:			Black;
}
a:hover {
	text-decoration: none;
	color:			Black;
}
a:active {
	text-decoration: none;
	color:			Blue;
}

/* Blocco Menu */
#menu {
	border-bottom: 1px solid Silver;	
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#mList {
	list-style: square;
	margin-top: 0px;	
}
.mListEl {
	margin-left: -27px;
}
a.menu:link, a.menu:visited {
	text-decoration: none;	
	color:			Black;
}
a.menu:hover {
	text-decoration: none;
	color:			#FFCC99;
}
a.menu:active {
	text-decoration: none;
	color:			Black;
}

/* Blocco Novità */
#news {
	line-height:	16px;
}
#nTit {
	font-size:		16px;
	font-weight:	bold;
	line-height:	25px;
}
.nMsgDt {
	font-size:		10px;
	font-style:		italic;
}

/* Blocco Login */
#login {
	margin: 5px 0px 5px 0px;
	border-bottom: 1px solid Silver;
}
input.login, input.submit {
	color: Black;
	background-color: #FFCC99;
	font-size: 10px;
}
input.login {
	margin-bottom: 3px;
}
input.submit {
	margin-top: 5px;
}

/* Struttura Sito */
#top, #left, #right {
	border-style: solid;
	border-color: Silver;
}
#top {
	margin: 0px 0px 0px 0px;
	padding:	3px 3px 3px 250px;
	border-width: 1px 1px 0px 1px;
	height: 100px;
	background-color: #FF6633;
	background-image: url(../immagini/logo.jpg);
	background-repeat: no-repeat;
	z-index: -1;
}
#left {
	position:		absolute;
	top:				107px;
	left: 			0px;
	margin: 			0px 0px 0px 0px;
	padding:			10px;
	border-width: 0px 0px 1px 1px;
	width:			110px;
	height:			601px;
	background-color: #FF6633;
}
#right {
	margin:			0px 0px 0px 131px;
	padding:			10px;
	border-width: 0px 1px 0px 0px;
	border-top: 1px dashed Silver;
	border-left: 1px dashed Silver;
	height:			600px;
	background-color: #FFCC99;
}
/* Stili */
.txtReg {
	float: left;
	clear: left;
	width: 200px;
	margin: 0px 5px 5px 0px;
	border-bottom: 1px Dashed Black;
}
input.reg, select.reg, #reg, img.down {
	float: left;
	margin-bottom: 5px;
}
input.buttReg {
	float: left;
	clear: left;
	margin-top: 10px;
}
.txtDown {
	float: left;
	clear: left;
	width: 80%;
	margin: 0px 5px 5px 0px;
	border-bottom: 1px Dashed Black;
}