/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #0000FF;
}
a:visited {
	color: #800080;
}
a:active, a:hover{
	color: #FF0000;
    text-decoration: none;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 color: #330000;
}

h2{
 font-size: 114%;
 color: #330000;
}

h3{
	font-size: 100%;
	color: #330000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #330000;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	color: #330000;
	font-size: 100%;
	font-weight: bold;
	white-space: nowrap;
}

br{
	margin-top: 5px;
	margin-bottom: 5px;
}
				
.inactive, .inactive:link, .inactive:visited, .inactive:hover{
 color: #CCCCCC;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px;
	width: 100%;
}

#navBar{
	padding: 0px;
	top: 0px;
	margin-right: 83%;
	border-right: 1px solid #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

#navBar img{
	padding: 0px;
	margin: 0px;
}

#content{
	float:right;
	width: 83%;
	margin: 0 0 0 0;
	padding: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 10px 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	background-color: #E9E9E9;
}
#siteName img{
	margin: 0px;
	padding: 0px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #999999;
	white-space: nowrap;
	background-color: #E9E9E9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	font-size: 85%;
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 2%;
}
#globalNavSinistra{
	white-space: nowrap;
	float: left;
	width: 40%;
}
#globalNavDestra{
	white-space: nowrap;
	float: right;
	width: 40%;
	text-align: right;
}

/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
	margin-top: 10px;
}

#NomeSito{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
	margin-top: 10px;
}

#Slogan{
	padding: 0px 0px 10px 10px;
}

/************** .feature styles ***************/

.feature{
	font-size: 90%;
	position: relative;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	line-height: normal;
}

.feature p{
	padding: 10px 0px;
}

.feature h3{
	display: inline;
	text-align: center;
	padding-right: 150px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-top: 3px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	font-size: 90%;
	overflow: visible;
	padding: 10px;
	border-top: 1px solid #333333;
	line-height: normal;
}

.story p{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.story h3{
	padding: 3px 150px 20px 40px;
	text-align: left;
	text-indent: 35px;
	display: inline;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	background-color: #E9E9E9;
	text-align: center;
	vertical-align: middle;
	padding-right: 3px;
	padding-left: 3px;
	margin-bottom: 0px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#siteInfoURL{
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 2px 4px 3px 2px;
	vertical-align: middle;
}


/*********** #navBar link styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ffffff;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 10px 10px;
	text-align: center;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #ffffff;
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited {
	border-top: 1px solid #ffffff;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:active, #sectionLinks a:hover{
	border-top: 1px solid #ffffff;
	padding: 2px 0px 2px 10px;
}

#sectionLinks ul a:link {
    display: block;
	text-decoration: underline;
}

#sectionLinks ul a:visited {
    color:#800080;
	display: block;
	text-decoration: underline;
}

#sectionLinks ul a:active, #sectionLinks ul a:hover {
    color:#FF0000;
	display: block;
	text-decoration: none;
}


#sectionLinks ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sectionLinks li {
	border-bottom: 1px solid #ffffff;
}

/* fix for browsers that don't need the hack */
html>body #sectionLinks li {border-bottom: none;}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}

.relatedLinks h3{
	padding: 2px 0px;
	margin-top: 8px;
	margin-bottom: 0px;
	height: 30px;
	text-indent: 10px;
	margin-left: 0px;
}

.relatedLinks ul a:link, .relatedLinks ul a:visited {
	display: block;
}

.relatedLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */

.relatedLinks li {
	border-bottom: 1px solid #ffffff;
	line-height: 120%;
	margin-left: 20px;
}

/* fix for browsers that don't need the hack */
html>body .relatedLinks li {border-bottom: none;}

.Pulsanti {
}

.CampiDiTesto {
	border: 1px solid #333333;
	padding-left: 2px;
}

.AreeDiTesto {
	border: 1px solid #333333;
}

.ElenchiMenu {
	border: 1px solid #333333;
}

.Avvertimento {
	color: #FF0000;
}

.Errore {
	color: #FF0000;
}

.DebugInfo{
	line-height: normal;
	float: left;
	background-color: #f0f0f0;
	color: inherit;
}

.DebugInfo h3{
	background-color: #d0d0d0;
	color: inherit;
	padding: 4px;
}

.AdminLinks {
	margin: 5px;
	padding: 3px;
	width: 30%;
	line-height: normal;
	float: left;
}

.AdminLinks a:link, .AdminLinks a:visited, .AdminLinks a:active, AdminLinks a:hover  {
	display: block;
}

.AdminLinks h3{
	padding-left: 15px;
	text-align: left;
	text-indent: 0px;
	display: block;
	height: 16px;
	width: 150px;
}

.AdminLinksFotografie {
	position: relative;
	margin: 5px;
	padding: 3px;
	float: left;
	border: 1px solid #333333;
	width: 94%;
}

.AdminLinksFotografie h3{
	padding: 1px;
	text-align: left;
}

.AdminLinksSub {
	position: relative;
	margin: 1px;
	padding: 1px;
	font-size: 80%;
	width: 31%;
	float: left;
	line-height: normal;
}

.AdminLinksSub a:link, .AdminLinksSub a:visited {
	display: block;
}

.FotografiaStrutturaDefault{
	font-size: 90%;
	position: relative;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.FotografiaStrutturaDefault img{
}
