.FonteTextBox
{
	font-size: x-small;
	font-family: Verdana;
}

.FonteTextBoxValor
{
	font-size: x-small;
	font-family: Verdana;
	text-align:right;
}

.FonteLabelCampoLogin
{
	font-size: small;
	font-family: Verdana;
}


.FonteLabelCampo
{
	font-size: x-small;
	font-family: Verdana;
}

.FonteLabelTitulo
{
	font-size: small;
	font-family: Verdana;
	font-weight:bold;
}

.FonteLabelTituloQuiosque
{
	text-align: center;
	font-size: xx-large;
	font-family: Verdana;
	font-weight: bold;
	color: inherit;
}

.FonteLabelTituloLogin
{
	font-size: small;
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
}

.MenuQoq
{
	background-repeat: repeat-x;
	border-color: White;
	border-style: groove;
	border-width: 4px;
	display: block;
	text-align: left; 
	font-family: Tahoma;
	font-size: 12px;
}

.MenuQoqItem
{
	border-right-style: solid;
	border-right-color: #132D60;
	border-right-width: 1px;
	text-align: left; 
	font-family: Tahoma;
	font-size: 12px;
}

.TextBoxUsuario
{
	font-size: small;
	font-family: Verdana;
	text-transform: uppercase;
}

.TextBoxConfiguracao
{
	font-size: medium;
	font-family: Verdana;
	text-transform: uppercase;
}

.GridHeader
{
	font-size: x-small;
	font-family: Verdana;
	font-weight: bold;
	color: #000066;
}

.GridItem
{
	font-size: x-small;
	font-family: Verdana;
	color: #000066;
}

#divProcessando {
    background: url(carregando.gif) no-repeat center;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}