/******** GENERIC ********/
body {
    width: 100%;
    height: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 0.6em;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
; text-decoration: underline
}

table {
    border-collapse: collapse;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 1em;
}

form {
    margin: 0px;
}

img {
    border: 0px;
}

h5 {
    margin: 5px 0px 10px 5px;
    color: #336699;
}

h5.view {
    margin: 5px 0px 10px 0px;
    color: #336699;
}

p {
    margin-top: 8px;
    margin-bottom: 8px;
}


input {
    border-bottom: 1px inset #82A7D4;
    border-left: 1px inset #82A7D4;
    border-right: 1px inset #82A7D4;
    border-top: 1px inset #82A7D4;
    background: #FFFFFF;
    color: #336699;
    font-size : 11px;
}

textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-bottom: 1px inset #82A7D4;
    border-left: 1px inset #82A7D4;
    border-right: 1px inset #82A7D4;
    border-top: 1px inset #82A7D4;
    background: #FFFFFF;
    color: #336699;
    font-size : 11px;
    height: 200px;
}

select.language  {
    border-bottom: 1px inset #82A7D4;
    border-left: 1px inset #82A7D4;
    border-right: 1px inset #82A7D4;
    border-top: 1px inset #82A7D4;
    background: #FFFFFF;
    color: #336699;
    font-size : 11px;
}

.separator {
    height: 1px;
    border: 0px none;
    background-color: #81A7D5;
    color: #81A7D5
}

.fondoazzurrochiaro {
    background-color: #F4F7FC;
}

.fondobiancotestoazzurro {
    color: #81A7D5;
    background-color: #FFFFFF;
}

.fondoazzurrotestoblu {
    color: #336699;
    background-color: #F4F7FC;
}

a {
    font-weight: bold;
    text-decoration: none;
}

.advice-message {
    font-weight: bold;
    color: #336699;
}



a:link {color:"#0000C6"}
a:visited {color:"#0000C6"}
a:hover {color:"#800000"}

/******** HEADER ************/
table.header {
	border-collapse: collapse;
    	width: 100%;
	margin: 0px;
}

div.header-logo {
    	border-top: 1px solid #81A7D5;
    	border-bottom: 1px solid #81A7D5;
}

input.search {
    	width: 100px;
}

/********** MENU SECONDO LIVELLO **************/
table.menu2 {
    	background-color: #F4F7FC;
    	border-top: 1px solid #81A7D5;
    	border-bottom: 1px solid #81A7D5;
    	margin: 8px 0px 8px 0px;
    	width: 100%;
}

table.menu2 td {
    	padding: 3px;
}

table.menu2 td a {
    	line-height: 15px;
}

/************ MAIN PAGE ************/
div.main-page {
	position: relative;
	width: 740px;
	margin: 4px;
    	padding: 0px;
}

table.page {
	border-collapse: collapse;
    	width: 100%;
	margin: 0px;
}

table.page td {
    	width: 50%;
    	padding: 2px;
	border: 0px;
}

/*********** GENERIC BOX ********/
table.box {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #82A7D4;
    background-color: #F4F7FC;
    margin-bottom: 8px;
}

table.box td {
    padding: 4px 3px 4px 3px;
}

table.box td a {
    line-height: 20px
}

/********* BOX TYPE 2 **********/
table.box2 {
    border-collapse: collapse;
    width: auto;
    border: 1px solid #82A7D4;
    background-color: #F4F7FC;
    margin-bottom: 8px;
}

table.box2 th {
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #336699;
    text-align: left;
    border: 1px solid #82A7D4;
}

table.box2 td {
    padding: 2px 6px;
    border-right: 1px solid #82A7D4;

	width: 33%;
}

/******** BOX TYPE 3 **********/
table.box3 {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #82A7D4;
    background-color: #FFFFFF;
    margin-bottom: 8px;
}

td.box3 {
    border: 1px solid #82A7D4;
}

table.box3 tr.fondoazzurro {
    font-size: 10px;
    color: #336699;
    background-color: #F4F7FC;
}

/******** BOX LISTA ENTRY *******/

table.box td.fondoazzurrotestoblu {
    padding: 6px;
}

table.box td.fondobiancotestoazzurro {
    padding: 6px;
}

td.fondoazzurrotestoblu a {
    color: #336699;
    line-height: 15px;
    background-color: #F4F7FC;
}

td.fondobiancotestoazzurro a {
    color: #81A7D5;
    line-height: 15px;
    background-color: #FFFFFF;
}

/************* FOOTER ********/
div.footer {
	position: relative;
    	padding: 20px 4px 10px 4px;
    	font-weight: bold;
    	color: #336699;
    	text-decoration: none;
    	background-color: #F4F7FC;
}

#footer-contents {
    	position: absolute;
    	margin: 0px 2px 0px 0px;
    	right: 2px;
}

a.footer-contents-links {
    	color: #336699;
}


/********** VISTE E LISTE ******/
div.navigation {
	position: relative;
    	border-top: 1px solid #81A7D5;
    	border-bottom: 1px solid #81A7D5;
    	height: 25px;
}

div.navigation a {
    	color: #81A7D5;
    	font-weight: normal;
}

div.navigation-lang {
	position: absolute;
	top: 6px;
	left: 10px;
    	color: #336699;
    	font-weight: bold;
}

div.navigation-link {
    	position: absolute;
    	right: 10px;
	top: 6px;
    	color: #81A7D5;
}

table.view {
    	width: 100%;
    	color: #81A7D5;
    	margin-bottom: 5px;
}

table.view a {
    	color: #336699;
}

table.view td {
    	padding-left: 5px;
    	padding-right: 5px;
}

.pagesubtitle {
    	color: #336699;
}

.pagetitle {
    	color: #336699;
    	font-weight: bold;
}

table.view td.subtitle {
    	color: #336699;
    	padding-bottom: 3px;
}


td.fondoazzurrotestoblu table.view {
    	color: #336699;
}

td.fondobiancotestoazzurro table.view {
    	color: #81A7D5;
}

table.view img {
    	margin: 5px 5px 5px 0px;
}

table.navigation {
    	width: 100%;
    	height: 30px;
}

table.navigation a {
    	color: #336699;
}

table.image-right {
    	margin-bottom: 3px;
    	margin-left: 5px;
    	margin-right: -2px;
    	float: right;
}

table.image-right td {
    padding: 0;
    margin: 0;
    color: #336699;
}

table.image-left {
    margin-bottom: 3px;
    float: left;
}

table.image-left td {
    padding: 0;
    margin: 0;
    color: #336699;
}


div.page-navigation {
    margin: 5px;
    font-weight: bold;
    color: #336699;
    text-align: right;
}

/***** CONTENT DATA *******/
#content-data {
    margin: -5px 0px 5px 5px;
}

#content-data h5 {
    margin-left: 0px;
    margin-bottom: 5px;
}

content-data-internal-link {
    margin-top: 10px;
}

#content-data-external-link {
    margin-top: 10px;
}

#content-data-download {
    margin-top: 10px;
}

.content-data-entry {
    text-decoration: none;
    margin: 0px 0px 3px 3px;
}

.content-data-entry a {
    text-decoration: none;
    margin: 0px 0px 3px 3px;
    color: #336699;
    font-weight: normal;
}

/********** MAIL PRINT ******/
div.mail-print {
	width: 728px;
    	padding: 5px 10px 5px 10px;
	
}

div.mail-print a {
    	text-decoration: none;
    	margin: 0px 0px 3px 3px;
    	color: #336699;
}

/************ SONDAGGIO **********/
td.poll {
    color: #336699;
}

td.poll div {
    float: left;
    margin: 1px 5px 0px 0px;
}

/********** FORUM **************/
table.forum {
    border-collapse: separate;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #81A7D5;
}

.line-color {
    background-color: #F4F7FC;
}

.forum-navigation {
    text-align: right;
}

.forum-button input {
    font-weight: bold;
    color: #364A63;
    text-decoration: none;
    background-color: #E9E9E9;
    border: 1px solid #E9E9E9;
}

.forum-button a {
    font-weight: bold;
    color: #336699;
    text-decoration: none;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
}

.forum-replies table {
    margin-left: 10px;
    margin-top: 5px;
}

.forum-replies table td {
    margin: 0;
    padding: 2px;
    height: 10px;
}

.forum-replies a {
    font-weight: bold;
    color: #336699;
    text-decoration: none;
}

h5.view a {
    color: #336699;
}

img.forum {
    border: 0px;
    vertical-align: 0;
}

span.forum-subject {
    color: #336699;
}

/*******/******** GENERIC ********/
body {
    width: 100%;
    height: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 0.6em;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}

table {
    border-collapse: collapse;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 1em;
}

form {
    margin: 0px;
}

img {
    border: 0px;
}

h5 {
    margin: 5px 0px 10px 5px;
    color: #336699;
}

h5.view {
    margin: 5px 0px 10px 0px;
    color: #336699;
}

p {
    margin-top: 8px;
    margin-bottom: 8px;
}


input {
    border-bottom: 1px inset #82A7D4;
    border-left: 1px inset #82A7D4;
    border-right: 1px inset #82A7D4;
    border-top: 1px inset #82A7D4;
    background: #FFFFFF;
    color: #336699;
    font-size : 11px;
}

textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-bottom: 1px inset #82A7D4;
    border-left: 1px inset #82A7D4;
    border-right: 1px inset #82A7D4;
    border-top: 1px inset #82A7D4;
    background: #FFFFFF;
    color: #336699;
    font-size : 11px;
    height: 200px;
}

select.language  {
    border-bottom: 1px inset #82A7D4;
    border-left: 1px inset #82A7D4;
    border-right: 1px inset #82A7D4;
    border-top: 1px inset #82A7D4;
    background: #FFFFFF;
    color: #336699;
    font-size : 11px;
}

.separator {
    height: 1px;
    border: 0px none;
    background-color: #81A7D5;
    color: #81A7D5
}

.fondoazzurrochiaro {
    background-color: #F4F7FC;
}

.fondobiancotestoazzurro {
    color: #81A7D5;
    background-color: #FFFFFF;
}

.fondoazzurrotestoblu {
    color: #336699;
    background-color: #F4F7FC;
}

a {
    font-weight: bold;
    text-decoration: none;
}



