/*
 * $Id: parkinson.css,v 1.17 2004/01/14 16:38:31 silvia Exp $
 */
 
body {
	background-color: #fff;
	font-family: Verdana,Helvetica,Arial,sans-serif;
}

#header { 
	border: 0px;
	background-image: url(/images/banner.jpg);
	background-repeat: no-repeat;
	height: 65px;
}

.centercol {
	background-color: #fff;
	color: #000;
}

.centercol h2 span{ 
   color: #fff;
   background-color: #036;
   border-color: #bdd0ee;
}

div #boxloghi {
  background-color:#fff;
  border-color: #333;
}

/*.sidebox {
    border:1px solid #bdd0ee;
    background-color:#036;
    color:#fff;
}
*/
.sidebox h2 span{
   color: #fff;
   background-color: #036;
   border-color: #bdd0ee;
}

.sidebox label {
  color: white;
}

#footer {
  background-image: url(/images/bg-bottom.gif);
  background-repeat: repeat;
}

/*.sidebox a:link, .sidebox a:visited, .sidebox a:active { 
	border-bottom: 1px dotted #bdd0ee;
	color: #fff;
	text-decoration: none;
}

.sidebox a:hover { 
	 color: #036;
    background-color: #bdd0ee;
	text-decoration: none;
}

#wrapper {
  background-color: #eee;
}
*/
.date{
 background-color: #ffc;
 color:  #36f;
 font-weight: bold;
 font-size: 14px;
 border: 1px solid  #000;
 padding: 4px;
 text-align: center;
 margin-left: 6px;
}

table.referenti {
 border: 1px solid #036;
 background-color: #bbb;
}

table.referenti th {
 background-color: #036;
 color: #fff;
 font-weight: bold;
 text-align: center;
 border-bottom: 1px solid #fff; 
}

table.referenti td {
 background-color: #ffc;
}

table.referenti td.logo {
 background-color: #fff;
 text-align: center;
 border-left: 1px solid #036;
 border-bottom: 1px solid #036;
 
}
 
div.evento{
 background-color: #eee;
 border: 1px solid #036;
 padding: 5px;
 margin-top: 15px;
}

.error {
  color: red;
}

.title{
  background-color: #aaa;
  border-color: #000;
  color: #000;
}

.error-message {
	font-color: #0f6;
}

.error-description {
	border-color: white;
}

.menu {
    border:1px solid #bdd0ee;
    background-color:#036;
    color:#fff;
}

.menu p {
    border-bottom: 1px dotted #bdd0ee;
}

.menu a {
    color: #fff;
}

.menu a:hover {
    color: #036;
    background-color: #bdd0ee;
}

table.form {
  border: 0;
}

table.form th {
  background-color:#fc0;
  color: black;
}

table.updrs td.border {
  border-bottom:1px solid #ccc;	
}

table.form td.caption {
}

/* Sortable tables */
table.sortable a.sortheader {
    background-color:#ffc;
    color:blue;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}

.nome-centro{
	font-style: italic;
}

.fattore{
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #036;
	text-align: center;
	font-weight: bold;
	color: #ffc;
}

.group {
 	text-align: center;
 	font-weight: bold;
	font-size: 120%;
	color: #36f;
}

#popup a {
	text-decoration: none;

}

.nav{
	text-align: right;
	margin-bottom: 4px;
} 

.entityList-controls :link {
	text-decoration: none;
}