﻿body
{
	background-image: url(../images/bgPage.gif);
	font-family: Verdana, Tahoma;
	font-size: 80%;
}
a
{	
	color: #29346E;
}


#contenitore
{
	/*border: solid 1px #000;*/
	width: 920px;
	min-height: 300px;
	padding: 10px 12px 10px 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #d9e4Ff;
}

/*Stili menu in alto*/
#menuTop
{
	position : relative;
	float : right;
	background-color: #29346E;
}

#menuTop li a  
{
	display : block;
	padding : 0 5px;
	font-weight : bold;
	color : #ffffff;
	text-decoration:none;
} 

#menuTop a:hover
{
	color: Blue;
}

#menuTop  ul { 
	margin-top : auto;
	padding : 0;
	list-style : none;
	height: 30px;
} 

#menuTop ul li { 
	float : left;
	margin-right : 0px;
} 

#menuTop .altItem
{
	/*border: solid 1px #0F0;*/
	background-color: Navy;
}

/*Stili riquadri news in homepage*/
.topNews
{
	padding: 5px;
	border: solid 1px #49548e;
	background-color: #d9e4Ff;
	width: 590px;
	margin: 20px 0 10px 0;
	height: 400px;
	float: left;
	overflow-y: auto;
}

.topNews a
{
	text-decoration: none;
}

.topNews a:hover
{
	text-decoration: underline;
}
.topNews img
{
	margin: 0px 5px 5px 0px;
	float: left;
}

.topNews h2
{
	margin: 0px;
	font-size: 1.8em;
	color: #29346E;
}

.topNews h3
{
	margin-top: 0px;
	font-size: 1.0em;
	color: #454545;
	font-style: italic;
	font-weight: lighter;
}

/*Stili riquadri news in homepage*/
.topNewsRight
{
    margin: 10px 10px;
	padding-right: 5px; 
	text-align: justify;
	min-height: 170px;
	/*border: solid 1px #49548e;
	background-color: #d9e4Ff;
	width: 160px;
	height: 216px;
	margin: 20px 0 0 6px;
	float: right;*/
}
/************************/

.leftNews
{
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
	padding: 5px;
	border: solid 1px #49548e;
	background-color: #d9e4Ff;
	width: 293px;
	float: left;
	height: 400px;
	overflow-y:auto;
}
.leftNews a
{
	text-decoration: none;
}

.leftNews a:hover
{
	text-decoration: underline;
}

.leftNews h2
{	
	margin: 0px;
	color: #29346E;
}

.leftNews h3
{
	margin-top: 0px;
	font-size: 1.0em;
	color: #454545;
	font-style: italic;
	font-weight: lighter;
}

.leftNews img
{
	margin: 0px 5px 5px 0px;
	float: left;
}
.rightNews
{
	padding: 5px;
	border: solid 1px #89548e;
	background-color: #d9e4Ff;
	width: 295px;
	float: left;
	/* Recupero i 2px del bordo della top news */
	margin-right: -2px;
	height: 300px;
	overflow-y:auto;
}

.rightNews a
{
	text-decoration: none;
}

.rightNews a:hover
{
	text-decoration: underline;
}

.rightNews h2
{	
	margin: 0px;
	color: #29346E;
}

.rightNews h3
{
	margin-top: 0px;
	font-size: 1.0em;
	color: #454545;
	font-style: italic;
	font-weight: lighter;
}

.rightNews img
{
	margin: 0px 5px 5px 0px;
	float: left;
}

.sezio
{
	margin-top: -10px;
	margin-bottom: 0px;
	font-size: 50%;
}

/* Stile menu sinistra */

.menuItem
{
	list-style-type: none;
	margin-left: 10px;
	margin-bottom: 4px;
	/*background-color: #d9e4Ff;*/
	background-color: #7D85B5;
}

.menuItem a
{
	text-decoration: none;
	/*color: #29346E;*/
	color: #FFF;
}

.menuItem a:hover
{
	text-decoration: underline;
	/*color: #29346E;*/
	color: #FFF;
}

.subMenu
{
	margin-top: 0px;
	margin-left: -20px;
}

/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(../images/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a{
	color: #fff;
	background: url(../images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b{
	color: #fff;
	background: url(../images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}