html{
   background:blue;
}
body {
   overflow:hidden;
   font-family:Sans-serif, Arial, Verdana, Tahoma;
   font-size:20px;
}
div.fullscreen{
   height:100%; width:100%;
}
div.main{
   top:24px; 
   width:100%;
   bottom:0px;
   background-color:#FFFFCC;
}
div.left{
   float:left; display:block;
   width:100px;
   height:100px;
   overflow: hidden;
}
div.v_splitter{
   float:left; display:block;
   width:6px;
   background:#C4DCFB;
   overflow: hidden;
   cursor: ew-resize;
   background-image: url(/images/av2000/panev.gif);
   background-repeat: no-repeat;
   background-position: center;
}
div.right{
   float:left; display:block;   
   width:100px;
   height:100px;
   overflow: hidden;
}
div.header{
   height:30px;
   width:100%;
}
div.selettore{
   float:left; display:block;
   height:100%;
   top:0;
   left:0;
}

div.aggiornamento{
   float:left; display:block;
   height:100%;
   top:0;
   right:0px;
}

div.body{
/*    position:absolute; */
   height:100%;
   top:0;
   left:0;
   margin:0;
   width:100%;
}

div.scroll_y{
   overflow-y:auto;
}

table.bolle {
   font-size:12px;
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-collapse: collapse;
   margin: 0px;
   padding: 0px;
   width:100%;
}
table.bolle th {
	border-width: 0px;
	border-spacing: 0px;
	padding: 0px;
	border-style: inset;
}
table.bolle tr {
	border-width: 1px;
	border-spacing: 0px;
	padding: 0px;
	border-style: inset;
}
table.bolle td {
	border-width: 1px;
	border-spacing: 0px;
	padding: 0px;
	border-style: inset;
}

table.articoli {
   font-size:14px;
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-collapse: collapse;
   margin: 0px;
   padding: 0px;
   width:100%;
}
table.articoli th {
	border-width: 0px;
	border-spacing: 0px;
	padding: 0px;
	border-style: inset;
}
table.articoli tr {
	border-width: 1px;
	border-spacing: 0px;
	padding: 0px;
	border-style: inset;
}
table.articoli td {
	border-width: 1px;
	border-spacing: 0px;
	padding: 0px;
	border-style: inset;
   text-align: center;
   vertical-align: middle;
}

table.sscc {
   font-size:14px;
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-collapse: collapse;
   margin: 0px;
   padding: 0px;
   width:100%;
}
table.sscc th {
	border-width: 0px;
	border-spacing: 0px;
	padding: 0px;
	border-style: inset;
}
table.sscc tr {
	border-width: 1px;
	border-spacing: 0px;
	padding: 0px;
	border-style: inset;
}
table.sscc td {
	border-width: 1px;
	border-spacing: 0px;
	padding: 3px;
	border-style: inset;
   text-align: center;
   vertical-align: middle;
}

table td.prima {
   background-color:#C2F0FF;
}
table td.seconda {
   background-color:#66FF99;
}
table td.terza {
   background-color:#70DBFF;
}

table td.vuoto {
//   background-color:#B2C2D1;
}

input.palette {
//   background-color:#FFFFCC;
}

input.cartoni {
//   background-color:#FFFFCC;
}
