* { margin:0; padding:0;}
body{
margin:0;
padding:0;
background-color:#475971;
font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}

/*a
{
color:#FFFFFF;
font-weight:bold;
}*/

a
{
color:#F9DE15;
font-weight:bold;
}


a.black
{
color:#000000;
}

a.white
{
color:#ffffff;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 973px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
/*background: #EAEAEA;*/
height: 132px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 338px 0 152px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
height:552px;
background-image:url(images/FondoBaschetti_content.jpg);
background-repeat:no-repeat;
padding-top:55px;
padding-left:20px;
}

#leftcolumn{
background-image:url(images/FondoBaschetti_menu.jpg);
background-repeat:no-repeat;
height:537px;
float: left;
width: 152px; /*Width of left column in pixel*/
margin-left: -973px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightcolumn{
background-image:url(images/orari_dx.jpg);
background-repeat:no-repeat;
height:607px;
float: left;
width: 338px; /*Width of right column*/
margin-left: -338px; /*Set left margin to -(RightColumnWidth)*/
/*background: #FDE95E;*/
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align:right;
padding: 0px;
}

#footer a{
color: #FFFFFF;
}

.innertube{
/*margin: 8px;*/ /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

input, textarea, select{
border:1px solid #aaaaaa;
padding:2px;
background:#ffffff url(images/back_input.gif) top left no-repeat;
margin-top:2px;
font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
font-size:12px;

}

.alert {
	background: #fff6bf url(images/alert.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 10px 20px 10px 45px;
	border-top: 2px dashed red;
	border-bottom: 2px dashed red;
}
.warning {
	background: #fff6bf url(images/warning.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 10px 20px 10px 45px;
	border-top: 2px dashed #ffd324;
	border-bottom: 2px dashed #ffd324;
	color:#000000;
	font-size:10px;
}
.warning a {
color:#000000;
}
.info {
	background-color:#F1F1F1;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #C2D3E7;
	border-bottom: 2px solid #C2D3E7;
}
.verificato {
background: #FFFFFF url(images/verificato.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 40px 20px 40px 45px;
	border: 1px solid green;

}

.small{
font-size:10px;
}

ul.parco{
margin-left:50px;
list-style-type:circle;
}

ul {
list-style-type: none;
}



/*-------------------------------- MENU ------------------------------*/
.glossymenu{
margin: 5px 0;
padding-left: 9px;
width: 124px; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: #475971 url(images/glossyback2.gif) repeat-x bottom left;
font: bold 14px "Trebuchet MS",Arial, Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-color:#000000;
background: black url(images/glossyback.gif) repeat-x bottom left;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 11px "Trebuchet MS",Arial, Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}

/*-----------------------------------------------------------------------------------*/

/*----------------------------- BOTTONI FORM----------------------------------------------*/

input.groovybutton
{
   font-size:14px;
   font-family:Arial,sans-serif;
   font-weight:bold;
  /* height:24px;*/
   background-color:#000000;
   background-image:url(images/glossyback2.gif);
   background-repeat:repeat-x;
   border-style:solid;
   border-color:#DDDDDD;
   border-width:1px;
   cursor:pointer;
   color:#FFFFFF;
}

/*------------------------------------------------------------------------------------------*/