/***********************************************************/
/* Studio Informatica                                      */
/* (Matteo R. 2004-11-10)                                  */
/***********************************************************/


/***********************************************************/
/* Generic tag's style definition                          */
/***********************************************************/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.9em;  
	color: #000000;
	line-height: 1.8em; 
}

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 0;
}

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;
}
/***********************************************************/

/***********************************************************/
/* Invisible definition                                    */
/***********************************************************/ 
.invisible {
	display: none;
}
/***********************************************************/

/***********************************************************/
/* Page definition                                         */
/***********************************************************/ 
#wrapper { 
	width:100%; 
	min-width: 500px; 
	border-top: 3px solid #333300; 
	border-bottom: 1px solid #333300; 
/*	background-color: #FF6666; */
} 
/***********************************************************/ 

/***********************************************************/
/* Header definition                                       */
/***********************************************************/ 
#header {
	position: relative;
	width:100%;
	height:106px;
	margin: 0em;
	padding: 0em;
} 

#header .content{
	padding-bottom: 0;
	border: 1px solid #000000;
} 

#site-name h1 {
	position: absolute;
	text-indent: -5000px;  
	background: url(../images/web.jpg) no-repeat top left; 
	height: 100px;
	width: 250px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#site-slogan h2 {
	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 #FFFFFF;   
	width: auto;
} 

#outer_edit { 
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF; 
	width: auto;
}

#inner {
	border-left: 1px dashed #999999; 
	width:100%;
}

#outer>#inner { 
	border-bottom: none;  
}

#leftcol {
	width: 200px; 
	float:left;
	position:relative;
	background-color: #CCCCCC;
	margin: 0 0 0 -201px; 
	padding: 0 0 40px 0;
	border-right: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
}

#leftcol .content {
	padding: 0 0 0 0;
}

#rightcol {
	width:auto;
	float:right;
	position:relative;
	margin-left:1px;
	border: 1px solid #000000;
} 

#maincol{
	width: 99%; 
}

#footer{
	width:auto;
	color: #FFFFFF;
	clear: both;
	position: relative;
	font-size: 0.7em;
	height: 25px;
	background-color:#669900;
	border-top: 1px solid #CCCC00;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
} 


#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;
}


#user1 {
	display: block;
	float:right;
}
/***********************************************************/

/***********************************************************/
/* Contet definition                                       */
/***********************************************************/
.content {
	width: 100%;
	margin: 0 0 0 0;
}

.content #main-body {
	padding: 20px 20px 20px 20px;
}

.contentpaneopen {}

.contentheading {
	text-align:left; 
}

.contentheading h1 {
/*	color: #FF3300; */
	color: #666666;
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
	margin: 1em 0 0 0;
}

.contentheading a {
	border-bottom: none; 
}


.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;
	line-height: 1.25em;
}


.contentitems {
}

.contentitems .si_sup_occhiello {
	border-bottom: none;
}

.contentitems ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

.contentitems li {
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	margin: 1.4em 0 0 0;
	padding: 0 0 1em 15px;
	border-bottom: 1px dashed #666666;
}

.contentitems .si_sup_occhiello {
	border-bottom: none;
	margin: 0.4em 0 0 0;
	padding: 0 0 0 0;
}

.contentitems .result {
	font-size: 0.7em;
}

.contentitems a {
	border-bottom: 1px dashed #666666;
}

.contentitems a:hover {
	background-color: #FF3300;
	color: #FFFFFF;
}

.contentitems a:active {
	background-color: #FF3300;
	color: #FFFFFF;
}

img.contentimage {
	margin: 2px 10px 5px 2px;
}

.contentsections {
	width: auto;
}

.contentsections ul {
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
	list-style-type: none;
}

.contentsections li {
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	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 {
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	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 {
	color: #666666;
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
	margin: 1em 0 1em 0;
}
/***********************************************************/

/***********************************************************/
/* SiteMap definition                                      */
/***********************************************************/
ul.map {
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	list-style-type: none;
}

ul.map ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	list-style-type: none;
}

ul.map li.map_first {
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
}

ul.map li.map_first a {
	padding: 2px 10px 2px 10px;
	border-bottom: none;
}

ul.map li.map_first a:hover {
	background-color: #CCCCCC;
	border-bottom: none;
}

ul.map li.map_second_1 {
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
}

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: #FFFFFF;
	text-decoration: underline;
}


/***********************************************************/

/***********************************************************/
/* Pathway definition                                      */
/***********************************************************/
.pathway {
	height: 100%;
}

#pathway {
	width: auto;
	clear: both;
	height: 25px;
	color: #FFFFFF;
	padding: 0 0 0 230px;
	background-color: #669900;
	border-top: 1px solid #CCCC00; 
	border-bottom: 1px solid #333300;
	position: relative;
}

#pathway a {
	color: #FFFFFF; 
	text-decoration: none;
	border-bottom:none
}

#pathway a:hover {
	border-bottom: 1px solid #FFFFFF;
}

#pathway a:active {
	border-bottom: 1px solid #FFFFFF;
}
/***********************************************************/

/***********************************************************/
/* Banner definition                                       */
/***********************************************************/
#banners_top {
	margin: -2.4em 0 0 350px;
	height: 106px;
	position: relative;
	overflow: visible; 
	text-align: left;
	clear:both;
}


#banners_top a {
	border: 0;
}
/***********************************************************/

/***********************************************************/
/* Module definition                                       */
/***********************************************************/
.module {
/* Comment	margin: 0 0 0 0; */
	padding: 0 0 0 10px;
}

.module H3 {
	width: auto; 
/*	color: #666666; */
	color: #000000; 
	font-weight: bold;
	font-size: 1em;
}

.module .inputbox {
	background-color: #FFFFFF;
}

.modules-left {
	width: auto;
}

.module-main-menu, .module-user {
	width: auto; 
	margin: 0 0 0 0;
	padding: 0 0 3em 10px;
	background-color: #666666;
/*	border-bottom: 5px solid #999999; */
	border-bottom: 5px solid #FFFFFF;
}
/***********************************************************/

/***********************************************************/
/* Navigation definition                                   */
/***********************************************************/
#navigation-main-menu, #navigation-user {
	margin:  0 0 0 0;
	padding: 40px 0 0 0;
}

#navigation-main-menu ul, #navigation-user ul  {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	background: none;
}

#navigation-main-menu li, #navigation-user li {
	width: auto;  
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigation-main-menu a, #navigation-user a {
	width: 100%;
	display: block; 
/* Comment
	padding: 0 0 0 0;
	margin: 0 0 0 0; 


*/
	color: #FFFFFF;
	border-bottom: 1px solid #999999; 
}

#navigation-main-menu a:hover, #navigation-user a:hover {
	background: #FFFFFF;
	color: #666666;
}

#navigation-main-menu a:active, #navigation-user a:active {
	background: #FFFFFF;
	color: #666666;
}

#navigation-main-menu a#active-link , #navigation-user a#active-link {
	color: #666666;
	background: #FFFFFF;
}



a.pagenav {
	color: #FFFFFF;
	border-bottom: none;
}

a.pagenav:hover {
	background-color: #666666;
	border-bottom: 1px solid #FFFFFF;
}

a.pagenav:active {
	background-color: #666666;
	border-bottom: 1px solid #FFFFFF;
}

/***********************************************************/

/***********************************************************/
/* Search module definition                                */
/***********************************************************/
.search-form {
	margin: 1.2em 0em 1.2em 0em;
	width: auto; 
	color: #000000; 
	font-weight: bold;
	font-size: 1em;
}
/***********************************************************/

/***********************************************************/
/* Form definition                                         */
/***********************************************************/
.inputbox{
	background: #CCCCCC;
	font-weight: bold;
	border: 1px solid #999999;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.textbox {
	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;
/*	cursor: hand; Not valid */
	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 h1 {
	font-size: 1.65em;
	color: #FF3300;
	font-weight: bold; 
	margin: 1em 0 1em 0;
}

.frontpage-first {
	padding: 5px 5px 5px 5px;
/*	background-color: #CCCCCC; */
/*	border-left: 1px solid #666666; */
/*	border-right: 1px solid #666666;  */
/*	border-bottom: 1px solid #666666;  */
}

.frontpage-first .contentpaneopen {
	margin: 0 0 5px 0;
}

.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: 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;
}

.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;
}

.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 {
	line-height: 1.1em; 
	background-color: #FFFFFF;
	border-bottom: 1px solid #666666; 
}

#first-level {
	border-bottom: 1px solid #666666;
}

span.frontpage-category {
	padding: 0 10px 0 0;
	line-height: 1.2em; 
	border-top: 1px solid #666666; 
	border-left: 1px solid #666666; 
	border-right: 1px solid #666666; 
/*	border-bottom: 1px solid #666666;    */

	border-bottom: none;
}

#first-level span.frontpage-category {
/*	background-color: #CCCCCC; */
}

a.frontpage-category {
	color: #000000; 
	border-bottom:none;
}

a.frontpage-category:hover {
	text-decoration: underline; 
	/*border-bottom: 1px solid #666666; */
}

a.frontpage-category:active {
	text-decoration: underline; 
	/*border-bottom: 1px solid #666666; */
}

#first-level a.frontpage-category {
/*	background-color: #CCCCCC; */
}


/***********************************************************/

/***********************************************************/
/* Frontpage definition                                    */
/***********************************************************/
.contact-form {
	width: auto;
}
/***********************************************************/

/***********************************************************/
/* Search definition                                       */
/***********************************************************/
#main-body .search-form {
 	margin: 2em 0 0 0;
}

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                                        */
/***********************************************************/
div.login-text {
	margin: 0 0 1em 0;
}
/***********************************************************/

/***********************************************************/
/* Other definition                                        */
/***********************************************************/
.modifydate {
	font-size: 0.7em;
	margin: 1em 0 0 0;
}

div.si_sup_testo span .readon {
	line-height: 1.4em;
	color: #000000;
	margin: 0 0 0 0;
}

div.si_sup_testo span a.readon {
	font-weight: normal;
	border-bottom: 1px dashed #666666;
}

div.si_sup_testo span a.readon:hover {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #FF3300;
}

div.si_sup_testo span a.readon:active {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #FF3300;
}

div.si_sup_occhiello span .readon {
	line-height: 1.4em;
	color: #000000;
	margin: 0 0 0 0;
}

div.si_sup_occhiello span a.readon {
	font-weight: normal;
	border-bottom: 1px dashed #666666;
}

div.si_sup_occhiello span a.readon:hover {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #FF3300;
}

div.si_sup_occhiello span a.readon:active {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #FF3300;
}

.category {
	font-weight: normal;
	font-size: 1.2em;
	color: #333333;
	padding: 1px 10px 1px 10px;
	margin: 0 0 0 20px;
}

a.category {
	border-bottom:none;
}

a.category:hover {
	background-color: #CCCCCC;
	color: #000000;
}

a.category:active {
	background-color: #CCCCCC;
	color: #000000;
}

.sectiontableheader {
	background-color : #666666;
	color : #FFFFFF;
	font-weight : bold;
}
/***********************************************************/

/***********************************************************/
/* Accessibility Toolbar definition                        */
/***********************************************************/
.accessibility-bar {
	float: right;
}
/***********************************************************/

/***********************************************************/
/* Newsletter definition                                   */
/***********************************************************/
ul.newsletter {
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
	list-style-type: none;
}

ul.newsletter li {
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: 5px center; 
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}

ul.newsletter li a {
	font-weight: normal;
	border-bottom: 1px dashed #666666;
}

ul.newsletter li a:hover {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #FF3300;
}

ul.newsletter li a:active {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #FF3300;
}

p.small {
	font-size: 0.9em;
	font-style: italic;
	text-align: left;
}

div.newsletter_buttons {
	float: right;
}
/***********************************************************/

/***********************************************************/
/* Studio Informatica definition                           */
/***********************************************************/
h1.si_sup_titolo {
	color: #FF3300;
	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 #666666;
}

.si_sup_testo {
	display: block;
	margin: 2em 0 0 0;
	line-height: 1.25em;
	text-align: justify;
}

.frontpage-first .si_sup_testo {
	margin: 1em 0 0 0;
}


.si_sup_testo p {
	margin: 0 0 1em 0;
}

.si_sup_testo a {
	color: #FF3300;
	font-weight: bold;
	border-bottom: 1px dashed #666666;
}

.si_sup_testo a:hover {
	background-color: #FF3300;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: none;
}

.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 a:active {
	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;
/*	scroll: no; Not Valid */
	height: auto;}

DIV.si_sup_image {
	margin: 0.7em 0 0 0;
/*	align: center; Not Valid */
}
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;
	background: none;
}

a.si_sup_nota_back {
	border-bottom: none;
	font-style: italic;
}

SPAN.si_sup_nota_text {
	font-style: italic;
}
/***********************************************************/
