
.fullspace {
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	}

.exceed {
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	}
		
.hand {
	cursor: hand;
	}
	
.footer	{
	color: #99CCFF;
	font-family: arial, verdana;
	font-size: 8pt;
	}

	
td {
	font-family: arial, verdana;
	font-size: 10pt;
	color: #386DAA;
	}
	
input {
	font-family: arial, verdana;
	font-size: 10pt;
	color: #386DAA;
	height: 22;
	}

select {
	font-family: arial, verdana;
	font-size: 10pt;
	color: #386DAA;
	height: 20;
	}

textarea {
	font-family: arial, verdana;
	font-size: 10pt;
	color: #386DAA;
	}

a {
	text-decoration: none;
	}
	

a:active
{
}
a:hover
{
}

a:link{
color: #FFFFFF;
}

a:visited {
color: #FFFFFF;
}

body
{
    margin: 10px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    text-align: center;
    background-color: #EAEAEA;
    background-repeat: repeat-x;
    background-image: url('http://rotarygolfodigenova.org/images/bg_gray.jpg');
}

.Tabelle
{
	margin: 0px;
	padding: 0px;
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	border-collapse: collapse;
}

.CelleTabelle50
{
	border: lightgrey 1px solid;
	padding: 3px;
	width: 50%;
	text-align: center;
}

.TabelleBollettini
{
	margin: 0px;
	padding: 3px;
	border-collapse: collapse;
}
/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
  background-color: #3a4f63;
  width: 100%;
}

.menu
{
  list-style: none;
  margin: 0px 0px 0px 10px;
}

.menu a, .menu a:visited
{
  margin: 4px 0px 0px 4px;
  background-color: #465c71;
  border: 1px #4e667d solid;
  color: #dde4ec;
  display: block;
  line-height: 1.35em;
  padding: 4px 8px 4px 8px;
  white-space: nowrap;
  font-size: 9pt;
}

.menu a:hover
{
    background-color: #bfcbd6;
    color: #465c71;

}

.menu a:active
{
  background-color: #465c71;
  color: #cfdbe6;

}


