﻿body {
	background-color: #313131;
	color: #333333;
	font-family: Arial;
	font-size: 13px;
	background-image: url(Images/bg.gif);
	background-repeat: repeat;
}

h1,h2,h3,h4{
	font-family: Calibri;
	font-weight: bold;
}

h1 {
	font-size: 28px;
	margin: 10px 0px 10px 0px;
	color: #032a6f;
	width: 100%;
	padding-bottom: 2px;
	border-bottom: #456db5 2px solid;
}
h2 {
	font-size: 20px;
	margin: 5px 0px 5px 0px;
}
h3 {
	font-size: 18px;
	margin: 2px 0px 2px 0px;
	font-weight: normal;
	font-style: italic;
}
h4{
	color: #032a6f;
	font-size: 18px;
	font-style: normal;
	font-weight:bold;
	margin: 2px 0px 2px 0px;
	font-style: italic;
}
ul {
	list-style-position: outside;
	list-style-type: circle;
}
li {
	margin: 5px 0px 5px 0px;
}

p {
	text-align: justify;
	margin: 5px 0px 5px 0px;}

.Image{
	margin: 0px 0px 0px 0px;
	padding-right:15px;
}
/*Master Page*/
.MPMain {
	width: 700px;
	margin-left: auto;
	margin-right: auto; /*border: solid 1px black;*/
}
.MPLogoImage {
	background-image: url(Images/logo.gif);
	width: 150px;
	height: 130px;
	border-width: 0px;
	cursor: pointer;
}
.MPBannerImage {
	background-image: url(Images/Banner.gif);
	width: 508px;
	height: 30px;
}
.MPAvariceLogo {
	cursor: pointer;
	border-width: 0px;
	width: 50px;
	height: 46px;
	background-image: url(Images/LogoAvarice.jpg);
}
.MPFooter a:link, .MPFooter a:visited {
	color: #111111;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.MPFooter a:hover {
	text-decoration: underline;
}
/*Box*/
.BoxLT, .BoxRT, .BoxLB, .BoxLB {
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}
.BoxLT {
	background-image: url(Images/Box/LT.gif);
}
.BoxRT {
	background-image: url(Images/Box/RT.gif);
}
.BoxLB {
	background-image: url(Images/Box/LB.gif);
}
.BoxRB {
	background-image: url(Images/Box/RB.gif);
}
.BoxT {
	background-image: url(Images/Box/T.gif);
	background-repeat: repeat-x;
	height: 16px;
	width: 2px;
}
.BoxL {
	background-image: url(Images/Box/L.gif);
	background-repeat: repeat-y;
	height: 2px;
	width: 16px;
}
.BoxR {
	background-image: url(Images/Box/R.gif);
	background-repeat: repeat-y;
	height: 2px;
	width: 16px;
}
.BoxB {
	background-image: url(Images/Box/B.gif);
	background-repeat: repeat-x;
	height: 16px;
	width: 2px;
}
.BoxContent {
	background-color: white;
	margin: 0px 0px 0px 0px;
}
.OtherEventsButton, .OtherEventsButtonGray, .MasksButton, .MasksButtonGray, .WhereWeAreButton, .WhereWeAreButtonGray, .MusicButton, .MusicButtonGray {
	margin: 0px 9px 0px 0px;
	height: 120px;
	width: 120px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.OtherEventsButton {
	background-image: url(Images/AltriEventi.jpg);
}
.OtherEventsButtonGray {
	background-image: url(Images/AltriEventi_Gray.jpg);
}
.OtherEventsButton:hover, .OtherEventsButtonGray:hover {
	background-image: url(Images/AltriEventi_Hover.jpg);
}
.MasksButton {
	background-image: url(Images/Maschere.jpg);
}
.MasksButtonGray {
	background-image: url(Images/Maschere_Gray.jpg);
}
.MasksButtonGray:hover, .MasksButton:hover {
	background-image: url(Images/Maschere_Hover.jpg);
}
.WhereWeAreButton {
	margin: 0px 0px 0px 0px;
	background-image: url(Images/DoveSiamo.jpg);
}
.WhereWeAreButtonGray {
	margin: 0px 0px 0px 0px;
	background-image: url(Images/DoveSiamo_Gray.jpg);
}
.WhereWeAreButton:hover, .WhereWeAreButtonGray:hover {
	background-image: url(Images/DoveSiamo_Hover.jpg);
}
.MusicButton {
	background-image: url(Images/Musica.jpg);
}
.MusicButtonGray {
	background-image: url(Images/Musica_Gray.jpg);
}
.MusicButton:hover, .MusicButtonGray:hover {
	background-image: url(Images/Musica_Hover.jpg);
}
.ButtonMask {
	height: 28px;
	width: 119px;
	line-height: 28px;
	vertical-align: middle;
	text-align: center;
	color: White;
	font-size: 12px;
	font-weight: bold;
	background-image: url(Images/Buttons/ButtonMaschere.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
.ButtonMask:hover {
	color: Orange;
}
.ButtonLeft, .ButtonRight {
	height: 90px;
	width: 30px;
	cursor: pointer;
	background-repeat: no-repeat;
}
.ButtonLeft {
	background-image: url(Images/Scroller/ScrollerBack_left.jpg);
}
.ButtonLeft:hover {
	background-image: url(Images/Scroller/ScrollerBack_left_hover.jpg);
}
.ButtonRight {
	background-image: url(Images/Scroller/ScrollerBack_right.jpg);
}
.ButtonRight:hover {
	background-image: url(Images/Scroller/ScrollerBack_right_hover.jpg);
}

.Calendar, .Calendar_Gray {
	width: 105px;
	height: 128px;
	position: relative;
	background-image: url(Images/Calendar2.jpg);
}

.Calendar_Gray {
	background-image: url(Images/Calendar3.jpg);
}
/*Standard button*/
.Button {
	background-color: #032a6f;
	padding: 1px 4px;
	color: white;
	text-decoration: none;
	font: bold 90% "Lucida Grande" , "Trebuchet MS" , Verdana, Helvetica, sans-serif;
	cursor: pointer;
	border-right: #001a45 2px outset;
	border-top: #001a45 2px outset;
	border-left: #001a45 2px outset;
	border-bottom: #001a45 2px outset;
}

.Button:visited {
	color: black;
}

.Button:hover {
	border-style: inset;
	background-color: #2b59a0;
	padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.Button:active {
	color: black;
}

.Link {
	font-weight:bold;
	color: #032a6f;
	text-decoration: none;
}
.Link:hover {
	color: #032a6f;
	text-decoration: underline;
}
.Link:visited {
	color: #032a6f;
	text-decoration: none;
}

.MoreInfo{width:300px;}

.MoreInfoText a {text-decoration:none;font-size:12px;color:#456db5; font-style:italic;}
.MoreInfoText a:visited {text-decoration:none}
.MoreInfoText a:hover{text-decoration:underline}

.MoreInfoTitle a{
	color: #032a6f;
	font-size: 18px;
	font-style: normal;
	font-weight:bold;
	margin: 2px 0px 2px 0px;
	text-decoration:none;
}
.MoreInfoTitle a:visited{text-decoration:none}
.MoreInfoTitle a:hover{text-decoration:none}

.editionLink {text-decoration:none}
.editionLink:hover {text-decoration:none}

