body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	background-color: #FFFFFF;
	/*background-attachment: fixed;
	background-image: url(images/xmas/bg-main.jpg);*/
	background-repeat: no-repeat;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	background-color: #E1F0FF;
	padding: 5px;
	color: #002D59;
	/*background-image: url(images/xmas/header-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;*/
}
p {
	line-height: 18px;
	text-align: justify;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	background-color: #E1F0FF;
	padding: 5px;
	color: #002D59;
	/*background-image: url(images/xmas/header-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;*/
}
strong{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	background-color: #E1F0FF;
	padding: 5px;
	color: #002D59;

}
.boxErrore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFF0F0;
	margin: 10px;
	padding: 5px;
	border: 1px solid #000000;
	color: #FF0000;
	font-weight: bold;
}
.boxErroreSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFF0F0;
	margin: 2px;
	padding: 2px;
	border: 1px solid #000000;
	color: #FF0000;
	font-weight: bold;
}
form {
	margin: 0px;
	padding: 0px;
}
fieldset {
	padding: 5px;
	margin-bottom: 10px;
}
a {
	font-weight: bold;
	color: #002D59;
}
a:visited {

	font-weight: bold;
	color: #002D59;
}
a:hover {
	font-weight: bold;
	color: #0000FF;
	background-color: #EEEEEE;
}
img {
	border: none;
}
.boxCodiceBarre {
	font-family: "Free 3 of 9 Extended";
	font-size: 30px;
}
th {
	font-size: small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E6E8E7;
	text-align: center;
	border-left: 1px solid #000000;
}
.boxConferma {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #ECFFEC;
	margin: 10px;
	padding: 5px;
	border: 1px solid #004000;
	color: #000000;
	font-weight: bold;
}
#tableAgente td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#boxHeader {
	background-image: url(images/logo_dea.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 110px;
	background-color: #004000;
}
#boxLogin {
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	margin-top: 30px;
}
#boxLogin2 {
	width: 300px;
	background-color: #E6EEFF;
}
#tableEdit td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	font-size: small;
}


.alternate1 {
	background-color: #EAF4FF;
}
.alternate2 {
	background-color: #CEE7FF;
}
.alternate3 {
	background-color: #FFFFFF;
}
.alternate4 {
	background-color: #E6E6E6;
}
.alternate5 {
	background-color: #C7D6D0;
}
.alternate6 {
	background-color: #9999CC;
}
.alternate7 {
	background-color: #666666;
}

.box1 {
	background-color: #EAEAEA;
	margin: 5px;
	padding: 5px;
	border: 1px solid #666666;
	width:98%
}

.boxLOG {
	background-color: #99CCCC;
	margin: 5px;
	padding: 5px;
	border: 1px solid #666666;
	width:98%
}

code {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
#boxFiltro {
	background-color: #FFFFB7;
}
#boxFiltro input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
.hiliteRow {
	background-color: #FFFF80;
}
#listMenu {
	font-size: medium;
	font-weight: bold;
	line-height: 25px;
}
.tooltipHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFEA;
	background-color: #0083C1;
	padding: 3px;
}
.tooltipBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #E8F8FF;
	padding: 3px;
	border: 1px solid #0083C1;
}
td {
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
}
td.lastRight {
	border-right: solid 1px #000000;
}
td.lastBottom {
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
}td.cellaValore {
	background-color: #D6DCD6;
}
.submitArea {
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #666666;
}
.boxWaiting {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFDECE;
	margin: 5px;
	padding: 3px 3px 3px 30px;
	border: 1px solid #FF0000;
	background-image: url(images/anim_waiting.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size: small;
	font-weight: bold;
}
/* Sortable tables */
table.sortable a.sortheader {
    background-color:#eee;
    color:#0000FF;
    font-weight: bold;
    text-decoration: underline;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}
.smallText {
	font-size: 11px;
}
.tableNoBorder td {
	border-style: none;
}
.boxInfo {
	color: #000000;
	background: #FFFFDF url(images/icon_info.gif) no-repeat 4px 4px;
	padding: 3px 3px 3px 30px;
	border: 1px solid #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
.boxAiuto {
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFDF;
	padding: 5px;
	border: 1px solid #000000;
}
#div_calendario {
	border: 1px solid #CCCCCC;
	background: #E9E9E9;
}
#div_calendario table {
	border: none;
}
#div_calendario td.cpCurrentMonthDate {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
.separator {
	padding-left: 2px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.boxCodiceRMA {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	text-align: center;
	margin: 15px;
	padding: 15px;
}
.boxInfoRosso {
	color: #FFFFFF;
	padding: 3px 3px 3px 30px;
	border: 1px solid #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	background-color: #FF0000;
	background-image: url(images/icon_info.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	text-align: center;
}
#boxDirVend1 button {
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	height: 40px;
	margin: 0px;
}
#boxDirVend1 {
	text-align: center;
}
.div_big {
	font-size: medium;
	text-align: center;
	border: solid 1px #999999;
	padding: 10px;
	line-height: 18px;
	margin:0 auto;
	-moz-border-radius-bottomleft:11px;
	-moz-border-radius-bottomright:11px;
	-moz-border-radius-topleft:11px;
	-moz-border-radius-topright:11px;
	background-color: #E1FFE1;
}
.div_big p {
	text-align: center;
}
.div_big input {
	font-size: medium;
}
.pin_icon {
	background-image: url(images/icon-pin.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.big_button {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.div-fixed {
	position: fixed;
	bottom: 10px;
	margin-top: 20px;
	background-color: #FFFF99;
	border: solid 1px #666666;
	padding: 6px;
	text-align: center;
	margin: auto 0;
	width: 97%;
}
#tbl_login {
	margin-top: 15px;
}
#td_news {
	width: 400px;
	vertical-align: top;
}
#ul_news_item {
	margin: 0px;
	padding: 0px;
}
.li_news_item {
	margin-bottom: 10px;
	border-bottom: solid 1px #CCCCCC;
	padding: 5px;
	list-style: none;
	margin-left: 0px;
}
.round-box {
	-moz-border-radius: 10px;
	padding: 10px;
	font-size: 16px;
	text-align: center;
	border: solid 2px #C2C9D1;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url("images/bg_header1.gif") repeat-y scroll right center #E7F3FF;
}

.round-box-max {
	-moz-border-radius: 10px;
	padding: 10px;
	font-size: 16px;
	text-align: center;
	border: solid 2px #C2C9D1;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #DDE7EC;	
}

.round-box-UltimiORD {
	-moz-border-radius: 10px;
	padding: 10px;
	font-size: 12px;
	text-align: center;
	border: solid 2px #C2C9D1;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #DDE7EC;	
}


.round-box-rilevaz {
	-moz-border-radius: 10px;
	padding: 10px;
	font-size: 12px;
	text-align: center;
	border: solid 2px #C2C9D1;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #DDE7EC;	
}

.round-box-moni {
	-moz-border-radius: 10px;
	padding: 10px;
	font-size: 12px;
	text-align: left;
	border: solid 2px #C2C9D1;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #DDE7EC;	
}

.round-box-AvaBudget {
	-moz-border-radius: 10px;
	padding: 10px;
	font-size: 12px;
	text-align: left;
	border: solid 2px #C2C9D1;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #DCE0E7;
	color: #15201F
}

#table_lista_ordini {
	border-collapse: collapse;
}
#table_lista_ordini td {
	border-collapse: collapse;
	padding: 2px;
	border: solid 1px #999999;
}
table.table-lista-ordini-pv td {
	border: 0px !important;
}