/* Default CSS Stylesheet for a new Web Application project */

/*********************************************************************
 *
 * GENERICO
 *
**********************************************************************/
HTML
{
	font-family: Tahoma, Helvetica;
}
BODY
{
	margin-left: 22px;
	margin-right: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*
	scrollbar-face-color: #efefef;
	scrollbar-highlight-color: #dedede;
	scrollbar-3dlight-color: #dedede;
	scrollbar-darkshadow-color: #dedede;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #efefef;
	*/
	text-decoration: none;
	text-align: left; /* center */
	color: Gray;
	font-size: 11px;
	overflow-y: scroll; /* per Chrome e Safari che nel Frame non fanno vedere la scroll bar */
}
#bodytop
{
	margin-right: 38px;
	overflow-y: hidden;
}
.BODYPOPUP
{
	margin-left: 1px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*
	scrollbar-face-color: #efefef;
	scrollbar-highlight-color: #dedede;
	scrollbar-3dlight-color: #dedede;
	scrollbar-darkshadow-color: #dedede;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #efefef;
	*/
	text-decoration: none;
	text-align:left; /* center */
	color: Gray;
	font-size : 11px;
}
TABLE
{
	font-size: 11px;
}
INPUT, BUTTON, TEXTAREA
{
	font-size: 11px;
}
/*********************************************************************
 *
 * BOTTONI
 *
**********************************************************************/
.ButtonUndefined:disabled,
.ButtonBasket:disabled,
.ButtonSmall:disabled,
.ButtonBig:disabled,
.Button:disabled,
.Bt:disabled
{
	color: #b4b4b4;
	cursor: default;
}
.ButtonUndefined
{
	border: solid 1px #676767;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 10px;
	background-attachment: scroll;
	background-image: url(images/btUndefined.gif);
	cursor: pointer;
	color: #696969;
	background-repeat: repeat-x;
	height: 19px;
}
.ButtonBasket
{
	BACKGROUND-IMAGE: url(images/ButtonBasket.gif);
	BACKGROUND-REPEAT: no-repeat;
	cursor: pointer;
	border: 0px solid;
	height: 20px;
	width: 20px;
}
.ButtonSmall
{
	font-size: 10px;
	color: #696969;
	height: 19px;
	width: 60px;
	BACKGROUND-IMAGE: url(images/btSmall.gif);
	BACKGROUND-REPEAT: no-repeat;
	border: 0px solid;
	cursor: pointer;
}
.Button
{
	font-size: 10px;
	color: #696969;
	height: 19px;
	width: 100px;
	BACKGROUND-IMAGE: url(images/btMedium.gif);
	BACKGROUND-REPEAT: no-repeat;
	border: 0px solid;
	cursor: pointer;
}
.ButtonBig
{
	font-size: 10px;
	font-weight: bold;
	color: #696969;
	height: 19px;
	width: 200px;
	BACKGROUND-IMAGE: url(images/btBig.gif);
	BACKGROUND-REPEAT: no-repeat;
	border: 0px solid;
	cursor: pointer;
}

A.AnchorItem:hover, A.AnchorItem:active 
{
	BACKGROUND-IMAGE: url(images/item.gif);
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-ATTACHMENT: fixed;
	background-color: #d6e3fa;
	display: inline-block;
}
A.AnchorItem:link, A.AnchorItem:visited
{
	margin: 2px 2px 2px 2px;
	border-right: #676767 1px solid;
	border-top: #676767 1px solid;
	border-left: #676767 1px solid;
	border-bottom: #676767 1px solid;
	height: 20px;
	width: 20px;
	display: inline-block;
}
.Bt
{
	background: #ececeb; /* Old browsers */
	background: -moz-linear-gradient(top, #ececeb 0%, #f8f8f8 20%, #e4e4e4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececeb), color-stop(20%,#f8f8f8), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ececeb 0%,#f8f8f8 20%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ececeb 0%,#f8f8f8 20%,#e4e4e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ececeb 0%,#f8f8f8 20%,#e4e4e4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ececeb 0%,#f8f8f8 20%,#e4e4e4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececeb', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
	border: 1px solid #676767;
	cursor: pointer;
}
/*A:not([href])*/
A[onclick]
{
	cursor: pointer;
}
/*********************************************************************
 *
 * TABELLE
 *
**********************************************************************/
.table_class
{
	border-top: #707070 2px solid;
	border-bottom: #707070 2px solid;
	border-right-style: none;
	border-left-style: none;
}
.td_separatore
{
	background-color: #d8d8d8;
	width: 100%;
	height: 1px;
}
.th_dispari
{
	height: 20px;
	background: #999999;
	text-transform: uppercase;
	font-weight: normal;
	color: white;
	text-align: center;
	font-size: 10px;
	letter-spacing : 1px;
}
.th_pari
{
	height: 20px;
	background: #999999;
	text-transform: uppercase;
	font-weight: normal;
	color: white;
	text-align: center;
	font-size: 10px;
	letter-spacing : 1px;
}
/**/
.td_dispari
{
	background: #EBE8E8;
	font-size: 10px;
	letter-spacing : 1px;
	padding: 0px 3px 0px 3px;
}
.td_pari
{
	background: #f9f9f9;
	font-size: 10px;
	letter-spacing : 1px;
	padding: 0px 3px 0px 3px;
}
.td_dispari_select
{
	background: #EBE8E8;
	font-size: 10px;
	letter-spacing : 1px;
	padding: 0px 3px 0px 3px;
	border-top: #99CCFF 2px dashed;
	border-bottom: #99CCFF 2px dashed;
}
.td_pari_select
{
	background: #f9f9f9; 
	font-size: 10px;
	letter-spacing : 1px;
	padding: 0px 3px 0px 3px;
	border-top: #99CCFF 2px dashed;
	border-bottom: #99CCFF 2px dashed;
}
.td_blank
{
	font-size: 10px;
	letter-spacing : 1px;
}
/* Per campi di ricerca dentro una tabella */
.td_search_GroupTitle
{
	font-weight: bold;
	font-size: 14px;
	color: #707070;
	padding-top: 10px;
	border-bottom: #707070 2px solid;
	border-top: #707070 2px solid;
	letter-spacing: 0px;
}
.table_search_field
{
	border-bottom: #707070 2px solid;
	border-top: #707070 2px solid;
	font-size: 10px;
	letter-spacing : 1px;
}
.td_search_field
{
	padding: 0px 5px 0px 5px;
	color: #666666;
	background-color: #f6f6f6;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0px; 
}
.txt-right
{
	text-align: right;
}

/*********************************************************************
 *
 * OBJECTS SERVER SIDE
 *
**********************************************************************/
.RadioButton, .CheckBox		{ font-size: 11px; font-weight: normal; color: #666666; letter-spacing: 0px; }
.Box						{ border: solid 1px #666666; }
.Panel
{
	padding: 3px 3px 3px 3px;
	border: solid 1px #dedede;
	color: #666666;
	background-color: #f6f6f6;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0px;
}
.TextBox_Error				{ font-size: 9px; border: solid 1px #666666; background-color: #DFEEFF; color: red; letter-spacing : 2px; }
.TextBox 
{
	font-size: 9px;
	border: solid 1px #666666;
	color: #464646;
}
.TextBox_ReadOnly			{ font-size: 9px; color:#464646; background-color: #f6f6f6; border: solid 1px #c4c4c4; background-position: right bottom; background-image: url(images/lock.gif); background-repeat: no-repeat; padding-right:7px; }
.TreeView
{
	border-right: 2px inset;
	border-top: 2px inset;
	border-left: 2px inset;
	border-bottom: 2px inset;
}
.TabLabel					{ background-image: url(images/tabBody.gif); background-repeat: repeat-x; padding: 3px 8px 0px 8px; height: 20px; }
.TabDx						{ background-image: url(images/tabDx.gif); background-repeat: no-repeat; height: 20px; width: 14px; }
.Label						{ font-size: 11px; font-weight: normal; color: #666666; letter-spacing: 0px; }
.Label_Small				{ font-size: 9px; color: #666666; letter-spacing: 0px; }
.Label_Error				{ font-size: 10px; color: Red; }
.Label_Confirm				{ font-size: 10px; color: Green; }
.Label_Required				{ font-size: 9px; font-weight: normal; color: #0099D2; }
.Label_Warning				{ font-size: 12px; font-weight: bold; color: #808080; border: solid 1px #ff9933; background: #ffffcc; width: 80%; padding: 6px 6px 6px 6px; }
A.LinkButton:visited		{ text-decoration: none; color: #666666; font-size: 11px; }
A.LinkButton:hover			{ text-decoration: none; color: #FF0000; font-size: 11px; }
A.LinkButton:link			{ text-decoration: none; color: #666666; font-size: 11px; }
.DataList
{
	overflow: auto;
	height: 110px;
	border: solid 1px #666666;
	background-color: White;
}

.GroupTitleSmall
{
	color: #707070;
	font-size : 12px;
}
.GroupTitle
{
	font-weight: bold;
	font-size: 14px;
	color: #707070;
}

/*********************************************************************
 *
 * OBJECTS HTML SIDE
 *
**********************************************************************/
A.HomeCatalogTextLink:visited,
A:visited       { color: #666666; font-size: 11px; }
A.HomeCatalogTextLink:hover,
A:hover         { color: #FF0000; font-size: 11px; }
A.HomeCatalogTextLink:link,
A:link          { color: #666666; font-size: 11px; }

.CurrentPage
{
	border: red 1px solid;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
	font-size: 13px;
	color: red;
}
.CurrentPageAlone
{
	font-weight: bold;
	font-size: 13px;
}
/* TAG <A> PER FOTO */
a.PageNavigation
{
	border-style: none;
}
a.PageNavigation:link, a.PageNavigation:visited 
{
	border-style: none;
}
a.PageNavigation:hover, a.PageNavigation:active 
{
	border-style: none;
}

/* TAG <A> PER LINK AD ANAGRAFICHE */
a.linkProg, a.linkProg:link, a.linkProg:visited
{
	padding: 0px 0px 0px 11px;
	background-image: url(images/linkProgOff.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	display: inline-block;
}
a.linkProg:hover, a.linkProg:active
{
	padding: 0px 0px 0px 11px;
	background-image: url(images/linkProgOn.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	display: inline-block;
}

a.linkProgNoText, a.linkProgNoText:link, a.linkProgNoText:visited
{
	background-image: url(images/linkProgOffNoText.gif);
	background-repeat: no-repeat;
	width: 9px;
	height: 15px;
	display: inline-block;
}
a.linkProgNoText:hover, a.linkProgNoText:active
{
	background-image: url(images/linkProgOnNoText.gif);
	background-repeat: no-repeat;
	width: 9px;
	height: 15px;
	display: inline-block;
}
/* TAG <A> PER LINK ALL'APERTURA LISTA DI RICERCA */
a.list, a.list:link, a.list:visited
{
	background-image: url(images/listOff.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
}
a.list:hover, a.list:active
{
	background-image: url(images/listOn.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
}
/* TAG <A> PER LINK AL CALENDARIO */
a.linkCalendar, a.linkCalendar:link, a.linkCalendar:visited
{
	background-image: url(images/CalendarOff.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 15px;
	display: inline-block;
}
a.linkCalendar:hover, a.linkCalendar:active
{
	background-image: url(images/CalendarOn.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 15px;
	display: inline-block;
}


hr				{ COLOR: #dedede; HEIGHT: 1px; }
.hr_underline	{ border-bottom: #dedede 1px solid; }
/* Div affiancata */
.diva
{
	clear: none;
	float: left;
}
.vis_none
{
	DISPLAY: none;
	VISIBILITY: hidden;
}
.divVirtualStore
{
	BACKGROUND-IMAGE: url(images/virtualstore.png);
	BACKGROUND-REPEAT: no-repeat;
	width: 168px; height: 60px;
	padding: 40px 0px 0px 85px;
	display: block;
}
/*********************************************************************
 *
 * GENERICHE
 *
**********************************************************************/
.sessionOK
{
	font-size: 8px;
	background-image: url(images/sessionOK.gif);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 15px;
	height: 15px;
	width: 40px;
	text-indent: 0px;
	display: block;
}
.sessionWarning
{
	font-size: 8px;
	background-image: url(images/sessionWarning.gif);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 15px;
	height: 15px;
	width: 40px;
	text-indent: 0px;
	display: block;
}
.sessionOff
{
	font-size: 8px;
	background-image: url(images/sessionOff.gif);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 15px;
	height: 15px;
	width: 40px;
	text-indent: 0px;
	display: block;
}


.table_top
{
	background-color: white;
}
.powered                    { font-size: 9px; font-weight: 400; color: #999999 }
.menu_titolo
{
	border-right: gainsboro 1px solid;
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
	border-left: gainsboro 1px solid;
	color: #676767;
	text-indent: 15px;
	border-bottom: gainsboro 1px solid;
	height: 30px;
	background-color: #ededed;
}
.benvenuto                  { font-size: 10px; font-weight: bold; color: #213F6C}
.Text						{ font-size: 10px; font-weight: normal; color: #666666 ; line-height: 20px}
.TextBold					{ font-size: 10px; font-weight: bold; color: #000000 ; line-height: 20px}

/* MENU TOP */
.menu_container
{
	background-image: url(images/bgMenu.gif);
	background-repeat: repeat-x;
	height: 25px;
}
/*.menu_item
{
	font-size: 11px;
	font-weight: normal;
	color: #213F6C;
	background: #f6f6f6;
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 16px;
	border: gainsboro 1px solid;
}*/
.menuItem-hidden
{
	display: none;
}
.menuItem A,.menuItem A:link,.menuItem A:visited
{
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	color: #213F6C;
	background: #f6f6f6;
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 16px;
	border: gainsboro 1px solid;
}
.menuItem A:hover
{
	color: #213F6C;
	/*blu:#d6e3fa; arancione:#ffe8b6;*/
	background: #ffe8b6 url(images/hrefnavOn.gif) no-repeat;
	text-decoration: none;
	width: 210px;
	height: 100%;
	border: #cca249 1px solid;
}
/*.menu_itemOn
{
	font-size: 11px;
	font-weight: normal;
	color: #213F6C;
	blu:#d6e3fa; arancione:#ffe8b6;
	background: #ffe8b6 url(images/hrefnavOn.gif) no-repeat;
	text-decoration: none;
	width: 210px;
	height: 100%;
	padding: 0px 0px 0px 16px;
	border: #cca249 1px solid;
}*/
.menu_top_item,
a.menu_top_item:visited,
a.menu_top_item:hover,
a.menu_top_item:link
{
	font-size: 11px;
	cursor: pointer;
	text-decoration: none;
	color: #213F6C;
	border-right: #666666 1px solid;
	width: 100%;
	text-align: center;
	display: block;
}

/* TAG <A> PER FOTO */
a.fotolink
{
	border: 2px solid #CCCCCC;
	min-height: 10px;
	display: inline-block;
	cursor: pointer;
}
a.fotolink:link, a.fotolink:visited
{
	border-color : #A6A6A6;
}
a.fotolink:hover, a.fotolink:active
{
	border-color : #FFCF31;
}
/* Torna su */
.tornasu
{ text-decoration: none; font-size: 11px; font-family: Terminal, monospace, serif; letter-spacing : 1px; }
A.tornasu:visited, A.tornasu:link
{ color: #666666; }
A.tornasu:hover
{ color: red; }
/* Stampa */
.stampa
{
	text-decoration: none;
	font-size: 11px;
	font-family: Terminal, monospace, serif;
	letter-spacing: 1px;
	vertical-align: middle;
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-bottom: 2px;
	padding-top: 3px;
}
A.stampa:visited, A.stampa:link
{
	color: #666666;
	background-image: url(images/printOff.gif);
}
A.stampa:hover
{
	color: red;
	background-image: url(images/printOn.gif);
}
/* photo dimensionata */
.photo_orders 
{
	max-width: 54px;
	max-height: 40px;
	width: 54px;
/*
	(ancora troppo lenta)
	width: expression(this.clientWidth > this.clientHeight ? "54px": "" );
	height: expression(this.clientWidth > this.clientHeight ? this.height: "40px");
	(meno stabile)
	width: expression(this.clientWidth > this.clientHeight ? "54px": "auto");
	height: expression(this.clientWidth > this.clientHeight ? "auto": "40px");*/
	border : 1px solid #ff0000;
}
/* classe per TD del bordo sinistro dove vengono messi i menu' per */
.td_left_linkcontainer
{
	border-right: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	width: 180px;
	table-layout: fixed;
}
/* link che normalmente sta' in un apposito spazio a sinistra. */
.table_linkcontainer
{
	width: 100%;
}
A.hrefnavOn:active, A.hrefnavOn:link, A.hrefnavOn:hover, .hrefnavOn
{
	font-weight: bold;
	/*blu:#d6e3fa; arancione:#ffe8b6;*/
	background: #d6e3fa url(images/hrefnavOn.gif) no-repeat;
	width: 100%;
	color: #676767;
	border-bottom: gainsboro 1px solid;
	height: 16px;
	text-decoration: none;
	display: block;
}
A.hrefnav:active, A.hrefnav:hover
{
	/*blu:#d6e3fa; arancione:#ffe8b6;*/
	background: #d6e3fa url(images/hrefnavOn.gif) no-repeat;
	width: 100%;
	color: #676767;
	border-bottom: gainsboro 1px solid;
	height: 16px;
	text-decoration: none;
	display: block;
}
.hrefnav, A.hrefnav:link, A.hrefnav:visited
{
	font-weight: normal;
	color: #676767;
	background-color: #f6f6f6;
	text-decoration: none;
	width: 100%;
	height: 16px;
	border-bottom: solid 1px gainsboro;
	display: block;
}
.hrefnav_div { text-indent: 16px; }
/* solito oggetto ma usato come split panel. */
.hspan_linkcontainer
{
	border-bottom: solid 1px gainsboro;
	display: block;
}
.htable_linkcontainer { }
A.hhrefnavOn:active, A.hhrefnavOn:link, A.hhrefnavOn:hover, .hhrefnavOn
{
	font-weight: bold;
	background-image: url(images/tabSplitOn.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 26px;
	display: block;
}
A.hhrefnav:active, A.hhrefnav:hover
{
	background-image: url(images/tabSplitOn.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 26px;
	display: block;
}
.hhrefnav, A.hhrefnav:link
{
	background-image: url(images/tabSplitOff.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 26px;
	display: block;
}
.hhrefnav_div
{
	padding: 8px 0px 0px 10px;
	font-size: 13px;
	width: 130px;
	cursor: pointer;
}

/*********************************************************************
 *
 * SPECIFICHE DI PAGINA
 *
**********************************************************************/
/* (wf_login.aspx) */
.Home_BackGround
{
	BACKGROUND-ATTACHMENT: fixed;
	BACKGROUND-IMAGE: url(images/backMenuLink.gif);
	BACKGROUND-REPEAT: no-repeat;
	HEIGHT: 52px;
	WIDTH: 142px;
	padding: 30px 0px 0px 30px;
	color: #666666;
	font-size: 11px;
	display: block;
}
/* link per categoria catalogo (wfCatalogue.aspx) */
.link_categorieCat,
A.link_categorieCat:link,
A.link_categorieCat:visited		{ font-size: 11px; text-decoration: none; color: #666666; text-transform: capitalize; }
A.link_categorieCat:hover		{ font-size: 11px; text-decoration: none; color: #FF0000; text-transform: capitalize; }
/* Immagine quando si passa sopra le categorie (wfCatalogue.aspx) */
.imgRollOver
{
	border-right: orange 1px solid;
	border-top: orange 1px solid;
	border-left: orange 1px solid;
	border-bottom: orange 1px solid;
}
.Repeater_Items
{
	border-bottom: #99CCFF 1px dashed;
}
/* (wf_ProductsList.aspx) andra' rivisto: */
.iframe1
{
	width: 100%;
	height: auto !important;
	height: 410px;
	min-height: 410px;
}

/* (wf_ProductDetail.aspx) e relativi template */
.Text_Dett_Titolo
{
    font-size: 10px;
    font-weight: bold;
    color: gray;
}
.Text_Dett
{
    font-size: 10px;
	font-weight: bold;
    color: #000000;
}
.table_orders_edit
{
	border: 3px dashed #99CCFF;
}

/* wf_Login.aspx */
.imglink
{
	cursor: pointer;
}

UL
{
	margin-left: 20px;
}

/**
 * CALENDARIO controllo (DateText)
**/
.DateText_mese { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000099; font-weight: bold; }
.DateText_cal { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #000099; background-color: #90c0ff; border: #74b0ff 2px solid; }
.DateText_td { border: #DDDDBB 2px solid; }
.DateText_tablecal {background-image: url(images/calbg.gif); background-repeat: no-repeat;}
.DateText_tablecalTitle { background-image: url(images/calTitle.gif); background-repeat: repeat-y; background-color: White; }
.DateText_tdfesta { border: #dc731e 2px solid; background-color: #FD9139;}
.DateText_tdtoday { border: #2b24c5 2px dashed; }
.DateText_tdtodayfesta { border: #2b24c5 2px dashed; background-color: #FD9139; }
.DateText_num, A.DateText_num:link, A.DateText_num:visited { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: black; text-decoration:none; }
A.DateText_num:hover, A.DateText_num:active { text-decoration:underline; }

/**
 * PROGRESS BAR
**/
.Span_Perc
{
	font-size: 8px;
	width: 100%;
	color: black;
	text-align: center;
	position: relative;
}
.Div_Perc
{
	background-image: url(images/ProgressBg.gif);
	background-repeat: repeat-x;
}
.Container_Perc
{
	border: black 1px solid;
	padding: 2px;
	overflow: hidden;
}

/*******************************************************************
 * DropDownList
**/
.DropDownList
{
	white-space: nowrap;
}
.DDL_List
{
	border: #666666 1px solid;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: White;
}
A.DDL_Element_A:active, A.DDL_Element_A:hover
{
	background: #ffe8b6 url(images/hrefnavOn.gif) no-repeat;
	border-bottom: #cca249 1px solid;
	color: #213F6C;
}
.DDL_Element_A, A.DDL_Element_A:link
{
	padding: 0px 0px 0px 16px;
	text-decoration: none;
	width: 100%;
	border-bottom: solid #666666 1px;
	display: inline-block;
}
.DDL_Element_div
{
	width: 100%;
	background-image: url(images/calTitle.gif);
	background-repeat: repeat-y;
}
A.DDL_Down:active, A.DDL_Down:hover
{
	background-image: url(images/ddl_DownOn.gif);
}
.DDL_Down, A.DDL_Down:link
{
	background-image: url(images/ddl_DownOff.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 4px !important; top: 2px;
	left: -2px;
	height: 15px;
	width: 15px;
	text-decoration: none;
	display: inline-block;
}
/**
 * /DropDownList
*******************************************************************/

SELECT
{
	border: solid 1px #666666;
	background-color: White;
	font-size: 11px;
}

/*******************************************************************
 * CheckBoxList
**/
.CKBOX_List
{
	border: #666666 1px solid;
	background-color: White;
	width: 100%;
}
.CKBOX_ListDiv
{
	overflow: auto;
	height: 75px;
}
.CKBOX_Bt
{
	border: thin outset;
	margin-left: 5px;
}
/**
 * /CheckBoxList
*******************************************************************/
#backgroundPopup
{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:110%; /* per ie */
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#popupContact
{
	display:none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	/*height: 420px;*/
	width: 520px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
}
#popupContactClose:hover
{
	background-color: #4c4c4c;
	color: White;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#popupContactClose
{
	font-size: 14px;
	line-height: 14px;
	right: 2px;
	top: 2px;
	padding: 0px 4px 4px 4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
	cursor: pointer;
}
#popupContact TABLE
{
	margin-top: 8px;
	width: 100%;
}
#popupContact .c1
{
	width: 70%;
}
#popupContact .c4
{
	width: 15%;
}
#pop_partialcode
{
	width: 100%;
}
#pop_insert
{
	background-image: url(images/ButtonBasket.gif);
	cursor: pointer;
	border: 0px solid;
	height: 20px;
	width: 20px;
}
#pop_wait, .pop_wait
{
	display: none;
	background-image: url(images/waiting.gif);
	background-repeat: no-repeat;
	padding: 0;
	width: 16px;
	height: 16px;
}
#pop_result
{
	width: 100%;
	height: 380px;
	overflow: auto;
}
#pop_result table
{
	width: 100%;
}
#popupContact .tr_dispari, #popupContact table.table_class tr:nth-child(odd)
{
	background: #EBE8E8;
}
#popupContact .tr_pari, #popupContact table.table_class tr:nth-child(even)
{
	background: #f9f9f9;
}
#pop_result TABLE .TextBox, #pop_qtaall
{
	width: 30px;
	text-align: right;
	padding-right: 2px;
}

A.listart, A.listart:link, A.listart:visited
{
	background-image: url(images/ListInGrid_off.gif);
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	width: 16px;
}
A.listart:hover, A.listart:active
{
	background-image: url(images/ListInGrid_on.gif);
}

#backgroundConfiguratorePopup
{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:110%; /* per ie */
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#popupConfiguratore
{
	display:none;
	position: fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height: 555px;
	overflow:auto;
	width: 630px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
}
#popupConfiguratoreClose
{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
	cursor: pointer;
}
.user-select-none
{
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ctrl-waiting
{
	background-image: url("images/waiting.gif");
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 16px;
	min-width: 16px;
}

.giacenza {
	font-weight: bold;
}
.giacenza.positiva {
    color: green;
}
.giacenza.min-or-zero {
    color: red;
}
span.highlightText
{
	background: #ffff00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffff00 0%, #ffff00 50%, #ffc089 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffff00), color-stop(50%,#ffff00), color-stop(100%,#ffc089)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffff00 0%,#ffff00 50%,#ffc089 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffff00 0%,#ffff00 50%,#ffc089 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffff00 0%,#ffff00 50%,#ffc089 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffff00 0%,#ffff00 50%,#ffc089 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#ffc089',GradientType=0 ); /* IE6-9 */
}