﻿a{
   text-decoration:none;
}
/*	Classi globali	*/
.DDMainHeader
{
	font: small-caps bold 1.6em Trebuchet MS, Arial, sans-serif;
	color:#888;
	padding-bottom: 20px;
    border-bottom: 1px dotted #bbbbbb;
}
.DDGlobalNormal
{   
    color:#141E18;
	font:  bold 1.4em Trebuchet MS, Arial, sans-serif;
	margin-bottom: 10px;
	
	/*padding-bottom: 12px;
    border-bottom: 1px dotted #bbbbbb;*/
}


.DDSubHeader
{
	margin-bottom: 10px;
    font:1.2em Trebuchet MS, Arial, sans-serif;
    color: #00acee;
}

.DD 
{
	padding: 0px 3px 3px 3px;
    font: .75em Tahoma, Arial, sans-serif;
    color: #666;
}

.DDLightHeader
{
	font-weight: bold;
	color: #0E512B;
	background-color: gainsboro;
	background: #999; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#C6C6C6', endColorstr='#F6F6F6'); /* for IE */
    background: -webkit-gradient(linear, left, right, from(#C6C6C6), to(#F6F6F6)); /* for webkit browsers */
    background: -moz-linear-gradient(left,  #C6C6C6,  #F6F6F6); /* for firefox 3.6+ */ 
} 

.DDTextBox, .DDDropDown
{
	color: #666;
	font: .95em Tahoma, Arial, Sans-Serif;
	border: solid 1px #dcdcdc;
	background-color: #FEFEFE;
}

.DDDropDown
{
	padding:2px;
	/*width: 450px;*/
}

.DDFilter
{
	font: .95em Tahoma, Arial, Sans-serif;
	color:#666;
}

.DDControl
{
    padding: 0px;
    font: .95em Tahoma, Arial, Sans-Serif;
    color: #666;
    
}

.DDFloatLeft
{
	float:left;
}

.DDFloatRight
{
	float:right;
}

.DDFooter
{
	background-color: #dbddff;
}

.DDSelected
{
	background-color: #fdffb8;
}

div.DDNoItem
{
	color:Red;
	font-family:Trebuchet MS, Arial, sans-serif;
}

.DDValidator
{
	color:Red;
	font-family:Trebuchet MS, Arial, sans-serif;
}


/*	Navigation	*/

div.DDNavigation
{
	font:.75em Tahoma, Arial, Sans-Serif;
	position: relative;
    top: -36px;
    margin-bottom: -10px;
    padding: 0px 5px;
}

div.DDNavigation img
{
    position: relative;
    margin-top: 0em;
    padding: 0px 8px;
    border: none;
    background-color: #fff;
}
div.DDNavigation a
{
    color: #00acee;
    text-decoration: none;
    background-color: #fff;
    padding-right: 8px;
    top: -.2em;
    left: .25em;
}
div.DDNavigation a:hover
{
    color: #fff;
    background-color: #F47C0B;
    text-decoration: underline !important;
}

table.DDDetailsTableNew
{
    color: #666;
    border: 1px solid #dbddff;
    border-bottom-width: 3px;
    width: 100%;
    background-image: url('images/repeat_combo_sito_sintesi.png');
}
table.DDDetailsTableSintestiPeriodo
{
    color: #666;
    border: 1px solid #dbddff;
    border-bottom-width: 3px;
    width: 100%;
    background: #F2F0F1;
}
.TitoloDettagliManutenzione
{
    background-image: url('images/repeat_titolo_riquadri_sintesi.png');
    background-repeat: repeat-x;
    height: 20px;
}

/*	Dettagli VIEW/EDIT	*/
table.DDDetailsTable
{
	color: #666;
	background-color: #FCFDFE;
	border: 1px solid #dbddff;
	border-bottom-width: 3px;
	width: 100%;
}

table.DDDetailsTable a
{
	color:#F47C0B;
	text-decoration: none;
	background-color: #fff;
	padding-right: 6px;
}

table.DDDetailsTable a:hover
{
    color: #fff;
    background-color: #F47C0B;
    text-decoration: underline !important;
}

table.DDDetailsTable .td
{
	padding: 3px 6px;
	border: 1px solid #dbddff;
	border-bottom-style: dotted;
	font-size: 12px;
	font-family:Tahoma, Arial, Sans-Serif;
}

/*	DDGridView/DDListView	*/
table.GraficoStatisticaSito
{
	width: 100%;
	color: #666;
	/*border:solid 1px #dbddff;*/
	font: 12px Tahoma, Arial, Sans-Serif;
}

/*	DDGridView/DDListView	*/
table.DDGridView, table.DDListView
{
	color: #666;
	border:solid 1px #dbddff;
	font: 12px Tahoma, Arial, Sans-Serif;
}

table.DDGridView .th, table.DDGridView .td, table.DDListView .th, table.DDListView .td
{
	white-space: nowrap;
}

table.DDGridView .th, table.DDListView .th
{
	background: url(DynamicData/Content/Images/header_back.gif) repeat-x;
	line-height:1.3em;
	text-align: left;
	font-size: 1em;
	border:solid 1px #dbddff;
}

table.DDGridView .th a, table.DDListView .th a
{
	color: #666;
	text-decoration: none;
}

table.DDGridView .td, table.DDListView .td
{
	border: dotted 1px #dbddff;
	border-left-width:0px;
	border-right-width:0px;
	padding: 6px;
}

table.DDGridView .td a, table.DDListView .td a
{
	color: #718ABE;
    text-decoration: none;
    margin-right: 6px;
	
}

table.DDGridView .DDSelected a, table.DDListView .DDSelected a
{
	color: #718ABE;
    text-decoration: none;
    margin-right: 6px;
	
}

table.DDGridView .DDSelected a:hover, table.DDListView .DDSelected a:hover
{
	color: #000099;
	text-decoration: underline;
}

table.DDGridView .td a:hover, table.DDListView .td a:hover
{
	color: #000099;
	text-decoration: underline;
}
/* Vincenzo Masciullo
css per alternare il colore delle righe non supportato da internet explorer 8

.DDGridView tr:nth-child(1n+2)
{ 
    background:#C6C6C6;
    }
.DDGridView tr:nth-child(2n+2)
{ background:#F6F6F6;
    }
*/
/*	DataPager	*/
div.DDPager
{
    padding: 0px 6px;
}


/* Progettazione Bottom hyperlink*/
div.DDBottomHyperLink
{	
    font: .75em Tahoma, Arial, Sans-Serif;
}
div.DDBottomHyperLink a
{
    color: #839ce7;
    text-decoration: none;
}
div.DDBottomHyperLink a:hover
{
    color: #000099;
    text-decoration: underline !important;
}
div.DDBottomHyperLink img
{
    padding-right: 5px;
    border: none;
}
/* required field class */
.validationRequired
{
    background-color: #FFCC8E;
}
TR.SmallTitle 
{     
    background-color: #F7F7FF; 
} 
TR.SmallTitle TD 
{     
    font-size: 0.8em !important;     
    font-weight: bold;     
    background-color: #F7F7FF;     
    padding: 2px !important; 
}

.previewTable
{
    color: #666;
	border: 1px solid #dbddff;
	border-bottom-width: 3px;
}
.previewTable tr
{
	padding: 3px 6px;
	border: 1px solid #dbddff;
	border-bottom-style: dotted;
	font-size: 12px;
	font-family:Tahoma, Arial, Sans-Serif;
}
.previewTable .sxtd
{
    font-weight: bold;
    color:Green;
}
.previewTable .dxtd
{
    color:Orange;
    font-weight: bold;
}
.linkStyle
{
	color:#F47C0B;
	text-decoration: none;
	background-color: #fff;
	padding-right: 6px;
}

.linkStyle:hover
{
    color: #fff;
    background-color: #F47C0B;
    text-decoration: underline !important;
}

table.DDDetailsTable a
{
	color:#F47C0B;
	text-decoration: none;
	background-color: #fff;
	padding-right: 6px;
}

table.DDDetailsTable a:hover
{
    color: #fff;
    background-color: #F47C0B;
    text-decoration: underline !important;
}
.banner
{
    background-image:url('/images/repeat_banner.png');
    background-repeat:repeat-x;
   
 }

.DDAttivita
{
	color: #666;
	font: .95em Tahoma, Arial, Sans-Serif;
	border: solid 1px #dcdcdc;
	background-color: #FFCC8E;	
	padding:2px;
	width: 550px;
}
.schedaAnagrafica
{
    font: .95em Tahoma, Arial, Sans-Serif;
    width:100%;
    float:left;
    text-align:center;
    }
.schedaAnagrafica img
{
    border:0;
    height:128px;
} 
/* Vincenzo Masciullo, gestione ticket e filtri nelle text box, evoluzioni future gradiente
*/
.listaTicket
{
   /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#C6C6C6', endColorstr='#F6F6F6');
      background: -moz-linear-gradient(right,#C6C6C6,#F6F6F6);
    background: -webkit-gradient(linear,left,right,from(#C6C6C6),to(#F6F6F6));
    background-color: #F07575;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsl(0, 80%, 70%)), to(#BADA55)); 
  background-image: -webkit-linear-gradient(top, hsl(0, 80%, 70%), #BADA55); 
  background-image:    -moz-linear-gradient(top, hsl(0, 80%, 70%), #BADA55); 
  background-image:     -ms-linear-gradient(top, hsl(0, 80%, 70%), #BADA55); 
  background-image:      -o-linear-gradient(top, hsl(0, 80%, 70%), #BADA55); 
  background-image:         linear-gradient(top, hsl(0, 80%, 70%), #BADA55);*/ /* standard, but currently unimplemented */
  background:#FFF url('/images/bg-tabella.png') repeat-y left center;
    }  
.listaTicket input,.listaTicket select
{
    width:auto;
    overflow:hidden;
	color: #666;
	background-color: #FCFDFE;
	border: 1px solid #dbddff;
	border-bottom-width: 3px;
	margin:6px;
	font: .95em Tahoma, Arial, Sans-serif;
	color:#666;
}
.listaTicket option:nth-child(1n+2)
{ 
    background:#C6C6C6;
    }
    .listaTicket option:nth-child(2n+2)
{ background:#F6F6F6;
    }
.listaTicket label
{
	/*padding: 3px 6px;*/
	border: 0px solid #dbddff;
	border-bottom-style: dotted;
	font-size: 12px;
	font-family:Tahoma, Arial, Sans-Serif;
    font-weight: bold;
	color: #0E512B;
}
    
#ContentPlaceHolder1_ctl00_2_DropDownList1_2
{
     font-size:smaller; 
     width:750px;
    overflow:hidden;
}
/*stile textbox login*/
.DDBOXLogin
{
   position:relative;
}
.DDBOXLogin table
{ 
    width:500px;
}
.DDBOXLogin input
{ 
    width:200px;
    padding:0;
    font-weight:bold;
    margin-top:10px;
}
.DDBOXLogin input[type='checkbox']
{ 
    width: auto;
}
.DDBOXLogin td
{
    text-align:center!important;
    font-size:13pt;
    color:#141E18;
}
.DDBOXLogin td label
{
 float:right;
}
.contatore
{
    
}
.contatore img
{
    
}
.contatore span
{
    color:Black;
    position:relative;
    top: -219px;
    left: 50px;
}
.registratorecassa
{
    
}
.registratorecassa img
{
    
}
.registratorecassa span
{
    color:Black;
    position:relative;
    top: -219px;
    left: 50px;
}