body  {
	font-family:Arial, Verdana, Sans-Serif;
}

img {
	border-style: none;
	border-color: inherit;
	border-width: medium;
}

h1
{
	font-size:22px;
}

h2
{
	color:#585859;
}

h3 {
color:#EE7F00;
/*font:normal 1.3em georgia,serif;*/
letter-spacing:2px;
}


/*STILI LINK*/

a {
text-decoration:none;
color:#EE7F00;
}

a:link,a:visited {
text-decoration:none;
color:#EE7F00;
}

a:hover,a:active {
text-decoration:none;
color:#585859;
}


/********* CONTENUTO PAGINA ********/
.testoPagina
{
	padding: 1px 10px 15px 10px;
}

.testoPagina p
{
	font-size:12px;
	line-height:18px;
}

/********* RIQUADRO APPUNTAMENTI ***********/
#riquadroAppuntamenti
{
	position:relative;
	width:490px;
	height:auto;
	margin-bottom:10px;
	background-color:#ebebec;
}

.contenutoRiquadroAppuntamenti
{
	position:relative;
	width:458px;
	padding: 5px 15px 15px 15px;
	height:auto;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
}

.angoloDxAppuntamenti
{
	position:absolute;
	width:10px;
	height:10px;
	right:0px;
	top:0px;
	background-image:url('/img/AngoloAltoDx.jpg');
	background-position:right top;
	background-repeat:no-repeat;
}
.angoloSxAppuntamenti
{
	position:absolute;
	width:10px;
	height:10px;
	left:0px;
	top:0px;
	background-image:url('/img/AngoloAltoSx.jpg');
	background-position:left top;
	background-repeat:no-repeat;
}

.angoloBassoDxAppuntamenti
{
	position:absolute;
	width:10px;
	height:9px;
	right:0px;
	bottom:0px;
	background-image:url('/img/AngoloBassoDx.jpg');
	background-position:right top;
	background-repeat:no-repeat;
}
.angoloBassoSxAppuntamenti
{
	position:absolute;
	width:10px;
	height:9px;
	left:0px;
	bottom:0px;
	background-image:url('/img/AngoloBassoSx.jpg');
	background-position:left top;
	background-repeat:no-repeat;
}


/***********SEZIONE AMMINISTRATIVA*************/

.intestazioneGriglie
{
	height:33px;
	background-image:url('/img/TastiInterniMenuSecondario.jpg');
	background-repeat:repeat-x;
}

.sottointestazioneRiquadroGrande
{
	height:18px;
	line-height:18px;
	color:White;
	font-size:12px;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
	background-image:url('/img/TastiInterniMenuSecondario.jpg');
	background-repeat:repeat-x;	
}

.contenutoRiquadroGrande
{
	padding: 0px 15px 0px 15px;
	text-align: justify;
	font-size:12px;
}

.bottoni
{
	border:solid 1px #444444;
	background-image:url("/Amministrazione/img/SfondoBottone.png");
	color:White;
	height:25px;
	cursor:pointer;
}

.bottoniGriglia
{
	border:none;
	background-image:url("/Amministrazione/img/SfondoBottone.png");
	color:White;
	height:18px;
	cursor:pointer;
}


.pannelloRicerca
{
	width:95%;
	padding: 10px 10px 10px 10px;
	background-color:#dddddd;
	font-size:13px;
}

.titoloPannelloRicerca
{
    padding-left:5px;
    font-size: x-small;
    font-weight: bold;
}

.righineTabella
{
	background-color:#dddddd;
	color:#595958;
	font-weight:bold;
	font-size:10px;	
}

.titoloSezTab
{
	background-color:#eeeeee;
	color:#333333;
	font-weight:bold;
	font-size:16px;
}

.testoDescrizGriglia
{
	font-size:12px;
	color:#333333;	
}

.descrRighe
{
    font-size: xx-small;
    font-weight: bold;
    background-color:#dddddd;
    padding-left:4px;
}
.calendario
{
	font-size:10pt;
}

.nomeResponsabile
{
	color:#EE7F00;
}

.bordoColonneGriglia
{
	border-right-color:#444444;
	border-right-style:solid;
	border-right-width:1px;
	border-left-color:#444444;
	border-left-style:solid;
	border-left-width:1px;	
}

div.nascosto
{
	visibility:hidden;
	height:120px;
}

div.visibile
{
	visibility:visible;
	position:absolute;
	top:10px;
	width:100%;
	height:auto;
}


/*Elementi squadra*/
.tastoSelezionato
{
	border:none;
	width:112px;
	height:20px;
	line-height:20px;
	padding: 0px 0px 0px 0px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial Narrow;
	color:White;
	cursor:pointer;
	background-color:Red;
	background-image:url("/img/TastoSquadraSelezionato.jpg");
	background-position:left;
	background-repeat:repeat-x;
}


.tastoDeselezionato
{
	border:none;
	width:112px;
	height:20px;
	line-height:20px;
	padding: 0px 0px 0px 0px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial Narrow;
	color:White;
	cursor:pointer;
	background-color:#444444;
	background-image:url("/img/TastoSquadraDeselezionato.jpg");
	background-position:left;
	background-repeat:repeat-x;
}

.boxTestoDettaglio
{
	margin-top:-10px;	
}