/* MZ - 2006 */

html, body {margin: 0; padding: 0; border: 0;}

body {
	color: black;
	background-color: #a9a7a7; /*#808080;*/
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: small;
	background-image: url(/csa/images/nav_back.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

img {
	border: none;
}

/****************** SEZIONE DI TESTA ************************/
#top {
	position: absolute;
	top: 0px;
	left: 0px;
	/*width: auto; Problemi a cascata con IE7*/
	width: 100%;
	height: 108px;
	border: none;
	background-color: #a9a7a7; /*#808080;*/
}
#top p {margin: 0; padding: 0px;}

#logo {
	border: none;
	height: 33px;
	background-color: #a9a7a7; /*#808080;*/
}
#logo p {margin: 0; padding: 0px;}

#massima {
	height: 21px;
	/*width: 759px;*/
	border-left-width: 1px;
	border-left-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	background-color: #F7AA05;
}
#massima p {
	margin: 0; padding: 0px;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
}

#mensito {
	height: 21px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	background-color: #F7AA05;
	font-weight: bold;
}

#mensito p {margin: 0; padding: 0px;}

#mensito a:link, #mensito a:visited {
	color: black;
	text-decoration: none;
}

#mensito a:hover {
	text-decoration: underline;
}

#titoloapp {
	height: 29px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#titoloapp p {margin: 0; padding: 0px;}
/************************************************************************/

/* MENU DI SINISTRA */
#contentinnerleft {
	float: left;
	position: absolute;
	top: 108px;
	left: 0px;
	width: 172px;
	background-color: #D5D5D5;
	border: none;
	font-size: 8pt;
	margin-top: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: black;
}

#contentinnerleft ul {
	list-style-type: none;
	line-height: 11px;
	border-bottom: 1px solid silver;
	margin: 0px 6px 0px 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
}

#contentinnerleft a {
	display: block;
    clear: both;
	width: 148px;
	border: 1px solid #D5D5D5;
	padding-top: 3px;
	padding-left: 4px;
	padding-bottom: 3px;
	padding-right: 3px;
}

#contentinnerleft a:link, #contentinnerleft a:visited {
	color: black;
	text-decoration: none;
}

#contentinnerleft a:hover {
	background-color: #D7EBFF;
	border: 1px solid #D7EBFF;
}

#contentinnerleft a.reset {
	display: inline;
	width: auto;
	border: none;
	padding: 0px;	
}

#contentinnerleft a:hover.reset {
	background-color: transparent;
	border: none;
}

li#currentmenu a {
	padding-left: 4px;
	width: 148px;
	border: 1px solid #99CCFF;
	background-color: #99CCFF;
}

.sezionemenu {
	font-weight: bold;
	color: #0760F8;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
/* FINE MENU DI SINISTRA */

/* CONTENUTI */
#contentinnerright {
	margin-left: 173px;
	margin-top: 108px;
	padding-left: 4px;
	padding-right: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: gray;
	border-right-width: 1px;
	border-right-style: solid;
	background-color: white;
}

.reglayoutlbl {
	margin-bottom: 0px; margin-top: 5px;
}

.reglayoutinp {
	margin-bottom: 0px; margin-top: 2px;
}


/* BOTTOM */
#bottom {
	height: 21px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #F7AA05;
	margin-left: -4px;
	margin-right: -4px;
}
#bottom p {font-size: smaller; text-align: center; margin: 0; padding: 4px;}

#bottom a:link, #bottom a:visited
{
	color: blue;
	text-decoration: none;
}

#bottom a:hover
{
	color: blue;
	text-decoration: underline;
}

#bottom .bottomsep
{
	color: #797575;
}


/* STILI SCHEDE */
.scheda {
}

.scheda p {
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
}

.scheda table {
	border-collapse: collapse;
}

.scheda td {
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	border-color: #808080;
}

.hbackcol {
	background-color: #99CCFF; /*#0691F8;*/
}

.backcol {
	/*background-color: #EEEEEE;*/
	background-color: #F7E6C2;
}

/* STILI TABELLE */
.table3 {
	border-collapse: collapse;
}

.table3 td {
	vertical-align: top;
	border: 1px solid gray;
}

.table2 {
	border: 1px solid gray;
	border-collapse: collapse;
	vertical-align: top;
}

.table2 td {
	vertical-align: top;
}

.table1_intestazione {
	background-color: #333333;
	color: #F7AA05;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
	border-right-color: #919191;
	border-right-style: solid;
	border-right-width: 1px;
}

.table1_contents {
	background-color: #F5F5F5;
	color: #F7AA05;
	vertical-align: top;
	border-right-color: #919191;
	border-right-style: solid;
	border-right-width: 1px;
}


/* STILI LINK */
.hp {
	color: black;
	margin-top: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
}

.hp a:link {
	color: blue;
	text-decoration: none;
}

.hp a:visited {
	color: blue;
	text-decoration: none;
}

.hp a:hover {
	text-decoration: underline;
}

/* MOUSE POINTER */
.flyOver {cursor: pointer;}
.flyOut {cursor : auto;}


