body  {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background: url(../images/bg.png) repeat-x top #CFC;
	/*background: url(http://golfstresa.cst-vb.it/images/sfondo1.jpg) top repeat-x fixed;*/
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

h1 {
	font-weight: bold;
	font-size: 12px;
	color: #900;
	text-decoration: none;	
}

h2 {
	font-size: 12px;
	color: #390;
	font-weight: bold;
	text-decoration:none;	
}

img {
	border: none;
}


#container { 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 960px;  
	padding: 10px;
	margin: auto; 
	background: #FFF;
	margin-top: 20px;
	border: 1px solid #CCC;
	position: relative;
}

/* header della pagina */
#headerTop {
	margin: 0px;
	padding: 0px;
	font-size: 24px; 
	color: #378500; 
	font-weight:bold;
	text-align: right;
	height: 42px;

}
#header {
	margin: 5px 0px 10px 0px;
	padding:0px;

}
#headerBottom {
	margin: 0px;
	padding: 0px;
	z-index:100; 
	position: absolute;
	top: 10px;
	left: 20px;
	width: 90px;

}

/* layout della pagina */
#leftColumn {
	padding:0px;
	margin: 0px;
	width: 210px;
	float: left;
}
#mainContent { 
	margin: 0px 210px;
	padding: 10px; 
	text-align: justify;
	display: block;
} 
#rightColumn {
	padding:0px;
	margin: 0px;
	width: 210px;
	float: right;	
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* footer della pagina */
#footer {
	text-align:center;
	padding: 0px;
	margin: auto;
	height:30px;
	font-size:10px;
	color:#646464;
}
#footer a {
	color:#390;
	text-decoration:none;		
}
#footer a:hover {
	color: #7fc500;
	text-decoration: underline;
}



#mainContent a {
		color: #390;
	text-decoration: none;
}

#mainContent a:hover {
		color: #390;
	text-decoration: underline;
}






/* layout di tabella */
table#list {
	width: 100%;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	margin: 20px 0px;
	padding: 0px;
	color: #000;
}
table#list thead {
	background: #78b602;
	color: #FFF;
}
table#list td, th {
	padding: 5px;	
	margin: 0px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

.dateCell {
	width: 75px;	
}
.icoCell {
	width: 96px;	
}


/* scroller news */
#guicScroll {
	position:relative; 
	width:100%; 
	overflow:hidden;
	height: 200px;
	color: #646464;	
}
#guicScroll p {
	height: 3em;	
}

#guicScroll a {
	color: #378500;
	font-weight: bold;
	text-decoration: none;	
}


/* stili generici pagina */
#contenitorePagina
{
	margin: 0px;
	padding: 0px;	
}
#testoPagina
{
	margin: 0px;
	padding: 0px;
}
#immaginePagina
{
	margin: 0px;	
	padding: 0px;
}
#specialContent
{
	margin: 0px;
	padding: 0px;
}


/* layout del form */
#mainContent fieldset {
	padding: 10px;
	margin: 3px 0px;
	border: 1px dashed #CCC;
	color: #555;	
}
#mainContent fieldset legend {
	font-size: 10px; 
	color: #69C;
	padding: 0px 5px 12px 5px;	
}

#mainContent fieldset label {
	display: block;
	float: left;
	text-align: right;
	width: 80px;
	padding-right: 20px;
}
#mainContent fieldset select,textarea,input,label {
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	
}
#mainContent fieldset textarea {
	/*display:none;	*/
	width: 370px;
	height: 150px;
	border: 1px solid #7fc500;
	color: #378500;	
}
#mainContent fieldset input {
	width: 370px;
	height: 15px;
	border: 1px solid #7fc500;
	color: #378500;	
	/*border: 1px solid #069;*/
}
#mainContent fieldset input[type="checkbox"] {
	border: none;
	width: auto;
}
#mainContent fieldset select {
	width: 370px;
	height: 20px;
	border: 1px solid #7fc500;	
	color: #378500;	
	/*border: 1px solid #069;*/
}
#mainContent fieldset br {
	clear: left;
}

/* stile pagina google maps */
#mappaDiv {
	margin: 0px 0px 0px 0px;
}
#mappaDettagli {
	width: 100%;
}

#mappaDettagli a {
	color:#069;
	text-decoration:none;
}

#mappaImg {
	width: 100%;
	height: 480px;
	padding: 0px;
	margin: 0px;

}
.mappaTesto{
	margin: 0px;
	padding: 0px;
}

.mappaSede  {
	margin: 0px 0px 5px 0px;
	padding: 10px;
	border: #CCCCCC dashed 1px;
	
}

/* calendario */
#calendar {
	background: #FFF;
}
#calendar a {
	text-decoration: none;
}

#calendar td {
	width: 30px;
	text-align: center;	
}
#cal {
	border:1px solid #ccc;
	width:190px;
}

#cal table td.today {
/*	background: #7cbb03;*/
	border: 1px solid #7cbb03;
}
#cal table td.event {
	background: #7cbb03;
}



/* pagegal.h */
#pageGallery {
	float: left;
	width: 285px; 
	padding-right: 14px;
}

.boxed {
	border: #7fc500 1px solid; 
	width: 190px; 
	padding: 10px; 
	margin-bottom: 10px;
	background:#E4FFDD;	
}
.boxed h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #378500;
}
.boxed a {
	color: #378500;
	text-decoration: none;	
}
.boxed a:hover {
	color: #7fc500;
	text-decoration: underline;
}


.random-images-thumbnail {
	border: 1px solid #363;
	text-aling: center;
}

.random-images-caption {
	text-align: center;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 2px;
}

