/***	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	***
							GESTIONE COMUNE DEL CSS PER TUTTI I CANALI
***	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	***/

/*
 *	sito LIGHTGREEN
 */
.color_menu_sx {
	background-image:url(../../img/matchpoint/lightgreen_menu_sx.png);
}
.color_menu_dx {
	background-image:url(../../img/matchpoint/lightgreen_menu_dx.png);
}
.color_menu_center {
	color: #ffffff;
	background-image:url(../../img/matchpoint/lightgreen_menu_center.png);
}
.color_menu_center a {
	color: #ffffff;
}

.color_body {
	background-color:	#dae6b8;
	background-image:	url(../../img/matchpoint/lightgreen_background.png);
	background-repeat:	repeat-x;
}

.color_wave {
	background-image:url(../../img/matchpoint/lightgreen_wave.png);
}

.color_logo {
	background-image:url(../../img/matchpoint/logo_homepage.png);
}

.color_concessionario {
	color: #99ce28;
}

/*
 *	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:#00793e;
}
.articolo_testo h2, .articolo_testo h2 a, .articolo_testo h2 a.articolo_link_pagine_esterne, .articolo_titolo_h2{
	color:#00793e;
}
.articolo_testo a.articolo_link_pagine_interne_color, .articolo_link_pagine_interne_color {
	color:#00793e;
}

/*
 *	GESTIONE DEI MENU STATICI ALL'INTERNO DELLE PAGINE
 */
.menustat_rootDiv div.color_menustat_logot {
	margin-bottom:12px;
	background-image:url(../../img/matchpoint/menustat_logot_winforlife.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 35px;
}
.menustat_rootDiv div.color_menustat_logob {
	background-image:url(../../img/matchpoint/menustat_logob_winforlife.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 149px;
	position: relative;
	top: 9px;
}
.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: #82bd59;
	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: #82bd59;
	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: #82bd59;*/
	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: #82bd59;
	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
***	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	***/


/*****************************************************
 * ULTIMO CONCORSO WINFORLIFE
 *
 *******************************************************/   

.ultimoconcorso_rootDiv table.sfondoUltimoConcorsoWFL  {
	background-image:url(../../img/matchpoint/winforlife/SfondoUltimoConcorsoWFL_2.png);
	background-repeat:no-repeat;
	height:248px;
	width:539px;
}


.ultimoconcorso_rootDiv table.sfondoUltimoConcorsoWFL  td.combVincenteTitolo1 {
	background-image:url(../../img/matchpoint/winforlife/scrittaCombinazioneVincenteStroke.png);
	background-repeat:no-repeat;	   
}

.ultimoconcorso_rootDiv table.sfondoUltimoConcorsoWFL td.combVincenteTitolo2 {
  color:#333333;
  font-family:Verdana;
  font-size:13px;
  font-weight:bold;
  padding-bottom:5px;
  text-align:center;
}

.ultimoconcorso_rootDiv table.sfondoUltimoConcorsoWFL td.combVincenteSuperStarWFL{
  background-image: url(../../img/matchpoint/winforlife/ilNumeroneE.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-right:85px;
  padding-left:311px;
  padding-top:7px;
  vertical-align:top;
  font-family:Verdana;
  font-size:15px;
  font-weight:bold;
  color:#00823a;  
}
.ultimoconcorso_rootDiv table.sfondoUltimoConcorsoWFL td.linkEsterni{
  background-image: url(../../img/matchpoint/winforlife/sfondoLinkEsterni.png);
  background-repeat:no-repeat;
  height:48px;
  color: #ffffff;
  width:190px;
  vertical-align:top;
  padding-top:8px;   	     
  font-family:Verdana;
  font-size:12px;
  font-weight:bold;
  padding-left: 7px;
}

/*********************************************
 *
 *            GESTIONE ARCHIVIO
 *            
 *
 */
 
 .labelForm{
    font-family:tahoma;
    font-size:13px;
    font-weight:bold;
    color:#f10000;    
 }    
 
 
 .inputText{
    border: 1px solid gray; 
    margin: 0px 5px 0px 0px; 
    padding: 0px; 
    width: 50px; 
    height: 21px; 
    vertical-align: middle; 
    font-family: Verdana,Arial,Helvetica; 
    font-size: 12px;    
    background-repeat: no-repeat;
    background-position: left bottom;    
 }
 
 .inputSubmit{
    cursor: pointer; 
    border: 0px none; 
    width: 95px; 
    height: 23px; 
    vertical-align: middle; 
    color: rgb(255, 255, 255); 
    font-weight: bold;
    background-image:url('/img/matchpoint/winforlife/sfondoPulsanteCerca.png');
    background-repeat:no-repeat;
    background-color:#ffffff;
    padding-bottom: 3px;
 }
 
 .titleList{
    font-family: tahoma;  
    font-size: 16px;
    font-weight: bold;
    color: #008136;      
 }
 
.titleColumn{
    background-image:url('/img/matchpoint/winforlife/sfondoRigaIntestazioneTabella.png');
    background-repeat: repeat-x;
    background-position: top center;    
    border: none; 
    border-right: 1px solid gray;
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;    
    color: #ffffff;
    text-align: center;
    background-color: #ebebeb;
    border-color: #c0c0c0;
}
 
.valueCoumn{
  border-bottom: 1px solid #c0c0c0;
  text-align: center; 
  width: 26px;
  font-weight: bold;  
}


.BoxBig_DettaglioConcorsoVincenti td {
  background-image:url("/img/matchpoint/winforlife/cerchioVerde_verificaVincite.png");
  background-position:center center;
  background-repeat:no-repeat;
  color:#007643;
  font-family:verdana;
  font-size:16pt;
  font-weight:bold;
  padding-right:8px;
  text-align:center;
  width:50px;
}

.DettaglioConcorsoTextNNumerone  {
  background-image:url("/img/matchpoint/winforlife/cerchioRosso_verificaVincite.png");
  background-position:center center;
  background-repeat:no-repeat;
  color:#CA0315;
  font-family:verdana;
  font-size:16pt;
  font-weight:bold;
  height:50px;
  left:2px;
  position:relative;
  text-align:center;
}

.textInfoConcorsi{
  font-family: tahoma;
  font-size: 14px;
  font-weight: bold;
  color:#505050;
  text-align: left;  
}

.main_tableBottom table.main_tableBottom_maintable {
    background: url("../../img/matchpoint/main_tableBottom_background_wfl.gif") no-repeat scroll 0 0 transparent;
    border: 0 none;
    width: 998px;
}
