body{
 background-color: #999999;
 background-image: url(images/gradient.gif);
 background-image: repeat-x;
 background-attachment: fixed;
 font-family:'Lucida Sans Unicode',Arial,sans-serif;
 color:#000000;
 text-align:center;
 padding:50px 0
}
.Stile1 {
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-style: oblique;
font-weight: bold;
}
.Stile2 {
color: #CCCCCC;
font-size: 16px;
font-style: normal;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}
.Stile3 {
font-style: normal; 
font-weight: normal; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
text-decoration: none;
color: #0099CC;
}
a:hover {
text-decoration: none;
color: #FFFFFF;
}
a:active {
text-decoration: none;
}
.bluetabs{
border-bottom: 1px solid #666;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #666; /*colore del bordo di ogni casella*/
color: #999; /*colore del testo di ogni casella*/
background: #333 top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #666666;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #666666;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(images/gradient.gif); /*THEME CHANGE HERE*/
border-bottom-color: 1px solid #333;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	border: 1px solid #918d8d;
	border-width: 0 1px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #666;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*colore del bordo*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #555;
}
/*
TO AVOID UNEXPECTED RESULTS, DO NOT MODIFY ANY OF THE PROPERTY OTHER THAN THE ONES SET HERE
*/

img{
	border:0;
}

/*The color of the border will actually also define the color of the progresser inside*/
div.progress-bar{
	border:1px solid #fff;
	background-color:#000;
}

/*try not to make the border thicker than 1px*/
div.missing-thumbnail{
	background:#333 url('redx.gif') center center no-repeat;
	cursor:pointer;
	border:1px solid #bbb;
}

div.error-message{
	color:#bbb;
	font-size:1.2em;
	margin-top:-0.6em;
	position:relative;
	text-align:center;
}

div.caption{
	background-color:#000;
	color:#fff;
}

/*to style the direct link inside the caption*/
div.caption a{
	color:#fff;
}
#gallery{
margin:20px auto;
height:500px;
width:860px;
position:relative;
color:#aaa;
padding:20px;
overflow:hidden;
border:1px solid #888;
background-color:#000;
}