/* 
    Document   : quiz_giorno
    Created on : ott-2009
    Author     : Marco Stefan
*/

/* CSS aggiuntivo per la sezione quiz del giorno */


#quiz_del_giorno a {
	display		:	block;
	color		:	white;
	height		:	100%;
    vertical-align:middle;
}



/**** Versione precedente ****/

#quiz_del_giorno {
	position	:	relative;
	width		:	16%;
	height		:	60px;
	padding-left	:	0.5%;
	padding-right	:	0.5%;
	margin		:	1%;
	margin-top	:	0%;
	margin-right	:	0%;
	margin-left	:	0%;
	font-family	:	verdana,sans-serif;
	color		:	#fff;
	float		:	left;
	border		:	2px;
	border-style	:	solid;
	border-color	:	blue;
	background-color:	#507bc9;
	font-size	:	90%;
	background-image:	url("../images/sfondo_quiz.png");
	
	text-align	:	center;
    vertical-align:middle;
}

#quiz_del_giorno:hover {
	cursor		:	pointer;
	background-image:	url("../images/sfondo_quiz_rollover.png");
}

#puzzle_of_the_day {
	position	:	relative;
	visibility	:	hidden;
	width		:	0px;
	height		:	0px;
	left		:	-450px;
	top		:	-350px;
	z-index		:	1;
	background-image:	inherit;
}

#puzzle_of_the_day:hover {
	cursor		:	pointer;
	background-image:	inherit;
}

#puzzle_of_the_day_text {
	display		:	block;
	width		:	98%;
	padding		:	1%;
	color		:	red;
	font-weight	:	bold;
	background-color:	#ddf;
}

#puzzle_of_the_day_iframe {
	width		:	400px;
	height		:	500px;
}

#apri_chiudi_quiz {
	display		:	block;
	height		:	100%;
	width		:	100%;
	text-align	:	center;
	padding-top	:	6%;
}

