@charset "UTF-8";

a{
	color: blue;
}

body {
	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 180mm;
	color: #000033;
	background-color: white;
}

td {
	text-align: left;
}

#container {
	width: 180mm;
	position: relative;
	background-color: white;
}

#container #top {
	position: relative;
	height: 15mm;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/public/resources/images/logostandler.jpg);
}

#container #top #sidebar{
	display: none;
	position: relative;
}

#container #body {
	position: relative;
	padding-left: 10mm;
	padding-right: 10mm;
	width: 160mm;

}

#container #body #testo {
	width: 160mm;
	padding-top: 5mm;
	padding-bottom: 5mm;
	position: relative;
}

#container #footer {
	display:none;
	background-image: url(/public/resources/images/footer.jpg);
}

#colonna_sinistra {
	display:none;
}


.fieldcell, .odd {
    background :  #ECF2F6;
    padding : 2px 0px 0px 2px;
    margin : 0 0px 0 0;
    color : #000000;
  }
  
  .detail {
  	border: solid 1px #B8C0C4;
  }  
  
  .titolo {
  	font-size: 16px;
  	font-weight: bold;
  }
  
  table.list th, table.forms th {
    background : #527AAC;
    font : normal bold 12pt;
    color : #ffffff;
    text-transform : capitalize;
  }
  
  .pulsante{
  display:none;
  }

table.list th a {
    font : normal bold 12pt;
    color : #ffffff;
    text-decoration : none;
    text-transform : capitalize;
    padding-right:0px;
  }

td.even {
    background : #e4e4e4;
  }

td.odd {
    background : #d2d2d2;
  }
  
 #testatadetail
 {
 	display: none;
 }

  
 .tabella_agenda
 {
 	display: none;
 }

 .hideinstampa
 {
 	display: none;
 }


@page {size: 210mm 297mm; margin: 30mm;}


#tabellaselezione {
  	border-right: solid 1px #B8C0C4;
  	border-top: solid 1px #B8C0C4;
}

#tabellaselezione td{
  	border-left: solid 1px #B8C0C4;
  	border-bottom: solid 1px #B8C0C4;
}

.list_candidati {
  	border-right: solid 1px #B8C0C4;
  	border-top: solid 1px #B8C0C4;
  	border-left: solid 1px #B8C0C4;
}

.list_candidati td{
	padding: 3px;
  	border-bottom: solid 1px #B8C0C4;
  	border-left: solid 1px #B8C0C4;
}

 .esito {
 	display: none;
}

div.breakafter {
	page-break-after:always;
}


#cal{
  	border: solid 1px #000055;
}
#cal td{
  	border: solid 1px #B8C0C4;
}

#cal td.now{
	background-color: #B8C0C4;
}


#cal td li.little{
  	font-size: 9px;
}