body
{
	background-color: white;
	font-family: Verdana,Arial;
	font-size: 10px;
	color: Black;
}

.wait_block
{
    display: block;
    visibility: visible;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 105%;
    height: 105%;
    background-color: #fff;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=90);
    opacity: 0.90;  
}

.wait_splash
{
    /*display: none;*/
	position: fixed;
	z-index:1500;
    top: 50%;
    left: 50%;
	margin-left: -150px;    /* metà larghezza del pannello */
	width: 300px;           /* larghezza del pannello */
	height: 102px;          /* altezza del pannello +2px per il bug di IE8 */
	
	text-align:center;
    border: 1px #D96619 solid;
    padding:2;
    background-color:#FFFFFF;
}

a.link_calendario
{
	font-family: Verdana,Arial;
	font-size: 10px;
	color: Black;
    text-decoration: none;
}

a.link_calendario:hover
{
	font-family: Verdana,Arial;
	font-size: 10px;
	color: Black;
    text-decoration: underline;
}

fieldset {
    border: 0;
}

input::-moz-focus-inner { border:0; padding:0 }

.chrometext {
	padding: 0 0 0 0;
	border-spacing: 0;
	font-family:Verdana, Arial;
	font-size: 10px;
	height: 16px;
	border: 1px solid GrayText;
}

/* STILE Command Button */
.bottone {
    font-family: arial;
    font-weight: bold;
    color: #FFFFFF !important;
    font-size: 11px;
    padding: 2px 7px 2px 7px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000000;
    background: #63B8EE;
    background: linear-gradient(top,  #F98639,  #D96619);
    background: -ms-linear-gradient(top,  #F98639,  #D96619);
    background: -webkit-gradient(linear, left top, left bottom, from(#F98639), to(#D96619));
    background: -moz-linear-gradient(top,  #F98639,  #D96619);
}
.bottone:hover {
    color: #FFFFFF !important;
    background: #D96619;
    background: linear-gradient(top,  #D96619,  #F98639);
    background: -ms-linear-gradient(top,  #D96619,  #F98639);
    background: -webkit-gradient(linear, left top, left bottom, from(#D96619), to(#F98639));
    background: -moz-linear-gradient(top,  #D96619,  #F98639);
}
.bottone_sel {
    font-family: arial;
    font-weight: bold;
    color: #FFFFFF !important;
    font-size: 11px;
    padding: 2px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000000;
    background: linear-gradient(top,  #468CCF,  #63B8EE);
    background: -ms-linear-gradient(top,  #468CCF,  #63B8EE);
    background: -webkit-gradient(linear, left top, left bottom, from(#468CCF), to(#63B8EE));
    background: -moz-linear-gradient(top,  #468CCF,  #63B8EE);
}

.fileupload {
    width: 50px;
    position: relative;
    overflow: hidden;
    text-align:center;
    font-family: arial;
    font-weight: bold;
    color: #FFFFFF !important;
    font-size: 11px;
    padding: 2px 2px 2px 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000000;
    background: #63B8EE;
    background: linear-gradient(top,  #F98639,  #D96619);
    background: -ms-linear-gradient(top,  #F98639,  #D96619);
    background: -webkit-gradient(linear, left top, left bottom, from(#F98639), to(#D96619));
    background: -moz-linear-gradient(top,  #F98639,  #D96619);
}
.fileupload:hover {
  color: #FFFFFF !important;
  background: #D96619;
  background: linear-gradient(top,  #D96619,  #F98639);
  background: -ms-linear-gradient(top,  #D96619,  #F98639);
  background: -webkit-gradient(linear, left top, left bottom, from(#D96619), to(#F98639));
  background: -moz-linear-gradient(top,  #D96619,  #F98639);
}
.fileupload input {
    position: absolute;
    top: 0;
    right: 0; /* not left, because only the right part of the input seems to be clickable in some browser I can't remember */
    cursor: pointer;
    opacity: 0.0;
    filter: alpha(opacity=0); /* and all the other old opacity stuff you want to support */
    font-size: 300px; /* wtf, but apparently the most reliable way to make a large part of the input clickable in most browsers */
    height: 200px;
}

/* STILE Textbox, Radio e Checkbox */

tets
{
    border-bottom:0px none;
    border-left:0px none;
    border-top:0px none;
    border-right:0px none;
    background-color: Blue;
}

input
{
	font-family: Verdana,Arial;
	font-size: 10px;
	/* border: 1px solid #888888; */
}

/* Splash di attesa quando si scarica il file */
.wait_spalsh 
{
    display: none;
    top: 50%;
    left: 50%;
    position: absolute;
    text-align:center;
    margin-left: -150px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    z-index:1500;
    width: 300px; /* larghezza del pannello */
    height: 102px; /* altezza del pannello +2px per il bug di IE8 */
 
    border: 1px #D96619 solid;
    padding:2;
    background-color:#FFFFFF;
}


textarea
{
	font-family: Verdana,Arial;
	font-size: 10px;
	/* border: 1px solid #888888; */
}

.hrarancio
{
    border: 0;
    height: 1px;
    color: #D96619;
    background-color: #D96619;
}

.multiline_ins
{
	font-family: Verdana,Arial;
	font-size: 10px;
	/* border: 1px solid #888888; */
    width:400px !important; 
    min-width:400px !important; 
    max-width:400px !important; 
    height:150px !important; 
    min-height:150px !important; 
    max-height:150px !important;
}

.multiline_rma
{
	font-family: Verdana,Arial;
	font-size: 10px;
	/* border: 1px solid #888888; */
    width:560px !important; 
    min-width:560px !important; 
    max-width:560px !important; 
    height:150px !important; 
    min-height:150px !important; 
    max-height:150px !important;
}

.multiline_risposte_rma
{
	font-family: Verdana,Arial;
	font-size: 10px;
	/* border: 1px solid #888888; */
    width:600px !important; 
    min-width:600px !important; 
    max-width:600px !important; 
    height:100px !important; 
    min-height:100px !important; 
    max-height:100px !important;
}

/* STILE Dropdown */

select 
{
	font-family: Verdana,Arial;
	font-size: 10px;
}

/* STILE Label */

.grande
{
	font-family: Verdana,Arial;
	font-size: 14px;
	font-weight: bold;
}

.normaleBOLD
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: Verdana,Arial;
}

.errore
{
	font-family: Verdana,Arial;
	color: red;
	font-size: 12px;
	font-weight: bold;
}

.label_testo_tickets
{
	font-size: 11px;
	color: black;
	font-family: Verdana,Arial;
}

.label 
{
	font-family: Verdana,Arial;
	font-size: 10px;
}

.label_inv_errors 
{
	font-family: Verdana,Arial;
	font-size: 10px;
    color: #468CCF;
    font-style: italic;
	font-weight: bold;
}

.help
{
	font-family: Verdana,Arial;
	font-size: 10px;
	color: #D96619;
	font-weight: bold;
}

.printnormaleBOLD
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Verdana,Arial;
}

.printlabel 
{
	font-family: Verdana,Arial;
	font-size: 12px;
}

.PrintTitolo
{
	font-weight: bold;
	font-size: 16px;
	color: black;
	font-family: Verdana,Arial;
}

/* STILE Datagrid */

.pager_tabella a, span
{
	color: black;
	font-family: Verdana,Arial;
	font-size: 10px;
	border-color: Gray;
}
.pager_tabella
{
	color: black;
	background: white;
	font-family: Verdana,Arial;
	font-size: 10px;
	border-color: Gray;
}

.header_tabella_risultati
{
	font-family: Verdana,Arial;
	color: white;
	font-size: 10px;
	font-weight: bold;
	background-color: #D96619;
	border-color: gray;
	border-width: 1;
}

.header_tabella_risultati a:visited
{
	font-family: Verdana,Arial;
	color: white;
	font-size: 10px;
	font-weight: bold;
	background-color: #D96619;
	border-color: gray;
	border-width: 1;
}

.header_tabella_risultati a:link
{
	font-family: Verdana,Arial;
	color: white;
	font-size: 10px;
	font-weight: bold;
	background-color: #D96619;
	border-color: gray;
	border-width: 1;
}

.header_tabella_risultati_report
{
	font-family: Verdana,Arial;
	color: white;
	font-size: 10px;
	font-weight: bold;
	background-color: #D96619;
	border-color: gray;
	border-width: 1;
    height: 40;
}

.elenco_colorato_pad
{
    padding-right:5px;
	border-color: gray;
    padding-left:5px;
}

.elenco_colorato_chiaro
{
	font-family: Verdana,Arial;
	font-size: 10px;
	font-weight: normal;
	background-color: white;
	border-color: gray;
	border-width: 1;
}

.elenco_colorato
{
	font-family: Verdana,Arial;
	font-size: 10px;
	font-weight: normal;
	background-color: #FFF2DF;
	border-color: gray;
	border-width: 1;
}

.gv_risposte
{
	font-family: Verdana,Arial;
	font-size: 10px;
	font-weight: normal;
	border-width: 0;
}

.gv_risposte_padding
{
    padding: 0px;
	border-width: 0;
}

.gvhspadding
{
    padding: 2px;
	border-color: gray;
	border-width: 1;
}

/* STILE Datagrid Estrazioni */

.header_tabella_estrazioni
{
	font-family: Verdana,Arial;
	color: black;
	font-size: 10px;
	font-weight: bold;
	background-color: white;
}

.elenco_estrazioni_chiaro
{
	font-family: Verdana,Arial;
	font-size: 10px;
	font-weight: normal;
	background-color: white;
}
.elenco_estrazioni_colorato
{
	font-family: Verdana,Arial;
	font-size: 10px;
	font-weight: normal;
	background-color: #EAEAEA;
}

/* STILE Datagrid Budget */

.header_tabella_budget
{
	font-family: Verdana,Arial;
	color: white;
	font-size: 10px;
	font-weight: bold;
	background-color: #00557B;
    border-color: #657383;
	border-width: 1px;
}

.header_tabella_budget_report
{
	font-family: Verdana,Arial;
	color: white;
	font-size: 10px;
	font-weight: bold;
	background-color: #00557B;
    border-color: #657383;
	border-width: 1px;
    height: 40;
}

.elenco_budget_chiaro
{
	font-family: Verdana,Arial;
	font-size: 10px;
	font-weight: normal;
	background-color: white;
    border-color: #657383;
	border-width: 1px;
}

.elenco_budget_colorato
{
	font-family: Verdana,Arial;
	font-size: 10px;
	font-weight: normal;
	background-color: #E6F2FF;
    border-color: #657383;
	border-width: 1px;
}

/* STILE Calendario */

.calendario{
	border: solid 1px #D96619;
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	background-color: white;
}

input.textLogin
{
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	border: solid 1px #D96619;
	background-color: white;
	width: 140px;
	height: 12px;
}

.treeItem  
{
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight:bold;
    text-align: left;
    vertical-align:middle;
}

/* TAB MENU   
----------------------------------------------------------*/

.menubackground
{
    background: linear-gradient(top,  #D96619,  #F98639);
    background: -ms-linear-gradient(top,  #D96619,  #F98639);
    background: -webkit-gradient(linear, left top, left bottom, from(#D96619), to(#F98639));
    background: -moz-linear-gradient(top,  #D96619,  #F98639);

    border:0px;
    padding:0 0 0 0;
    border-collapse:collapse;
    border-spacing:0;
    width:100%;    
}

.menuStaticItem
{
    border: 0;
    background: trasparent; 
    text-align: center;
    vertical-align:middle;
    height: 26px;
    width: 120px;
    cursor: default !important;
    font-family: Verdana, Arial;
    font-size: 11px;
    color:White;
	font-weight:bold;
}

.menuStaticItemHover
{
    background: #468CCF;
    text-align: center;    
    color: #ffffff;
    cursor: default !important;
}

.menuItem  
{
    background: #63B8EE;
    vertical-align:middle;
    border-collapse:separate;
    padding: 4 2 4 2;
    color: #ffffff;
    cursor: default !important;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight:bold;
    display:block; 
}

.menuHover  
{
    background: #000000 !important; 
    color: #ffffff;
    cursor: default !important;
}

/* DIV del calendario dei rollout */
.Shipment {
    width: 90px;
    text-align:center;
    font-family: arial;
    font-weight: bold;
    color: #000000;
    font-size: 10px;
    padding: 1px 1px 1px 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #000000;
    background: #ffffff;
}

.Movements {
    width: 90px;
    text-align:center;
    font-family: arial;
    font-weight: bold;
    color: #000000;
    font-size: 10px;
    padding: 1px 1px 1px 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #000000;
}

/*
.Server_Installation {
    width: 90px;
    text-align:center;
    font-family: arial;
    font-weight: bold;
    color: #000000;
    font-size: 10px;
    padding: 1px 1px 1px 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 4px solid #ffdd00;
    background: #ffdd00;
}

.Pick_Up {
    width: 90px;
    text-align:center;
    font-family: arial;
    font-weight: bold;
    color: #000000;
    font-size: 10px;
    padding: 1px 1px 1px 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 4px solid #ff9900;
    background: #ff9900;
}

.Delivery {
    width: 90px;
    text-align:center;
    font-family: arial;
    font-weight: bold;
    color: #000000;
    font-size: 10px;
    padding: 1px 1px 1px 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 4px solid #ff4400;
    background: #ff4400;
}

.Cabling_And_Installation {
    width: 90px;
    text-align:center;
    font-family: arial;
    font-weight: bold;
    color: #000000;
    font-size: 10px;
    padding: 1px 1px 1px 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 4px solid #66ffff;
    background: #66ffff;
}

.Port_Forwarding {
    width: 90px;
    text-align:center;
    font-family: arial;
    font-weight: bold;
    color: #000000;
    font-size: 10px;
    padding: 1px 1px 1px 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 4px solid #33ccff;
    background: #33ccff;
}

.Training {
    width: 90px;
    text-align:center;
    font-family: arial;
    font-weight: bold;
    color: #000000;
    font-size: 10px;
    padding: 1px 1px 1px 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 4px solid #0099ff;
    background: #0099ff;
}

.Go_Live {
    width: 90px;
    text-align:center;
    font-family: arial;
    font-weight: bold;
    color: #000000;
    font-size: 10px;
    padding: 1px 1px 1px 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 4px solid #44ff11;
    background: #44ff11;
}
*/

.Server_Installation {
    width: 90px;
    text-align:center;
    font-family: arial;
    font-weight: bold;
    color: #000000;
    font-size: 10px;
    padding: 1px 1px 1px 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #000000;
    background: #ffdd00;
}

.Pick_Up {
    width: 90px;
    text-align:center;
    font-family: arial;
    font-weight: bold;
    color: #000000;
    font-size: 10px;
    padding: 1px 1px 1px 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #000000;
    background: #ff9900;
}

.Delivery {
    width: 90px;
    text-align:center;
    font-family: arial;
    font-weight: bold;
    color: #000000;
    font-size: 10px;
    padding: 1px 1px 1px 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #000000;
    background: #ff4400;
}

.Cabling_And_Installation {
    width: 90px;
    text-align:center;
    font-family: arial;
    font-weight: bold;
    color: #000000;
    font-size: 10px;
    padding: 1px 1px 1px 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #000000;
    background: #66ffff;
}

.Port_Forwarding {
    width: 90px;
    text-align:center;
    font-family: arial;
    font-weight: bold;
    color: #000000;
    font-size: 10px;
    padding: 1px 1px 1px 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #000000;
    background: #33ccff;
}

.Training {
    width: 90px;
    text-align:center;
    font-family: arial;
    font-weight: bold;
    color: #000000;
    font-size: 10px;
    padding: 1px 1px 1px 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #000000;
    background: #0099ff;
}

.Go_Live {
    width: 90px;
    text-align:center;
    font-family: arial;
    font-weight: bold;
    color: #000000;
    font-size: 10px;
    padding: 1px 1px 1px 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #000000;
    background: #44ff11;
}