body, td, input, textarea
{
	font: 10pt Tahoma;
	scrollbar-face-color       : green;
	scrollbar-shadow-color     : green;
	scrollbar-highlight-color  : green;
	scrollbar-3dlight-color    : white;
	scrollbar-darkshadow-color : white;
	scrollbar-track-color      : white;
	scrollbar-arrow-color      : white;
}
body
{
	background: white;
	margin: 10px;
}

a 
{
	text-decoration: none;
	color: #007B00; 
}
a:hover
{
	text-decoration: underline;
	cursor: hand;
}

b, .gridHead td, .label, .title
{
	color: #007B00;
	font-weight: bold;
}

button, submit, reset, .button
{
	font: 10pt Tahoma;
	font-weight : bold;
	background-color : #D4F47F;
	color : Black;
	border: solid 1px #007B00;
	height : 20px;
	vertical-align: middle;
}
input.button{
	font: 10pt Tahoma;
	font-weight : bold;
	background-color : #D4F47F;
	color : Black;
	border: solid 1px #007B00;
	height : 20px;
	vertical-align: middle;
}
input.buttonhover{
	font: 10pt Tahoma;
	font-weight : bold;
	background-color : #D4F47F;
	color : Black;
	border: solid 1px #007B00;
	height : 20px;
	vertical-align: middle;
}
input.text{
	background-image : url(img/Second/sfondo_input.gif);
	border : 1px solid green;
	vertical-align: middle;
	padding-left:5px;
	font: 8pt Tahoma;
}
input.textfocus{
	border : 1px solid red;
	background-image : url(img/Second/sfondo_input.gif);
	vertical-align: middle;	
	padding-left:5px;
	font: 8pt Tahoma;
}
select.text 
{
	background-image : url(img/Second/sfondo_input.gif);
	border : 1px solid green;
	vertical-align: middle;
	padding-left:5px;
	font: 8pt Tahoma;
}
textarea.text{
	background-image : url(img/Second/sfondo_input.gif);
	border : 1px solid green;
	vertical-align: middle;
	padding-left:5px;
	font: 8pt Tahoma;
}
textarea.textfocus{
	border : 1px solid red;
	background-image : url(img/Second/sfondo_input.gif);
	vertical-align: middle;	
	padding-left:5px;
	font: 8pt Tahoma;
}

.titleverde 
{
	font-size: 14pt;
	color: #007B00;
	font-weight: bold;
}

img
{
	border: none;
}

.gridHead td
{
	border-top: solid 2px #007B00;
	border-bottom: solid 2px #007B00;
}

.gridItem td, .gridFoot td
{
	background-color: #ffffff;
}

.gridItem td, .gridFoot td, .gridItemActive td
{
	border-bottom: 1px solid #007B00;
	height: 25px;
}

.gridHead td, .gridItem td, .gridFoot td
{
	padding-left: 10px;
	padding-right: 10px;
}

.gridFoot
{
	background: gainsboro;
}

.gridNav
{
	padding-top: 10px;
	font-size : 8pt;
}

.label
{
	padding-right: 5px;
	text-align: right;
}

.num
{
	text-align: right;
}

.supplierLink
{
	font-size : 9pt;
	font-weight : bold;
	color : #CC0000;
}

.productLink
{
	font-size : 9pt;
	font-weight : bold;
	color : #000000;
}

.itemLink
{
	font-size : 9pt;
	font-weight : bold;
	color : #007B00;
}
