#pulsante {
margin: 0px;
padding: 0px;
display: inline;
}

#pulsante li {
background-image: none;
padding:4px;
margin: 0px;
display: inline;
list-style: none;
}


#pulsante li a {
border-width: 1px 1px 0px 1px;
border-style: solid solid none solid;
border-color: #000;
padding: 2px 10px 2px 10px;
display: inline;
background-color: #2175bc;
color: #fff;
text-decoration: none;
}

html>body #pulsante li a {
width: auto;
}

#pulsante li a:hover {
font-weight: bold;  
background-color: #90bade;
color: #fff;
}


.qui
{
font-weight: bold;  
background-color: #1958b7;
color: #fff;
}

.contenitore {
border-top: 1px solid #508fc4;
margin-top: 2px;
padding: 1px 10px 10px 5px;
}

.magicontenitore {
border: 1px solid #508fc4;
padding: 1px 10px 10px 5px;
height: 180px;
overflow:auto;
}

body {
	margin: 0px;
}

tr, p, div {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #333333;
}

hr {
  background       : #999999;
  height           : 1px;
  width            : 100%;
}

/*for title or site name*/
.title {
font-family: sans-serif;
font-size: 20px;
font-weight: bold;
color : #000000;
margin-left: 10px;
}

/*for the tag-line*/
.subtitle {
font-family: sans-serif;
font-size: 10px;
font-weight: bold;
color : #666666;
text-transform: uppercase;
letter-spacing: 2px;
}

a:link, a:visited {
color: #ff6600;
text-decoration: none;
}

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

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  line-height: 15px;
  padding-left: 10px;
  padding-top: 0px;
  background-image: url(immagini/arrow.png) ;
  background-repeat: no-repeat;
  background-position: 0px 3px;
}

.titolo {
font-family: sans-serif;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 2px;
color: #ff6600;
}

.programmi {
font-family: sans-serif;
font-size: 10px;
font-weight: bold;
color : #2175bc;
text-transform: uppercase;
letter-spacing: 2px;
cursor: pointer;
margin-top:10px;
}

#menu_fico {
border: 1px solid #ff3300;
padding: 5px;
width: 200px;
margin-top: 10px;
}

#contenuto {
float: right;
width: 550px;
padding: 15px 20px 0px 10px;
text-align: left;
}
