@media print
{
	#modalPage, #Superior, #Inferior
	{
        display: none;
    }
}

BODY
{
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Tahoma;
}

A
{
	color: #B71414;
	font-weight: bold;
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

#modalPage
{
	z-index: 1000;
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

#modalBackground
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: transparent !important;
	background-color: #333333;
	background-image/**/: url(../Imagens/maskBG.png) !important; // Mozilla, Opera, etc.
	background-image: none;
	background-repeat: repeat;
	opacity: .4;
	filter: alpha(opacity=40);
}

#modalContainer
{
	z-index: 1001;
	visibility: hidden;
	position: absolute;
	width: 400px;
	top: 100px;
	left: 50%;
	margin-left:-200px;
}

#modal
{
	z-index: 1002;
	background-color: #FFFFFF;
	border: solid 3px #000000;
	position: relative;
	text-align: center;
}

#Fecharmodal
{
	position:absolute;
	top: -20px;
	left: 325px;
	width: 75px;
	font-size: 9px;
	color: #FFFFFF;
	font-family: Verdana, Tahoma;
}

#Geral
{
	margin: 10px 10px 10px 10px;
	width: 800px;
}

#Superior
{
	z-index: 1;
	top: 0px;
	left: 0px;
	position: relative;
}

#SuperiorMSG
{
	z-index: 2;
	top: 3px;
	left: 470px;
	position: absolute;
	font-size: 9px;
	color: #FFFFFF;
	font-family: Verdana, Tahoma;
}

#UsuarioIdentificado
{
	z-index: 2;
	top: 40px;
	left: 200px;
	position: absolute;
	font-size: 9px;
	color: #000000;
	font-family: Verdana, Tahoma;
}

#Conteudo
{
	z-index: 1;
	top: 0px;
	left: 0px;
	position: relative;
	width: 800px;
	background-color: #FFFFFF;
	background-image: url(../Imagens/BG_01.gif);
}

#ConteudoContainer
{
	background-image: url(../Imagens/BG_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#TextoDestaque
{
	width: 100%;
	height: 250px;
	overflow: auto;
}

#popupScroll
{
	width:100%;
	height:100%;
	overflow:auto;
}

#Inferior
{
	z-index: 1;
	top: 0px;
	left: 0px;
	position: relative;
	width: 800px;
	background-color: #B71414;
}

.txt1
{
	font-size: 9px;
	color: #000000;
	font-family: Verdana, Tahoma;
}

.txt2
{
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Tahoma;
}

.txt3
{
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Tahoma;
}

.txt4
{
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Tahoma;
}

.txt5
{
	font-size: 13px;
	color: #000000;
	font-family: Verdana, Tahoma;
}

.txt6
{
	font-size: 16px;
	color: #000000;
	font-family: Verdana, Tahoma;
}

.txt7
{
	font-size: 20px;
	color: #000000;
	font-family: Verdana, Tahoma;
}

TD
{
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Tahoma;
}

INPUT
{
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Tahoma;
}

SELECT
{
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Tahoma;
}

TEXTAREA
{
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Tahoma;
}

INPUT.BOTAO01
{
	font-size: 10px;
	color: #B71414;
	font-family: Verdana, Tahoma;
	font-weight: bold;
	border: #bcbebc;
	border-style: solid;
	border-width: 1px;
	background-color: #EEEEEE;
}