@media screen{

body {
	margin: 0px;
	background-color: #000066;
}

h1 {
	font-family: Arial;
	font-size: 26px;
	color: #000066;
}

ul {
	margin: 0px;
	padding: 0px;
}

textarea {
	font-family: Arial;
	font-size: 12px;
}

.si {
	display: none;
}

.header {
	padding-left: 20px; 
	padding-bottom: 5px;
	font-family: Arial;
	font-size: 50px;
	color: white;
	font-weight: bold;
	background: url("/img/capitello.jpg") repeat-x left top;
}

.no_menu {
	background: url("/img/sfondo.jpg") repeat-x left top white;
}

.tabcentr{
	font-family: Arial;
	font-size: 14px;
	color: #000066;
	min-height: 590px;
	/*overflow: auto;*/
	background-color: white;
	background: url("/img/sfondo.jpg") repeat-x left top white;
	padding-top: 20px;
}

.tabcentr a:link {
	text-decoration: none;
	color: #000066;
}

.tabcentr a:visited {
	text-decoration: none;
	color: #000066;
}

.tabcentr a:hover {
	text-decoration: underline;
	color: #FF9900;
}

.tabcentr a:active {
	text-decoration: none;
	color: #000066;
}

.testo{
	font-family: Arial;
	font-size: 14px;
	color: #000066;
}

.testo a:link {
	text-decoration: none;
	color: #000066;
}

.testo a:visited {
	text-decoration: none;
	color: #000066;
}

.testo a:hover {
	text-decoration: underline;
	color: #FF9900;
}

.testo a:active {
	text-decoration: none;
	color: #000066;
}

.tabmenu{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #005D9A;
	text-align: right;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #005D9A;
}

.tabmenu a:active {
	text-decoration: none;
	color: #005D9A;
}

.tabmenu a:link {
	text-decoration: none;
	color: #005D9A;
}

.tabmenu a:visited {
	text-decoration: none;
	color: #005D9A;
}

.tabmenu a:hover {
	text-decoration: none;
	color: darkred;
}

.intestazione {
	background-color: #0082DA;
	color: white;
	font-weight: bold;
}

.tabelle, .tabelle td {
	border: 1px solid #0082DA;
}

.tabelle tr:hover {
	background-color: #B9F1FF;
}

.tabfatt{
	min-height: 370px;
	/*overflow: auto;*/
}

.int{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000066;
}

.pie{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000066;
}

.dett_voce_fatt{
	text-align: left;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #000066;
}

.dett_fatt{
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #000066;
}

.view{
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000066;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000066;
}

.copyright{
	font-family: Arial;
	font-size: 12px;
	color: white;
	/*background: url("/img/footer.jpg") repeat-x left bottom;*/
}

}




@media print{

input[type=text], select {
	font-family: Arial;
	font-size: 10px;
	border: 0px;
}

.no {
	display: none;
}

.no_menu {
	display: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: Arial;
	font-size: 26px;
	color: #000066;
}

.copyright{
	font-family: Arial;
	font-size: 8px;
	color: #000066;
	position: absolute;
	bottom: 10px;
	left: 5px;
}

.testo{
	font-family: Arial;
	font-size: 12px;
	color: #000066;
}


a:link {
	text-decoration: none;
	color: #000066;
}

a:visited {
	text-decoration: none;
	color: #000066;
}

a:hover {
	text-decoration: underline;
	color: #FF9900;
}

a:active {
	text-decoration: none;
	color: #000066;
}

.menu{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}

.tabcentr{
}

.tabelle {
	border: 1px solid #0082DA;
	font-family: Arial;
	font-size: 10px;
	color: black;
}

.tabelle td {
	border: 1px solid #0082DA;
}

.tabelle tr:hover {
	background-color: #B9F1FF;
}

.intestazione {
	background-color: #000066;
	color: white;
	font-weight: bold;
	font-family: Arial;
	font-size: 10px;
}

.tabmenu{
	text-align: right;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000066;
}

.int{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000066;
}

.pie{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000066;
}

.dett_voce_fatt{
	font-size: 10px;
	text-align: left;
	border-right: solid 1px #000066;
	border-left: solid 1px #000066;
}

.dett_fatt{
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #000066;
}

.view{
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000066;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000066;
}

}