﻿/* CSS Document */

*
{
	margin: 0px;
	padding: 0px;
}


/* GRAFICA --------------------- */

#wrapper
{
	width: 849px;
	border: none;
}

#body
{
	width: 842px;
	border: none;
}

#banner
{
	background: url(    '../../images/banner.gif' ) no-repeat;
	height: 33px;
}

#bigline
{
	background: url(../../images/linea.gif) no-repeat top;
	width: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#bigline2
{
	background: url(../../images/linea.gif) no-repeat bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}

#shortline
{
	background: url(../../images/lineacorta.gif) no-repeat top;
	padding-top: 10px;
	padding-bottom: 10px;
}

#shortline2
{
	background: url(../../images/lineacorta.gif) no-repeat bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}

#shortline3
{
	background: url(../../images/lineacorta.gif) repeat-x;
}

#shortline4
{
	background: url(../../images/lineacorta.gif) no-repeat bottom;
	
}

#lineblue
{
	background: url(../../images/lineablu.gif) no-repeat;
}
/* HOME PAGE ------------------  */


#top1
{
	background: url(    '../../images/quadro/sup.gif' ) no-repeat;
	height: 35px;
	width: 548px;
}

#bottom1
{
	background: url(    '../../images/quadro/inf.gif' ) no-repeat;
	height: 30px;
	width: 548px;
}

#leftside
{
	background: url(    '../../images/quadro/latosx.gif' ) left repeat-y;
	width: 548px;
	vertical-align: top;
}

#leftside2
{
	background: url(    '../../images/quadro/latosx.gif' ) left repeat-y;
	width: 701px;
	vertical-align: top;
}

#top2
{
	background: url(    '../../images/quadro%20blu/sup2.gif' ) no-repeat;
	height: 35px;
	width: 294px;
}

#bottom2
{
	background: url(    '../../images/quadro%20blu/inf2.gif' ) no-repeat;
	height: 30px;
	width: 294px;
}

#rightside
{
	background: url(    '../../images/quadro%20blu/latodx.gif' ) repeat-y;
	width: 294px;
	vertical-align: top;
}


/* INTRANET -------------------  */

#top3
{
	background: url(    '../../images/quadro/sup.gif' ) no-repeat;
	height: 35px;
	width: 701px;
}

#bottom3
{
	background: url(    '../../images/quadro/inf.gif' ) no-repeat;
	height: 30px;
	width: 701px;
}

#top4
{
	background: url(    '../../images/quadro%20blu%20piccolo/sup3.gif' ) no-repeat;
	height: 35px;
	width: 141px;
}

#bottom4
{
	background: url(    '../../images/quadro%20blu%20piccolo/inf3.gif' ) no-repeat;
	height: 30px;
	width: 141px;
}

#rightside2
{
	background: url(    '../../images/quadro%20blu%20piccolo/latdx3.gif' ) repeat-y;
	width: 141px;
	vertical-align: top;
}
/* PAGINA home --------------------------  */

#content
{
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
}

#content1
{
	padding-left: 20px;
	padding-right: 45px;
}

#contentfooter
{
	padding-right: 25px;
}

#image1
{
	width: 20px;
	padding: 15px;
}

#image2
{
	padding: 15px;
}

#image3
{
	padding: 15px;
}

#image4
{
	padding: 15px;
}

#image5
{
	width: 20px;
	padding: 15px;
}

#image6
{
	padding: 15px;
}

#image7
{
	padding: 15px;
}

#image8
{
	padding: 15px;
}

#image9
{
	padding: 15px;
}

#image10
{
	padding: 15px;
}

#image11
{
	padding: 15px;
}

#image12
{
	padding: 15px;
}

#image13
{
	padding: 15px;
}

#image14
{
	padding: 15px;
}

#image15
{
	padding: 15px;
}

#image16
{
	padding: 15px;
}

#image17
{
	padding: 15px;
}

#image18
{
	padding: 15px;
}

.blueline
{
	background: url(../../images/line_blue.jpg) repeat-x;
	height: 33px;
}

/* LOGO --------------------------  */

#tab_logo
{
	height: 85px;
	text-align: left;
	vertical-align: middle;
	/*width: 329px;*/
	width: 420px;
	margin-left: 2px;
}

.logo
{
	font-family: Verdana;
	color: #000;
	font-size: 19px;
	text-align: left;
	vertical-align: middle;
	line-height: 0.7em;
	padding-top: 4px;
}

.text_small_logo
{
	font-family: Verdana;
	color: #000;
	font-size: 10px;
	text-align: right;
	margin-right: 2px;
}

/* SEZIONI --------------------------  */

/* LINK --------------------------  */

.text_sublabel
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #333333;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	vertical-align: baseline;
}

.text_update
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #979EA7;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	vertical-align: baseline;
}


.text_bold, a:link.text_bold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
}
a:hover.text_bold
{
	color: #3F8CD9;
}

.link_text, a:link.link_text
{
	font-family: Verdana;
	color: #000000;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
}

a:hover.link_text
{
	color: #3F8CD9;
}

.text_back, a:link.text_back
{
	font-family: Verdana;
	color: #B4BFCD;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

a:hover.text_back
{
	color: #3F8CD9;
}
/* --------------------------- */

.input_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../../images/input.gif) no-repeat;
	padding-top: 10px;
	padding-left: 5px;
	font-size: 10px;
	border: none;
	height: 31px;
}

.input_text_form
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* 	background: url(../../images/input_text_form.gif) repeat-x; */
	padding-top: 5px;
	padding-left: 4px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 10px;
	height: 16px;
	vertical-align: top;
}

.input_text_number
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* 	background: url(../../images/input_text_form.gif) repeat-x; */
	padding-top: 5px;
	padding-left: 4px;
	padding-right:4px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 10px;
	height: 16px;
	vertical-align: top;
	text-align:right; 
}

.input_text_area
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* 	background: url(../../images/input_text_area.gif) repeat-x; */
	padding-top: 5px;
	padding-left: 4px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 10px;
	height: 40px;
	vertical-align: top;
}

.input_text_login
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../../images/inputform.gif) repeat-x;
	background-color: White;
	border-left: 1px #d5d5d5;
	border-right: 1px #d5d5d5;
	border-bottom: 1px #d5d5d5;
	border-top: 0px;
	padding-top: 10px;
	padding-left: 4px;
	margin-top: 2px;
	margin-bottom: 10px;
	font-size: 10px;
	height: 22px;
	vertical-align: top;
}

.input_ddl_form
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	height: 25px;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.image
{
	padding: 5px;
}

.button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
	color: #333333;
	font-size: 10px;
}

.text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

.text_just
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-align: justify;
	vertical-align: top;
}

.text_just_bold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight:bold; 
	text-align: justify;
	vertical-align: top;
}

.text_small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	text-align: left;
}

.text_small_multiline
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	text-align: left;
	font-style: italic;
	text-align: justify;
}

.text_small_justify
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	text-align: justify;
}

.footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	color: #333333;
	font-size: 10px;
	text-align: center;
}

.text_back
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B4BFCD;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

.rdblist
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	text-align: justify;
	vertical-align: middle;
}

.rdblist2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
}


.checkbox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 10px;
	text-align: right;
	text-decoration: none;
	vertical-align: middle;
}


TABLE.tabulardata
{
	text-decoration: none;
}
TABLE.tabulardata TR
{
	text-decoration: none;
}
TABLE.tabulardata TH
{
	background-color: #d8e6f7;
	padding: 4px;
	text-decoration: none;
}
TABLE.tabulardata TD
{
	padding: 4px;
	text-decoration: none;
}

.help_panel
{
	background-color: #d8e6f7;
	padding: 2px;
	position: absolute;
	border-color: Gray;
	border-style: solid;
	border-width: 1px;
}
.help_panel_inside
{
	background-color: White;
	position: relative;
	overflow: auto;
	height: 500px;
	width: 500px;
}
.help_panel_inside_upload
{
	padding: 10px;
	background-color: White;
	position: relative;
	overflow: auto;
	height: 110px;
	width: 480px;
}

.help_contact_point
{
	padding: 10px;
	background-color: White;
	position: relative;
	overflow: auto;
	width: 500px;
}

/* ERRORE --------------------------  */

.text_bold_error
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff0000;
	font-size: 10px;
	text-align: left;
}

.text_small_error
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
	font-size: 10px;
	text-align: left;
}

.form_note
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 11px;
	margin-bottom: 10px;
	font-style: italic;
	text-align: right;
}

#error
{
	border: 1px #B3BBC8;
	background-color: #FBFBFC;
	height: 66px;
}


/* ELEMENTI --------------------------  */

.link_signup,  a:link.link_signup
{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 19px;
	line-height: 2;
	margin-bottom: 0.5em;
	text-decoration: underline;
}
a:hover.link_signup
{
	color: #3F8CD9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 19px;
	line-height: 2;
	margin-bottom: 0.5em;
	text-decoration: underline;
}

.link_cannot_access, a:link.link_cannot_access
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	text-align: left;
	text-decoration: underline;
}

a:hover.link_cannot_access
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3F8CD9;
	font-size: 10px;
	text-align: left;
	text-decoration: underline;
}

.link_standard, a:link.link_standard
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-align: left;
	text-decoration: underline;
}

a:hover.link_standard
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3F8CD9;
	font-size: 12px;
	text-align: left;
	text-decoration: underline;
}

.title1, .title2, .title3, .title4, .title5, .title6
{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.title1
{
	font-size: 19px;
	line-height: 2;
	margin-bottom: 0.5em;
}




.title2
{
	font-size: 19px;
	margin-bottom: 10px;
	line-height: 2;
}

.title3
{
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1;
}

.title4
{
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 10px;
}

/* SPECIFICHE --------------------------  */


a
{
	color: #000000;
	text-decoration: none;
}

a:link
{
	color: #000000;
	text-decoration: none;
}

a:visited
{
	color: #000000;
}

a:hover
{
	color: #3F8CD9;
}

a:active
{
	color: #000000;
}

strong
{
	color: #666666;
}

blockquote
{
	margin: 15px;
	color: #000000; /*	font-style: italic;*/
	padding-top: 10px;
}

em, dfn
{
	font-style: italic;
}

dfn
{
	font-weight: bold;
}

pre, code
{
	margin: 15px 0;
}

pre, code, tt
{
	font: 10px 'andale mono' , 'monotype.com' , 'lucida console' , monospace;
	line-height: 1.5;
}

tt
{
	display: block;
	margin: 15px 0;
	line-height: 1.5;
}

p
{
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}

