/* *********************************** elementi principali *************************************** */
body, html
{
	background-color: #4F4F4F;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color:#333333;
	margin: 0px;
	padding: 0px;
    text-align: center;
    background-image: url(/images/back.gif);
    height: 100%;
}

table, td
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
    color:#000000;
}
a
{
	color:#003300;
    text-decoration:none;
}
a:hover
{
	color:#004400;
    text-decoration:underline;
}
hr
{
	border: 1px solid #d9d9d9;
	height: 1px;
	width: 95%;
	text-align: center;
}

#mainBody
{
	text-align: center;
    background-image: url(/images/back_ombra.gif);
    width: 780px;
    height:100%;
}

#site
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
	text-align: left;
}
#alertsContent
{
    text-align: left;
    height:340px;
    width:506px;
    vertical-align: middle;
}
#logo
{
	width:250px;
	height: 100px;
	border: 1px solid #D9D9D9;
	text-align: center;
	float: left;
}
#menu_0
{
	float:right;
	width: 506px;
    height: 100px;
}
/* FOOTER */
#head
{
	width: 760px;
	height: 102px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	text-align: right;
}
#footer
{
	width: 760px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	
	text-align: right;
}
#footer a
{
	color:#336633;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}

#documentsList
{
    height: 70px;
}
.voci_menu a
{
	color:#336633;
	font-weight:bolder;
}
.voci_menu a:hover
{
	color:#336633;
	font-weight:bolder;
}
.banner468
{
	height: 68px;
	text-align: center;
	background-color: #EBEBEB;
	padding-top: 9px;
}
.label
{
	width:70px;
	font-size: 9px;
	display: inline;
}
/* ***************************************** stili di testo ************************************** */

.plainText
{
    font-weight: normal;
    font-style: normal;
}
.boldText
{
    font-weight: bolder;
}
.bigText
{
    font-size: 13px;
    font-weight: normal;
}
.smallCaps
{
    font-variant: small-caps;
}
.smallText
{
    font-size: 10px;
    font-weight: normal;
}
.smallText11
{
    font-size: 11px;
    font-weight: normal;
}
.voci_menu
{
	height: 24px;
	background-color:#CDCDCD;
	border-bottom: 1px solid #878787;
	text-align: center;
}

/* ***************************************** componenti di contenuto ******************************* */

#colonne
{
    margin: 0px;
    padding: 0px;
    width:506px;
    float:right; 
    display:inline;
	position: relative;
}
#col_left, #col_center
{
/* 	margin: 3px 0px 0px 0px; */
    padding: 0px;
	width: 250px;
	float: left;
	position: relative;
	padding-right: 2px;
}
#col_right
{
/* 	margin: 3px 0px 0px 0px; */
    padding: 0px;
	width:252px;
    float:right;
	position: relative;
}
#col_double
{
/* 	margin: 3px 0px 0px 0px; */
    padding: 0px;
	width: 506px;
    float:right;
/*	position: relative;*/
}
#col_large
{
    margin: 3px 0px 0px 0px;
    width: 760px;
    padding: 0px;
	position: relative;
}
#col_right .box, #col_center .box, #col_left .box
{
	width: 250px;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 3px;
}
#col_double .box
{
    width: 506px;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 3px;
}
#col_large .box
{
    width: 760px;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 3px;
}

.box .content
{
	padding:3px 3px 3px 3px;
}

.box .frameContent
{
    padding:0px;
    height:390px;
}

.head_green a, .head_blue a, .head_orange a
{
	text-decoration:none;
    color: #ffffff;
}
.head_green a:Hover, .head_blue a:Hover, .head_orange a:Hover
{
	text-decoration:underline;
    color: #eeeeee;
}
.head_green, .head_blue, .head_orange
{
	width: 100%;
	height: 24px;
	vertical-align: middle;
	text-align: left;
	font-weight: bolder;
	color: #ffffff;
}
.head_green
{
	background-image: url(/images/green.gif);
    background-color: #3A812B;
	border-top: 1px solid #8AB667;
	border-left: 1px solid #8AB667;
	border-right: 1px solid #8AB667;
}
.head_blue
{
	background-image: url(/images/blue.gif);
    background-color: #0E5787;
	border-top: 1px solid #66B8C0;
	border-left: 1px solid #66B8C0;
	border-right: 1px solid #66B8C0;
}
.head_orange
{
	background-image: url(/images/orange.gif);
    background-color: #EE9507;
	border-top: 1px solid #EF9407;
	border-left: 1px solid #EF9407;
	border-right: 1px solid #EF9407;
}
.quad
{
	float: right;
	padding-right: 5px;
}
.title
{
	vertical-align: middle;
	position: relative;
	top:5px;
	left:5px;
	height: 24px;
}
.separ_box
{
    width: 100%;
	font-size: 1px;
	height: 4px;
	background-image: url(/images/separ.gif);
}
.helperBoxContent TABLE
{
    max-width: 410px !important;
}
.ibox_orange, .ibox_green, .ibox_blue
{
    position: relative;
    padding: 12px 4px 4px 4px;
    margin-top: 7px;
}
.ibox_orange
{
    border: 1px solid #EF9407;
}
.ibox_green
{
    border: 1px solid #8AB667;
}
.ibox_blue
{
    border: 1px solid #66B8C0;
}
.iboxTitle_orange, .iboxTitle_green, .iboxTitle_blue
{
    position:absolute;
    color: #FFFFFF;
    font-weight: bolder;
    top: -7px;
    left:5px;
    padding: 1px 4px 1px 4px;
}
.ibox_orange .iboxTitle_orange
{
    background-color: #EF9407;
    border: 1px solid #EF9407;
}
.ibox_green .iboxTitle_green
{
    background-color: #8AB667;
    border: 1px solid #8AB667;
}
.ibox_blue .iboxTitle_blue
{
    background-color: #66B8C0;
    border: 1px solid #66B8C0;
}

.alertBig, .infoBig, .alertSmall, .infoSmall
{
    background-repeat: no-repeat;
	background-position: left;
    background-position: 4px top;
}
.alertBig, .infoBig
{
    padding: 3px 6px 3px 38px;
    min-height: 36px;
    height: auto !important;
    height: 36px;
}
.alertSmall, .infoSmall
{
    padding: 3px 6px 3px 28px;
    min-height: 26px;
    height: auto !important;
    height: 26px;
}
.alertBig
{
    background-image: url(/images/icons/alert30x30.gif);
}
.infoBig
{
    background-image: url(/images/icons/info30x30.gif);
}
.alertSmall
{
    background-image: url(/images/icons/alert20x20.gif);
}
.infoSmall
{
    background-image: url(/images/icons/info20x20.gif);
}

.scroll_green
{
    scrollbar-3d-light-color: #CCFF66;
	scrollbar-arrow-color: #336699;
	scrollbar-base-color: #336699;
	scrollbar-dark-shadow-color: #FFFFFF;
	scrollbar-face-color: #CCFF66;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
}
.scroll_orange
{
    scrollbar-3d-light-color: #CCFF66;
	scrollbar-arrow-color: #336699;
	scrollbar-base-color: #336699;
	scrollbar-dark-shadow-color: #FFFFFF;
	scrollbar-face-color: #CCFF66;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
}
.scroll_blue
{
    scrollbar-3d-light-color: #CCFF66;
	scrollbar-arrow-color: #336699;
	scrollbar-base-color: #336699;
	scrollbar-dark-shadow-color: #FFFFFF;
	scrollbar-face-color: #CCFF66;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
}
.limitx
{
	vertical-align: middle;
	height: 15;
	overflow: hidden;
	word-break: break-all;
}
.overx
{
	overflow-x: auto;
    padding-bottom: 16px;
}

/* ***************************************** dettagli contenuti ******************************* */

.cursorLinked
{
    cursor: pointer;
}
.separ_line_blue, .separ_line_green, .separ_line_orange
{
    width: 100%;
}
.separ_line_blue
{
    border-color: #66B8C0;
}
.separ_line_green
{
    border-color: #8AB667;
}
.separ_line_orange
{
    border-color: #EF9407;
}
.back_login
{
    background-color: #E1E1C4;
}
.back_orange
{
    background-color: #E1ECB3;
}
.back_blue
{
    background-color: #E1ECEC;
}
.back_green
{
    background-color: #E1FFCF;
}
.back_orangeDark
{
    background-color: #C1CA99;
}
.back_blueDark
{
    background-color: #CCD6D6;
}
.back_greenDark
{
    background-color: #A0B694;
}
.priority0_green
{
    background: #D3EFC3;
}
.priority30_green
{
    background: #CBE6BB;
}
.priority60_green
{
    background: #C4DEB5;
}
.priority90_green
{
    background: #BBD4AD;
}

/* LINK */
.linkBox
{
    padding-top: 6px;
    padding-bottom: 6px;
}
.menuItem
{
    padding: 3px 3px 3px 3px;
}
.menuItem span
{
    padding-left:10px;
}

.rArrowLnk, .rArrowLighLnk, .rArrowLnkOrange
{
    background-repeat: no-repeat;
	background-position: left;
    margin: 6px 4px 6px 4px;
    padding-left: 25px;
}
.rArrowLnk a, .rArrowLighLnk a, .rArrowLnkOrange a, .rDocLnk a, .rPdfDocLnk a, .rWDocLnk a
{
	color:#003300;
}
.rArrowLnk a:Hover, .rArrowLighLnk a:Hover, .rArrowLnkOrange a:Hover, .rDocLnk a:Hover, .rPdfDocLnk a:Hover, .rWDocLnk a:Hover
{
	color:#004400;
}

.rArrowLnkOrange a, .rArrowLnkOrange a:Hover
{
    color: #E2017B;
}

.rDocLnk, .rPdfDocLnk, .rWDocLnk
{
    background-repeat: no-repeat;
	background-position: left;
    height: 20px;
    vertical-align: middle;
    margin: 5px 4px 5px 4px;
    padding-left: 25px;
    padding-top: 3px;
}

.rArrowLnk, .rArrowLighLnk
{
    background-image: url(/images/arrow_green.gif);
}
.rArrowLnkOrange
{
    background-image: url(/images/arrow_orange.gif);
}
.rDocLnk
{
    background-image: url(/images/icons/doc_online.gif);
}
.rWDocLnk
{
    background-image: url(/images/icons/doc_word20x20.gif);
}
.rPdfDocLnk
{
    background-image: url(/images/icons/doc_pdf20x20.gif);
}

.tree_Add
{
    padding: 7px 3px 7px 3px;
}
.tree_Add span
{
    padding-left:4px;
}
.input
{
    color:#FFFFFF; 
    font-size: 10px; 
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
    border-bottom: 1px solid #CCFF66; 
    border-right: 1px solid #CCFF66; 
    border-top: 1px solid #336699; 
    border-left: 1px solid #336699; 
    background-color: #22AA44;
}

.inputBold
{
    color: #660000; 
    font-size: 10px; 
    font-family: Verdana, Geneva, Arial, Helvetica; 
    border-bottom: 1px solid #666666; 
    border-right: 1px solid #666666; 
    border-top: 1px solid #666666; 
    border-left: 1px solid #666666; 
    background-color: #ffffff;
    font-weight: bolder;
}

.inputField
{
    color: #660000;
    font-size: 10px; 
    font-family: Verdana, Geneva, Arial, Helvetica; 
    border-bottom: 1px solid #666666; 
    border-right: 1px solid #666666; 
    border-top: 1px solid #666666; 
    border-left: 1px solid #666666; 
    background-color: #ffffff;
}


.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  



/* GRAFICA BOX */
.back_green
{
	background-image: url(../images/green.png);
	background-position: top;
	background-repeat: repeat-x;
}
.back_blue
{
	background-image: url(../images/blue.png);
	background-position: top;
	background-repeat: repeat-x;
}
