body {
	/*background-color: #afaff6;*/
	background-color: #555555;
	font-family: tahoma, arial, verdana;
	font-size: 13px;
}

.main {
	width: 980px;	
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

a:link
{
  color: #000000;
  font-weight: bold;
  text-decoration:none;
}

a:visited
{
  color: #000000;
  font-weight: bold;
  text-decoration:none;
}


.header {
	height: 190px;
	width: 100%;
	background-color: #000000;
	color: #ffffff;
}

.headerLeft{
	float: left;
	width: 29%;
	height: 185px;
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 5px;	
}

.headerRight{
	float: right;
	background-color: #000000;
	width: 69%;
	height: 185px;
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 5px;	
}

.menuPrincipale {
	float: left;
	height: 30px;
	width: 63%;
	text-align: left;
	background-color: #000000;
}

.menuUtente {
	float: right;
	height: 30px;
	width: 37%;
	text-align: right;
	background-color: #000000;
}

.container{
	float: left;
	width: 100%;
	text-align: left;
	background-color: #000000;
}

.leftContent{
	float: left;
	width: 67%;
	text-align: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	background-color: #999999;	
}

.leftContentSection {
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	background-color: #CCCCFF;
}

.rightContent{
	float: right;
	text-align: left;
	width: 29%;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	
	background-color: #999999;	
}

.blocco{
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #CCCCFF;
}

.footer {
	font-weight: bold;
	font-size: 10px;
}

.bottom {
	font-weight: bold;
	text-align: right;
	background-color: #444444;
	font-size: 10px;
}

.tablelinecolor 
{
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    margin-left: 1px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 1px;
    border-top: #2A72B5 3px solid;
	background-color: #3B5998;
    width: 100%
    display: block;
    color: #000000;
}

#myGallery
{
	width: 99% !important;
	height: 175px !important;
	background-color: #000000;
} 

.titoloNews{
	font-size: 17px;
	font-weight: bold;
	color: black;
}

#toolbar
{
  position: fixed;
  bottom: 0px;
  width: 98%;
  text-align: center;
  background-color: #CCCCCC;
  border-top: 1px solid #000000;
  height: 20px;
  z-index: 100;
}

