@import url('actions.css');

#menu li#menu-gestione {
    background-color: white;
    border-top: 2px solid #DAD9C9;
    border-right: 2px solid #DAD9C9;
    border-bottom: none;
    border-left: 2px solid #DAD9C9;
    
	-moz-border-radius-topleft: 12px;
	-webkit-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-radius-topright: 12px;
}

#menu li#menu-gestione a {
    color: #7A7A7A;
    border-bottom: 6px solid #51849F;
}

#corpo {
	padding: 15px;
}

#comunicati table {
	
}

#comunicati th, #comunicati td {
	margin: 2px;
	padding: 0 2px;	
}

#comunicati th {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	color: white;
	font-weight: bold;
	background-color: #51849F;
	padding: 3px 2px;
}

#comunicati td {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	background-color: #F4F4EA;
}

form#profilo label {
	display: block;
	margin-top: 10px;
}

form#profilo small {
	padding-left: 40px;
	color: #666666;
}

ul.errors {
	list-style: none;
	background-color: #FFFFCE;
	padding: 3px;
	border: red 1px solid;
	width: 500px;
}
