html { margin: 0; padding: 0; }

body {
	margin: 0;
    padding: 0;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	color: #666666; 
	background-color: #000000
}

.alignRight 
{
	text-align: right;
}

.columnNoWrap {
	white-space: nowrap;
}

.trTitulo 
{
	font-weight: bold;
}

.LinkMenu
{
	text-decoration: none;	
}

.LinkButton:link
{
	color: #0000FF;
	text-decoration: none;
	cursor: pointer;
}

.LinkButton:visited
{
	color: #0000FF;
	text-decoration: none;
	cursor: pointer;
}

.LinkButton:hover
{
	color: #FF0000;
	text-decoration: none;
	cursor: pointer;
}

.txtcinza {
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	PADDING-LEFT: 3px; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #999999 1px solid; 
	BORDER-BOTTOM: #999999 1px solid; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	HEIGHT: 18px; 
	BACKGROUND-COLOR: #cccccc;
}
.imputs {
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	PADDING-LEFT: 3px; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #999999 1px solid; 
	BORDER-BOTTOM: #999999 1px solid; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	HEIGHT: 18px; 
	BACKGROUND-COLOR: #fff;
	text-transform: uppercase;
}
.input {
	BORDER-RIGHT: #999999 1px solid; 
	PADDING-RIGHT: 2px; 
	BORDER-TOP: #999999 1px solid; 
	PADDING-LEFT: 2px; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	PADDING-BOTTOM: 2px; 
	BORDER-LEFT: #999999 1px solid; 
	PADDING-TOP: 2px; 
	BORDER-BOTTOM: #999999 1px solid; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	HEIGHT: 18px;
	text-transform: uppercase;
}
.imputs-amarelo {
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	PADDING-LEFT: 3px; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #999999 1px solid; 
	BORDER-BOTTOM: #999999 1px solid; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	HEIGHT: 18px; 
	BACKGROUND-COLOR: #ffff00;
	text-transform: uppercase;
}

.data {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #333333; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.MaskedEditError
{
    background-color: #ffcccc;
}