html{
	height:100%;
}

body{
	min-height:100%;
	height:auto;
}

.rowDial
{
	height: 100px;
}

thead
{
	width:100%;
}

tbody
{
	width:100%;
}

/* titolo pagina 
#titolo
{
	position:absolute;
	top:50px;	
}
*/
/*pannelli titoli*/
.panelbasket 
{
	background-color:#579A4D;
	color:#fff;
}

/*pannelli titoli v.2*/
.panelbasket2 
{
	background-color:#FFDE01;
	color:#000;
}

/* tabella incassi */
#incassi
{
	min-height: 400px;
}

#opzioni_incassi
{
	position: absolute;
	top: 80px;
}

/*pannelli titoli espandibili*/
.panelexpand:hover
{
	cursor: pointer;
	opacity:0.7;
}

/*contenuto*/
#contenuto
{
	min-height: 98;
	height:auto;
	margin: 0 auto;
}

/* sfondo */
#documento
{
	background-color: #FFFFFC;
	font-family: Arial, Verdana, sans-serif;
	padding-top: 70px;
}

.fixed {
  position: fixed;
  top: 0px;
}

/* barra con il titolo */
#titolo
{
	text-align: center;
	height: 14%;
	width: 100%;
	padding-top: 1%;
}

#privacy_link
{
	color:#FFF;
}

/* benvenuto utente */
#benvenuto
{
	font-size: 100%;
	heigth: 15 px;
	padding-bottom: 1%;
	padding-left: 3%;
	padding-top: 1%;
}

/* Testo in grassetto*/
#bold
{
	font-weight: bold;
}

/* menu */
.menu
{
	background-color: #579A4D;
	color: #fff;
}

#user-menu
{
	background-color: #579A4D;
	color: #fff;
}


/* linea gialla sotto menu' */
#benvenuto-fixed
{
    background-color: #0BB7F5;  
    color:#fff;
}

#map
{
	height: 600px;
}

/* footer */
.footer_gestennis
{
	background-color: #579A4D;
	color:#579A4D;
	margin-bottom:0;
}

.footer_text
{
	color:#FFFFFF;
}

#footer
{
	position: relative;
	width:100%;
	bottom: 0;
}

#footer_basket
{
	background-color: #579A4D;
	color:#579A4D;
	margin-bottom:0;
}

#webmaster
{
	color:#FFFFFF;
}

/* logo django in footer */
#django_logo
{
	color:#0BB7F5;
}

#new_inc
{
	overflow-x:auto;
	height: 300px;
}

#opzioni_incassi
{
	border-color:#FFDE01;
	border-width: 3px;
}
