#login-box {
    border: black 1px solid;
    padding: 4px;
}

TABLE.table-display {
    font-family: Verdana, helvetica; 
    font-size: 10px;
    vertical-align:top;
}

TR.table-header {
    background-color: #cccccc; 
}


TR.odd {
    background-color: #ededed;
}

li {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	list-style-image: url(/resources/freccetta2.gif);
	color: #333333;
	text-decoration: none;
	list-style-position: inside;
	list-style-type:square;
}

a.colore {
	font-weight: normal;
	color: #FF3300;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
}

a.colore:hover {
	color: #003366;
	text-decoration: underline;
	font-size: 11px;
}


