@charset "utf-8";
/* CSS Document */
.lista{
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin-top:2px;
	background:#EEEEEE;
	height:18px;
}

.texto{
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.textoAzul{
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#009999;
}
a:link, a:visited, a:visited, a:active, a:hover{
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;

}
a:hover {
	color: #333333;
}

#discoVirtual input[type=text], #discoVirtual input[type=password]{
	height:20px;
	border:1px solid #333333;
	margin-bottom:2px;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

.discoEmpresa{
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#009999;
}

.discoDiretorio{
	float:left;
	width:190px;
	background:url(../imagens/discoDiretorio.jpg) no-repeat;
	padding-top:35px;
	min-height:200px;
}

.discoArquivo{
	float:left;
	width:470px;
	background:url(../imagens/discoArquivo.jpg) no-repeat;
	padding-top:35px;
	min-height:200px;
	margin-left:5px;
}

.diretorioItem{
	height:20px;
	padding-left:5px;
	border-bottom: 1px dotted #666666;
	color:#006699;
	font-weight:bold;
}

.arquivoItem{
	height:20px;
	padding-left:5px;
	border-bottom: 1px dotted #666666;
	color:#006699;
}
.diretorioItem:hover, .arquivoItem:hover{
	background:#EEEEEE;
}

.aviso{
	float:left;
	margin:10px 5px 5px 10px;
	/*border-bottom: 1px dotted #333333;*/
}

#lightboxCaption{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#000033;
	width:100%;
	border-bottom:2px solid #000033;
}

.fechar {
	float:left;
	text-align:right;
	margin:5px;
	width:100%;
	border-top:2px solid #000033;
}

.fechar a:link, .fechar a:hover, .fechar a:active, .fechar a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#000033;
}
