/*
 *** 	topbar  ***
 */
#topbar{
	background-color:#0574b9; /*#003399;*/ /* bar colour #3D538E*/
}

/*
 *** 	 MENU HOVER ***
 */
#leftcontent a:hover
{
    background-color: #CFDAF1;
}
/*
 *** 	   ***
 */
#menuitem-selected
{
    background-color: #A3B7E4;
    
}
#menubtm-selected
{
    background-color: #A3B7E4;
    
}
/*
 *** 	menu  ***
 */
#menutop li{
	list-style-type: none; 
	border: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 85%;
}
#menutop a:hover{
}
#menutop-selected{
	background-image:url(../images/fin-menu-top.gif);
}
/*
 *** 	BOTTOM MENU   ***
 */
#menubtm li{
	list-style-type: none; 
	border: none;
	font-size: 85%;
}
#menubtm a:hover{
	background-image:url(../images/menu-btm.gif);
	background-position:bottom;
}
#menubtm-selected{
	background-image:url(../images/menu-btmhover.gif);
	background-position:bottom;
}

h1 {
	color: #003399;
}

h2
{
    color: #0D5BFF;
}
a
{
    color: #003399;
    text-decoration: none;
}
a:link{color: #003399;
    text-decoration: none;}
a:visited{color: #003399;
    text-decoration: none;}
a:hover {
	text-decoration: underline;
}
a:active{color: #003399;
    text-decoration: none;}
    
.floatRightDesc{
	color:#FF0000;
}
.floatLeftDesc{
	color:#FF0000;
}
.help{
	color:#ffffff;
	background-color:#0066CC;
}
.noHelp{
	font-weight:bold;
}
.spazioVuoto
{
    display:block;
    height: 20px;}
.inlineLinks {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

.inlineLinks a {
	font-size: 11px;
}

.inlineThumbnail {
	margin-left: 6px;
	margin-bottom: 6px;
	float: right;
	clear: right;
	border: 1px solid #CCC;
}

a.inlineThumbnail {
	border: 1px solid #CCC;
}

a.inlineThumbnail:hover {
	border: 1px solid #F60;
}
.smallText{font-size:0.8em;}
td a.artPages:link, a.artPages:visited
{
    color: #003399;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    border: solid 1px #cccccc;
    padding: 3px 6px 3px 6px;
    margin: 0px 0px 0px 0px;
}
td a.artPages:hover, a.artPages:active
{
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
    text-decoration: underline;
    border: solid 1px #cccccc;
    background: #003399;
    padding: 3px 6px 3px 6px;
    margin: 0px 0px 0px 0px;
}