/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	background-image: url(../images/default/globali/sfondo.gif);
	
	color: black;
	font-family: Tahoma,Arial,Helvetica,Verdana;
	font-size: 11px;
}


/*  Layout  */
.Dotted {		
    border: dotted 1px #C1C1C1;
}
.FotoCenter {		
    background-repeat:no-repeat;
}
.PageLeft {	
	background-image: url(../images/default/globali/bg_lato.gif);
    background-repeat:repeat-x;
	background-color:#F4F4F4;
}
.PageCenter {	
	background-image: url(../images/default/globali/bg_ombra.gif);
    background-repeat:repeat-x;
	background-color:White;
}
.TopLeft {
	background-image: url(../images/default/blocchetto/top_left.gif);
	background-repeat:no-repeat;
	width:16px;
	height:48px;
	white-space:nowrap;
}
.TopCenter {
	background-image: url(../images/default/blocchetto/top_center.gif);
	background-repeat:repeat-x;
	
}
.TopRight {
	background-image: url(../images/default/blocchetto/top_right.gif);
	background-repeat:no-repeat;
	width:16px;	
	white-space:nowrap;
}
.MiddleLeft {
	background-image: url(../images/default/blocchetto/middle_left.gif);
	background-repeat:repeat-y;
	white-space:nowrap;
}
.MiddleCenter {
	background-image: url(../images/default/blocchetto/middle_center.gif);
}
.MiddleRight {
	background-image: url(../images/default/blocchetto/middle_right.gif);
	background-repeat:repeat-y;
	white-space:nowrap;
}
.BottomLeft {
	background-image: url(../images/default/blocchetto/bottom_left.gif);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	white-space:nowrap;
}
.BottomCenter {
	background-image: url(../images/default/blocchetto/bottom_center.gif);
	background-repeat:repeat-x;
}
.BottomRight {
	background-image: url(../images/default/blocchetto/bottom_right.gif);
	background-repeat:no-repeat;
	width:16px;
	white-space:nowrap;
}

#FlashContainer 
{
	position:absolute;
	z-index:1;
	top:0px;
	left:0px;
	width:100%;
	height:88px;	
}

#CopyrightSite, #VersionSite
{
	color:#999999;
	font-family:Arail;
	font-size:11px;
	padding:10px;
}

#CopyrightSite
{
	float:right;	
}
#VersionSite
{
	float:left;	
}

.ResourceCenter {	
	float:left;
	background-image:url('../images/default/blocchetto/lato_centrale_lingua.gif');
	background-repeat:repeat-x;
	background-position:top;
	width:auto;
	height:35px;
	margin:0px;
} 
.ResourceSx { 
	float:left;
	width:28px;
	height:35px;
	background-image:url('../images/default/blocchetto/lato_sx_lingua.gif');
	background-repeat:no-repeat;
	background-position:top left;
} 
.ResourceDx { 
	float:left;
	width:16px;
	height:39px;
	background-image:url('../images/default/blocchetto/lato_dx_lingua.gif');
	background-repeat:no-repeat;
	background-position:top right;
} 


/*  Testi  */
p {
	margin: 0px;
}
td {
	color: black;
	font-family: Tahoma,Arial,Helvetica,Verdana;
	font-size: 11px;
}
a {
	color: #003399;
	text-decoration: none;
}
a:Hover {
	text-decoration: underline;
}
.TextInput {
	font-size: 11px;	
	font-family: Tahoma,Helvetica,Arial,Verdana;
	border: solid 1px #B4B4B4; 
}

.TitoloFinestra 
{
	 font-family:Arial;
	 font-size:13px;
	 font-weight:bold;
	 color:#295577;
	 PADDING: 6px 0px 0px 0px;	
	 white-space:nowrap;
}
