body {
	background-color: #FB840B;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-image: url(/2007/images/background.gif);
	background-position: center;
} 

/* PARAGRAFO E STILI DI TESTO */

.testobianco {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
}

.testogrigio {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #BFBFBF;
}

.data {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #7EDEFE;
		font-weight: bold;
}

.dataevid {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333;
		font-weight: bold;
		text-align: right;
}

.testo {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #666666;
}

/* LINKS */

a {
    color: #004159;
}

a:link {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* DIV */

/* LISTE */


/* IMMAGINI */

.bord {
		border: 1px solid #999;
}


/* TABELLE */

table {
		text-align: left;
}

/* FORM */

form {
		margin: 0;
		padding: 0;
}

.form {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #3B758D;
}


/* ALTRO */

hr {
		height: 1px;
		color: #BBB;
		margin: 10px;
}


/* cALENDARIO */

.year {
		font: bold 16px Arial;
		text-align: center;
		color: #000;
		background: #FFF8C6;
		border-top: 1px solid #FFF;
		border-left: 1px solid #FFF;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
}

.month {
		font: bold 14px Arial;
		color: #000;
		text-align: center;
		background: #FFF8C6;
		border-top: 1px solid #FFF;
		border-left: 1px solid #FFF;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
}

.dayname {
		font: 10px Arial;
		color: #004159;
		text-align: center;
		background: #F0F0FF;
		border-top: 1px solid #FFF;
		border-left: 1px solid #FFF;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
}

.day {
		font: 10px Arial;
		color: #000;
		text-align: center;
		background: #FFF2D9;
		border-top: 1px solid #FFF;
		border-left: 1px solid #FFF;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
}

.dayevent {
		font: 10px Arial;
		color: #000;
		text-align: center;
		background: #FFD0A6;
		border-top: 1px solid #FFF;
		border-left: 1px solid #FFF;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
}

.dayexternal {
		font: 10px Arial;
		color: #000;
		text-align: center;
		background: #FFE9B9;
		border-top: 1px solid #FFF;
		border-left: 1px solid #FFF;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
}

.dayselected {
		font: bold 10px Arial;
		color: #FFF;
		text-align: center;
		background: #EAC899;
		border-top: 1px solid #FFF;
		border-left: 1px solid #FFF;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
}
