.printonly { DISPLAY: none }

@media Print 
{
	.dontprint { DISPLAY: none }
	.printonly { DISPLAY: inline }
}

body
{
	font-size: xx-small;
	background-image: url(/images/background.gif);
	margin: 0px;
	color: #000000;
	font-family: Verdana, Arial, Tahoma;
}

p
{
	margin-top: 0px;
	margin-left: 10px;
	text-justify: auto;
	font-size: 11px;
	color: #808080;
	padding-top: 0px;
	font-family: Verdana, Arial, Tahoma;
	text-align: justify;
}

input
{
	font-size: 11px;
	color: #696969;
	font-family: Verdana;
	height: 19px;
}

.inputlongo
{
	font-size: 11px;
	color: #696969;
	font-family: Verdana;
	height: 19px;
	width: 260px;
}

.inputtitulo
{
	width: 500px;
}

select
{
	font-size: 11px;
	color: #696969;
	font-family: Verdana;
	height: 18px;
}

.textareadominio
{
	border-right: #c0c0c0 1px solid;
	border-top: #c0c0c0 1px solid;
	font-size: 11px;
	border-left: #c0c0c0 1px solid;
	color: #696969;
	border-bottom: #c0c0c0 1px solid;
	font-family: Verdana;
	height: 190px;
	width: 720px;
}

.textareaquestao
{
	border-right: #c0c0c0 1px solid;
	border-top: #c0c0c0 1px solid;
	font-size: 11px;
	border-left: #c0c0c0 1px solid;
	color: #696969;
	border-bottom: #c0c0c0 1px solid;
	font-family: Verdana;
	height: 190px;
	width: 500px;
}

.textareamorada
{
	border-right: #c0c0c0 1px solid;
	border-top: #c0c0c0 1px solid;
	font-size: 11px;
	border-left: #c0c0c0 1px solid;
	color: #696969;
	border-bottom: #c0c0c0 1px solid;
	font-family: Verdana;
	width: 260px;
}
.option
{
	height:18px;
	color: #696969;
	font-family: Verdana;
	font-size:11;
}

.Botao
{
	height:22px;
}

.BotaoOK
{
	height:22px;
	width:22px;
}

p{
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	color: #000000;
	margin-top:0; 
	padding-top: 0;
}

a
{
	color: #696969;
	font-family: Verdana, Arial, Tahoma;
	font-size: xx-small;
	text-decoration: underline;
} 
a:hover { 
  font-family: Verdana, Arial, Tahoma; 
  font-size: xx-small;
  font-weight: bold;
  text-decoration: none;
} 
a:active { 
  font-family: Verdana, Arial, Tahoma; 
  font-size: xx-small;
  text-decoration: none;
  } 
a:visited { 
  font-family: Verdana, Arial, Tahoma;
  font-size: xx-small;
  text-decoration: underline;
  color:#696969;
}


/* these are neutral values, the H tag is used for blind */
/*browsers to list the contents of the page using the H tags */
/*as a list of bookmarks */
H1 {
	font-family: Verdana, Arial, Tahoma;
 	font-size: 16px;
	font-weight: bold;
	margin-bottom : 20px;
	margin-top : 0px;

}

H2 {
	font-family: Verdana, Arial, Tahoma;
 	font-size: 14px;
	font-weight: bold;
  	color: #666666;
	margin-bottom : 0px;
	margin-top : 0px;	
}

H3 {
	font-family: Verdana, Arial, Tahoma;
 	font-size: 12px;
	font-weight: bold;
  	color: #666666;
	margin-bottom : 0px;
	margin-top : 0px;	
}

H4 {
	font-family: Verdana, Arial, Tahoma;
 	font-size: 11px;
	font-weight: bold;
  	color: #666666;
	margin-bottom : 0px;
	margin-top : 0px;	
}
 .indented {
	text-indent : 12px;
}

.push {
	padding-left:12px;
}

.pushmore {
		padding-left:24px;
}

ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.tabindent {
	margin-left: 12px;
}

.tabelaprincipal
{
	border-right: #dcdcdc 1px solid;
	border-left: #d3d3d3 1px solid;
}

.tabelaprincipalcompleta
{
	border-right: #dcdcdc 1px solid;
	border-left: #d3d3d3 1px solid;
	border-top: #d3d3d3 1px solid;
	border-bottom: #d3d3d3 1px solid;
}

.tabelaprincipaltopo
{
	border-right: #dcdcdc 1px solid;
	border-left: #d3d3d3 1px solid;
	border-top: #d3d3d3 1px solid;
}

.tabelaprincipalfundo
{
	border-right: #dcdcdc 1px solid;
	border-left: #d3d3d3 1px solid;
	border-bottom: #d3d3d3 1px solid;
}

.selectdominio
{
Width:67px;
Height:19px;
}

.BarraTituloFundo {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	background-image: url(/images/Fundo_titulo.gif);
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
}

.listView {
	border: 1px solid #9E9E9E;
}

.tabelatracos
{
	border-right: #dcdcdc 1px dashed;
	border-top: #dcdcdc 1px dashed;
	border-left: #dcdcdc 1px dashed;
	border-bottom: #dcdcdc 1px dashed;
}