
/* elements */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #0D5473;  
	margin: 0;
	padding: 0;
	line-height: 1.3em; 
	margin-bottom: 20px;
}

td {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000000;
}

/*
a:active, a:link, a:visited, a:hover {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	text-decoration: none
}*/

a.link0:active, a.link0:link, a.link0:visited, a.link0:hover {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #EBEEEC    
}

HR {
	color: silver;
	height : 1px;
}

HR.HrTitle
{
	color: white; 
	height : 1px;
}

li {
	left: -10px;
	position: relative;
	list-style: url(Images/bullet.gif);
	line-height: 16px;
}

/* class */

.Evidenziato {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #435569;
}

.ErrorText, .ErrorText li {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: red;
	font-weight: bolder;  	
	list-style-image: url(Images/ErrorBullet.gif);
	vertical-align: middle;  
}

.ToolbarWarningMsg {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: LightGray;
	font-weight:lighter;  	
	vertical-align: middle;  
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-style: solid;
	border-width:1px;
	border-color: Navy;
	background-color: LemonChiffon;           
}

.TitlePage {
   font-family: Arial Black;
   font-size: 25px;
   color: #435569;
   text-align: left; 
   line-height: 120%;
}

.TitleParagraph {
   font-family: Verdana, Arial;
   font-size: 12px;
   font-weight:bolder; 
   color: #435569;
   text-align: left; 
   line-height: 120%;
}

.TitleSection {
   font-family: Arial Black;
   font-size: 18px;
   color: #435569;
   text-align: left; 
   line-height: 120%;
}	

.Toolbar, .Toolbar:visited, .Toolbar:active {
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	color: #435569;
	font-size: 11px;
}

.Toolbar a:hover {
	color: #435569;	
	background: #F1F1F1;	
}

.BodyHelp {
	font-family: Verdana;
	font-size: 12px;
	color: #2C489B;
}

.DivStyle {
	border-right: navy 1px solid; 
	border-top: navy 1px solid;
	border-left: navy 1px solid; 
	border-bottom: navy 1px solid; 	
	padding-left : 10px;
}

/* Master */

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #454545;
	padding-top:8px;
	padding-bottom:32px;
	
}

#footer td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0D5473
	
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0D5473
	
}

#menu_bot {
	padding-top: 24px;
}
#menu_bot a {
	margin: 0px 10px;
}

.titolo_box {
	padding: 1px 10px;
	/*background-image:url(app_masterpages/Edisoftware/images/bg_titoli.jpg);*/
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.news_date {
	padding: 6px 0px;
	border-bottom: 1px dotted #79a3aa;
	font-weight: bold;
	color: #435569;
}

.news_body {
	padding: 6px 0px;
}

ul.home li {
	left: -20px;
	position: relative;
	list-style: url(images/freccia_dx_nera.gif);
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.vertical {
	background-color: #D7DfE3;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
}

.OuterProgressPanel
{	
	background-color: Transparent;
	color: Black;
	font-size: larger;
	font-weight: bold;
	z-index: 100;
	width: 98%;
	height: 98%;
	cursor: wait;
	position: absolute;
}

.InnerProgressPanel
{
	background-color: #f5fcff;
	width: 300px;
	height: 150px;
	border-style: groove;
	border-width: 2px;
	border-bottom-color: gray;
	vertical-align: middle;
	cursor: wait;
}