@charset "utf-8";
#navbar {
	height: 20px;
	background-color: #C00;
	width: 100%;
}


#navbar ul {
	margin: 0px;
	list-style-type: none;
	padding: 3px;
}

#navbar ul li {
	display: inline;
}
#navbar ul li a:link, #navbar ul li a:visited {
	text-decoration: none;
	color: #FFF;
	background-image: url(../immagini/separator_menu_pag.gif);
	background-position: right center;
	background-repeat: no-repeat;
	font-weight: bold;
	margin: 5px;
	padding: 10px;
}
#navbar ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#bar_asta {
	background-color: #C00;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 20px;
}
#pag_bar {
	margin-top: 5px;
	margin-bottom: 15px;
	height: 20px;
	background-color: #FFF;
}
#pag_bar a:link, #pag_bar a:visited {
	color: #666;
	text-decoration: none;
}
#pag_bar a:hover {
	color: #000;
	text-decoration: underline;
}

.pag_bar_form {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}
.base_asta {
	font-weight: bold;
	color: #900;
}
.nome_opera {
	font-weight: bold;
}
td a:link, td a:visited {
 text-decoration: underline;
 color: #600;
}
td a:hover {
 text-decoration: underline;
 color: #f00;
}#content table tr th a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

