body { 
background-color: #FFFFFF;
margin: 0px 0px 0px 0px;
}

.green
{
background:url(/sito/images/bg-green.png) repeat;
font-family: Arial, Helvetica, San-Serif;
font-size: 12px;
line-height: 1.4;
padding: 22px;
color: 272727;
height: 350px;
vertical-align: top;
text-align: justify;
}

.top
{
background:url(/sito/images/bg-top.png) no-repeat;
height: 33px;
padding-left: 25px;
padding-right: 25px;
font-family: Arial, Helvetica, San-Serif;
font-size: 12px;
color: #FFFFFF;
font-weight: bold;
text-transform: uppercase;
vertical-align: middle;
text-align: left;
}

.bottom
{
background:url(/sito/images/bg-bottom.png) no-repeat;
height: 30px;
text-align: right;
padding-right: 25px;
}

div#text { 
font-family: Arial, Helvetica, San-Serif;
font-size: 12px;
text-transform: capitalize;
 }

.logo { 
padding-top: 10px;
padding-bottom: 15px;
text-align: left;
vertical-align: middle;
 }

.header { 
padding-top: 10px;
padding-bottom: 15px;
text-align: right;
vertical-align: middle;
 }

/* CLASSI MENU */

.menu
{ 
padding-top: 35px;
vertical-align: top; }

td.nobg {
font-family: Arial, Helvetica, San-Serif;
font-size: 12px;
background: none;
padding: 5px;
border-bottom: 2px solid #FFFFFF;
text-transform: lowercase;
text-align: left;
}

td.videotitle {
font-family: Arial, Helvetica, San-Serif;
font-size: 11px;
background: none;
padding-left: 15px;
padding-top: 2px;
padding-bottom: 2px;
padding-right: 2px;
border-bottom: 2px solid #FFFFFF;
text-transform: lowercase;
text-align: left;
}


td.bg {
font-family: Arial, Helvetica, San-Serif;
font-size: 12px;
background: #e2ecdc;
padding: 5px;
border-bottom: 2px solid #FFFFFF;
text-transform: lowercase;
text-align: left;
}

a.item      { color: #272727; text-decoration: underline; }
a.item:hover  { text-decoration: none; color: #53902D; }
a.item:visited { }
a.item:active { }

a.gallery      { color: #315807; text-decoration: none; }
a.gallery:hover  { text-decoration: underline; color: #141414; }
a.gallery:visited { }
a.gallery:active { }

a.media      { color: #59902D; text-decoration: none; }
a.media:hover  { text-decoration: none; color: #000000; }
a.media:visited { }
a.media:active { }

a.addons      { color: #EC4F0D; text-decoration: none; }
a.addons:hover  { text-decoration: underline; color: #53902D; }
a.addons:visited { }
a.addons:active { }

a.author     { color: #000000; text-decoration: underline; font-weight: bold;}
a.author:hover  { text-decoration: none; color: #EC4F0D; font-weight: bold; }
a.author:visited { }
a.author:active { }


/* FINE CLASSI MENU */

a      { color: #000000; text-decoration: underline; }
a:hover  { text-decoration: none; color: #53902D; }
a:visited { }
a:active { }

td.footer-dx {
padding-top: 10px;
padding-right: 10px;
letter-spacing: 10px;
vertical-align: middle;
text-align: right
}

td.footer-sx
{
padding-top: 10px;
font-family: Arial, Helvetica, San-Serif;
font-size: 11px;
color: #898989;
text-align: left;
vertical-align: top;
}

a.footer      { color: #333333; text-decoration: none; font-weight: bold; }
a.footer:hover  { text-decoration: none; color: #53902D; font-weight: bold; }
a.footer:visited { }
a.footer:active { }


#campo {
background-color: #FFFFFF; 
font-family: Arial, Helvetica, San-Serif;
font-size: 11px;
color: #333333; 
border: 2px solid #FFFFFF;
}

#bottone {
background-color: #729FC7; 
font-family: Arial, Helvetica, San-Serif;
font-size: 12px;
color: #FFFFFF; 
border: 2px solid #729FC7;
}

a.opacity img {
filter:alpha(opacity=75); 
-moz-opacity: 0.75; 
opacity: 0.75;
} 
a.opacity:hover img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;
}

/*HIGHSLIDE*/

.highslide {
    cursor: url(/sito/js/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid #FFFFFF;
}
.highslide:hover img {
	border: 2px solid white;
}
 
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Arial;
    font-size: 11px;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(/sito/js/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
 
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(/sito/js/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
 
/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

div#tag {
width: 970px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
font-family: Arial, Helvetica;
font-size: 11px;
line-height: 16px;
color: #a6a6a6;
border-top: 1px solid #dddddd;
}