@charset "utf-8";

html *
{
margin: 0;
padding: 0;
}


a:link,
a:visited
{
	color: #006;

}
a:hover,
a:focus,
a:active
{
	color: #FF6600;
	background-color: #ddd;
	text-decoration:none;
}

body  {
	background: url(sky8.jpg) repeat-x;
	font-family:  Georgia, "Times New Roman", Times, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-size: 12px;
}
.thrColFixHdr #container {
	width: 970px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	padding: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	margin-right: 0px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
}

.thrColFixHdr #sidebar22 {
	float: right;
	width: 300px;
	background: #EBEBEB;
	margin-right: 0px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
}

.thrColFixHdr #sidebar1 ul li
{
	display: inline;
	position: relative;
	width: 160px;
}
.thrColFixHdr #sidebar1 a
{
	border-bottom: 2px solid #FFF;
	display: block !important;
	position: relative;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 8px;
}

.thrColFixHdr #sidebar1 a:link,
.thrColFixHdr #sidebar1 a:visited
{
	color: #000;
	position: relative;
	background-color: #81BEE3;
}
.thrColFixHdr #sidebar1 a:hover
{
	color: #FFF;
	background-color: #FF9900;
}

.thrColFixHdr #sidebar1 a.Actual,
.thrColFixHdr #sidebar1 a.Actual:visited
{
	color: #FFF;
	background-color: #0066CC;
}
.thrColFixHdr #sidebar1 a.Actual:hover
{
	color: #FFF;
	background-color: #FF9999;
}

.thrColFixHdr #sidebar1 a.Within,
.thrColFixHdr #sidebar1 a.Within:visited
{
background: #FD3300 url(freccia.gif) no-repeat right center;
color: #FFF;
}
.thrColFixHdr #sidebar1 a.Within:hover
{
background: #9C0 url(freccia.gif) no-repeat right center;
color: #FFF;
}

.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 280px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 4px;
} 

.thrColFixHdr #mainContent2 {
	margin-top: 0;
	margin-right: 320px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 

.thrColFixHdr #footer {
	padding: 0 0px 0 0px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#food
{
	background: url(bot2.jpg) repeat-x;
	height: 138px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0033CC;
}

#comune
{
	height: 80px;
	background-image: url(foot3.jpg);
	background-repeat: repeat-x;
}

#MainMenu
{
	position: absolute;
	top: 20px;
}

#MainMenu ul
{
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#MainMenu ul li
{
	float: left;
	text-align: center;
	width: 80px;
	padding-right: 8px;
	padding-left: 8px;
}
#MainMenu span.Br
{
display: block;
}

#MainMenu a
{
display: block;
padding: 40px 10px 0px 0px;
position: relative;
}
#MainMenu a:link,
#MainMenu a:visited
{
color: #FFF;
position: relative;
text-decoration: none;
}

#MainMenu a:hover
{
	background: url(hat.gif) no-repeat center -5px;
	color: #FFF;
}

#MainMenu a:link.Actual,
#MainMenu a:visited.Actual
{
background: url(hat.gif) no-repeat center -5px;
color: #006;
}


#Main
{
	position: relative;
	z-index: 10;
	border: thick dashed #FFFFFF;
}

#Logo
{
	text-align: right;
}

#Logo img
{
	border: 0;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
}

#Logo img a
{
	border: 0;
	
}
#Logo a:hover {
	text-decoration: none;
	background-image: none;
	background-color: none;
}



#PageTitle
{
border-bottom: 1px solid #DDD;
}

#PageTitle h2
{
	border: 3px solid #FFCC00;
	color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	position: relative;
	padding-top: 28px;
	padding-right: 28px;
	padding-bottom: 78px;
	padding-left: 28px;
	letter-spacing: 0.1em;
}

#blocco
{
	border: 0;
	margin: 0;
	padding-top: 12px;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
}
#sidebar1 ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	word-spacing: normal;
	padding: 0px;
	letter-spacing: 0.1em;
}
#sidebar1 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
#sidebar1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
	padding-top: 15px;
	padding-bottom: 6px;
}
#bar {
	background-image: url(../bar/bary2.jpg);
	background-repeat: no-repeat;
	height: 140px;
	padding: 0px;
	margin: 0px;
}
#bar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #0066CC;
	background-color: #FFFFFF;
	letter-spacing: 0.1em;
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}



#barmenu {
	background-image: url(../bar/barmenu2.jpg);
	background-repeat: no-repeat;
	height: 140px;
	padding: 0px;
	margin: 0px;
}

#barmenu h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #0066CC;
	background-color: #FFFFFF;
	letter-spacing: 0.1em;
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}


#Navbar h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #33CCFF;
	padding-top: 10px;
	padding-left: 20px;
}
#Navbar {
	height: 100px;
}
.thrColFixHdr {
}

#bar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 110px;
	text-align: right;
	padding-right: 28px;
}

#mainContent h1, #mainContent2 h1
 {
	color: #FF6600;
	background-image: url(hat40.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}

#poll {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 2px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 0.8em;
}
#poll p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #333333;
	padding-bottom: 10px;
}

#poll h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
	color: #003399;
}



#comune img {
	vertical-align: middle;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#TabbedPanels1 a:link,
#TabbedPanels1 a:visited
{
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
}

#TabbedPanels1 a:hover
{
	color: #F00;
	text-decoration: underline;
}




th {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent3 {
	margin-right: 10px;
	margin-left: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#TabbedPanels1 table {
	border: thin dotted #999999;
	height: 300px;
}
#mainContent3 td tr {
	border: thin dotted #999999;
}
#mainContent3  td {
	border: thin dotted #999999;
}
#sidebar2 .ingre {
	border: 4px dotted #FFFFFF;
	line-height: 1.3em;
}
#sidebar2 .quadro {
	border: 4px dotted #FFFFFF;
	line-height: 12px;
	text-align: left;
}
#sidebar2 h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	padding-left: 8px;
	padding-bottom: 4px;
}
#sidebar2 .ingre p {
	padding: 4px;
}
#sidebar2 .quadro p {
	padding: 4px;
	line-height: 1.3em;
}

#sidebar1 .acc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 2px;
	margin-right: -2px;
}
.acc img {
	vertical-align: text-bottom;
}
.inv,
hr
{
	display: none;
}
#bar2 {
	height: 140px;
	width: 960px;
}

#sidebar1 .tit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 2px;
	margin-right: -2px;
}

#comune {
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}
#mainContent p {
	font-size: 1.2em;
	line-height: 1.4em;
}
.quadro ul {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: square;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
}
#mainContent .elenco {
	background-image: none;
	background-repeat: no-repeat;
	background-color: #FFF3D9;
	width: 400px;
	border: 4px dashed #FFFFFF;
	margin: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 20px;
}
#mainContent .elenco .torna {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-right: 20px;
	text-align: right;
}
.quadro img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainContent3 table tr td p strong {
	color: #C00;
}

#mainContent3 table tr td {
	background-color: #FFC;
}

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}