/* CSS Document */

body,td,th,h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #000;
}

body {
	background-color: #fff;
	margin:10px 0px 0px 10px;
}

tr {
	padding-top	:0px;
	padding-bottom	:0px;
}

tr.bg_ffffff {
	padding-top	:0px;
	padding-bottom	:0px;
	background-color: #ffffff;
}

tr.bg_efefef {
	padding-top	:0px;
	padding-bottom	:0px;
	background-color: #efefef;
}

h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #000066;
	margin-bottom: 10px; 
	margin-top: 0px; 
	padding: 4px;
	text-transform: uppercase;
}

h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #034ea2;
	margin-bottom: 0px; 
	margin-top: 0px; 
}

table.small {
	width:70%;
	margin-left:10px;
}

/* begin MODULI - RICERCA */

input {
	color: #000000;
	width: 140px;
}

input.longtxt {
	color: #000000;
	background-color: #ffffff;
	text-align: left;
	width: 280px;
}

input.txt {
	background-color: #ffffff;
	text-align: left;
	width: 140px;
}

input.short {
	background-color: #ffffff;
	text-align: left;
	width: 11px;
}
select.short {
	color: #000000;
	text-align: left;
	width: 40px;
}

input.submit {
	text-align: center;
	color: #ffffff;
	width: 105px;
	background-color: #000066;
	border: 1px solid #000000;
}

button.submit{
	text-align: center;
	color: #ffffff;
	width: 75px;
	background-color: #000066;
	border: none;
}

input.checkbox {
	color		: #000000;
	text-align 	: left;
	width: 15px;
	height: 15px;
}

.textarea {
	color: #000000;
	background-color: #ffffff;
	text-align: left;
	width	:200px;
}

/* end MODULI - RICERCA */

.tableform {
	border: 1px dashed #000066;
}

thead {
	background-color: #069;
	color: #fff;
}

.menu { color : white; }
a.mainmenu, a.mainmenu:visited, a.mainmenu:active {
	color: #ffffff;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

a.mainmenu:hover {
	color: #ff3366;
	text-decoration: underline;
}


.submenu {
	color: #ffffff;
}

a.submenu,a.submenu:visited,a.submenu:active {
	color: #ffffff;
	font-weight: 900;
	text-decoration: none;
}

a.submenu:hover {
	color: #ff3366;
	text-decoration: underline;
}
a.elimina { color: #CC0000; font-weight: bold }

