/* TAG GENERICI */
body {
	background: #000 url(../images/body_bg.jpg) top left repeat-x;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
/* LINK */
a:link, a:active, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
}
/* DIV LAYOUT */
div#pre_header {
	background:url(../images/pre_header_bg.jpg) left bottom no-repeat;

}
div#header {
	background:url(../images/banner_header.jpg) left bottom no-repeat;

}
div#container {
	background-image:url(../images/container_bg.jpg);
	background-repeat: repeat-y;
}
div#menu {
	background:url(../images/menu_bg.jpg) left top no-repeat;
}
div#content {
	background-color: #fff;
	background-image:url(../images/content_bg.jpg);
}
div#GalleryPanel li {
	background: url(../images/arrow_1.gif) left top no-repeat;
	list-style-type: none;
}
div#ThumbPreviewPanel {
	background-color: #fff;
	background-image:url(../images/content_bg.jpg);
}
div#ThumbPreviewPanel a img {
	border: 1px solid #666666;
}
div#ThumbPreviewPanel a:hover img {
	border: 1px solid #CC0000;
}
div#footer {
	background-image:url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
}
div#footer a {
	color: #FFF;
	text-decoration: none;
}
div#footer a:hover {
	color: #FFFF00;	
	text-decoration: underline;
}
div#footer p {
	font-size: 9px;
	text-align: center;
	color: #fff;
}
div#SimplePage div.content {
}

div#SimplePage h2 {
	
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
div#ComplexPage div.menu {
	background-color: #fff;
}
div#ComplexPage div.menu h2 {
	background: url(../images/bar_title3.gif) no-repeat;
	color: #fff;
	font-size: 12px;
	padding-left: 20px;
}
div#ComplexPage div.content p , div#SimplePage div.content p{
	font-size: 10px;
	color: #000;
}
div#ComplexPage div.content h4 {
	font-size: 12px
}
div#ComplexPage div.menu li { 
	background: url(../images/arrow_1.gif) left top no-repeat;
	list-style-type: none;
}
/* CLASSI */

.arancione {
	color: #e87f31;
	font-weight: bold;
}
/* LINK CLASSE ARANCIO */
a.arancio:link, a.arancio:active, a.arancio:visited {
	color: #e87f31;
	text-decoration: underline;
	font-weight: bold;
}
a.arancio:hover {
	color: #e87f31;
	text-decoration: underline;
	font-weight: bold;
}
/* LINK CLASSE NERO */
a.nero:link, a.nero:active, a.nero:visited {
	color: #000;
	text-decoration: none;
}
a.nero:hover {
	color: #e87f31;
	text-decoration: none;
}
/* LINK CLASSE CONTINUA */
a.continua {
	padding-right: 12px;
	background: url(../images/arrow_1.gif) center right no-repeat;
}
a.continua:link, a.continua:active, a.continua:visited {
	color: #e87f31;
	text-decoration: underline;
	font-weight: bold;
}
a.continua:hover {
	color: #e87f31;
	text-decoration: none;
	font-weight: bold;
}
a.submit {  padding: 5px; font-size: 10px; background-color: #e87f31; border: 1px solid #e87f31; color: #000; text-decoration: none;}
a.submit:hover { padding: 5px; font-size: 10px; background-color: #000; color: #fff; text-decoration: none}

#ComplexPage div.content a { color: #990000; text-decoration: none; font-weight: bold; background: url(../images/arrow_1.gif) top right no-repeat; padding-right: 13px;}
#ComplexPage div.content a:hover { text-decoration: underline;}

