/* CSS Document */
/* il margine top della colonnadx andrà modificato a seconda del numero dei link
ricorda che la colonna di dx è spezzata in 2 parti*/

div#colonnadx {
	margin-top:220px;
	margin-left:385px;
	width:140px;
	position:absolute;
	z-index:11;
}

/* cambia la dimensione del box flash N.B. AGGIORNARE MARGINI   ==============*/
div.madballs{
	margin-left:28px;
	margin-top:0px;
	height:380px;
	width:349px;
}
/* cambia la banda colorata del menu in alto ==================================*/
div.banda_madballs {
	background-color:#65036d;
	height:27px;
	width:100%;
}

/* cambia la PNG grande della licenza ==================================*/
div.madballs_png {
	background-image:url(../img/licenza_madballs.png);
	background-position:top left;
	background-repeat:no-repeat;
}

/* cambia lo sfondo a righine (orizzontale)=================================*/
div.madballs_bg {
	background-image:url(../img/interna_container_mb_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

div#ausiliario1 {
	background:url(../img/body_madballs_bg2.gif) bottom left repeat-x #65036d !important;
	min-height:100% !important; /*** moz uses this to make full height design. If you change this to height:100% moz won't expand the design if content grows.
 ***/
/* \*/
height:100%;

/* Last height declaration hidden from Mac IE 5.x */
}	


	
body.madballs_body {
	background-color:#000000;
}

/* MADBALLS ha i link dei crediti in VERDE */
body.madballs_body ul.credits {
	color:#ffffff;
}
body.madballs_body #footer a:link, body.holly_body #footer a:visited {
	color:#ffffff;
} 

body.madballs_body ul.credits a:hover {
	color:#a1d324 !important;
}

#footer p{
	color:#fff;
	margin-left:50px;
	font-size:10px;
	text-align:left;
}


#logo_interno{	
	cursor:pointer;
}

#logo_interno a {
	width:340px;
	height:100px;
	display:block;
	width:340px;
	height:100px;
	position:absolute;
	background: url(../img/logo_interno.png) top left no-repeat;
	cursor:pointer;
	z-index:10005;
	top:-25px;
	left:20px;
}

.tooltip { width: 200px; color: #000;}
.tooltip .title { 
	background: #8AABE2; 
	padding: 3px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
}
.tooltip .content { 
	background: #fff; 
	font: 10px Arial, Helvetica, sans-serif; 
	padding: 3px; 
	filter:alpha(opacity=80);
	opacity: 0.9;
	-moz-opacity:0.9;
	border:1px solid #8AABE2;
	border-top:0;
}

div#footer {
	
}

/*  STILE MENU ALTRE LICENZE  - cambia in ogni licenza ============================== */

h3.altrelicenze {
	font-size:11px;
	color:#FFFFFF;
	text-transform:uppercase;
	border-bottom:1px solid #fff;
	padding-bottom:5px;
	margin-bottom:5px;
}

h3.altrelicenze span.span_americangreetings {
	font-size:14px;
	color:#A2D424;
}

div.box a:link, div.box a:visited{
	color:#65036D!important;
}

div.box a:hover{
	color:#000000 !important;
}

div.box-flash-box a:link, div.box-flash-box a:visited{
	color:#65036D !important;
}

div.box-flash-box a:hover{
	color:#000000 !important;
}

#colonnadx .box p {
	color:#65036D !important;
}



