/***	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	***
							GESTIONE COMUNE DEL CSS PER TUTTI I CANALI
***	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	***/

/*
 *	sito YELLOW
 */
.color_menu_sx {
	background-image:url(../../img/matchpoint/yellow_menu_sx.png);
}
.color_menu_dx {
	background-image:url(../../img/matchpoint/yellow_menu_dx.png);
}
.color_menu_center {
	color: #2e3192;
	background-image:url(../../img/matchpoint/yellow_menu_center.png);
}
.color_menu_center a {
	color: #2e3192;
}

.color_body {
	background-color:	#fcd519;
	background-image:	url(../../img/matchpoint/yellow_background.png);
	background-repeat:	repeat-x;
}

.color_wave {
	background-image:url(../../img/matchpoint/yellow_wave.png);
}

.color_concessionario {
	color: #fbd518;
}

/*
 *	GESTIONE DEL CSS PER GLI ARTICOLI
 */
.articolo_testo h1, .articolo_testo h1 a, .articolo_testo h1 a.articolo_link_pagine_esterne, .articolo_titolo_h1 {
	color:#00308d;
}
.articolo_testo h2, .articolo_testo h2 a, .articolo_testo h2 a.articolo_link_pagine_esterne, .articolo_titolo_h2{
	color:#00308d;
}
.articolo_testo a.articolo_link_pagine_interne_color, .articolo_link_pagine_interne_color {
	color:#00308d;
}

/*
 *	GESTIONE DEI MENU STATICI ALL'INTERNO DELLE PAGINE
 */
.menustat_rootDiv div.color_menustat_logot {
	margin-bottom:12px;
	background-image:url(../../img/matchpoint/menustat_logot_gev.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 75px;
}
.menustat_rootDiv div.color_menustat_logob {
	/*margin-top:10px;
	background-image:url(../../img/matchpoint/menustat_logob_gev.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 126px;
	position: relative;
	top: 10px;*/
}
.menustat_rootDiv div.color_menustat_voce1 a, .menustat_rootDiv div.color_menustat_voce1 {
	color: #5b605b;
}
.menustat_rootDiv div.color_menustat_voce1 a:hover, .menustat_rootDiv div.color_menustat_voce1:hover {
	background-color: #d1d1d1;
}
.menustat_rootDiv div.color_menustat_voce1_open div a, .menustat_rootDiv div.color_menustat_voce1_open {
	background-color: #d1d1d1;
	color: #5b605b;
}
.menustat_rootDiv div.color_menustat_voce1_sel div a, .menustat_rootDiv div.color_menustat_voce1_sel {
	background-color: #fed401;
	color: #5b605b;
}
.menustat_rootDiv div.color_menustat_voce1_sel1 div a, .menustat_rootDiv div.color_menustat_voce1_sel1, .menustat_rootDiv div.color_menustat_voce1_sel1 div a:hover, .menustat_rootDiv div.color_menustat_voce1_sel1:hover {
	background-color: #fed401;
	color: #5b605b;
}
.menustat_rootDiv div.color_menustat_voce2 div a, .menustat_rootDiv div.color_menustat_voce2 div {
	color: #6f7070;
	background-color: #dfdfdf;
	background-image:url(../../img/matchpoint/dot_green.png);
}
.menustat_rootDiv div.color_menustat_voce2 div a:hover, .menustat_rootDiv div.color_menustat_voce2 div:hover {
	/*background-color: #fed401;*/
	color: #000000;
}
.menustat_rootDiv div.color_menustat_voce2 div.color_menustat_voce2_sel a, .menustat_rootDiv div.color_menustat_voce2 div.color_menustat_voce2_sel {
	background-color: #fed401;
	color: #000000;
}
.menustat_rootDiv div.color_menustat_voce1_sel div a, .menustat_rootDiv div.color_menustat_voce1_sel div, .menustat_rootDiv div.color_menustat_voce1_open div a, .menustat_rootDiv div.color_menustat_voce1_open div {
	background-image:url(../../img/matchpoint/arrowD_green.png);
	background-repeat: no-repeat;
}
.menustat_rootDiv div.color_menustat_voce1_sel1 div a, .menustat_rootDiv div.color_menustat_voce1_sel1 div {
	background-image:url(../../img/matchpoint/arrowR_green.png);
	background-repeat: no-repeat;
}
.menustat_rootDiv div.color_menustat_voce1 div a, .menustat_rootDiv div.color_menustat_voce1 div {
	background-image:url(../../img/matchpoint/arrowR_green.png);
	background-repeat: no-repeat;
}
 
/*
 *	GESTIONE DEI MENU DINAMICI ALL'INTERNO DELLE PAGINE
 */
.menudin_rootDiv div.color_menudin_voce1 img {
	vertical-align: bottom;
}
.menudin_rootDiv div.color_menudin_topTitle, .menudin_rootDiv div.color_menudin_topTitle a, .menustat_rootDiv div.color_menudin_topTitle a {
	color: #0060a9;
}
.menudin_rootDiv table.menudin_filtro td.color_menudin_filtro_sel {
	color: #0060a9;
}
.menudin_rootDiv div.color_menudin_voce2 div {
	background-image:url(../../img/matchpoint/dot_red.png);
}
.menudin_rootDiv div.color_menudin_voce2 div:hover {
	background-color:#d5d5d5;
}
.menudin_rootDiv div.color_menudin_voce2 div.color_menudin_voce2_sel {
	background-color:#d5d5d5;
	color: #0060a9;
}


/***	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	***
							GESTIONE COMUNE DEL CSS PER TUTTI I CANALI
***	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	***/

/*
 *	BOX PER LA VETRINA DEI GIOCHI SUL GRATTA E VINCI
 */
.VetrinaGiochiGEV_rootDiv {
	
}
.VetrinaGiochiGEV_big {
	width:249px;
	height:270px;
	padding:8px 0px;
}
.VetrinaGiochiGEV_small {
	width:176px;
	height:195px;
	padding:8px 0px;
}
.VetrinaGiochiGEV_rootDiv table.VetrinaGiochiGEV_table {
	background-repeat:no-repeat;
}
.VetrinaGiochiGEV_big table.VetrinaGiochiGEV_table {
	width:100%;
	height:270px;
	background-position:0px 18px;
}
.VetrinaGiochiGEV_small table.VetrinaGiochiGEV_table {
	width:100%;
	height:195px;
}
.VetrinaGiochiGEV_big tr.VetrinaGiochiGEV_tr_top {
	height:208px;
}
.VetrinaGiochiGEV_small tr.VetrinaGiochiGEV_tr_top {
	height:140px;
}
.VetrinaGiochiGEV_small tr.VetrinaGiochiGEV_tr_top_mobile {
	height:114px;
}

.VetrinaGiochiGEV_rootDiv tr.VetrinaGiochiGEV_tr_bottom td.VetrinaGiochiGEV_td_bottom table {
	width:100%;
}
/* GESTIONE DEI PULSANTI PER LA VETRINA -> VETRINA SMALL  */
	.VetrinaGiochiGEV_small tr.VetrinaGiochiGEV_tr_bottom td.VetrinaGiochiGEV_td_bottom {
		padding-left:14px;
		padding-right:4px;
		padding-top:4px;
	}
	.VetrinaGiochiGEV_small tr.VetrinaGiochiGEV_tr_buttons {height:36px;}
	.VetrinaGiochiGEV_small td.VetrinaGiochiGEV_buttonLeft {padding-left:6px;}
	.VetrinaGiochiGEV_small td.VetrinaGiochiGEV_buttonRight {padding-right:6px;}
	.VetrinaGiochiGEV_small table.VetrinaGiochiGEV_buttons_loggedno td.VetrinaGiochiGEV_buttonLeft div {
		background-image: url(../../img/matchpoint/grattaevinci/bottone_scopri.gif);
		background-repeat: no-repeat;
		width:89px;
		height:22px;
		cursor:pointer;
	}
	.VetrinaGiochiGEV_small table.VetrinaGiochiGEV_buttons_loggedno td.VetrinaGiochiGEV_buttonRight div {
		background-image: url(../../img/matchpoint/grattaevinci/bottone_prova.gif);
		background-repeat: no-repeat;
		width:50px;
		height:23px;
		cursor:pointer;
	}
	.VetrinaGiochiGEV_small table.VetrinaGiochiGEV_buttons_loggedsi td.VetrinaGiochiGEV_buttonLeft div {
		background-image: url(../../img/matchpoint/grattaevinci/bottone_prova.gif);
		background-repeat: no-repeat;
		width:50px;
		height:23px;
		cursor:pointer;
	}
	.VetrinaGiochiGEV_small table.VetrinaGiochiGEV_buttons_loggedsi td.VetrinaGiochiGEV_buttonRight div {
		background-image: url(../../img/matchpoint/grattaevinci/bottone_gioca.gif);
		background-repeat: no-repeat;
		width:77px;
		height:23px;
		cursor:pointer;
	}
	.VetrinaGiochiGEV_small table.VetrinaGiochiGEV_buttons_loggedsi td.VetrinaGiochiGEV_buttonBottom div {
		background-image: url(../../img/matchpoint/grattaevinci/bottone_scopri_regole.gif);
		background-repeat: no-repeat;
		width:155px;
		height:14px;
		cursor:pointer;
	}
	.VetrinaGiochiGEV_small table.VetrinaGiochiGEV_buttons_mobile td.VetrinaGiochiGEV_buttonLeft div {
		background-image: url(../../img/matchpoint/grattaevinci/bottone_prova.gif);
		background-repeat: no-repeat;
		width:50px;
		height:23px;
		cursor:pointer;
	}
	.VetrinaGiochiGEV_small table.VetrinaGiochiGEV_buttons_mobile td.VetrinaGiochiGEV_buttonRight div {
		background-image: url(../../img/matchpoint/grattaevinci/bottone_scarica.gif);
		background-repeat: no-repeat;
		width:79px;
		height:23px;
		cursor:pointer;
	}
	.VetrinaGiochiGEV_small table.VetrinaGiochiGEV_buttons_mobile td.VetrinaGiochiGEV_buttonBottom div {
		background-image: url(../../img/matchpoint/grattaevinci/bottone_scopri_regole.gif);
		background-repeat: no-repeat;
		width:155px;
		height:14px;
		cursor:pointer;
	}
/* GESTIONE DEI PULSANTI PER LA VETRINA -> VETRINA BIG  */
	.VetrinaGiochiGEV_big tr.VetrinaGiochiGEV_tr_bottom td.VetrinaGiochiGEV_td_bottom {
		/*padding-left:22px;*/
		/*padding-right:27px;*/
		padding-top:0px;
	}
	.VetrinaGiochiGEV_big tr.VetrinaGiochiGEV_tr_buttons {height:38px;}
	.VetrinaGiochiGEV_big td.VetrinaGiochiGEV_buttonLeft {padding-left:34px;padding-top:4px;}
	.VetrinaGiochiGEV_big td.VetrinaGiochiGEV_buttonRight {padding-right:37px;padding-top:4px;}
	.VetrinaGiochiGEV_big table.VetrinaGiochiGEV_buttons_loggedno td.VetrinaGiochiGEV_buttonLeft div {
		background-image: url(../../img/matchpoint/grattaevinci/bottone_scopri_big.gif);
		/*background-position: 0px 4px;*/
		background-repeat: no-repeat;
		width:97px;
		height:28px;
		cursor:pointer;
	}
	.VetrinaGiochiGEV_big table.VetrinaGiochiGEV_buttons_loggedno td.VetrinaGiochiGEV_buttonRight div {
		background-image: url(../../img/matchpoint/grattaevinci/bottone_prova_big.gif);
		background-repeat: no-repeat;
		width:71px;
		height:29px;
		cursor:pointer;
	}
	.VetrinaGiochiGEV_big table.VetrinaGiochiGEV_buttons_loggedsi td.VetrinaGiochiGEV_buttonLeft div {
		background-image: url(../../img/matchpoint/grattaevinci/bottone_prova_big.gif);
		background-repeat: no-repeat;
		width:71px;
		height:29px;
		cursor:pointer;
	}
	.VetrinaGiochiGEV_big table.VetrinaGiochiGEV_buttons_loggedsi td.VetrinaGiochiGEV_buttonRight div {
		background-image: url(../../img/matchpoint/grattaevinci/bottone_gioca_big.gif);
		background-repeat: no-repeat;
		width:91px;
		height:29px;
		cursor:pointer;
	}
	.VetrinaGiochiGEV_big table.VetrinaGiochiGEV_buttons_loggedsi td.VetrinaGiochiGEV_buttonBottom div {
		background-image: url(../../img/matchpoint/grattaevinci/bottone_scopri_regole_big.gif);
		background-repeat: no-repeat;
		width:192px;
		height:16px;
		cursor:pointer;
	}
	.VetrinaGiochiGEV_big table.VetrinaGiochiGEV_buttons_mobile td.VetrinaGiochiGEV_buttonLeft div {
		background-image: url(../../img/matchpoint/grattaevinci/bottone_prova_big.gif);
		background-position: 0 -2px;
		background-repeat: no-repeat;
		width:71px;
		height:29px;
		cursor:pointer;
	}
	.VetrinaGiochiGEV_big table.VetrinaGiochiGEV_buttons_mobile td.VetrinaGiochiGEV_buttonRight div {
		background-image: url(../../img/matchpoint/grattaevinci/bottone_scarica_big.gif);
		background-repeat: no-repeat;
		background-position: 0 -2px;
		width:108px;
		height:29px;
		cursor:pointer;
	}
	.VetrinaGiochiGEV_big table.VetrinaGiochiGEV_buttons_mobile td.VetrinaGiochiGEV_buttonBottom div {
		background-image: url(../../img/matchpoint/grattaevinci/bottone_scopri_regole_big.gif);
		background-repeat: no-repeat;
		/*width:192px;
		height:16px;*/
		width:197px;
		height:28px;
		cursor:pointer;
	}

