/* STILI GENERICI DEL SITO */
BODY, html, table, td
{
    font-family: Verdana;
    font-size: 11px;
    margin: 0px 0px 0px 0px;
}
body 
{
    background-color: #b2cde1;
    margin: 0px 0px 0px 0px;
}
input, select, textarea 
{
    font-family: Verdana;
    font-size: 12px;
}
/* STILI GENERICI DEL SITO */


/* LOGIN DEL SITO */
.testataLogin{
    display: block;
    float: none;
    clear: both;
    margin: auto;
    width: 759px;
    border: 1px solid #b3b6c5;
}
.contenitoreLogin{
    display: block;
    float: none;
    clear: both;
    margin: auto;
    width: 450px;
    margin-top: 50px;
    margin-bottom: 50px;    
}

.contenitoreLogin .boxLogin{
    display: block;
    float: none;
    clear: both;
    margin: auto;
    border: 1px solid #b3b6c5;
    background:url(/images/login/imgLogin.gif) no-repeat right center;    
}
.contenitoreLogin .boxLogin .titleText
{
    border-bottom: 1px solid #b3b6c5;
    text-align: left;
    padding: 5px 5px 5px 30px;
    font-weight: bold;
    color: #4b8ab6;
    background:url(/images/login/icoLogin.gif) no-repeat 5px center;
}
.contenitoreLogin .boxLogin .labelUsername
{
    text-align: left;
    font-weight: bold;
    padding: 50px 10px 10px 10px;
}
.contenitoreLogin .boxLogin .labelPassword
{
    text-align: left;
    font-weight: bold;
    padding: 10px 10px 50px 10px;
}
.contenitoreLogin .boxLogin .loginButton{
    display: block;
    float: none;
    clear: both;
    margin: auto;
    width: 550px;
    cursor: pointer;
    background-color: #006699;
    border: 1px solid #006699;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding-right: 5px;
}
.contenitoreLogin .boxLogin .errore
{
    font-weight: bold;
    color: #ff0000;
    padding: 0px 0px 20px 10px;
}
.contenitoreLogin .boxLogin .nota
{
    display: block;
    float: none;
    clear: both;
    text-align: center;
    font-weight: bold;
    color: #ff0000;
    padding: 10px 0px 10px 0px;
}
.contenitoreLogin .boxLogin .textbox
{
    width: 200px;
    
}

/* LOGIN DEL SITO */


/* CORPO DEL SITO */
.contenitoreSito
{
    display: block;
    float: none;
    clear: both;
    margin: auto;
    width: 759px;
    background-color: #ffffff;
    border: 5px solid #79a8c4;
}
.contenitoreSito .testata
{
    display: block;
    float: none;
    clear: both;
    margin: auto;
    border-bottom: 1px solid #00599b;
}
.contenitoreSito .navbarOrizz
{
    display: block;
    float: none;
    clear: both;
    margin: auto;
    border-bottom: 1px solid #00599b;
    background-color: #79a8c4;
    font-weight: bold;
    color: #ffffff;
}
.contenitoreSito .navbarOrizz .nomeUtente
{
    display: block;
    float: left;
    padding: 6px 10px 7px 5px;
    border-right: 1px solid #ffffff;
}
.contenitoreSito .navbarOrizz .bottoni
{
    display: block;
    float: right;
    padding-right: 3px;
}
.contenitoreSito .footer
{
    display: block;
    float: none;
    clear: both;
}
.contenitoreSito .footer .credits
{
    display: block;
    float: none;
    clear: both;
    color: #002f71;
    font-size: 11px;
    text-align: center;
    /* border-bottom: 1px dashed #ccc;*/
    padding-bottom: 5px;
}
.contenitoreSito .footer .linkFooter
{
    display: block;
    float: none;
    clear: both;
    color: #002f71;
    font-size: 11px;
    text-align: center;
    padding-top: 5px;
}
.contenitoreSito .body{
    display: block;
    float: none;
    clear: both;
}
.contenitoreSito .body .testoGenerico{
    display: block;
    float: none;
    clear: both;
    padding: 7px;
}
.contenitoreSito .body .noPost{
    display: block;
    float: none;
    clear: both;
    padding: 7px;
    color: Red;
}
.contenitoreSito .body .titoli{
    display: block;
    float: none;
    clear: both;
    color: #00599b;
    font-weight: bold;
    padding: 0px 0px 10px 10px;
    border-bottom: 1px dashed #00599b;
}
.contenitoreSito .body .titoli .titoloArgomento{
	font-size:13px;
}
.contenitoreSito .popupClose
{
	display: block;
	float: none;
	clear: both;
	font-weight: bold;
	padding: 5px;
	background-color: #204f7d;
	color: #ffffff;
	text-align: right;
	margin: 0px;
	border-top: 1px solid #b2b6c5;
}
.contenitoreSito .popupClose .popupCloseButton
{
	color: #ffffff;
}
/* CORPO DEL SITO */

/* TABELLA ELENCO EVENTI */
.tblElenco{
    width:700px;
    padding:10px;
    text-align:center;
    margin:10px auto;
}
.row0,.row1{
    color:#00599b;
    height:27px;
    font-weight:bold;
    background-color:#f8f8f8;
}
.row1{
    color:#00599b;
    background-color:#F4F4F4;
}
.headerTbl{
    text-align:center;
    color:#FFF;
    text-transform:uppercase;
    background-color:#97adb2;
    height:25px;
    letter-spacing:1px;
}

.bannerBox
{
	clear: both;
	display: block;
	float:none;
	text-align: center;
	width: 100%;
}
.bannerBox .banner
{
	padding-left: 20px;
	padding-right: 20px;
}

.valutazione
{
    display: block;
    float: none;
    margin:0 auto;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #ccc;
}
.valutazione A
{
    margin: 10px;
    padding: 10px;

}
/* TABELLA ELENCO EVENTI */

/* DETTAGLIO DELL'EVENTO */
.dettaglioEvento
{
    display: block;
    float: none;
    clear: both;
    background-color: #f8f8f8;
    padding: 5px;
    border-bottom: 1px solid #97adb2;
}
.dettaglioEvento H2
{
    display: block;
    float: none;
    clear: both;
    background-color: #f8f8f8;
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #97adb2;
}
.dettaglioEvento .testoEvento
{
    display: block;
    float: none;
    clear: both;
    padding: 5px;
}
.dettaglioEvento .labelEvento
{
    display: block;
    float: none;
    clear: both;
    padding: 5px;
    font-weight: bold;
    color: #ff0000;
}
.linkEvento
{
    display: block;
    float: none;
    clear: both;
    padding: 5px 0px 5px 0px;
    background-color: #97adb2;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: bold;
    padding-left: 10px;
}
.contenitoreSito .body .linkEvento A
{
    display: block;
    float: right;
    padding: 0px 10px 0px 10px;
    border-left: 1px solid #fff;
    color: #ffffff;
}
.contenitoreSito .body .linkEvento A.verificaSistema
{
    display: block;
    float: right;
    padding: 0px 10px 0px 10px;
    border-left: 1px solid #fff;
    color: #ffffff;
    background-color: #006699;
}
.contenitoreSito .body .linkEvento IMG
{
    padding-right: 6px;
}
.contenitoreSito .body .linkEvento .telefono
{
    display: block;
    float: left;
    padding: 6px 10px 0px 10px;
}
.documentazione
{
    display: block;
    float: none;
    clear: both;
    padding: 5px;
    font-weight: bold;
    color: #006699;
    background-color: #f8f8f8;    
    border-bottom: 1px solid #97adb2;    
}
.documentazione .documento
{
    display: block;
    float: none;
    clear: both;
    padding: 2px 0px 2px 0px;
}

/* DETTAGLIO DELL'EVENTO */

/* TABELLA DEI REQUISITI */
.contenitoreSito .body .requisiti TH
{
    background-color: #97adb2;
    padding: 5px;
    text-align: left;
    color: #ffffff;
}
.contenitoreSito .body .requisiti TD
{
    border-bottom: 1px solid #ccc;
    padding: 5px;
}
.contenitoreSito .body .requisiti
{
    border: 1px solid #97adb2;
    margin-top: 15px;
}
     
/* TABELLA DEI REQUISITI */

/* PAGINA DEL VIDEO */
.contenitoreSito .body .buttonVideo
{
    display: block;
    float: left;
 
    padding: 5px;
    background-color: #f8f8f8;
}
.contenitoreSito .body .buttonVideo IMG
{
    padding-right: 5px;
}
.contenitoreSito .body .buttonVideo .risposteQuesiti
{
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    border-right: 1px solid #00599b;
}
.contenitoreSito .body .buttonVideo .forum
{
    display: block;
    float: left;
    text-align: center;    
    width: 49%;

}
.contenitoreSito .body .bannerVideo
{
	display: block;
	float: left;
	text-align: left;
	width: 400px;
}
.contenitoreSito .body .videoPlayer
{
    display: block;
    float: left;
    text-align: center;    
    width:400px;
    margin: auto;
    border-right: 1px solid #00599b; 
    padding: 10px 0px 10px 0px;   
}
.contenitoreSito .body .videoPlayer .datiDiretta
{
    display: block;
    float: none;
    clear: both;
    text-align: center;    
    margin: auto;
    padding: 10px 0px 0px 0px;   
}
.contenitoreSito .body .videoMessaggio
{
    display:block;
    float:left;
    text-align:center;
    margin:2px auto;
    padding:4px 2px 2px 2px;
    height:20px;
    width:340px;
}
.contenitoreSito .body .documenti
{
    display: block;
    float: left;
    text-align: center;    
    margin:10px auto;
    padding: 10px 10px 10px 10px;
    overflow: auto;  
    height: 230px; 
    width: 320px;
}
.contenitoreSito .body h2.titoloDocumenti
{
    display: block;
    float: left;
    color: #ff0000;
    font-size: 12px;
    text-align: center;    
    padding: 10px 0px 10px 0px;
    margin-left: 10px;   
    border-bottom: 1px solid #ccc;
    width: 330px;
    text-align: left;
}

.contenitoreSito .body .documenti .documento
{
    display: block;
    float: left;
    clear: both;
    width: 300px;
    text-align: left;
 
}
.contenitoreSito .body .titoloEventi{
    display: block;
    float: none;
    clear: both;
    margin: auto;
    width: 320px;
    font-weight:bold;
    font-size:11px;
    color:#ff4e00;
    padding: 5px;
    margin-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid #ff4e00;
}
.contenitoreSito .body .CaptionVideo{
    display: block;
    float: none;
    clear: both;
    padding: 10px;
    text-align: center;
    background-color: #e7eaee;
    border-top: 1px solid #79a8c4;
    border-bottom: 1px solid #79a8c4;
    color: #000000;
}
.contenitoreSito .body .selezionaRisposta
{
    display: block; 
    float:none;
    clear: both;
    text-align: center;
    font-weight: bold;
    height: 15px;
}
.contenitoreSito .body .contenitoreQuesito
{
    display: block; 
    float:none;
    clear: both;
    height: 50px;
}
.contenitoreSito .body .contenitoreQuesito .domandaQuestionario
{
    color: #ff0000;
    text-align: left;
    font-weight: bold;
}
.contenitoreSito .body .inserimentoPassword
{
    display: block; 
    float:none;
    clear: both;
    width: 500px;
    margin: auto;
    text-align: center;
}
.contenitoreSito .body .inserimentoPassword LABEL
{
    display: block; 
    float:left;
    padding: 8px 10px 3px 3px;
}
.contenitoreSito .body .inserimentoPassword INPUT
{
    display: block; 
    float:left;
    margin-top: 5px;
}
.contenitoreSito .body .inserimentoPassword IMG
{
    display: block; 
    float:left;
    margin: 0px 10px 0px 10px;
    cursor: pointer;
}
.contenitoreSito .body .inserimentoPassword .inviaRisposta
{
    display: block; 
    float:left;
    border: 1px solid #ccc;
    background-color: #002f71;
    cursor: pointer;
    color: #ffffff;
}
.contenitoreSito .body  .idRisposta{
    display:block;
    margin-bottom:8px;
    width: 700px;
}
/* PAGINA DEL VIDEO */


/* PAGINA DEI RISULTATI */

.contenitoreSito .body .contenitoreDomanda
{
    border: 1px solid #97adb2;
    margin: 10px;
    background-color: #f8f8f8;
}
.contenitoreSito .body .contenitoreDomanda .domande{
    padding: 2px 10px 2px 10px;
    text-align: left;
    font-weight: bold;
    color: #363e7d;
}
.contenitoreSito .body .contenitoreDomanda .risposte{
    padding: 2px 10px 2px 10px;
    text-align: left;
    color: #000000;
}
.contenitoreSito .body .contenitoreDomanda .RispostaKO
{
    display: block;
    float: none;
    clear: both;
    padding: 2px;
    background-color: #ff0000;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin: 0px;
}
.contenitoreSito .body .contenitoreDomanda .RispostaOK
{
    display: block;
    float: none;
    clear: both;
    padding: 2px;
    background-color: #00ff00;
    color: #ffffff;
    font-weight: bold;
    text-align: center;    
}
.contenitoreSito .body .datiRiepilogo
{
    display: block;
    float: none;
    clear: both;
    padding: 2px;
    color: #ffffff;
    background-color: #97adb2;
}
.contenitoreSito .body .datiRiepilogo .tempoTrascorso
{
    display: block;
    float: left;
    width: 47%;
    border-right: 1px solid #ffffff;
    padding: 5px;
    margin: 2px;    
    font-weight: bold;
    text-align: center;

}
.contenitoreSito .body .datiRiepilogo .creditiOttenuti
{
    display: block;
    float: left;
    width: 47%;
    padding: 5px;
    margin: 2px;
    font-weight: bold;
    text-align: center;
}
.contenitoreSito .body .bottoniRiepilogo
{
    display: block;
    float: none;
    clear: both;
    width: 100%;
    margin-top: 20px;
}
.contenitoreSito .body .bottoniRiepilogo .stampa
{
    display: block;
    float: left;
    width: 47%;
    border: 1px solid #006699;
    color: #ffffff;
    background-color: #006699;
    padding: 5px;
    margin: 3px;
    font-weight: bold;
    text-align: center;
}
.contenitoreSito .body .bottoniRiepilogo .stampa:hover,
.contenitoreSito .body .bottoniRiepilogo .ok:hover
{

    border: 1px solid #006699;
    color: #006699;
    background-color: #ffffff;

}
.contenitoreSito .body .bottoniRiepilogo .ok
{
    display: block;
    float: left;
    width: 47%;
    border: 1px solid #006699;
    color: #ffffff;
    background-color: #006699;
    padding: 5px;
    margin: 3px;
    font-weight: bold;
    text-align: center;
}
/* PAGINA DEI RISULTATI */


/* PAGINA DI TEST DEL SISTEMA */
.contenitoreSito .body .videoPlayerTest
{
    display: block;
    float: none;
    clear: both;
    text-align: center;    
    margin:10px auto;
    padding: 10px 0px 10px 0px;   
}
.contenitoreSito .body .analisiSistema
{
    display: block;
    float: none;
    clear: both;
    text-align: center;    
    margin:10px auto;
    font-weight: bold;
    padding: 10px 0px 10px 0px;   
}
.contenitoreSito .body .successo
{
    display: block;
    float: none;
    clear: both;
    text-align: center;    
    margin:10px auto;
    font-weight: bold;
    padding: 10px 0px 10px 0px; 
    background-color: #0ac70a;
    color: #ffffff;
    font-size: 12px;  
}
.contenitoreSito .body .fallito
{
    display: block;
    float: none;
    clear: both;
    text-align: center;    
    margin:10px auto;
    font-weight: bold;
    padding: 10px 0px 10px 0px; 
    background-color: #c70a0a;
    color: #ffffff;
    font-size: 12px;  
}
.contenitoreSito .body .fallito A
{
    color:#FFF;
    text-decoration:underline;
}
.contenitoreSito .body .fallito A
{
    text-decoration:none;
}
/* PAGINA DI TEST DEL SISTEMA */


/* PAGINA DELLE FAQ */
.contenitoreSito .body .elencoQuesiti{
    margin: 10px;
}
.contenitoreSito .body .elencoQuesiti .utenti{
	display:block;
	margin-bottom:5px;
}

.contenitoreSito .body .elencoQuesiti .domande{
    padding: 5px 10px 5px 10px;
    text-align: left;
    font-weight: bold;
    background-color: #f8f8f8;
    color: #363e7d;
    margin-top:10px;
    border-top:1px dashed #000;
    margin-bottom:3px;
}
.contenitoreSito .body .elencoQuesiti .risposte{
    padding: 5px 10px 5px 10px;
    text-align: left;
    background-color:#EEE;
    color: #000000;
    margin-left:15px;
}


.contenitoreSito .body .interventi,.contenitoreSito .body .interventiDispari{
    margin-top:0;
    padding-top:7px;
    padding-bottom:7px;
    background-color:#E3E3E3;
    border-bottom:3px solid #BFBFBF;
}
.contenitoreSito .body .interventi{
    padding:7px;
}
.contenitoreSito .body .interventiDispari
{
    padding:7px;    
    background-color:#EEE;
    border-bottom:3px solid #E0E0E0;
}
.contenitoreSito .body .quesitoFAQ
{
    background-color:#F9F9F9;
    border-top:1px solid #BFBFBF;
    border-bottom:1px solid #BFBFBF;
    padding:7px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #ff2200;    
}
.contenitoreSito .body .rispostaQuesito
{
    color: #000000;
    margin-top: 10px;
}
.contenitoreSito .body .formFAQ{
    width:590px;
    padding: 0px;
    margin: 20px auto;
    border: 1px solid #ccc;
}
.contenitoreSito .body .formFAQ .inviaDomanda
{
    display: block;
    float: none;
    clear: both;
    background-color: #ff9000;
    padding: 3px;
    text-align: center;
}
.contenitoreSito .body .scriviTutor{
    padding:5px;
    border:0;
    overflow:hidden;
    font-weight:bold;
    color:#FFF;
}
.contenitoreSito .body .campoFaq{
    display: block;
    float: none;
    clear: both;
    font-weight: bold;
    padding:5px;
    color: #ff0000;
}
.contenitoreSito .body .textArea
{
    margin-left: 5px;
    border:1px solid #8C8C8C;
    display:block;
    width: 575px;
}
.contenitoreSito .body .selectArgomento
{
    margin-left: 5px;
}
.contenitoreSito .body .campoObligatorio
{
    display: block;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}


/* PAGINA DELLE FAQ */

/* PAGINA IN COSTRUZIONE */

.contenitoreSito .body .inCostruzione
{
    display: block;
    float: none;
    clear: both;
    margin: auto;
    padding: 40px 0px 40px 0px;
    width: 300px;
}
.contenitoreSito .body .inCostruzione IMG
{
    display: block;
    float: left;
}
.contenitoreSito .body .inCostruzione P
{
    display: block;
    float: left;
    font-weight: bold;
    margin: 60px 0px 0px 20px;
}
/* PAGINA IN COSTRUZIONE */

/* QUESTIONARIO DI VALUTAZIONE */

.contenitoreSito .questionarioValutazione .inviaQuestionario
{
    display: block;
    float: none;
    clear: both;
    margin: auto;
    width: 50%;
    cursor: pointer;
    background-color: #ffffff;
    color: #00599b;
    font-weight: bold;
    padding: 3px 0px 3px 0px;
    border: 1px solid #00599b;
}    
.contenitoreSito .questionarioValutazione .titoli
{
    display: block;
    float: none;
    clear: both;
    margin: auto;
    width: 100%;
    background-color: #97adb2;
    color: #ffffff;
    font-weight: bold;
    padding: 3px 0px 3px 0px;
    border-top: 1px solid #006699;
    border-bottom: 1px solid #006699;    
} 
.contenitoreSito .questionarioValutazione .titoli span
{
    display: block;
    float: left;
    margin-left: 3px;
} 
.contenitoreSito .questionarioValutazione .risposteQuestionarioValutazione
{
    display: block;
    float: left;
    clear: both;
    margin: auto;
    width: 100%;
    background-color: #ededed;
    font-weight: bold;
    padding: 3px 0px 3px 0px;
    border-bottom: 1px solid #006699;
    margin-bottom: 20px;
}    


/* QUESTIONARIO DI VALUTAZIONE */

A:LINK,A,A:VISITED{
    text-decoration:none;
    color:#3E3E3E;
    font-weight:bold;
}
A:ACTIVE,A:HOVER{
    text-decoration:underline;
}
SELECT{
    display:block;
    margin-top:5px;
    margin-bottom:5px;
    border:1px solid #8C8C8C;
}

.contenitore{
    border-top:10px solid #6795C3;
}
.GridView{
    margin-top:15px;
    margin-left:60px;
    clear:both;
    float:left;
}
.evento{
    padding-left:20px;
}
.eventoLabel{
    font-weight:bold;
    padding-left:8px;
    padding-top:4px;
}
.eventiTesto{
    display:block;
    padding-left:10px;
    padding-top:4px;
}
.float{
    float:left;
    width:500px;
    margin-top:8px;
}
.float P{
    font-size:13.5px;
}
.utenti{
    color:#FF4E00;
    font-weight:bold;
}
.utenti .blockLabel{
    display:block;
}
.deleteFloat{
    float:left;
    width:200px;
    margin-top:10px;
    padding-top:20px!important;
    padding-top:10px;
}
.risultatoFinale,.risultato{
    text-align:center;
    font-weight:bold;
    color:#3E3E3E;
    background-color:#D4D4D4;
    padding-top:5px;
    height:20px;
}
.risultato{
    text-align:left;
    background-color:#F4F4F4;
    color:#6E6E6E;
    font-size:13px;
    letter-spacing:1px;
}
.header{
    margin:0 auto;
    width:782px;
}
.header IMG{
    border:0;
}
.azioni{
    clear:both;
    float:none;
    width:90px;
    margin:0 auto;
}
.azioni A{
    margin-left:5px;
    margin-right:5px;
}
.homepageBack{
    width:32px;
    margin:0 auto;
}

.tutor,.altroTitolo{
    background-color:#F90;
    padding:5px;
    margin-bottom:10px;
    font-weight:bold;
    color:#FFF;
    width:770px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.tutor,.altroTitolo{
    background-color:#6795C3;
    width:375px;
    float:left;
}
.altroTitolo{
    text-align:right;
    margin-left:10px;
}
.tutor A,.tutor A:LINK,.tutor A:VISITED,.altroTitolo A,.altroTitolo A:LINK,.altroTitolo A:VISITED{
    color:#FFF;
    text-decoration:none;    
}
.tutor A:HOVER,.tutor A:ACTIVE,.altroTitolo A:HOVER,.altroTitolo A:ACTIVE{
    text-decoration:underline;
}

.empty{
    display:block;
    float:none;
    clear:both;
}




.password{
    margin-left:5px;
    margin-right:5px;
    border:1px solid #8C8C8C;
    width:120px;
    height:15px;
}

.changePsw{
    margin:30px auto;
}
.bold{
    font-weight:bold;
}

.formImport,.formUtenti,.formDomande,.formQuestionari{
    width:500px;
    margin:0 auto;
    padding:10px;
}
.formQuestionari{
    width:580px;
    border:1px solid #8C8C8C;
}
.floatElm{
    float:left;
}
.menu{
    cursor:pointer;
    font-family:Arial;
    font-size:13px;
    background-color:#D4D4D4;
    font-weight:bold;
    color:#000;
}
.title{
    border-right:5px solid #79A8C4;
    padding-left:5px;
}
.subMenu{
    border:1px solid #3E3E3E;
    background-color:#EEE;
    font-size:12px;
    cursor:pointer;
    color:#000;
}
.GridEdizioni,.GridRisultati,.GridQuestionari{
    width:700px;
    margin:0 auto;
    text-align:center;
    border:1px solid #000;
}
/*.row0Questionari,.row1Questionari{
    height:25px;
    background-color:#B2CDE1;
}
.row1Questionari{
    background-color:#D2E2EE;
}*/
.bottomLink{
    margin-left:23px;
}
.header 
{
    display: block;
    float: none;
    clear: both;
    width: 100%;
    background-color: #00ff00;   
}
.formElement
{
	display: block;
	float:left;
	clear: both;	
}
.filter
{
	margin-left: 60px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana;
}


.labelEventoAlert
{	
	font-family: Verdana;
	color:#ff0000;
	padding: 5px 0 5px 0;
	margin:5px 0 5px 0;
}
.boxEventoAlert
{
	background-color:#ffff6e;
	
}