﻿.gridview_headerstyle { background-color: darkblue; }
.gridview_selectedrowstyle { background-color: #6495ed; }

/*INICIO ESTILOS PARA TAGS BASE*/
img
{
	border:0px;
}

hr
{
	border-bottom:1px solid #7697bf;
	width:100%;
}

button
{
	border:0px;
	cursor:hand;
	background-color:#999999;
	
	padding:3px;
	margin:0px 3px 0px 3px;

	color:#FFFFFF;
	font-size:12px;
}

button:hover
{
	background-color:#666666;	
}

a
{
	text-decoration:none;
	color:#333333;
}

a:link
{
	color:#333333;
}

a:vlink
{
	color:#333333;
}

p
{
	text-align:justify;
	padding:4px;
}

ul
{
	margin-left:0px;	
}

li
{
	list-style-image:url(../imagens/seta_lista.gif);
	list-style-position:inside;	
}

body
{
	background-color:#999999;
	margin:0px 0px 0px 0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

form
{
	display:inline;
}

input[type="submit"]
{
	border:0px;
	cursor:hand;
	background-color:#999999;
	padding:2px;
	margin:0px 3px 0px 3px;
	color:#FFFFFF;
	font-size:11px;
}

input[type="submit"]:hover
{
	background-color:#666666;	
}
/*FIM ESTILOS PARA TAGS BASE*/

/*INICIO ESTILOS PARA DIVS ESTRUTURAIS DA PAGINA*/

#topo
{
	padding:8px;
	margin-bottom:20px;
	background-color:#FFFFFF;
}

#rodape
{
	padding:8px;
	margin-top:20px;
	background-color:#FFFFFF;	
	
	text-align: center;
}

#rodape2
{
	clear: both;
}

#pagina
{
	margin-left:-390px;
	padding-left:50%;
	width:780px;	
}

#menu
{
	width:150px;
	float:left;
}

#menu a, #menu div, #menu div.lista
{
	width:100%;
	display:block;
	padding:3px;
	background-color:#c8c8c8;
	border-top:1px solid #e9e9e9;
	border-left:1px solid #e9e9e9;
	border-bottom:1px solid #868686;
	border-right:1px solid #868686;	
}

#menu div.lista
{
	color: #333333;
	font-weight: normal;
	height: 150px;
	overflow-y: auto;
}

#menu a:hover
{
	background-color:#999999;
	color:#FFFFFF;
}

#menu div
{
	background-color:#7697bf;
	font-weight:bold;
	color:#FFFFFF;	
}

#conteudo
{
	width:610px;
	margin-left:165px;
	padding:2px;
	background-color:#FFFFFF;
}

#pagina2
{
	margin-left:-490px;
	padding-left:50%;
	width:980px;	
}

#menu2
{
	width:150px;
	float:left;
}

#menu2 a, #menu2 div
{
	width:100%;
	display:block;
	padding:3px;
	background-color:#c8c8c8;
	border-top:1px solid #e9e9e9;
	border-left:1px solid #e9e9e9;
	border-bottom:1px solid #868686;
	border-right:1px solid #868686;	
}

#menu2 a:hover
{
	background-color:#999999;
	color:#FFFFFF;
}

#menu2 div
{
	background-color:#7697bf;
	font-weight:bold;
	color:#FFFFFF;	
}

#conteudo2
{
	width:810px;
	margin-left:165px;
	padding:2px;
	background-color:#FFFFFF;
}

#barraTitulos
{
	background-color:#7697bf;
	color:#FFFFFF;
	padding:4px;
	font-weight:bold;
}

.coluna
{
	float:left;
	border-right:1px solid #FFFFFF;
	padding:4px;
}

.colunaFinal
{
	width:auto;
	padding:4px;
}

.logo
{
	margin:16px;
}
/*FIM ESTILOS PARA DIVS ESTRUTURAIS DA PAGINA*/

/* início dos estilos para a exibição da foto estática */
.trasnp
{
	position:absolute;
	z-index:2;
	filter: alpha(Opacity=75, FinishOpacity=15, Style=1);
	opacity: 0.6;
	top:0px;
	left:0px;	
	width:100%;
	height:100%;		
	background-color:#999999;
	visibility:hidden;
}

.foto
{
	position:absolute;
	z-index:10;
	top:50px;
	left:50px;	
	width:auto;
	height:auto;	
	color:#FFFFFF;	
	visibility:hidden;
	text-align:right;
}

.setaFotoProxima{

	position:absolute;
	z-index:6000;
	right:0px;
	top:250px;
	
	width:29px;
	height:29px;

	background-image:url(../imagens/setaDir.gif);
	background-repeat:no-repeat;
	background-position:right;

}

.setaFotoAnterior{

	position:absolute;
	z-index:6000;
	left:0px;
	top:250px;

	width:29px;
	height:29px;
	
	background-image:url(../imagens/setaEsq.gif);
	background-repeat:no-repeat;
	background-position:left;
}
/* fim dos estilos para a exibição da foto estática */