@charset "utf-8";
/* HEAD */
#head
{
margin-top: 0px;
margin-left: -7px;
margin-right: -7px;
background-color: #f7f7f7;
border-bottom: 1px solid #999999;
border-top: 1px solid #999999;
}

html>body #head
{
margin-top: -7px;
border-top: none;
}

#head img
{
	margin-top: 5px;
	margin-left: 10px;
}

/***************************/
/* BOTTONE LOGIN SUPPORTO */
html>body #head #login
{
	top: -3px;
}

#head #login
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 130px;
	height: 30px;
	text-align: center;
}

#head #login a
{
	display: block;
	font-size: .8em;
	text-decoration: none;
	font-weight: 600;
	margin-top: 5px;
}

#head #login a:hover
{
	text-decoration: underline;
	color: #f20000;
}


/*******************/
/* BARRA LOADING */
#loading
{
	position:absolute; 
	/*width: 100%; */
	text-align: center; 
	top: 5px;
	left: 5px;
	z-index: 200;
	background-color: #FFFFFF;
	border: 1px solid #666;
}

/************************************************/
/* NAVIGAZIONE PRINCIPALE (HOME, DOWNLOAD ECC.) */
#head ul.mainNav
{
	position: absolute;
	top: 85px;
	right: 10px;
	list-style-type: none;
	font-size: .9em;
	font-weight: 500;
}

html>body #head ul.mainNav
{
	top: 70px;
}

#head ul.mainNav li
{
	display: inline;
	margin-left: 20px;
	padding: 0px;
}

#head ul.mainNav li a
{
	color: #666666;
	text-decoration: none;
	padding: 2px;
	font-weight: 600;
}

#head ul.mainNav li a:hover
{
	text-decoration: underline;
	color: #f20000; 
	font-weight: 600;
}

/*************************/
/* NAVIGAZIONE TEMATICHE */
#navTematiche
{
	height: 57px;
	width: 100%;
	position: relative;
	top: 10px;
}

#navTematiche ul.topnav
{
	position: relative;
	top: 5px;
	left: 0px;
	list-style-type: none;
	font-weight: 500;
	font-size: .9em;
	margin: 0px;
	padding: 0px;
}

#navTematiche ul.topnav li
{
	zoom: 1;
    *display: inline;
    padding: 0px;
	position: relative;
}


#navTematiche ul.topnav li a
{
	color: #666;
	text-decoration: none;
	display: block;
	float: left;
	width: 105px;
	text-align: center;
	height: 37px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	margin-right: 5px;
	background-color: #ccc;
	background-image: url(../img/nav_bckg.png);
	padding: 2px;
	font-weight: bold;
	line-height: 18px;
}

#navTematiche ul.topnav li a.selected
{
	height: 38px;
	background-color: #fbfbfb;
	background-image: none;
	color: #f20000;
}


#navTematiche ul.topnav li a:hover
{
	color: #f20000;
}



/* INPUT RICERCA */
#search
{
	position: absolute; 
	top: 30px; 
	right: 0px; 
	width: 400px; 
	padding: 5px;
	background-image: url(../img/search_bckg.png);
	border: 1px solid #999999;
}

#search input.text
{
	margin-top: 1px;
	padding-left: 5px; 
	padding: 2px;
	color: #666666; 
	font-size: 1em;
	float: left;
	border: 1px solid #666666;
	width: 300px;
}

/* PERCORSO LINK */
#linkPath
{
	position: relative; 
	top: 15px;
	color: #666666;
	font-weight: bold;
	font-size: .8em;
}

#linkPath a
{
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}