/******************************************************************************/
/* Cascade Style Sheet for Actionscript.it v2006 modified by Dimitri Giani    */
/******************************************************************************/

/***************/
/* Basic Rules */
/***************/

body {
	padding: 0;
	margin: 0 25px;
	background: #fff;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a img, img { border: 0; }

h1, h2, h3, h4, h5, h6, ul, li { margin: 0; padding: 0; }

input:focus { background: #FFCCFF; color: #000; }

hr {
	height: 0;
	border: 0;
	border-top: 1px dotted #ccc;
	width: 95%;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
}

.viola { color: #FA05F8; }
hr.viola { margin: 5px 0; }
.noborder { border: 0; }

/********************/
/* Events Box Rules */
/********************/

div.eventBlockBig {
	padding: 3px 0;
	color: #545353;
	
	border-bottom: 1px dotted #ccc;
}

div.text a.eventBlock {
	display: block;
	padding: 3px 0 3px 23px;
	color: #545353;

	border-bottom: 1px dotted #ccc;
}

div.text a.eventBlock span {
	border: 0;
	display: block;
	font-size: x-small;
}
div.text a.eventBlock span.titolo {
	font-weight: normal;
	color: #FF00FF; 
	text-decoration: underline;
}

div.text a.event { background: #fff url("../Immagini/event.gif") 0 3px no-repeat; }
div.text a.learn { background: #fff url("../Immagini/event.gif") 0 3px no-repeat; }


/************************/
/* Newsletter Box Rules */
/************************/

input#email,
input#username { width: 30%; }

div#theFooter {
	float: right;
	width: 75%;
}

div#newsletterDiv {
	font-size: x-small;
	font-weight: bold;
	color: #FA05F8;
	height: 30px;
	text-align: right;
	padding: 10px 10px 0 0;
	margin: 3px 0 40px 0;
	background: #000 url("../Immagini/news.gif") left top no-repeat;
}
.notes {
	display: block;
	margin-top: 5px;
}
.notes em {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	display: block;
	text-align: right;
}

/**************/
/* Menu Rules */
/**************/

#globalNav {
	background: #000;
	display: table;
	width: 100%;
}

ul#menu {
	list-style: none;

	font-size: 12px;
	padding-right: 4px;
}

ul#menu li {
	float: left;
	list-style: none;
	
	position: relative;
	top: 0;

	margin-right: 15px;
}

/* Styles for Menu Items */
ul#menu li a {
	display: block;
	text-decoration: none;
	padding: 2px;
}

ul#menu li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: 16px;
	z-index: 500;
	display: none;
	/*border-bottom: 1px solid #000;*/
}

ul#menu li ul li { clear: left; width: auto; }
ul#menu li ul li a {
	display: block;
	border: 1px solid #000;
	border-top: 0;
}

ul#menu li a:hover { color: #D71F99; } /* Hover Styles */

ul#menu li ul li a {
	padding: 5px;
	background: #EA8CE8;
	color: #000;
	
	width: 130px;
	
	voice-family: "\"}\""; /* Workaround for IE */
	voice-family: inherit;
	
	width: 120px;
} /* Sub Menu Styles */

ul#menu li ul li a:hover { color: #000; background: #EDB5EC; }

ul#menu li:hover ul, ul#menu li.over ul { display: block; } /* The magic */

/* Fix IE. Hide from IE Mac \*/
* html ul#menu li { float: left; height: 1%; }
* html ul#menu li a { height: 1%; }
/* End */

/********************************/
/* Inizio menu superiore bianco */
/********************************/

ul#menuSup {
	text-align: right;
	line-height: normal;
}
ul#menuSup li {
	list-style: none;
	display: inline;
	padding: 0 7px;
	background: url("../Immagini/dot.gif") left center no-repeat;
}
ul#menuSup li.nosp { padding-right: 0; }
ul#menuSup li img { vertical-align: middle; }
ul#menuSup li a {
	color: #000;
	text-decoration: none;
	padding: 0;
	border: 1px solid #fff;
}

ul#menuSup li a:hover, ul#menuSup li a:active,
ul#menuSup li a:focus {
	color: #000;
	background: #F52CFC;
	text-decoration: none;
}




/* ------ the current page marker style ------ */
#menuOr .p7PMmark {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #FA04F7;
}

#menuOr ul .p7PMmark {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #FA04F7;
}
/* ------ the trigger link styles ------- */


/*the submenu classes */

#menuOr .p7PMhide {
	left: -9000px;
	top: 0;
}
#menuOr .p7PMshow {
	left: auto;
	top: 155em;
	z-index: 20000 !important;
}

/* fine menu inferiore nero */

/* inizio menu tool sx */
#menuToolSx {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #F52CFC;
	margin: 10px 0 0 0;
	padding: 0;	
	width: 100%;
}

/* div per i titoli centrali */
div.menuToolSxTitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FA05F8;
	background-color: #000000;
	line-height: 1.2em;
	padding-left: 2%;
	margin-top: 21px;
	width: 98%;
}

.menuToolSxIcon {
	margin-bottom:-2px;
}

.menuToolSxInput {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	background-color: #FFF;
	border: 2px outset #000000;
	border-left: 2px outset #000000;
	border-bottom: 2px inset #000000;
	border-right: 2px inset #000000;
	padding: 0px;
	margin: 3px 3px 0 0;
	width: 150px;
}

.menuToolSxInput:focus {
	background-color: #FFCCFF;
}

#menuToolSx li {
	width: 100%;
	padding: 0px;
	list-style: none;
}

#menuToolSx a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	padding-left: 2%;
	margin-top: 1px;
	color: #F52CFC;
	line-height: 1.2em;
	display: block;
	background-color: #000000;
	text-decoration: none;
	width: 98%;
}

#menuToolSx a:hover, #menuToolSx a:active, #menuToolSx a:focus {
	color: #F52CFC;
	background-color: #000000;
	text-decoration: none;
}

#menuToolSx ul li a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #F52CFC;
	line-height: 1.1em;
	display: block;
	background-color: #000000;
	text-decoration: none;
}

#menuToolSx a:hover, #menuToolSx a:active, #menuToolSx a:focus {
	color: #000000;
	background-color: #F52CFC;
	text-decoration: none;
}
/* fine menu tool sx */




/*****************/
/* Content Rules */
/*****************/
div.content {
	margin: 3px 0 0 0;
	padding: 0;
	width: 100%;
}

/**************/
/* Head Rules */
/**************/
#head {	
	background: #000 url(../Immagini/testata.gif) left top no-repeat;
	width: 100%;
	height: 120px;
	
	clear: both;
	
	position: relative;
	top: 0;
}
#head a {
	display: block;
	position: absolute;
	top: 40px;
	right: 34px;
}
#head h2 { display: none; }



/* div per la tool sx */
div.toolSx {
	float: left; 
	width: 22%;
}

/* div per la parte centrale interna */
div.mainContent {
	float: right; 
	width: 75%;
}

/***************/
/* Box FocusOn */
/***************/

div.focusBox {
	float: right;
	margin: 0 0 15px 25px;
	width: 215px;
}

div.focusBoxTitle {
	font-size: x-small;
	font-weight: bold;
	color: #FA05F8;
	background: #000;
	line-height: 1.1em;
	padding-left: 1%;
}

div.focusBoxText {
	padding : 5px 3px 3px 3px;
	margin-bottom: 5px;
}

div.focusBoxImage {
	/*border: 1px solid #000;*/
	padding: 12px 3px 3px 3px;
	margin-bottom: 5px;
}

/* div per il box utility */
div.toolUtility {
	width: 100%;
	margin-top: 20px;
	background: #000 url("../Immagini/utility.gif") right top no-repeat;
	
	padding-bottom: 5px;
}

div.toolUtility input#mainTxt { border: 0; padding: 0; margin: 0; width: 65%; }
div.toolUtility form label { display: none; }

div.toolUtility a:hover {
	text-decoration: underline;
}

/* div per i servizi del box utility */
div.toolServizi {
	margin-top: 6%;
	margin-left: 6%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FA05F8;
}

div.toolServizi h3 {
	margin: 0 0 8px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: x-small;
	color: #FFF;
}

/* div per i servizi del box random */
div.toolRandom {
	margin-top: 3%;
	margin-left: 3%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFF;
}

div.toolRandom h3 {
	margin: 0 0 8px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: x-small;
	color: #FFF;
}

div.toolRandom a {
	text-decoration: none;
	color: #FA05F8;
}

div.toolRandom a:hoover {
	text-decoration: underline;
}

/* div per la parte centrale sx */
div.intSx {
	float: left; 
	width: 58%;
}

/* div per la parte centrale sx metà di sx */
div.intSxLf {
	float: left; 
	width: 48%;
}

/* div per la parte centrale sx metà di dx */
div.intSxRf {
	float: right; 
	width: 48%;
}

div.intSxDb {
	clear: both;
	width: 100%;
}

/* div per la parte centrale dx */
div.intDx {
	float: right; 
	width: 40%;
}

/* div per i titoli centrali */
div.title {
	font-size: x-small;
	font-weight: bold;
	color: #FA05F8;
	background: #000;
	line-height: 1.2em;
	padding-left: 0.5%;
	margin-top: 20px;
}

/********************************************/
/* div per i titoli centrali allineati a dx */
/********************************************/
div.titleDx {
	font-size: x-small;
	font-weight: bold;
	color: #FA05F8;
	background: #000;
	text-align: right;
	line-height: 1.2em;
	padding-right: 0.5%;
	margin-top: 20px;
}

div.titleDx a {
	font-weight: bold;
	padding: 0 4px 0 4px;	
}

div.titleDx a:hover {
	font-weight: bold;
	color: #000000;
	background-color: #FA05F8;
}

/*******************************/
/* div per titoli con immagini */
/*******************************/
div.titleImg {
	font-size: x-small;
	font-weight: bold;
	color: #FA05F8;
	height: 24px;
	text-align: right;
	padding: 10px 10px 0 0;
	margin: 30px 0 40px 0;
	background: #000 url("../Immagini/news.gif") left top no-repeat;
}

/* div per i sottotitoli centrali */
div.subtitle {
	font-size: x-small;
	font-weight: bold;
	color: #000;
	background: #FA05F8/*#D61E96*/;
	line-height: 1.2em;
	padding-left: 0.5%;
	margin-top: 20px;
}

/* div float right */
div.Sx {
	float: left;
	width: 62%;
	margin-top: 20px;
}

/* div float right */
div.Dx {
	float: right;
	width: 37%;
}

/* div per titolo sondaggio */
div.titleSon {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FA05F8;
	background-color: #000000;
	width: 100%;
	height: 24px;
	text-align: center;
	padding-top: 10px;
	margin-top: 20px;
	background-image: url(../Immagini/sondaggio.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

div.contenitoreFooter {
	clear: both;
	width: 100%;
	margin-top: 1%;
}

/*div footer immagini*/
div.footer {
	clear: both;
	padding-top: 20px;
	width: 100%;
}

/* div per i testi grigi centrali */
div.text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #545353;
	margin-top: 1%;
	line-height: 1.5em;
}

div.text a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #F403F2;
	text-decoration: none;
}

div.text a:hover {
	text-decoration: underline;
}

div.text img {
	border: 1px solid #333;
}
div.text img.noborder {
	border: 0;
}

/* class per i link rosa */
A {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #F403F2;
	text-decoration: none;
}

A:Hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #F403F2;
	text-decoration: none;
}

span.white {
	color: #FFFFFF;
}

span.boldR {
	font-weight: bold;
	color: #FA04F7;
}

span.boldG {
	font-weight: bold;
	color: #545353;
}

span.ist {
	display: block;
	font-weight: bold;
	color: #FF00FF;
}
span.noblock { color: #545353; display: inline; }

span.bold {
	font-weight: bold;
}

span.pink {
	color: #FF00FF;
}

/* classe per azzerare il bordo delle immagini */
img.bordo {
	border: none;
}

/* classe per azzerare il bordo delle immagini e spaziarle a sx*/
img.space {
	border: none;
	padding-left: 2%;
}

/* classe per azzerare il bordo delle immagini e spaziarle a dx*/
img.spaceRg {
	border: none;
	padding-right: 2%;
}

/* classe per posizionare la stella del box utility*/
img.star {
	border: none;
	position: relative;
	left: -21px;
	top: -12px;
}

/* replica testuale del logo actionscript che non fa comparire a video la scritta */
.off-left {
	position: absolute;
	left: -999px;
	width: 990px;
	display: none;
}

/* classe per il campo input */
.small {
	font-size: x-small;
	font-weight: normal;
	color: #000;
	border: 2px solid #000;
	padding: 0;
	margin: 0 4px;
}

form {
	margin :0;
	padding: 0;
	border: 0;
}

#voteTable {
	width: 75%;
	border: 0;
	margin: 0;
	padding: 0;
}

td.headerCell {
	width: 135px;
}

td.labelCell {
	text-align: right;
	/*width: 10px;*/
}

td.radioCell {
	padding-top: 4px;
	text-align: left;
	/*width: 15px;*/
}

td.submitCell {
	width: 100px;
	text-align: left;
	padding-left: 5px;
}

/* form */

.testo {
	border: 1px solid  #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
}

.button {
	background-color: #666;
	border: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFF;
	height: 17px;
}


