﻿body 
{ 
    font-size: 10pt;
    color:  #003399;
    font-family: Arial, Sans-Serif;
    
    scrollbar-base-color: #DDDDDD; 
	scrollbar-face-color: #DDDDDD; 
	scrollbar-track-color: #EEEEEE; 
	scrollbar-arrow-color: #444444;
	scrollbar-highlight-color: #CCCCCC; 
	scrollbar-3dlight-color: #DDDDDD; 
	scrollbar-shadow-color: #DDDDDD;
	scrollbar-darkshadow-color: #AAAAAA; 
}

.EditTable
{
	width: 100%;
	border-right: #3399cc thin solid;
	border-top: #3399cc thin solid;
	border-left: #3399cc thin solid;
	border-bottom: #3399cc thin solid;
	background-color: #D5E4F5;
}


table
{
    font-size: 10pt;
    color: #003399;
    font-family: Arial, Sans-Serif;
}

.BoldLabel
{
	font-weight:bold;
	font-size: x-small;
}

.Button
{
	border-right: #003399 1px solid;
	border-top: #003399 1px solid;
	border-left: #003399 1px solid;
	border-bottom: #003399 1px solid;
	background-color: #A6C4E1;
	color: #FFFFFF;
	font-size: x-small;
	font-weight: bold;
}

.ScrollContent
{
	text-align:center; 
	position:absolute; 
	width:690px; 
	height:455px; 
	overflow:auto; 
	left: 0px; 
	top: 6px;
}

.ContentPanel {
	position:absolute;
	width:690px;
	height:472px;
	z-index:2;
	left: 221px;
	top: 59px;
	overflow:hidden;
	text-align:left;
}

.ServicesPanel {
	position:absolute;
	width:147px;
	height:265px;
	z-index:3;
	left: 41px;
	top: 260px;
	text-align:left;
	overflow:auto;
}

.LoginPanel {
	position:absolute;
	width:138px;
	height:117px;
	z-index:4;
	left: 41px;
	top: 95px;
	text-align:left;
}

.Row
{
}

.SelectedRow
{
    background-color: paleturquoise;
}
.FieldValue {
	font-weight: bold;
}


.RowStyle
{

}

.SelectedRowStyle
{
	background-color:Orange;
}

.AlternateRowStyle
{
	background-color:#D5E4F5;
}

.HeaderStyle
{
	font-weight:bold;
	text-align:left;
	background-color:#A2B9CB;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;	
}


a:visited 
{
	text-decoration: none;
	font-weight:bold;
	color:#00329A;
}

a:link 
{
	text-decoration: none;
	font-weight:bold;
	color:#00329A;
}

a:hover 
{
	text-decoration:underline;
}

a:active 
{
	text-decoration: none;
}

.LeafNode
{
	font-family: Arial, Sans-Serif;	
	font-weight:normal;
	font-size:10px;
}

.ParentNode
{
	font-family: Arial, Sans-Serif;	
	font-weight:bold;
	font-size:10px;
}

.RootNode
{
	font-family: Arial, Sans-Serif;
	font-weight:normal;
	font-size:11px;
	background-color: #94B0C3;
	display:block;
	width: 130px;
}

.SelectedNode
{
}

.HoverNode
{
}
.sfumatura {
	background-image: url(Images/sfumatura.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	vertical-align: top;
}

.GridView
{
	border-right: #90ABC3 1px solid;
	border-top: #90ABC3 1px solid;
	border-left: #90ABC3 1px solid;
	border-bottom: #90ABC3 1px solid;
}

.DocDate
{
	font-size:11px;
	color:Green;
}

.DocTitle
{
	font-size:13px;
	font-weight:bold;
	color:Navy;
}

.DocText
{
	font-size:12px;
}

.TITLE
{
	font-size:14px;
	font-weight:bold;
}

.TabbedPanelsContentIrriguo
{
	padding: 4px;
	height: 275px;
	overflow: auto;
	width: 660px;
}

.TabbedPanelsContentCatasto
{
	padding: 4px;
	height: 310px;
	overflow: auto;
	width: 670px;
}

input, select
{
	padding: 1px;
	border: 1px solid #90D2F5;
}



