﻿body
{
	background-color:White;
	margin-top: 2px;
	margin-left: 6px;
}

.clsLabelDefault
{
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
}

.clsLabelBlue
{
	font-family: Verdana;
	font-size: 8pt;
	color: Blue;
}

.clsLabelBold
{
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
	font-weight: bold;
}

.clsLabelGreen
{
	font-family: Verdana;
	font-size: 8pt;
	color: Green;
}


.clsLabelWhite
{
	font-family: Verdana;
	font-size: 8pt;
	color: White;
	font-weight: bold;
}

.clsLabelItalicBold
{
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
	font-style: italic;
	font-weight: bold;
}

.clsLabelSmall
{
	font-family: Verdana;
	font-size: 7.5pt;
	color: Black;
}

.clsTextBox
{
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
	border: solid 1px silver;
}

.clsTextBoxReadOnly
{
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
	border: solid 1px silver;
	background-color: #DCDCDC;
}


.clsTextBoxReadOnlyRight
{
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
	border: solid 1px silver;
	background-color: #DCDCDC;
	text-align: right;
}


.clsTextBoxRight
{
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
	border: solid 1px silver;
	text-align: right;
}

.clsPushButton
{
	font-family: Verdana;
	font-size: 8pt;
	color: White;
	border: solid 1px silver;
	background-color: Green;
	cursor: hand;
}
	
.clsPushButtonGriglia
{
	font-family: Verdana;
	font-size: 7.5pt;
	color: Green;
	border: solid 1px Green;
	background-color: White;
	cursor: hand;
}


.clsPushButtonActive
{
	font-family: Verdana;
	font-size: 7.5pt;
	color: White;
	border: solid 1px White;
	background-color: Green;
	cursor: hand;
}		


.clsPushButtonGrigliaSmall
{
	font-family: Verdana;
	font-size: 6pt;
	color: Green;
	border: solid 1px Green;
	background-color: White;
	cursor: hand;
}


.clsPushButtonGrigliaSmallActive
{
	font-family: Verdana;
	font-size: 6pt;
	color: White;
	border: solid 1px White;
	background-color: Green;
	cursor: hand;
}
	

.clsLinkButton
{
	font-family: Verdana;
	font-size: 8pt;
	color: Green;
	cursor: hand;
	text-decoration: underline;	
}

.clsLabelError
{
	font-family: Verdana;
	font-size: 8pt;
	color: Red;
}

.clsTdGriglia
{
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
	border: solid 1px silver;
	text-align: center;	
}

.clsTdGrigliaLeft
{
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
	border: solid 1px silver;
	text-align: left;	
}



