BODY
{
    margin: 1px 0 0;
    height: 100%;
    font-size: 12px;
    font-family: helvetica,arial,sans-serif;
    line-height: 16px;
    color: #333333;
    background-color: #F0F5E5;
    /*text-align: center; */   
    /*background-image:  url('Images/background.jpg');
    background-repeat: repeat-x;
    background-position: center bottom;
    background-attachment: scroll;*/
}

.bigger
{
   font-size: 11pt;
}

input.bigger
{
   font-size: 11pt;
}
input.upper
{
   text-transform:uppercase;
}

A
{
    text-decoration: underline;
    color: #4F6227;
    cursor: pointer;
}

A:hover
{
    text-decoration: underline;
}

/*IE hack */
div.hrForm0 {
    border-top: solid 1px #021365;
    /*background-color: red;*/
    height: 1px;
	margin-bottom: 5px;
	margin-top: 0px;
}
div.hrForm0 hr {    /* for CSS1 browsers */
    display: none;
}
div.hrForm0 * {     /* for CSS2 browsers */
    display: none;
}

td.colSeparator {
    border-right: solid 1px #7CCAA3;
}

H1
{
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
    color: white;
}

H2
{
	font-size: 14px;
	font-weight: bold;
	line-height: 5px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #4F6227;
}

H3
{
	font-size: 14px;
	font-weight: bold;
	line-height: 11px;
	margin-top: 3px;
	color: Black;
}

H4
{
	font-size: 100%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #932224;
}

UL
{
	padding-left: 20px;
	margin-left: 0px;
	margin-top: 7px;
	margin-bottom: 7px;
}

P
{
	margin-top: 9px;
	margin-bottom: 9px;
}

INPUT
{
    border-right: thin solid Gray;
    border-top: thin solid Gray;
    border-left: thin solid Gray;
    border-bottom: thin solid Gray;
    background-color: #E0E0E0;
    font-size: 9pt;
    font-family: Verdana, Arial, 'Monotype Corsiva';
    padding-left: 2px;
}

TEXTAREA
{
	border-right: thin solid Gray;
	border-top: thin solid Gray;
	border-left: thin solid Gray;
	border-bottom: thin solid Gray;
	background-color: #E0E0E0;
	font-size: 9pt;
	font-family: Verdana, Arial, 'Monotype Corsiva';
	padding-left: 2px;
}

SELECT
{
	border-right: thin solid Gray;
	border-top: thin solid Gray;
	border-left: thin solid Gray;
	border-bottom: thin solid Gray;
	background-color: #E0E0E0;
	font-size: 9pt;
	font-family: Verdana, Arial, 'Monotype Corsiva';
	padding-left: 2px;
}

INPUT.button
{
	border-right: thin solid White;
	border-top: thin solid White;
	border-left: thin solid White;
	border-bottom: thin solid White;
	background-color: Silver;
	font-size: 9pt;
	font-family: Verdana, Arial, 'Monotype Corsiva';
	padding-left: 2px;
}

INPUT.watermarked 
{
    background-color:#eef1b8;
    border:1px solid #BEBEBE;
    color:gray;
}

TEXTAREA.watermarked 
{
    background-color:#eef1b8;
    border:1px solid #BEBEBE;
    color:gray;
}

DIV.map
{
	border: thin solid Gray;
}

DIV.menuSide
{
	font-weight: bold;
	/*display: none;*/
}
DIV.menuSide A
{
	text-decoration: none;
}

DIV.menuSide a:hover
{
	text-decoration: underline;
}

DIV.collapsable {
	background-color: white;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px dotted Gray;
	padding: 3px;
}

DIV.userControl 
{
	padding: 0px;
	background-color: #B0C4DE;
	color: Black;
	border: 1px solid Black;
}

DIV.loading
{
	position: absolute;
	top: 0px;
	right: 0px;
	color: White;
	background-color:Red;
}

DIV.controlBox
{
    border: 2px solid #cccccc;
    background-color: white;
    padding: 0px;
}

DIV.controlHeader
{
    border-bottom: 2px solid #cccccc;
    background-color: #ffcc00;
    padding: 5px;
}

DIV.controlContent
{
	padding: 0px;
}

DIV.boxInfo
{
    display: none;
    border: thin dotted #006600;
    background-color: #E1E1E1;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

SPAN.error
{
    COLOR: red;
}

SPAN.errorSmall
{
    color: Red;
	font-style: italic;
}

SPAN.success
{
	color: Green;
}

SPAN.pageTitle
{
	font-size: 160%;
	color: Red;
	font-weight: bold;
}

.pageSubTitle
{
    color: #FF6600;
}

SPAN.controlTitle
{
	color: Red;
	font-weight: bold;
}

SPAN.textNote
{
	color: #FFF5EE;
	font-weight: normal;
	font-style: italic;
}

SPAN.controlSubTitle
{
	font-size: 110%;
	color: Red;
	font-weight: bold;
}

SPAN.breadcrumb
{
	font-size: 12px;
	color: Gray;
	font-weight: normal;
	vertical-align: top;
} 

A.breadcrumb
{
	font-size: 12px;
	color: Gray;
	font-weight: normal;
	vertical-align: top;
} 

IMG.noBorder
{
    border-style: none;
} 

SPAN.subTitle
{
	color: Black;
	font-weight: bold;
	padding-left:10px;
	padding-top:3px;
}


HR.pageSeparator
{
	background-color: #7CCAA3;
	border: thick none;
	height: 1px;
	margin-top: 4px;
	margin-bottom: 6px;
}


HR.separator
{

	background-image:url('../Images/separator.jpg'); 
	border: none;
	height: 15px;
	width: 585px;
 	padding: 0 0 0 0;
 	margin-top: 1px;
 	margin-bottom: 1px;
}


IMG.preview
{
	border-right:1px solid black;
	border-top:1px solid black;
	border-left:1px solid black;
	border-bottom:1px solid black;
}


LI.dotted
{
	list-style-type:none;
	list-style-image:url(../images/mesopuntoorange.png);
}

TABLE.contornata
{
	border-right: thin dotted #dcdcdc;
	border-top: thin dotted #dcdcdc;
	border-left: thin dotted #dcdcdc;
	border-bottom: thin dotted #dcdcdc;
}

table.menu
{
	width: 100%
}

TD.listItem
{
    background-color: White;
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    text-align:left;
}

TD.listItemAlternate
{
    background-color: black;
    text-align:left;
    /*
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    */
}

ul.news li
{
    border-bottom: 1px dotted;
    list-style: none;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

div.itemFiles li
{
    border-bottom: none;
    list-style: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

div.itemDate
{
    line-height: 19px;
    font-weight: bold;
}

div.itemTitle
{
    line-height: 19px;
    font-weight: bold;
    text-align: left;
}

div.itemShortDesc
{
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
}

div.itemLongDesc
{
    margin-top: 5px;
    margin-bottom: 10px
}

div.itemDivMore
{
    background: transparent url('Images/itemmore.png') no-repeat scroll left center;
    padding: 0px 60px 5px 0px;
    height: 10px;
}

div.fancyBox
{
    margin: 0;
    padding: 6px;
}

#fancybox-inner
{
    background-color: #F0F5E5;
}

a.itemMore
{
    text-decoration:none;
}

a.itemMore span
{
    /*height: 1px;
    width: 1px;
    overflow: hidden;
    top: -10px;
    position: absolute;*/
    visibility:hidden;
}

a.itemAttach
{
    background: transparent url('Images/itemattach.png') no-repeat scroll left center;
    line-height: 14px;
    padding: 0px 0px 5px 100px;
}



a.itemAttach span
{
    display: none;
}

/*not used*/
UL.menu
{
	margin: 0;
	padding: 0;
	list-style: none;
}
/*not used*/
UL.menu LI
{
	float: left;
	height: 24px;
	width: 120px;
	border: none;
	margin-right: 3px;
	line-height: 24px;
	text-align: center;
}

ul.bar { 
   list-style-type: none; 
   margin-left: 0;
   margin-top: 20px;
   padding-left: 0px;
   margin-bottom: 20px; 
}
ul.bar li { 
   /*border-bottom: 1px dotted #CDBFAC; */
   padding-bottom: 5px; 
}
ul.bar li.last { 
    border: none;
}

div.window{ 
   /*border: 1px solid #ff6600;*/
   margin-top: 0px; 
   /*background-color: #E1D4C0;*/
}
div.window div.content{ 
   padding: 4px; 
}

fieldset { 
   border: none; 
   width: 100%; 
   padding: 0; 
}

fieldset#contacts label {
	display: block;
	float: left;
	width: 85px;
	margin: 1px 15px 0 0;
	text-align: left;
}

dt { 
   /*border-bottom: 1px dotted #333; */
   margin-bottom: 5px; 
   /*font-weight: bold; */
}
dd { 
   margin-bottom: 10px; 
}

table.dataTable
{
    border: 1px solid #FFFFFF;
    font-size: 10px;
    line-height: 12px;
}

table.dataTable .head
{
    background: #C2D69B none repeat scroll 0 0;
    height: 18px;
}

table.dataTable td
{
    padding: 5px;
    vertical-align: top;
}

div.moduleTitle
{
   text-align: inherit;
}

div.moduleContent
{
   /*overflow-y: auto;*//*tag20100423*/
   /*overflow-x: hidden;*//*tag20100423*/
   /*max-height: 466px;*//*tag20100423*/
   /*padding-right: 6px;*//*tag20100423*/
}

div.moduleBody
{
   overflow-y: auto;
   overflow-x: hidden;
   max-height: 466px;
   padding-right: 6px;
}
