/**********************************************************************************/
/*									STILI GENERALI					  			  */
/**********************************************************************************/
body {
	color: black;
	background-color: white;
	margin: 0;
	padding: 0;
}

body, textarea, input, select {
	font-family: Verdana;
}

input, textarea, filter_Input {
	font-size: 9pt;
	border: 1px #ccc solid;
	border-color: #666 #ccc #ccc #666;
}

select, filter_Select {
	font-size: 9pt;
	margin: -1px;
	margin-right: 2px;
}

span {
	font-family: Verdana;
	font-size: 8pt;
	color: black;
}

a:link
{
	font-size: 8pt;
	color: #0066CC;	
	font-family: Verdana;
	text-decoration: none;
}

a:visited {
	font-family: Verdana;
	font-size: 8pt;
	color: #0066CC;	
	text-decoration: none;	
}

a:hover {
	font-family: Verdana;
	font-size: 8pt;
	color: DarkRed;
	text-decoration: underline;
}

input.button, .filter_Button {
	font-size: 9pt;
	background-color: #e6e6e6;
	border-color: #ccc #666 #666 #ccc;
	margin-left: 1px;
	padding: 0;
	cursor: hand;
}

input.buttonNav, .filter_ButtonNav
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 8pt;
	padding-bottom: 0px;
	margin-left: 1px;
	cursor: hand;
	color: white;
	padding-top: 0px;
	background-color: #ffcb05;
}
input.buttonNav2, .filter_ButtonNav
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 8pt;
	padding-bottom: 0px;
	margin-left: 1px;
	cursor: hand;
	color: white;
	padding-top: 0px;
	background-color: #005DAA;
}
span.text, filter_Text {
	font-family: Verdana;
	font-size: 8pt;
	color: black;
}

span.codcliente {
	font-weight: bolder;
	font-size: 7pt;
	color: darkred;
	font-family: Verdana;
}

A.mappasito:link, A.mappasito:visited, A.mappasito:active
{
	font-size: 10px;
	color: darkorange;
	font-family: Verdana;
	text-decoration: none;
}

A.mappasito:hover
{
	text-decoration:underline;
}

.top_navigazione
{
	background-repeat : repeat-x;
	height : 20px;
	font: bold 10px Arial;
	color : #4696EC;
	vertical-align : bottom;
	padding-bottom : 2px;
}

/**********************************************************************************/
/*									INTESTAZIONE					  			  */
/**********************************************************************************/
A.header:link {
	font: normal 8pt Verdana;
	color: White;
	text-decoration: none;
}

A.header:visited {
	font: normal 8pt Verdana;
	color: White;
	text-decoration: none;	
}

A.header:hover {
	font: normal 8pt Verdana;
	color: Yellow;
	text-decoration: none;
}

.headerLabel {
	font: normal 8pt Verdana;
	color: #bbbbe4;
	text-decoration: none;
}

.headerLabelB {
	font: bold 8pt Verdana;
	color: White;
	text-decoration: none;
}

.headerLabelBNav {
	font: bold 8pt Verdana;
	color: #005DAA;
	text-decoration: none;
}

.headerLabelNav
{
	font: 8pt Verdana;
	color: #ffcb05;
	text-decoration: none;
}


/**********************************************************************************/
/*									VIEW ASCX									  */
/**********************************************************************************/
.ascxview {
	cursor: default;
}

.ascxview_Container {
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;	
}

.ascxview_Separator 
{
}

.ascxview_Caption
{
	vertical-align: middle;
	border-bottom: gainsboro 1px solid;
	height: 20px;
}

.ascxview_CaptionText {
	padding-left: 5px;
	font: bold 8pt Verdana;
	color: darkblue;
	padding-top: 2px;
}

A.ascxview_CaptionLink:Link {
}

A.ascxview_CaptionLink:Visited {
}

A.ascxview_CaptionLink:Hover {
}

.ascxview_FooterSeparator {
}

.ascxview_FooterCaption {
}

.ascxview_FooterCaptionText {
}

A.ascxview_FooterCaptionLink:Link {
}

A.ascxview_FooterCaptionLink:Visited {
}

A.ascxview_FooterCaptionLink:Hover {
}

A.ascxview_OpenCloseLink:Link {
}

A.ascxview_OpenCloseLink:Visited {
}

A.ascxview_OpenCloseLink:Hover {
}

/**********************************************************************************/
/*									NAVIGAZIONE									  */
/**********************************************************************************/
/* Tabella che contiene la navigazione */
.browse_Table {
	width: 100%;
}

/* La selezione della navigazione che include il singolo item */
.browse_Selection
{
	width: 100%;
	
	
	
	cursor: hand;
	border-bottom: lavender 1px solid;
	border-top: whitesmoke 1px solid;
	text-decoration: none;
}

.browse_SelectionOver 
{
	width: 100%;
	
	
	
	cursor: hand;
	
	text-decoration: none;
	border-bottom: darkorange 1px solid;
	border-top: darkorange 1px solid;
}

/* La selezione che deve rimanere persistente quando clicco un elemento */
.browse_SelectionClicked
{
	width: 100%;
	
	
	
	border-top: darkorange 1px solid;
	cursor: hand;
	border-bottom: darkorange 1px solid;
	background-color: lightsteelblue;
	text-decoration: none;
}

/* Elemento testuale della navigazione */
.browse_Item
{
	width: 100%;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	font: 8pt Verdana;
	color: dimgray;
	padding-top: 2px;
	height: 20px;
	font-weight: bold;
}

.browse_ItemOver
{
	width: 100%;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	font: 8pt Verdana;
	color: darkorange;
	padding-top: 2px;
	height: 20px;
	font-weight: bold;
}

/* Tabella che contiene il secondo livello della navigazione ... */
.browse2_Table {
	width: 100%;
	text-align : left;
	/*border-left : 1px solid #9FA090;
	border-bottom : 1px solid #9FA090;*/
	background-color : #D6EAFF;
}

/* La selezione del secondo livello di navigazione che include il singolo item */
.browse2_Selection
{
	width: 100%;
	cursor: hand;
	border-bottom: lightskyblue 1px dotted;
	text-decoration: none;
	font-weight: bold;
}

.browse2_SelectionOver {
	width: 100%;
	cursor: hand;
	/*border-bottom : 1px solid #9FA090;	
	background-color: #EFEFEF;*/
	text-decoration: none;
	border-bottom: lightskyblue 1px dotted;
	background-color: powderblue;
	font-weight: bold;
}

/* Elemento testuale del secondo livello della navigazione */
.browse2_Item {
	color: #444444;
	font : 8pt Verdana;
	padding: 2px;
	height: 20px;
	text-align : right;
	font-weight: bold;
	width: 100%;
}

/* Tabella che contiene il terzo livello della navigazione ... */
.browse3_Table {
	width: 100%;
	text-align : left;
	/*border-left : 1px solid #9FA090;
	border-bottom : 1px solid #9FA090;*/
	background-color : #D6EAFF;
}

/* La selezione del secondo livello di navigazione che include il singolo item */
.browse3_Selection
{
	width: 100%;
	cursor: hand;
	border-bottom: lightskyblue 1px dotted;
	text-decoration: none;
}

.browse3_SelectionOver {
	cursor: hand;
	/*border-bottom : 1px solid #9FA090;	
	background-color: #EFEFEF;*/
	text-decoration: none;
	border-bottom: lightskyblue 1px dotted;
	background-color: powderblue;
	width: 100%;
}

/* Elemento testuale del secondo livello della navigazione */
.browse3_Item {
	color: #444444;
	font : 8pt Verdana;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	height: 20px;
	text-align : right;
	width: 100%;
}

/* Separatore menu */
.browse_menu {
	color: #ffffff;
	font : 8pt Verdana;
	padding: 2px;
	height: 20px;
}

.browse_menu:hover
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	font: 8pt Verdana;
	color: #ffffff;
	padding-top: 2px;
	height: 20px;
	cursor: hand;
	text-decoration:none;
}

.testo_copyright
{
	padding-bottom: 2px;
	font: 6pt Verdana;
	color: gray;
}

/**********************************************************************************/
/*									NAVIGAZIONE ORIZZONTALE						  */
/**********************************************************************************/
/* Tabella che contiene la navigazione */
.hbrowse
{
	/*border-top: #D1CDBB 1px solid;
	border-bottom: #D1CDBB 1px solid;
	background-color: #E9E7D7;*/
}

/**********************************************************************************/
/*										GRIGLIE									  */
/**********************************************************************************/
.grid {
	overflow : scroll;
}

.grid_Header {
	background-color: #E9E7D7;
}

.grid_HeaderCell {
	font-size: 8pt;
	vertical-align: bottom;
	color: Black;
	padding: 2px;
	border-bottom: 1px solid #D1CDBB;
	border-top: 1px solid #D1CDBB;	
}

A.grid_Header {
	font-size: 8pt;
	vertical-align: bottom;
	color: Black;
	text-decoration: none;
}

A.grid_Header:visited {
	font-size: 8pt;
	vertical-align: bottom;
	color: Black;
	text-decoration: none;
}

A.grid_Header:hover {
	font-size: 8pt;
	vertical-align: bottom;
	color: #8B0000;
	text-decoration: none;
}

.grid_Pager {
	font-size: 8pt;	
	color : Black;		
	background-color: #E9E7D7;
	vertical-align: middle;
}

.grid_PagerCell {
	height: 20px;
	border-bottom: 1px solid #D1CDBB;
	border-top: 1px solid #D1CDBB;	
}

A.grid_Pager:link {
	font-size: 8pt;
	color: Black;
	text-decoration: none;
}

A.grid_Pager:visited {
	font-size: 8pt;
	text-decoration: none;
	color: Black;
	vertical-align: middle;
}

A.grid_Pager:hover {
	font-size: 8pt;
	vertical-align: middle;
	color: Darkred;
	text-decoration: none;
}

.grid_Item {
	padding: 2px;
	font-size: 8pt;
}

.grid_AlternateItem {
	padding: 2px;
	font-size: 8pt;
}

/**********************************************************************************/
/*										FILTER MANAGER							  */
/**********************************************************************************/
.filter {
	font-size: 8pt;
	color: black;
	font-family: Verdana;
}

.filter_Grid {
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	font-size: 8pt;
	border-left: dimgray 1px solid;
	color: black;
	border-bottom: dimgray 1px solid;
	font-family: Verdana;
	background-color: gainsboro;
}

.filter_GridHeader {
	background-color: #AAAAAA;
}

/**********************************************************************************/
/*											WARNING								  */
/**********************************************************************************/
span.warning_title {
	color: #8B0000;
}

span.warning_message {
	color: #8B0000;
	font-weight : bold;
}

/**********************************************************************************/
/*											MENU								  */
/**********************************************************************************/
A.menu, A.menu:link, A.menu:visited {
	padding : 3px 2px 2px 2px;
	margin-top: 1px;
	font: bold 8pt Verdana;
	vertical-align: middle;
	color: lavender;
	text-align: center;
	text-decoration: none;
}

A.menu:hover {
	text-align: center;
	text-decoration: none;
	font: bolder 8pt Verdana;
	vertical-align: middle;
	color : #FFCB05;
	padding : 3px 2px 2px 2px;
	margin-top : 1px;
}

/**********************************************************************************/
/*										SCHEDE									  */
/**********************************************************************************/
TD.CellaLabel
{
	border-bottom: darkgrey 3px solid;
	background-color: #e9e7d7;
}

TD.CellaLabelRegister
{
	border-bottom: white 1px solid;
	background-color: #F5F5F5;
}
TD.CellaDato 
{
	border-bottom: darkgray 1px dashed;
}


/**********************************************************************************/
/*									TAB MANAGER									  */
/**********************************************************************************/
.tab
{
	margin-bottom: 4px;
	width: 100%;
	/*border-bottom: darkgray 1px solid;*/
}

.tab_Section
{
	border-right: white 1px inset;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	width: 50px;
	margin-right: 8px;
	padding-top: 2px;
	height: 20px;
	background-color: whitesmoke;
	text-align: center;
}

.tab_SelectedSection
{
	border-right: darkorange 1px inset;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	width: 50px;
	margin-right: 8px;
	padding-top: 2px;
	height: 20px;
	background-color: orange;
	text-align: center;
}


/**********************************************************************************/
/*									VETRINA										  */
/**********************************************************************************/
.CategoryNavigation
{
	border-right: gainsboro 1px solid;
	margin-top: 1px;
	font: bold 8pt Verdana;
	vertical-align: top;
	border-bottom: gainsboro 1px solid;
	text-align: left;
	text-decoration: none;
}

.vetrina
{
	border-right: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}

.TextOfferta
{
	font-weight: bold;
	font-size: 8pt;
	color: #ffc500;
	font-family: Verdana;
}
.vetrina_Price
{
	font-weight: bold;
	font-size: 9pt;
	font-family: Verdana;
}

.vetrinabo_CatNav
{
	width: 100%;
}

.vetrinabo_CatNavRow
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.pager
{
	font-size: 8pt;
	color: gainsboro;
	font-family: Verdana;
}

.PagerImg
{
	cursor: hand;
}


/**********************************************************************************/
/*									MENU - HOME									  */
/**********************************************************************************/

#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a
{
text-decoration: none;
}

#csstopmenu .hover
{
	background-image: url(../../_images/Italiano/sfondo_cat.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #EDEDED; 
}

#csstopmenu .out
{
}

.mainitems{
border: 0px solid black;
border-left-width: 0;
background-color: #ffffff;
}
	
.headerlinks a {
margin: auto 8px;
font-weight: bold;
color: black;
}

.submenus
{
	border: solid 1px #E8E8E8;
	display: none;
	left: -30px;
	width: 10em;
	position: absolute;
	background-color: #f5f5f5;
	filter: alpha(opacity=90);
	opacity: .90;
	padding: 0px;
}

.submenus li
{
	width: 100%;
	border-bottom: solid 1px #D1D1D1;
}

.submenus li a
{
	display: block;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 3px;
	color: midnightblue;
}

.submenus li a:hover
{
	background-image: url(../../_images/Italiano/sfondo_menu_item.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #FFE274;/*#ffcb05;*/
	text-decoration: underline;
	color: midnightblue;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}


#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
bottom: 110px;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}

/* sezione news */
.news
{
	background-color: #ffffff;
}

/* menu applicazioni */
A.application:link {
	font: normal 8pt Verdana;
	text-decoration: none;
}

A.application:hover {
	font: normal 8pt Verdana;
	color: #FFCB05;
	font-weight: bold;
	text-decoration: none;	
}

div.box 
{
	padding:0px;
	margin: 0px;
	vertical-align: top;
	width: 100%;
    height:70px !important;
    height /**/: 70px;
    overflow:auto;
    /*border:0px solid #EEE;*/
}

div.boxText
{
	padding:0px;
	margin: 0px;
	vertical-align: top;
	width: 100%;
    height:100px !important;
    height /**/: 100px;
    overflow:auto;
    /*border:0px solid #EEE;*/
}

.PageTitle
{
	font: normal 10pt Verdana;
	font-weight: bold;
	color: #005DAA;
}

.PageText
{
	font: normal 8pt Verdana;
	color: #696969;
}


.SfondoAdmin
{
	background-color: #fbc757;
}

.AdminContenuti
{
	
	border: #dcdcdc 1px solid;
}