/*
Croma Multimedia 2007
*/

html, body{
scrollbar-face-color:#EBF5FF;
scrollbar-base-color:#EBF5FF;
scrollbar-arrow-color:black;
scrollbar-track-color:#F3F3F3;
scrollbar-shadow-color:#EBF5FF;
scrollbar-highlight-color:#EBF5FF;
scrollbar-3dlight-color:#78AAFF;
scrollbar-darkshadow-Color:#78AAFF;
}



body { 
	margin:			0 1px 0 0; 
	padding:		0; 
	font-size: 14px;
	font-family: Arial, Tahoma, sans-serif;
	color:			#000;
}

img {
   border:0;
}


a:link, a:visited { 
     text-decoration: none;
}

a:hover{ 
     text-decoration: underline;
}

ul {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
ul li {
	margin-bottom: 5px;
}

h2 {
	font-size: 16px;
	font-family: Arial, Tahoma, sans-serif;
	color:	#000;
	margin: 10px 0px 0px 0px;
	padding:0px;
}

#cloudTags a, #cloudTags a:visited{
    text-decoration: none;
    color: #000000;

}

#cloudTags a.xs:hover{
	background: #ffbb00;
}

#cloudTags a.s:hover{
	background: #bbff00;
}

#cloudTags a.m:hover{
	background: #00ffbb;
}

#cloudTags a.l:hover{
	background: #fbfb00;
}

#cloudTags a.xl:hover{
	background: #f000f0;
}

.xs { font-size: 9px; }
.s{ font-size: 11px; }
.m { font-size: 13px; }
.l{ font-size: 15px; }
.xl{ font-size: 18px; }

.xlred {
 font-size: 18px; 
 color: #ff0000;
}

.piccolo {
	font-size: 10px;
	font-family: Arial, Tahoma, sans-serif;
   margin:0; 
   padding:0;
}

.hidden {
	display : none;
}

#toolbar { 
	background: #B5FFB5; //#006699;
	padding-top: 3px; 
	padding-left: 3px; 
	padding-right: 5px;
	margin:0;
        height: 20px;
        color: #777;
        text-align: left;
	border-top: 1px dashed #Ffbb00;
	border-bottom: 1px dashed #Ffbb00;
}

#toolbar a, #toolbar div { 
        color: #777;
	margin:0px;
	text-decoration: none;
}

#toolbar a:hover { 
	text-decoration: underline;
}

#search {
	margin: 0px;
        font-size: 10px;
}

hr { display:	none; }

#header { 
	color:	#FFF;
}

#colonna-sx {
float:left;
width: 20%;
margin-right: 5px !important;
}

#colonna-dx {
float:left;
width: 18%;
margin-right:-1px;

}

#principale { 
   color: #000;
   width: 60%;
   text-align:left;
   height: auto !important;  /* per i browser moderni */
   height: 350px;      /* per IE5.x e IE6 */
   min-height: 350px;  /* per i browser moderni */
   float:left;
}

#footerCroma { 
	margin-top:		20px;
	clear:			both;
	border-top: 	1px dashed #Ffbb00;
	padding:		3px 10px;
	color:			#000; 
	font-size:		.80em;
	line-height:		1em;
        text-align:		center;
}

#container {
        width: 100%;
        height: 100%;
        position: relative;   
        margin-left: auto;
        margin-right: auto;
}

img.shot {
	float: left;
	margin: 5px;
}

.boxEvidenza {
  margin: 5px;
  padding: 5px;
  text-align: center;
  border: 1px dotted #ffbb00;
}

.boxEvidenza a { 
   color: #0000ff;
   text-decoration: none;
}

.boxEvidenza a:link, .boxEvidenza a:visited { 
   color: #0000ff;
     text-decoration: none;
}

.boxEvidenza a:hover{ 
   color: #0000ff;
   text-decoration: underline;
}

#cont1, #cont2, #cont3, #cont4, #cont5, #cont6 {
	position: absolute; 
	text-align: center; 
	width: 97px; 
	height: 423px;
}

#cont1 p, #cont2 p, #cont3 p, #cont4 p {
	z-index: 1;
	position: relative;
	margin-top: 150px;
        padding: 0px 0px 0px 0px;
	font-size:0.9em;
}


#cloudNews {
	font: 10px "Lucida Grande", Tahoma, sans-serif;
	float: right;
	border: 1px dotted #ffbb00;
	margin: -5px 5px 5px 5px;
	padding: 3px;
	width: 170px;
	text-align: left;
}


#cloudTags {
	font: 10px "Lucida Grande", Tahoma, sans-serif;
	float: right;
	border: 1px dotted #ffbb00;
	margin: -5px 5px 5px 5px;
	padding: 3px;
	width: 170px;
	text-align: center;
}

.cloudsTit {
	text-align: right;
	margin-bottom: 0px;
	margin-right: 7px;
	z-order: 10;
	font-size: 16px;
	height: 20px;
	font-family: Arial, Tahoma, sans-serif;
	color:	#000;
	font-weight: bold;
	clear: left;
}

.tt {
	border-bottom: 1px dashed #0F6788;
        cursor: help;
}

div.sidenav{
	width: 150px;
	margin: 0px 0px 10px 0px;
}
div.sidenav a{
	padding: 3px;
	color: #777;
	display: block;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dashed #ffbb00;
}
div.sidenav a:hover{
	width: 150px;
	color: #fff;
	background: #ffbb00;
	margin: 0px;
	text-decoration: none;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ 
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ 
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ 
visibility: visible;
top: 0;
left: 60px;

}

#promocontainer {
  padding-bottom: 5px;
  width: 90%;
}

#promoleft {
   margin-bottom: 15px; 
   margin-left: 10px; 
   width: 160px; 
   float: left;
}

#promocenter {
   float: left; 
   margin-left: 15px; 

}

#promoright {
   width: 160px; 
   float: right;
}


a.social_img img{
	width: 18px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

a.social_img:hover img{
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}


/* Prototip.css */

.tooltip { width: 200px; color: #fff;}
.tooltip .title { background: #0F6788; font: italic 17px Georgia, serif; padding: 5px;}
.tooltip .content { background: dodgerblue; font: 11px Arial, Helvetica, sans-serif; padding: 5px;}
