﻿html,body {
	margin: 0px;
	min-width: 0em;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	overflow:auto;
	height:100%;
	padding:0px;
	border:none;
	scrollbar-3dlight-color: #E6EEA6 ;
    scrollbar-arrow-color:#E6EEA6;
    scrollbar-base-color:#E6EEA6;
    scrollbar-darkshadow-color:#E6EEA6;
    scrollbar-face-color:white;
    scrollbar-highlight-color:#E6EEA6;
    scrollbar-shadow-color:#E6EEA6;
    font-family:Arial, MS Sans Serif;
	font-size :12px; 

}
button
{
	filter:	progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#E6EEA6);
	cursor: pointer;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #D0D935;
	background-color: #E6EEA6;
	background-position: 0px 0px;
	height:18px;
	width:115px;
}

textarea
{
font-family:Arial, MS Sans Serif;
font-size:			10pt;
width:				100%;
border:				1px solid #D0D935;
}

select
{
font-family:Arial, MS Sans Serif;
font-size:			8pt;
height:				18px;
border:				1px solid #D0D935;
border-right:				1px solid #D0D935; 
border-top:				1px solid #D0D935; 
border-left::				1px solid #D0D935; 
border-bottom:				1px solid #D0D935; 
}

input
{
font-family:Arial, MS Sans Serif;
font-size:			10pt;
height:				18px;
border:				1px solid #D0D935;
}

.DataGridTable{
	font-family: Arial, MS Sans Serif;
	border-right: solid 1px #D0D935;
	border-left: solid 1px #D0D935;
	border-bottom: solid 1px #D0D935;
	border-top: solid 1px #D0D935;
	font-size: small;
	color: #000000;
	padding:2px;
	width:100%;
}

.DataGridTH
{
	padding:2px;
	border-right: solid 1px #D0D935;
	border-bottom: solid 1px #D0D935;
	border-left: solid 1px #D0D935;
	border-top: solid 1px #D0D935;
	font-weight: bold;
	color: White;
	background-color: #D0D935;
	background-position: center 50%;
	font-size: 12px;
}

th a {
	color:White;
}

.DataGridTD
{
	background-color: #E6EEA6; /*#CCFFCC*/
	border-right: solid 1px #D0D935;
	border-top: solid 1px #D0D935;
	border-left: solid 1px #D0D935;
	border-bottom: solid 1px #D0D935;
	padding:2px;
}

.DataGridTDA 
{
	background-color: white;
	border-right: solid 1px #D0D935;
	border-top: solid 1px #D0D935;
	border-left: solid 1px #D0D935;
	border-bottom: solid 1px #D0D935;
	padding:2px;
}

.GridFiltro 
{
	font-family: Arial, MS Sans Serif;
	border-right: solid 1px #E6EEA6;
	border-left: solid 1px #E6EEA6;
	border-top: 1px solid #E6EEA6;
	border-bottom: 1px solid #E6EEA6;
	font-size: small;
	color: #000000;
	padding:2px;
	/*width:100%;*/
}