@import url(style.css);

/* PAGE */
BODY {
	margin:0px 0px;
	background:#DDEEDE url(sfondo_page.jpg) repeat-x  top left;
}


/* TEMPLATE */
.template {
	height: 100%;
}
.templateHeaderCell {
	height: 1%;
	width: 100%;
}
.templateLeftCell {
	vertical-align: top; 
	width: 1%;
}
.templateContentCell {
	text-align: center;	
	vertical-align: top;
	width: 99%;
	padding: 10px;
}
.templateFooterCell {
	height: 1%;
	width: 1%;
}


/* BOX */
.box {
	margin: auto;
	background-color: transparent;
}

.boxDetail {
	margin: auto;
	background-color: #EFEFEF;
	background-image: url(../images/image_search.jpg);background-repeat: no-repeat;background-position: right top;
}





/* box title */
.boxTitleLeft {
   background-image: url(boxTitleLeft.gif);background-repeat: no-repeat;
	width:4px;
	height:24px;
}
.boxTitleRight {
   background-image: url(boxTitleRight.gif);background-repeat: no-repeat;
	width:4px;
	height:24px;
}
.boxTitle {
   background-image: url(boxTitle.gif);background-repeat: repeat-x;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: transparent;
	vertical-align:middle;
	height:24px;
	padding-left:5px;
}


/* box label */
.boxLabelRight {
	BORDER-RIGHT: #95b2dc 2px solid; 
	WIDTH: 4px; 
	BACKGROUND-COLOR: #DDEEDE;
}
.boxLabelLeft {
	BORDER-LEFT: #95b2dc 2px solid; 
	WIDTH: 4px; 
	BACKGROUND-COLOR: #DDEEDE;
}
.boxLabelTopLeft {
	BACKGROUND-IMAGE: url(boxLabelTopLeft.gif); 
	WIDTH: 4px; 
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 4px
}
.boxLabelTopRight {
	BACKGROUND-IMAGE: url(boxLabelTopRight.gif); 
	WIDTH: 4px; 
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 4px
}
.boxLabelTop {
	BORDER-TOP: #95b2dc 2px solid; 
	HEIGHT: 4px; 
	BACKGROUND-COLOR: #FFFFFF;
}
.boxLabelBottom {
	BORDER-BOTTOM: #95b2dc 2px solid; 
	HEIGHT: 4px; 
	BACKGROUND-COLOR: #FFFFFF;
}
.boxLabelBottomLeft {
	BACKGROUND-IMAGE: url(boxLabelBottomLeft.gif); 
	WIDTH: 4px; 
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 4px
}


/* box data */
.boxDataCenter {
	BACKGROUND-COLOR: #FFFFFF; 
	TEXT-ALIGN: center
}
.boxDataTopRight {
	BACKGROUND-IMAGE: url(boxDataTopRight.gif); 
	WIDTH: 4px; 
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 4px
}
.boxDataBottomRight {
	BACKGROUND-IMAGE: url(boxDataBottomRight.gif); 
	WIDTH: 4px; 
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 4px
}
.boxDataTopLeft {
	BACKGROUND-IMAGE: url(boxDataTopLeft.gif); 
	WIDTH: 4px; 
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 4px
}
.boxDataBottomLeft {
	BACKGROUND-IMAGE: url(boxDataBottomLeft.gif); 
	WIDTH: 4px; 
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 4px
}
.boxDataTop {
	BORDER-TOP: #95b2dc 2px solid; 
	HEIGHT: 4px; 
	BACKGROUND-COLOR: #FFFFFF
}
.boxDataRight {
	BORDER-RIGHT: #95b2dc 2px solid; 
	WIDTH: 4px; 
	BACKGROUND-COLOR: #FFFFFF
}
.boxDataLeft {
	BORDER-LEFT: #95b2dc 2px solid; 
	WIDTH: 4px; 
	BACKGROUND-COLOR: #FFFFFF
}
.boxDataBottom {
	BORDER-BOTTOM: #95b2dc 2px solid; 
	HEIGHT: 4px; 
	BACKGROUND-COLOR: #FFFFFF
}

.boxSeparator {
    background-color: #95b2dc;
}
.boxSeparatorDetail {
    background-color: #95b2dc;
}
.buttonDft {
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	color:#FFFFFF;
	font-weight: bold;
	background-color:transparent;
	background-image:url(button_m_dft.gif); background-repeat:no-repeat;
	border: 0px;
	width:100px;
	height:22px;
	text-align:center;
	font-size:11px
}

.buttonM {
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	color:#FFFFFF;
	font-weight: bold;
	background-color:transparent; background-image:url(button_m_dft.gif); background-repeat: no-repeat; 
	border: 0px; 
	width:100px; 
	height:22px; 
	text-align:center;
	font-size:11px
}
/* LIST */
.list{
   border-top: 1px solid #C4C4C4;
   border-left: 1px solid #C4C4C4;
}
.listTitle {
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #284560;
	vertical-align:middle;
	padding:2px;
	border-right: 1px solid #C4C4C4;
   border-bottom: 1px solid #C4C4C4;
}
.listCell {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #2A354B;
	font-weight: normal;
	background-color: transparent;
	vertical-align:middle;
	padding:2px;
	border-right: 1px solid #C4C4C4;
   border-bottom: 1px solid #C4C4C4;
}
.listOddRow {
	background-color: #FFFFFF;
}
.listEvenRow {
	background-color: #EEEFF1;
}
.listOverRow {
	background-color: #FFEFB0;
}


/* PAGER */
.pagerLink {
    font-weight:bold;
    font-size:12px;
    color:#000000;
    font-family:Arial,Verdana, Sans-Serif;
    text-decoration:underline;
}
.pagerLink:hover {
    font-weight:bold;
    font-size:12px;
    color:#aaaaaa;
    font-family:Arial,Verdana, Sans-Serif;
    text-decoration:underline;
}
.pagerSelected {
    font-weight:bold;
    font-size:12px;
    color:#c81a1a;
    font-family:Arial,Verdana, Sans-Serif;
    text-decoration:none;
}


/* TEXT */
.label {
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	font-size: 10px;
	text-align: right;
	color: #000000;
	font-weight: bold;
	background-color: #DDEEDE;
	vertical-align:middle;
	height:25px;
	padding:10px;
}
.data {
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	vertical-align:middle;
	height:25px;
	padding:10px;
}
.data1 {
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	font-size: 10px;
	color: #000000;
	background-color: transparent;
	font-weight: normal;
	vertical-align:middle;
	height:25px;
	padding:10px;
}
.data1 a{
	text-decoration: underline;
	color: #000;
}
.data1 a:hover{
	text-decoration: underline;
	color: #FF6600;
}
.data2 {
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: underline;
	font-size: 10px;
	color: #2A354B;
	font-weight: normal;
	background-color: #EFEFEF;
	vertical-align:bottom;
	height: 20px;
	padding: 5px;
}
.menu {
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	font-size: 12px;
	color: #2A354B;
	font-weight: bold;
	vertical-align: top;
}
.error {
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	color: red;
	font-weight: bold;
	vertical-align:middle;
	height:25px;
	padding:10px;
}
.errorHttp {
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
	color: red;
	font-weight: bold;
	vertical-align:middle; 
	height:25px;
	padding:10px;
}
.text {
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	font-size: 10px;
	color: #2A354B;
	font-weight: normal;
}


/* FORM */
.selectInput {
    border: #95A2AA 1px solid;
    font-size: 10px;
    color: #000000;
    font-family: Arial, Verdana, sans-serif;
    background-color: #ffffff;	
}
.textInput {
    border-right: #9E9E9E 1px solid;
    border-top: #9E9E9E 1px solid;
    font-size: 12px;
    border-left: #9E9E9E 1px solid;
    color: #000000;
    border-bottom: #9E9E9E 1px solid;
    font-family: Verdana, Arial, sans-serif;
    background-color: #ffffff
}
.numberInput {
    border-right: #9E9E9E 1px solid;
    border-top: #9E9E9E 1px solid;
    font-size: 12px;
    border-left: #9E9E9E 1px solid;
    color: #000000;
    border-bottom: #9E9E9E 1px solid;
    font-family: Verdana, Arial, sans-serif;
    background-color: #ffffff;
    text-align:right;
}


/*BOTTONI*/
.buttonXS {
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	color:#2A354B;
	font-weight: bold;
	background-color:transparent; background-image:url(../images/button_xs.gif); background-repeat: no-repeat; 
	border: 0px; 
	width:28px; 
	height:22px; 
	text-align:center;
	font-size:11px
}
.buttonS {
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	color:#2A354B;
	font-weight: bold;
	background-color:transparent; background-image:url(../images/button_s.gif); background-repeat: no-repeat; 
	border: 0px; 
	width:70px; 
	height:22px; 
	text-align:center;
	font-size:11px;
	line-height:20px;
}


.buttonL {
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	color:#2A354B;
	font-weight: bold;
	background-color:transparent; background-image:url(../images/button_l.gif); background-repeat: no-repeat; 
	border: 0px; 
	width:150px; 
	height:22px; 
	text-align:center;
	font-size:11px
}
.buttonXL {
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	color:#2A354B;
	font-weight: bold;
	background-color:transparent; background-image:url(../images/button_xl.gif); background-repeat: no-repeat; 
	border: 0px; 
	width:200px; 
	height:22px; 
	text-align:center;
	font-size:11px
}


/*BOTTONI DEFAULT*/
.buttonDftXS {
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	color:#FFFFFF;
	font-weight: bold;
	background-color:transparent; background-image:url(../images/button_xs_dft.gif); background-repeat: no-repeat; 
	border: 0px; 
	width:28px; 
	height:22px; 
	text-align:center;
	font-size:11px
}
.buttonDftS {
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	color:#FFFFFF;
	font-weight: bold;
	background-color:transparent;
	background-image:url(../images/button_s_dft.gif); 
	background-repeat:no-repeat;
	border: 0px;
	width:70px;
	height:22px;
	text-align:center;
	font-size:11px
}
.buttonDft {
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	color:#FFFFFF;
	font-weight: bold;
	background-color:transparent;
	background-image:url(../images/button_m_dft.gif); background-repeat:no-repeat;
	border: 0px;
	width:100px;
	height:22px;
	text-align:center;
	font-size:11px
}
.buttonDftL {
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	color:#FFFFFF;
	font-weight: bold;
	background-color:transparent;
	background-image:url(../images/button_l_dft.gif); 
	background-repeat:no-repeat;
	border: 0px;
	width:150px;
	height:22px;
	text-align:center;
	font-size:11px
}
.buttonDftXL {
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	color:#FFFFFF;
	font-weight: bold;
	background-color:transparent; background-image:url(../images/button_xl_dft.gif); background-repeat: no-repeat; 
	border: 0px; 
	width:200px; 
	height:22px; 
	text-align:center;
	font-size:11px
}


/*TAB*/
.tabBottom{
   background-image: url(../images/tab_bottom.gif);background-repeat: repeat-x;
	height:9px;
	border-right:1px solid #2A354B;
	border-left:1px solid #2A354B;
}

.tabXS{
   font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	line-height:20px;
	font-size: 12px;
   color:#2A354B;
   text-decoration: none;
	display: block; 
	font-weight: bold; 
	vertical-align:bottom;
	text-align:center;
   background-image: url(../images/tab_xs.gif);background-repeat: no-repeat;
   width:30px; 
	height:25px;
}
.tabXS:hover{
	text-decoration: none;
   color:#2A354B;
   text-decoration: none;
   background-image: url(../images/tab_over_xs.gif);background-repeat: no-repeat;
   width:30px; 
	height:25px;
}
.tabS{
   font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	line-height:20px;
	font-size: 12px;
   color:#2A354B;
   text-decoration: none;
	display: block; 
	font-weight: bold; 
	vertical-align:bottom;
	text-align:center;
   background-image: url(../images/tab_s.gif);background-repeat: no-repeat;
   width:70px; 
	height:25px;
}
.tabS:hover{
	text-decoration: none;
   color:#2A354B;
   text-decoration: none;
   background-image: url(../images/tab_over_s.gif);background-repeat: no-repeat;
   width:70px; 
	height:25px;
}
.tabM{
   font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	line-height:20px;
	font-size: 12px;
   color:#2A354B;
   text-decoration: none;
	display: block; 
	font-weight: bold; 
	vertical-align:bottom;
	text-align:center;
   background-image: url(../images/tab_m.gif);background-repeat: no-repeat;
   width:100px; 
	height:25px;
}
.tabM:hover{
	text-decoration: none;
   color:#2A354B;
   text-decoration: none;
   background-image: url(../images/tab_over_m.gif);background-repeat: no-repeat;
   width:100px; 
	height:25px;
}
.tabL{
   font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	line-height:20px;
	font-size: 12px;
   color:#2A354B;
   text-decoration: none;
	display: block; 
	font-weight: bold; 
	vertical-align:bottom;
	text-align:center;
   background-image: url(../images/tab_l.gif);background-repeat: no-repeat;
   width:150px; 
	height:25px;
}
.tabL:hover{
	text-decoration: none;
   color:#2A354B;
   text-decoration: none;
   background-image: url(../images/tab_over_l.gif);background-repeat: no-repeat;
   width:150px; 
	height:25px;
}
.tabXL{
   font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	line-height:20px;
	font-size: 12px;
   color:#2A354B;
   text-decoration: none;
	display: block; 
	font-weight: bold; 
	vertical-align:bottom;
	text-align:center;
   background-image: url(../images/tab_xl.gif);background-repeat: no-repeat;
   width:200px; 
	height:25px;
}
.tabXL:hover{
	text-decoration: none;
   color:#2A354B;
   text-decoration: none;
   background-image: url(../images/tab_over_xl.gif);background-repeat: no-repeat;
   width:200px; 
	height:25px;
}
.tabSelectedXS{
   font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	line-height:20px;
	font-size: 12px;
   color:#ffffff;
   text-decoration: none;
	display: block; 
	font-weight: bold; 
	vertical-align:bottom;
	text-align:center;
   background-image: url(../images/tab_selected_xs.gif);background-repeat: no-repeat;
   width:30px; 
	height:25px;
}
.tabSelectedS{
   font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	line-height:20px;
	font-size: 12px;
   color:#ffffff;
   text-decoration: none;
	display: block; 
	font-weight: bold; 
	vertical-align:bottom;
	text-align:center;
   background-image: url(../images/tab_selected_s.gif);background-repeat: no-repeat;
   width:70px; 
	height:25px;
}
.tabSelectedM{
   font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	line-height:20px;
	font-size: 12px;
   color:#ffffff;
   text-decoration: none;
	display: block; 
	font-weight: bold; 
	vertical-align:bottom;
	text-align:center;
   background-image: url(../images/tab_selected_m.gif);background-repeat: no-repeat;
   width:100px; 
	height:25px;
}
.tabSelectedL{
   font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	line-height:20px;
	font-size: 12px;
   color:#ffffff;
   text-decoration: none;
	display: block; 
	font-weight: bold; 
	vertical-align:bottom;
	text-align:center;
   background-image: url(../images/tab_selected_l.gif);background-repeat: no-repeat;
   width:150px; 
	height:25px;
}
.tabSelectedXL{
   font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	line-height:20px;
	font-size: 12px;
   color:#ffffff;
   text-decoration: none;
	display: block; 
	font-weight: bold; 
	vertical-align:bottom;
	text-align:center;
   background-image: url(../images/tab_selected_xl.gif);background-repeat: no-repeat;
   width:200px; 
	height:25px;
}

.tabSpace{
	border-bottom:1px solid #2A354B;
	background-color:#F2F2F2;
}


/*STEP*/
.boxStep {
	background-color: #FFFFFF;
	border:1px solid #808277;
	padding-left:3px;
	padding-top:3px;
	padding-right:3px;
	padding-bottom:8px;
}
.containerStep {
	border-left:1px solid #4C4C4C;
}
.stepExecuted {
   background-image: url(../images/step_executed.gif);background-repeat: repeat-x;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	background-color: transparent;
	vertical-align:middle;
	height:23px;
	padding-left:5px;
}
.stepExecuted A {
	color: #000000;
	vertical-align:middle;
	text-decoration:none;
}
.stepExecuted A:hover {
	color: #7F7F7F;
	vertical-align:middle;
	text-decoration:none;
}
.stepSelected {
   background-image: url(../images/step_selected.gif);background-repeat: repeat-x;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: transparent;
	vertical-align:middle;
	height:23px;
	padding-left:5px;
}
.stepSelected A {
	color: #FFFFFF;
	vertical-align:middle;
	text-decoration:none;
}
.stepSelected A:hover {
	color: #FF9933;
	vertical-align:middle;
	text-decoration:none;
}
.stepNext {
   background-image: url(../images/step_next.gif);background-repeat: repeat-x;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: transparent;
	vertical-align:middle;
	height:23px;
	padding-left:5px;
}
.stepNext A {
	color: #FFFFFF;
	vertical-align:middle;
	text-decoration:none;
}
.stepNext A:hover {
	color: #000000;
	vertical-align:middle;
	text-decoration:none;
}
.stepText {
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	background-color: transparent;
}


/* EVENT */
.hide {
  display: none;
}
.show {
  display: block;
}

/* MENU */
.leftmenu {
	background-image: url(../images/bgd_leftcell.jpg);background-repeat:repeat-y;
	background-color: #cecece;
	border-right:1px solid #999999;
	vertical-align: top; 
}

.level_0 {
	width: 170px;
	cursor: pointer;
	border-bottom: #999999 solid 1px;
	font-family:Arial,Verdana,Tahoma,Helvetica,sans-serif;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	background-color: #CECECE;
	padding-left: 2px;	
}
.level_1 {
	cursor: pointer;
	border-bottom: #999999 solid 1px;
	font-family:Arial,Verdana,Tahoma,Helvetica,sans-serif;
	font-size:13px;
	color: #000000;
	font-weight:normal;
	background-color: #CAE1F7;
	padding-left: 10px;
}
.level_2 {
	cursor: pointer;
	border-bottom: #999999 solid 1px;
	font-family:Arial,Verdana,Tahoma,Helvetica,sans-serif;
	font-size:13px;
	color:#000000;
	font-weight:normal;
	background-color: #DEEBF7;
	padding-left: 15px;
}
.level_3 {
	cursor: pointer;
	border-bottom: #999999 solid 1px;
	font-family:Arial,Verdana,Tahoma,Helvetica,sans-serif;
	font-size:13px;
	color:#000000;
	font-weight:normal;
	background-color: #E8EDF0;
	padding-left: 20px;
}
.level_4 {
	cursor: pointer;
	border-bottom: #999999 solid 1px;
	font-family:Arial,Verdana,Tahoma,Helvetica,sans-serif;
	font-size:13px;
	color:#000000;
	font-weight:normal;
	background-color: #F2F2F2;
	padding-left: 25px;
}

/* POPUP */
.popup {
	BORDER: #000000 1px solid;
	padding: 15px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	color: #28374B;
	font-weight: bold;
	background-color: #FFCC00;	
}
.popupError {
	width:100px;
	height:50px;
	border: #FF0000 1px solid;
	padding: 15px;
	background-color: #FFFFFF;	
	color: #FF0000;
	text-align:left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
.popupInfo {
	width:100px;
	height:50px;
	border: #0076AE 1px solid;
	padding: 15px;
	background-color: #F2F2F2;	
	color: #0076AE;
	text-align:left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
.divText {
	padding: 2px; 
	font-weight: normal; 
	font-size: 11px; 
	vertical-align: middle; 
	color: #000000; 
	font-family: Arial,Tahoma,Verdana; 
	background-color: #DDEEDE; 
	text-align: left;
	border:2px solid #95b2dc;
}
.showDiv {
	
}
.hide {
   display:none;
}
