/***********************************************************/
/* Studio Informatica                                      */
/* (Matteo R. 2004-11-10)                                  */
/***********************************************************/


/***********************************************************/
/* Generic tag's style definition                          */
/***********************************************************/
body {
	margin: 0;
	padding: 0;
	padding-left: 230px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;  
	color: #000000;
	line-height: 1.8em; 
	background: #9AC1E6 url(../images/sfondo_col_menu_sx.jpg) repeat-y top left; 
}

body#editor {
	margin: 0;
	padding: 0;
	background: #e8f3ff; 
}

body#normal {}
body#large {
	font-size: 130%;  
}

a {
	text-decoration: none;
	font-weight: bold; 
	color: #000000;
	border-bottom: 1px solid #000000; 
}

a:link {}

a:visited {}

a:hover {}

a:active {}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
}

h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}

h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}

h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

form {
	padding: 0;
	margin: 0;
}

ul,ol {
	width: auto;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 2em;
}

li {
	line-height: 1.5em;
	margin: 0.2em 0 0 1em;
}


textarea {
	width: 99%; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0;
	margin: 0;
}


div.spacer { }

div.float {}

div.clr {
	clear:both;
}

span.small {
	font-size: 0.9em;
	font-style: italic;
	text-align: left;
	color: #000000;
}
/***********************************************************/
/***********************************************************/
/* Invisible definition                                    */
/***********************************************************/ 
.invisible {
	display: none;
}
/***********************************************************/

/***********************************************************/
/* Page definition                                         */
/***********************************************************/ 
#wrapper { 
	width:100%; 
	min-width: 500px; 
} 
/***********************************************************/ 

/***********************************************************/
/* Header definition                                       */
/***********************************************************/ 
#header {
	width:auto;
	height: auto;
	margin: 0em;
	padding: 0em;
	margin-left: -230px;
	background: url(../images/sfondo_col_menu_sx.jpg) repeat-y top left; 
} 

#header .content{
	padding-bottom: 0;
	border: 1px solid #000000;
} 

#site-name h1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 250px;
	height: 230px;
	text-indent: -5000px;   
	position: relative;
	background: url(../images/uildm.gif) no-repeat top left; 
	overflow:visible;
}

#site-slogan h2 {
	display: none;
	position: relative;
	text-indent: -5000px; 
	background-position: 8em .5em;
	height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/***********************************************************/
/***********************************************************/
/* Body definition                                         */
/***********************************************************/
#outer {
/*	border-left: 200px solid #336699;    */
/*	border-left: 230px solid #9AC1E6;   */
	width: auto;
} 

#outer_edit { 
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF; 
	margin-top: 30px;
	margin-left: -230px;
	width: auto;
}

#inner {
	width:100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#outer>#inner { 
	border-bottom: none;  
}

#leftcol {
	margin: 50px 0 0 -230px; 
	padding: 0 0 40px 0;
	width: 230px; 
	float:left;
	position:relative; 
	background: url(../images/sfondo_col_menu_sx.jpg) repeat-y top left; 
	overflow: hidden;
}

#leftcol .module {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#leftcol .module_top {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	width: 230px;
	height: 10px;
	font-size: 0px;
	overflow:hidden;
	background: url(../images/testa_menu_sx.jpg) no-repeat top right; 
}

#leftcol .module_bottom {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 230px;
	background: url(../images/piede_menu_sx.jpg) no-repeat top right; 
}

#leftcol .content {
	padding: 0 0 0 0;
}

#rightcol {
	width:auto;
	float:right;
	position:relative;
	margin-left:1px;
	border: 1px solid #000000;
} 

#maincol {
	position: relative;
	width: 99%;
}
/***********************************************************/
/***********************************************************/
/* Footer definition                                       */
/***********************************************************/
#footer{
	margin: 0 0 0 -230px; 
	padding: 0 0 0 20px;
	width:auto;
	color: #FFFFFF;
	position: relative;
	clear: both; 
	font-size: 0.7em;
	height: 25px;
/*	background-color:#000099; */
	background-color:#22417A; 
} 


#footer a {
	color: #FFFFFF;
	font-weight: normal;
	border-bottom: none;
}

#footer a:hover {
	border-bottom: 1px solid #FFFFFF;
}

#footer a:active {
	border-bottom: 1px solid #FFFFFF;
}
/***********************************************************/
/***********************************************************/
/* User definition                                         */
/***********************************************************/
#area-news {
	margin: 0 20px 20px 20px;
}

#area-news .module {
	margin: 0 5px 10px 5px;
	padding: 0 5px 5px 10px;
/*	background: #6699ff url(../images/angolo_alto_sx_celeste.gif) no-repeat top left; */
	background: #e8f3ff url(../images/angolo_alto_sx_celeste.gif) no-repeat top left;
	border-right: 2px solid #22417A;
	border-bottom: 2px solid #22417A;
}

#area-news .module h3 {
	margin: 0 0 0 -5px;
	padding: 5px 0 0 0;
	color: #22417a;
	text-align: center;
	line-height: 1.2em;
	font-size: 1em;
	font-weight: bold;
	font-variant: small-caps; 
	border-bottom: 2px solid #22417a;
}

#area-news .module a {
	font-size: 0.9em;
	font-weight: normal;
	border-bottom: none;
}

#area-news .module a:hover {
	text-decoration: underline;
}

#area-news .module a:active {
	text-decoration: underline;
}

#area-news .module img {
	margin: 0 5px 0 0;
}

#user1 {
	width: 33%;
	float: left; 
}

#user2 {
	width: 34%;
	float: left; 

}

#user3 {
	width: 33%;
	float: left; 
}
#user4 {}
#user5 {}
#user6 {}
#user7 {}
#user8 {}
#user9 {}
#user10 {}
/***********************************************************/
/***********************************************************/
/* Content definition                                      */
/***********************************************************/
.content {
	width: 100%;
	margin: 0 0 0 0;
}

.content #main-body {
	margin: 1.5em 20px 20px 20px;  
	padding: 0 10px 10px 10px;
	background: #e8f3ff url(../images/angolo_alto_sx_grigio.gif) no-repeat top left;  
}

.contentpane {
	padding: 0 10px 10px 0;
	color: #000000;
	background: #e8f3ff;
}

.contentpane .contentheading {
	text-align:left; 
}

.contentpane .contentheading h1 {
	margin: 10px 0 0 -10px;
	padding: 10px 0 0 10px;
	color: #22417A;
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
	background: #e8f3ff url(../images/angolo_alto_sx_grigio.gif) no-repeat top left;  
}


.contentpaneopen {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
}

.contentpaneopen .contentheading {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align:left; 
}

.contentpaneopen .contentheading h1 {
	margin: 0 0 0 -10px;
	padding: 10px 0 0 10px;
	color: #22417A;
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
	background: #e8f3ff url(../images/angolo_alto_sx_grigio.gif) no-repeat top left;  
}

.contentheading a {
	border-bottom: none; 
}

.contentheading h1 {
	margin: 1em 0 1em 0;
	padding: 10px 0 0 0;
	color: #22417A;
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
}
.contentheading .icon {
	float: right;
}

.contentheading_outer {
	width: auto;
	position: relative;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
}

.contentheading_inner {
	margin: 0;
	width:100%;
}


.contentheading_main {
	width: 100%; 
	float: left;
	margin: 0 -8px 0 0;
}

.contentheading_main h1 {
}

.contentheading_col {
	float:left;
	width:0px;
	margin-left: 0px; 
	margin-right: 0px; 
}

.contentheading_outer>contentheading_inner {
	position: relative;
}

.contentpagetitle {}

a.contentpagetitle {
	color: #FF3300;
	border-bottom: none;
}

a.contentpagetitle:hover {
	color: #FFFFFF;
	background-color: #FF3300;
}

a.contentpagetitle:active {
	color: #FFFFFF;
	background-color: #FF3300;
}

.contentdescription {
	margin-top: 1em;
	font-size: 0.9em;
	font-style: italic;
	text-align: justify;
	line-height: 1.25em;
}


.contentitems {
	padding: 0 10px 0 10px;
}

.contentitems .si_sup_occhiello {
	border-bottom: none;
}

.contentitems ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	color: #f8c55a;
	list-style-type: square;
}

.contentitems li {
	margin: 1.4em 0 0 0;
	padding: 0 0 1em 0;
	border-bottom: 1px dashed #22417A;
}

.contentitems .si_sup_occhiello {
	border-bottom: none;
	margin: 0.4em 0 0 0;
	padding: 0 0 0 0;
	color: #000000;
}

.contentitems .result {
	font-size: 0.7em;
}

.contentitems a {
	color: #22417A;
	border-bottom: 1px dashed #22417A;
}

.contentitems a:hover {
/*	background-color: #f8c55a; */
/* 	background: #f8c55a url(none) top left;  */
	color: #22417A;
}

.contentitems a:active {
/*	background-color: #f8c55a; */
	color: #22417A;
}

img.contentimage {
	margin: 2px 10px 5px 2px;
	float: left;
}

.contentsections {
	width: auto;
}

.contentsections ul {
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
	color: #f8c55a;
	list-style-type: square;
}

.contentsections li {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

.contentsections span {
	font-size: 0.9em;
}

ul.contentlinks  {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

ul.contentlinks li {
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
}

.contentlinks a {
	border-bottom: 1px dashed #666666;
}

.contentlinks a:hover {}

.contentlinks a:active {}

/***********************************************************/
/***********************************************************/
/* Component definition                                    */
/***********************************************************/
.componentheading {}

.componentheading h1 {
	margin: 1em 0 1em 0;
	padding: 10px 0 0 0;
	color: #22417A;
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
}
/***********************************************************/
/***********************************************************/
/* SiteMap definition                                      */
/***********************************************************/
ul.map {
	margin: 0 0 0 20px;
	color: #f8c55a;
	list-style-type: square;
}

ul.map ul {
	margin: 0 0 0 10px;
	list-style-type: square;
}

ul.map li.map_first {
}

ul.map li.map_first a {
	padding: 2px 10px 2px 10px;
	border-bottom: none;
}

ul.map li.map_first a:hover {
	color: #22417A;
	background-color: #f8c55a;
	border-bottom: none;
}

ul.map li.map_second_1 {
}

ul.map li.map_second_1 a {
	padding: 2px 10px 2px 10px;
	font-weight: normal;
}

ul.map li.map_second_1 a:hover {
	background-color: #e8f3ff;
	text-decoration: underline;
}


/***********************************************************/
/***********************************************************/
/* Pathway definition                                      */
/***********************************************************/
.pathway {
	height: 100%;
}

#pathway {
	margin: 0px 25px 0 20px;
	padding: 2px 0 2px 20px;
	width: auto;
/*	height: 1.3em; */
	line-height: 1.3em;
	color: #FFFFFF;
	position: relative;
	background: #22417A url(../images/angolo_alto_sx_blu.gif) no-repeat top left; 
}

#pathway a {
	color: #FFFFFF; 
	text-decoration: none;
	border-bottom:none
}

#pathway a:hover {
	text-decoration: underline;
}

#pathway a:active {
	text-decoration: underline;
}
/***********************************************************/
/***********************************************************/
/* Top definition                                          */
/***********************************************************/
#modules-top {
	margin: 20px 20px 0 20px;
	position: relative;
}
#modules-top .module {
	margin: 0 0 0 0;
	padding: 5px 5px 10px 10px;
/*	background: #dddde0 url(../images/angolo_alto_sx_grigio.gif) no-repeat top left;   */
	background: #e8f3ff url(../images/angolo_alto_sx_grigio.gif) no-repeat top left;   
/*	border-right: 3px solid #000099;
	border-bottom: 3px solid #000099;
	*/
	border-right: 3px solid #22417a;
	border-bottom: 3px solid #22417a;
	text-align: justify;
}

#modules-top .module h3 {
	margin: 5px 0 0.5em 0;
	padding: 0.1em 0 0.1em 1em;
/*	color: #FFFFCC; */
/*	color: #F8C55A; */
	color: #FFFFFF;
/*	background-color: #33317B; */
/* 	background: #000099; */
 	background: #22417a; 
	font-size: 1.65em;
	font-weight: bold;
	font-variant: small-caps; 
}
/***********************************************************/
/***********************************************************/
/* Banner definition                                       */
/***********************************************************/
#banners_top {
	margin: -200px 0 0 250px;
	height: 100px;
	position: relative;
	overflow: visible; 
	text-align: center;
	clear:both;
}


#banners_top a {
	border: none;
}
/***********************************************************/
/***********************************************************/
/* Module definition                                       */
/***********************************************************/
.module {
	padding: 0 0 0 10px;

}

.module H3 {
	width: auto; 
	color: #000000; 
	font-weight: bold;
	font-size: 1em;
}

.module .inputbox {
	background-color: #FFFFFF;
}

.modules-left {
	width: auto;
}

.module-main-menu, .module-user {
	width: auto;  
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/***********************************************************/
/***********************************************************/
/* Navigation definition                                   */
/***********************************************************/
#navigation-main-menu, #navigation-user {
	width: 100%;
	margin:  0 0 0 0;
	padding: 0 0 0 0;
	background: url(../images/sfondo_menu_sx.jpg) repeat-y top left; 
}

/* Menu Level 1 */
#navigation-main-menu ul, #navigation-user ul  {
	width: 85%;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	color: #f8c55a;
	list-style-type: none;  
/*	background: none;  */
}

#navigation-main-menu ul li ul, #navigation-user ul li ul {
	width: 89%;
}

#navigation-main-menu ul li, #navigation-user ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 12px;
	width: 100%;
	background: url(../images/tondino_lista.gif) no-repeat left 0.5em; 
}

#navigation-main-menu ul li.separator {
	background: none; 
}

#navigation-main-menu ul li a, #navigation-user ul li a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	color: #FFFFFF; 
	border-bottom: none;
}

#navigation-main-menu ul li a:hover, #navigation-user ul li a:hover {
	color: #000099;
	background: #f8c55a; 
}

#navigation-main-menu ul li a:active, #navigation-user ul li a:active {
	color: #000099;
	background: #f8c55a; 
}

#navigation-main-menu ul li a#active-link , #navigation-user ul li a#active-link {
	color: #000099;
	background: #f8c55a; 
}

/***********************************************************/
/***********************************************************/
/* Search module definition                                */
/***********************************************************/
#leftcol .search-form {
 	margin: 0 0 0 0; 
 	padding: 10px 10px 10px 10px; 
 	height: 100%;
 	color: #FFFFFF;
 	font-weight: bold;
	background: url(../images/sfondo_menu_sx.jpg) repeat-y top right;
	font-size: 0.8em;
	line-height: 1em;
}
.search-form form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}

.search-form .inputbox {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 0.8em;
}

.search-form .button {
	height: 1.7em;
}
/***********************************************************/
/***********************************************************/
/* Form definition                                         */
/***********************************************************/
.inputbox{
	background: #CCCCCC;
	font-weight: bold;
	border: 1px solid #999999;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.textbox {
	width: auto;
	height: 300px;
	background: #CCCCCC;
	font-weight: bold;
	border: 1px solid #999999;
}

.button {
	width: auto; 
	height: 1.5em;
	font-size: 0.8em;
	font-weight: bold;
	border: 1px solid #999999;
	padding: 0 0 0 0;
}

.form-button {
	width:95%;
	text-align: right;
	margin: 2em 0 0 0;
	padding: 0 0 0 0;

}
/***********************************************************/

/***********************************************************/
/* Edit definition                                         */
/***********************************************************/
.adminform {
	background-color: #f5f5f5; 
	border: solid 1px #666666;
}

.pagetext {
	visibility: hidden;
	display: none;
} 

a.pop-up {
	border-bottom: none;
}

td.contentheading {
	width: 100%;
	font-size: 1.5em;
	font-weight: bold;
 	color: #666666;
}

.ontab {
	background-color: #666666;
	border-left: outset 1px #666;
	border-right: outset 1px #333;
	border-top: outset 1px #666;
	border-bottom: solid 1px #333;
	text-align: center;
	cursor: default;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0.2em;
}

.offtab {
	background-color: #F5F5F5;
	border-left: outset 1px #666666;
	border-right: outset 1px #333333;
	border-top: outset 1px #666666;
	border-bottom: solid 1px #333333;
	text-align: center;
	font-weight: normal;
	padding: 0.2em;
}

.offtab a {
	border-bottom: none;
	font-weight: normal;
}

.ontab a {
	color: #FFFFFF;
	border-bottom: none;
}


.tabpadding {}
/***********************************************************/
/***********************************************************/
/* Frontpage definition                                    */
/***********************************************************/
#frontpageheader {
	margin: 0 -10px 0 -10px; 
	padding: 5px 0 0 5px;
/*	background: #dddde0 url(../images/angolo_alto_sx_grigio.gif) no-repeat top left; */
	border-right: 3px solid #22417A;  
}

#frontpageheader h1 {
	margin: 5px 5px 0 5px;
	padding: 0.1em 0 0.1em 1em;
	color: #FFFFFF;
	background-color: #22417A; 
	font-size: 1.65em;
	font-weight: bold;
	font-variant: small-caps; 
}


.frontpage-first {
	margin: 0 -10px -11px -10px;  
	padding: 5px 5px 10px 10px;
	background-color: #e8f3ff;
	border-right: 3px solid #22417A; 
	border-bottom: 3px solid #22417A; 

}

.frontpage-first .contentpaneopen {
	padding: 0 0 0 0; 
}
.frontpage-first .contentheading {
	margin: 20px 0 0 0;  
	padding: 0 0 0 0;
}

.frontpage-first .contentheading h1 {
	background-image: none; 
}

.frontpage-first .si_sup_occhiello {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.frontpage-first .si_sup_testo {
	padding: 0;
	margin: 0;
}


.frontpage-first h1.si_sup_titolo {
	font-size: 1.8em; 
	font-weight: bold; 
	margin: -20px 0 0 0;
	padding: 0 0 0 0;
}


.frontpage-second {
	border-left: 1px solid #666666; 
	border-right: 1px solid #666666; 
	border-bottom: 1px solid #666666; 

	padding: 1em 5px 0.5em 5px;
	margin-bottom: 10px;
}

.frontpage-second .contentpaneopen {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}

.frontpage-second .si_sup_occhiello {
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.frontpage-second h1 {
	font-size: 1.4em; 
	font-weight: bold; 
	margin: 0 0 0 0;
}

.frontpage-third {
	border-left: 1px solid #666666; 
	border-right: 1px solid #666666; 
	border-bottom: 1px solid #666666; 
	padding: 1em 10px 0.5em 5px;
	margin-bottom: 10px;
}

.frontpage-third .contentpaneopen {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}

.frontpage-third .si_sup_occhiello {
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.frontpage-third h1 {
	font-size: 1.4em; 
	font-weight: bold; 
	margin: 0 0 0 0;
}

.frontpage-forth {
	padding: 1.4em 0 0 0;
}

.frontpage-category {
}

#first-level {
	margin: 0 -10px 0 0; 
	padding: 3px 5px 3px 0;
	width: auto;
	line-height: 1.3em;
	background-color: #e8f3ff; 
	border-right: 3px solid #22417A;  
}

span.frontpage-category {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block; 
	width: 100%; 
	font-size: 0.8em;
	color: #000099; 
	background-color: #F8C55A;
	border-top: 1px solid #22417A;
	border-bottom: 1px solid #22417A;
}

#first-level span.frontpage-category {
}

a.frontpage-category {
	/*color: #33317B; */
/*	color: #FFFFFF; */
	color: #000099; 
	border-bottom: none;
}

a.frontpage-category:hover {
	text-decoration: underline;
}

a.frontpage-category:active {
}

#first-level a.frontpage-category {
}
/***********************************************************/
/***********************************************************/
/* Frontpage definition                                    */
/***********************************************************/
.contact-form {
	width: auto;
}
/***********************************************************/

/***********************************************************/
/* Search definition                                       */
/***********************************************************/
#main-body .search-form {
 	margin: 2em 0 0 0;
	background: url(../images/sfondo_menu_sx.jpg) repeat-y top right;
}

ul.sectiontable {
	list-style-type: none;
}

li.sectiontableentry1, li.sectiontableentry2 {
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: left 1em;
	border-top: 1px dashed #666666;
	margin: 1em 0 0 0;
	padding: 0.4em 0 0 20px;
}

.search-result a {
	border-bottom: 1px dashed #666666;
}

.search-result a:hover {}

.search-result a:active {}

.date-created {
	font-size: 0.8em;
}

.search-conclusion {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/***********************************************************/
/***********************************************************/
/* Login definition                                        */
/***********************************************************/
#login {
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	line-height: 1.1em;
	font-size: 0.8em;
}

#login .inputbox {
	font-size: 0.8em;
}

#login .button {
	height: 1.7em;
}

#login a {
	border-bottom: none;
	font-weight: normal;
}

#login a:hover {
	text-decoration: underline;
}

#login a:active {
	text-decoration: underline;
}

div.login-text {
	margin: 0 0 1em 0;
}
/***********************************************************/
/***********************************************************/
/* Other definition                                        */
/***********************************************************/
.modifydate {
	font-size: 0.7em;
	margin: 1em 0 0 0;
}

.readon {
	line-height: 1.4em;
	color: #000000;
	margin: 0 0 0 0;
}

a.readon {
	color: #22417A;
	font-weight: normal;
/*	border-bottom: 1px dashed #22417A; */
}

a.readon:hover {
	color: #22417A; 
	text-decoration: underline;

/* 	background-color: #f8c55a;  */
}

a.readon:active {
	color: #000099; 
/*	background-color: #f8c55a;  */
}

.category {
	font-weight: normal;
	font-size: 1.2em;
	color: #22417A;
	padding: 1px 5px 1px 5px;
	margin: 0 0 0 0;
}

a.category {
	border-bottom:none;
}

a.category:hover {
	background-color: #f8c55a;
	color: #22417A;
}

a.category:active {
	background-color: #f8c55a;
	color: #22417A;
}

// STUDIO_INFORMATICA_MATTEO_BASEI

.sectiontableheader {
	background-color : #E8F3FF;
	color : #FFFFFF;
	font-weight : bold;
}
/***********************************************************/
/***********************************************************/
/* Accessibility Toolbar definition                        */
/***********************************************************/
.accessibility-bar {
	margin-right: 25px;
	line-height: 1.2em;
	float: right;
	font-size: 0.8em;
}
.accessibility-bar a:hover {
	text-decoration: underline;
}
/***********************************************************/
/***********************************************************/
/* Studio Informatica definition                           */
/***********************************************************/
h1.si_sup_titolo {
	color: #22417A; 
	font-size: 1.4em;
}

.si_sup_occhiello {
	display: block;
	text-align: justify;
	line-height: 1.25em;
	padding: 1em 0 2em 0; 
	margin: 0 0 0 0; 
	border-bottom: 1px dashed #22417A;
}

.si_sup_testo {
	display: block;
	margin: 2em 0 0 0;
	line-height: 1.25em;
	text-align: justify;
	background-color: #e8f3ff;
}

.frontpage-first .si_sup_testo {
	margin: 1em 0 0 0;
}


.si_sup_testo p {
	margin: 0 0 1em 0;
}

.si_sup_testo a {
	color: #22417A; 
	font-weight: bold;
	border-bottom: 1px dashed #22417A; 
	background-color: #e8f3ff;  
}

.si_sup_testo a.readon:hover {
	backgound-color: none;
	font-weight: bold;
	color: #000099;
}

.si_sup_testo a:hover {
	font-weight: bold;
	color: #000099;
}

.si_sup_testo a:active {
	font-weight: bold;
	color: #000099;
}

.si_sup_testo .si_sup_box a {
	color: #000000;
	font-weight: bold;
	border-bottom: 1px dashed #666666;
}

.si_sup_testo a.si_sup_nota_ref {
	color: #000000;
	border-bottom: none;
}

.si_sup_testo a.si_sup_nota_ref:hover {
	color: #000000;
	background-color: #FFFFFF;
}

.si_sup_testo a.si_sup_nota_ref:active {
	color: #000000;
	background-color: #FFFFFF;
}


.si_sup_testo .si_sup_box a:hover {
	background-color: #FF3300;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: none;
}

.si_sup_testo_normale {
}

.si_sup_titoletto {
	font-style: italic;
	margin: 0 0 1.4em 0;
	line-height: 1em;
	font-weight : bold;
}

a.si_sup_link {}

a.si_sup_link:hover {}

a.si_sup_link:active {}

.si_sup_box {
	margin: 1em 0 1em 0;
	display: block;
	background-color: #CCCCCC;
	padding: 10px;
}

.si_sup_didascalia {
	display: block;
	margin-top: 0.7em;
	margin-bottom: 1.4em;
	font-size: 0.7em;
}

.si_sup_piepagina {
	display: block;
	margin: 1em 0 0 0;
}


.si_sup_image {
	text-align: center;
}

img.si_sup_image {
	padding: 0 0 0 0;
	height: auto;
}

div.si_sup_image {
	margin: 0.7em 0 0 0;
	text-align: center;
}
span.si_sup_image {
	margin: 0.7em 0 0 0;
	padding: 0 0 0 0;
}

span.si_sup_nota_ref {
	font-style: italic;

}

div.si_sup_nota {
	margin: 3em 0 0 0;
	display: block;
}

span.si_sup_nota_head {
	font-weight: bold;
}
a.si_sup_nota_head {
	border-bottom: none;
}

a.si_sup_nota_back {
	border-bottom: none;
	font-style: italic;
}

span.si_sup_nota_text {
	font-style: italic;
}
/***********************************************************/