/*
colori BASE:
#D9D9D9 ---------------------> grigio chiaro
		#CC0000 ---------------------> rosso
#21BAF3 ---------------------> azzurro
		#5194CA ---------------------> azzurro avio
#5194CA ---------------------> azzurro_blu
----
#5CB8EF ---------------------> azzurro_blu (prima #49ABEB)
#F9FFFF ---------------------> biancoazzurro

#333333 ---------------------> grigio piombo
#666666 ---------------------> grigio medio
#000000 ---------------------> nero

#F0F0F0 ---------------------> grigio chiarissimo


*/
body {
margin: 0;
font-family: helvetica, arial, sans-serif, verdana;
color: black;
 background-color: #D9D9D9;  /* #e2e2c5 */
/* border-top: 50px #ea9e57 solid; */
}

.testa {
background:url(../images/testa.png) #5CB8EF left no-repeat;
text-indent: 35px;
}

/*ORIG
body {
	margin: 12px;
	background: url(../images/bgr_pagina.png) repeat; 
	/* background: #666666; */
/* } */


tr, p, div {
  font-family      : helvetica, arial, sans-serif, verdana;
  font-size        : 12px;
  /* color            : #333333; */
}
hr {
  /*background       : #D9D9D9;*/
  height           : 1px;
  width            : 100%;
}

/* menu bottoni link in testa alla pagina */
#mainlevel-nav {
margin: 0; padding: 0;
}
#mainlevel-nav li {
	background-image: none;
	padding-left: 0px;
list-style:none; float: right; 
margin: 0; width: 15.5%; 
font-size: 12px;
line-height: 14px;
white-space: nowrap;
text-indent: 15px;
}

#mainlevel-nav a {
display: block; float: right; text-decoration: none;  border: 1px solid;
/* border-color: #fff #cc3300 #cc3300 #fff; */
/* border-color: #sopra #destra #sotto #sinistra; */
border-color: #21BAF3 #21BAF3 #fff #fff;
/* background: #ff9933 url(../images/vmenu_bgr.png) 2px no-repeat; */
background: #21BAF3 url(../images/vmenu_bgr.gif) 2px no-repeat;
color: black; /*colore testo */
}
#mainlevel-nav a {
float: none;
}
#mainlevel-nav a:hover {
background: #5194CA url(../images/vmenu_bgr.gif) 2px no-repeat;
}

/*different setting for newsflash*/
.newsflash td {
text-align: justify;
vertical-align: middle;

}
.newsflash {
color: #FFFFFF;
font-size: 9px;
}

/*setting for the greetings*/
.mainpage {
text-align: justify;
color: #333333;
 /* background: #F3F0DF;*/   /* colore= giallogrigio; */
  border: 2px solid;
  border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF; /* border-color: #sopra #destra #sotto #sinistra; */
font-family: helvetica, arial, sans-serif, verdana;
font-size: 13px;
}
.mainpage-bkg {
	background-image: url(../images/lineborder.png);
	width: 1px;
}

/*------------------------------------------------------------------------*/
.bg_col_principale {
  /*background: #21BAF3; *//* #eeeeee; */
  border: 0px solid;
  border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF; /* border-color: #sopra #destra #sotto #sinistra; */
}
.bg_col_rosso {
  background: red; /* #eeeeee; */
  border: 2px solid;
  border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF; /* border-color: #sopra #destra #sotto #sinistra; */
}
.bg_col_bianco {
  background: #FFFFFF; /* colore= bianco; */
  border: 2px solid;
  border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF; /* border-color: #sopra #destra #sotto #sinistra; */
}
.bg_col_trasparente {
  /* background: #FFFFFF; /* colore= bianco; */
  border: 2px solid;
  border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF; /* border-color: #sopra #destra #sotto #sinistra; */
}
.bg_col_grigio {
  background: gray; /* colore= grigio; */
  border: 2px solid;
  border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF; /* border-color: #sopra #destra #sotto #sinistra; */
  border-right: 1px dotted #aaa; /* linea trattegiatta a dx*/
}
.bg_col_news {
  background: orange; /* colore= orange */
  border: 2px solid;
  border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF; /* border-color: #sopra #destra #sotto #sinistra; */
}
/*----------------------------------------------------------------------*/


/*pathaway setting*/
.pathway {
  font-family: helvetica, arial, sans-serif, verdana;
  font-size: 9px;
  color: #21BAF3;
  /* background: blue; /* colore= blue */
}

a.pathway:link, a.pathway:visited {
  color            : #FFFFFF; /* colore= azzurro */
  font-weight      : normal;
}

a.pathway:hover {
  color            : orange;
  font-weight      : normal;
  text-decoration   : none;
}

/*for title or site name*/
.title {
font-family: sans-serif;
font-size: 18px;
font-weight: bold;
color : white; /* #21BAF3 */
margin-left: 12px;
}

/*for the tag-line*/
.subtitle {
font-family: sans-serif;
font-size: 12px;
font-weight: bold;
color : #666666;
text-transform: uppercase;
letter-spacing: 2px;
margin-left: 20px;
}

/*for the tag-line*/
.subtitle_2 {
font-family: sans-serif;
font-size: 15px;
font-weight: bold;
color : #21BAF3; /* #666666 */
/* text-transform: uppercase; */
/* letter-spacing: 2px; */
margin-left: 0px;
}

#active_menu {
  color: #000000;
}

/* --Default Class Settings-- */
/* menu bottoni a sinistra */
a.mainlevel:link, a.mainlevel:visited {
display: block;
color: #86485E; /*#5CB8EF   #21BAF3 */
font-weight: bold;
/* */
background-image: url(../images/vmenu_bgr_2.gif);  /* fondo dei bottoni */
background-repeat: no-repeat; 
/* */
width: 80%;
font-size: 12px; /* 22px */
font-weight: bold;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-indent: 32px;
text-decoration: none;
line-height: 24x; /*20*/
margin-bottom: 1px;
/* border-bottom: 1px #999 dashed; */
}

a.mainlevel:hover {
color: red; /* #333333 */
}

a.mainmenu:link, a.mainmenu:visited {
color: red; /*  #ffffff  */
font-family: helvetica, arial, sans-serif, verdana;
font-weight: bold;
font-size: 12px;

}
a.mainmenu:hover {
color: red; /* #333333 */ 
}
.pollstableborder {
border: 1px solid;
padding: 1px;
}

a.sublevel:link, a.sublevel:visited {
        padding-left: 1px;
        vertical-align: middle;
        font-size: 12px;
        color: #21BAF3; /* colore= rosso scuro */
        text-align: left;
}


a.sublevel:hover {
color: orange; text-decoration: none;
}

table.moduletable {
	padding: 5px 0px 5px 8px;
	margin-bottom: 15px;
	width: 100%;
	background: url(../images/bgr.png);
	  
	/*border: 4px solid #000000; */  /* importante crea un filo intorno alle tabelle */
}

table.moduletable th {
	font-size        : 12px;
	font-weight      : bold;
	color            : #000000;
	text-align       : left;
	width            : 100%;
	letter-spacing: 2px;
	text-indent: 5px;
	padding-bottom: 3px;
}

table.moduletable li {
}

table.moduletable ul {
	padding: 0px;
}
table.moduletable td {
font-size: 12px;
font-weight: normal;
}

.poll {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #666666;
  line-height      : 14px;
}

table.pollstableborder {
	border: 1px solid #CCCCCC;
}

.sectiontableheader {
  /*background-color : #CCCCCC; */
  /*color            : #333333; */
  font-weight      : bold;
}

.sectiontableentry1 {
  /*background-color : #D9D9D9;*/
}

.sectiontableentry2 {
  /*background-color : #E0E0E0;*/
}

.small {
  font-family      : helvetica, arial, sans-serif, verdana;
  font-size        : 10px;
  color            : #D9D9D9;
  text-decoration  : none;
  font-weight      : bold;
}

.smalldark {
  font-family      : helvetica, arial, sans-serif, verdana;
  font-size        : 10px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : normal;
}


.contentpane {
  /*background       : red; */ /* #D9D9D9; #dedede; */
}

.contentpaneopen {
  border : 0px ridge #0099cc;
  width: 100%;
  padding: 1px;
}

.contentheading, .componentheading {
  font-family      : helvetica, arial, sans-serif, verdana;
  font-size        : 18px;
  font-weight      : bold;
  color            : white; /* #21BAF3; /* colore= azzurro*/
  text-align       : left;
}

.createdate {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #D9D9D9;
  text-align       : left;
}


.button {
  font-family      : helvetica, arial, sans-serif, verdana;
  font-style       : normal;
  font-size        : 12px;
  font-weight      : bold;
  background-color : #D9D9D9;
  color            : #000000;
  border           : 1px solid #CCCCCC;
}

.inputbox {
  font-family      : helvetica, arial, sans-serif, verdana;
  font-size        : 12px;
  color            : #000000;
  background-color : #FFFFFF;
  border           : 1px solid #CCCCCC;
}

/*ORIG 
a:link, a:visited {
color: #21BAF3; 
text-decoration: none;
}

a:hover {
color: red;
text-decoration: underline;
}
fine ORIG*/

a:link, a:visited {
color: #FFFFFF; /* #5194CA; */ /*azzurro avio*/
text-decoration: none;
font-weight: bold;
}

a:hover {
color: orange;
text-decoration: none;
font-weight: bold;
}


/* For content item titles that are hyperlink instead of Read On */
/* TITOLO linkabili dei contenuti */
a.contentpagetitle:link, a.contentpagetitle:visited {
	font-family: helvetica, arial, sans-serif, verdana;
	font-size: 18px;
	font-weight: bold;
 	color: white; /*#FFFFFF; /* #5194CA  */
	text-align:left;
	text-decoration: underline;
	}

a.contentpagetitle:hover {
	font-family: helvetica, arial, sans-serif, verdana;
	font-size: 18px;
	font-weight: bold;
	text-align:left;
	color: orange;
	text-decoration: none;
	font-weight: bold;
	}

a.category:link, a.category:visited {
  color            : #333333;
  font-weight      : bold;
  font-size: 12px;
font-weight: bold;
}

a.category:hover {
  color            : #666666;
}

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: orange;
	border-left: outset 2px #21BAF3; /* colore= rosso scuro */
	border-right: outset 2px #808080;
	border-top: outset 2px #CC0000; /* colore= rosso scuro */
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	/* Cannot use hand as its not a W3C CSS validator */
	/*	cursor: hand;*/
	font-weight: bold;
	color: #FFFFFF;
}
.offtab {
	background-color : #e5e5e5;
	border-left: outset 2px #E0E0E0;
	border-right: outset 2px #E0E0E0;
	border-top: outset 2px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	/* Cannot use hand as its not a W3C CSS validator */
	/*	cursor: hand;*/
	font-weight: normal;
}
.tabpadding {
}

.tabheading {
	background-color: orange;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}

/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
	background-color: #D9D9D9;
}
.code {
	background-color: #D9D9D9;
	border: 1px solid #FFF;
}

/* Text passed with mosmsg url parameter */
.message {
	font-family : helvetica, arial, sans-serif, verdana;
	font-weight: bold;
	font-size : 10pt;
	color : #CC0000; /* colore= rosso scuro */
	text-align: center;
}

/* Javascript Back button */
.back_button {
	text-align: center;
	margin-top: 40px;
}

table.contenttoc {
	color: #333300;
	background-color: #e0e0e0;
	border: 1px solid #333;
}

table.contenttoc td {
    font-size: 8pt;
    font-weight: normal;
    text-align:left;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  line-height: 15px;
  padding-left: 12px;
  padding-top: 0px;
  background-image: url(../images/arrow.png) ;
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
h1 {
  font-size: 18pt;
}
h2 {
  font-size: 16pt;
}
h3 {
  font-size: 14pt;
}
h4 {
  font-size: 14pt;
}
h5 {
  font-size: 14pt;
}
h6 {
  font-size: 14pt;
}
/*-------------- search cerca -------------*/
table.searchinto {
	width: 100%;
}

table.searchintro td {
	background-color: #293C43;
	color: #ffffff;
	font-weight: bold;
}