﻿/* Codice CSS del body della pagina iniziale */

body
{
    
    background-repeat : repeat-x;
    background-color: #123360;
    padding : 0px;
    margin : 0px;
}





/* Codice CSS della pagina Radionews (Prima notizia in alto) */
.sfondointerno
{
    background-image : url('img/sfondo.jpg');
    background-repeat : repeat-x;
    background-color: #FFFFFF;
    padding : 0px;
    margin : 0px;
    width:980px;
    margin:auto;
}


.News
{
    width : 600px;    
}






/* Codice CSS della pagina Radionews (Elenco di notizie sotto la principale) */


.AltreNotizie
{
    text-align : left;
    font-size : large;    
    font-family : Verdana;  
    white-space:nowrap;
    width : 82.5%; 
}

.Data
{
    text-align : right;
    font-size : small;
    font-family : Times New Roman;
    white-space : nowrap;
    width : 14%;         
}

.LinkNotizia
{
    text-decoration : none;
}




/* Codice CSS della pagina Palinsesto */

/*Tabella statica della pagina Palinsesto */


.Palinsesto
{ 
    margin-left : -5px;
    font-family : Verdana;
    font-size : large;
    text-align : center;
    width : 90%;
    border:solid 1px #000000;
}

.TabellaStaticaOra
{
    width : 130px;
    font-family : Verdana;
    font-size : 20px;
    text-align : center;
}

.TabellaStaticaProgramma
{
    width : 440px;
    font-family : Verdana;
    font-size : 20px;
    text-align : center;
}

.Sfondo
{
    background-image : url('img/sfondo_riga_palinsesto_rosso.png');    
}


/* Codice CSS della pagina Palinsesto (Elenco dei programmi mostranti il palinsesto) */

/* Tabella dinamica della pagina Palinsesto */


.TabellaDinamicaOra
{
    font-family : Verdana;
    font-size : 17px;
    background-image : url('img/sfondo_grigio.png');
}

.TabellaDinamicaProgramma
{
    background-image : url('img/sfondo_grigio.png');    
    font-size : 17px;
}

.TabellaDinamicaOraAttiva
{
    font-family : Verdana;
    font-size : 17px;
    background-image : url('img/sfondogiallo.png');
}

.TabellaDinamicaProgrammaAttiva
{
    background-image : url('img/sfondogiallo.png');    
    font-size : 17px;
}


.Link
{
    text-decoration : none;
}

/* classi renga */
.titles a:link, .titles a:visited 
{
	display:block;
	font-family:Trebuchet MS;
	font-size:20px;
	margin-bottom:10px;
	margin-top:10px;
	text-decoration:none;
	text-transform:none;
	
}



a:visited, a:link
{
	color:#DE2123;
}
a:hover, a:active {
	color:#3B3B3B;
}


.TitoloPrimaNotizia
{
    width : 700px;
    font-family : Verdana;
    text-align : left;
    font-size : x-large;
    width : 100%;
    font-weight :bold;
    
}

.DataPrimaNotizia
{
    text-align : right;
    font-size : small;
    font-family : Times New Roman;
    white-space : nowrap;
}

.Descrizione
{
	
	font-family:Trebuchet MS;
	font-size:13px;
	margin-bottom:10px;
	margin-top:10px;
	text-decoration:none;
	text-transform:none;
	color:#3B3B3B;
	text-align:justify;
	margin-left:20px;
	margin-right:20px;
}


.DataPrimaNotizia
{
    
	font-family:Trebuchet MS;
	font-size:12px;
	margin-bottom:10px;
	margin-top:10px;
	text-decoration:none;
	text-transform:none;
	color:#3B3B3B;
}

.Commento
{
	font-family:Trebuchet MS;
	font-size:10px;
	margin-bottom:10px;
	margin-top:10px;
	text-decoration:none;
	text-transform:none;
	color:#000000;
	text-align:right;
	border-top: solid 1px #3b3b3b;
}

.Continua
{
	font-family:Trebuchet MS;
	font-size:12px;
	margin-bottom:10px;
	margin-top:10px;
	text-decoration:none;
	text-transform:none;
	color:#DE2123;
	text-align:right;
	
}

.tabella td
{
	font-family:Trebuchet MS;
	font-size:14px;
	text-decoration:none;
	text-transform:none;
	color:#000000;
	border-bottom:solid 1px #000000;
	
	
}