﻿#Geral, #Rodape
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#divLogin
{
	background-image: url(Imagens/Login.jpg);
	color: #d7d8ea;
	font-size: 11px;
	font-weight: bold;
	height: 710px;
}

#divLogin a:link, #divLogin a:visited, #divLogin a:active
{
	color: #d7d8ea;
	text-decoration: none;
}

#divLogin a:hover
{
	text-decoration: underline;
}

#divCadastro
{
	background-image: url(Imagens/backgroundCadastro.png);
	color: White;
	margin-left: 60px;
	margin-top: 310px;
	padding: 10px;
	width: 350px;
}

#divCadastro h1
{
	color: White;
	font-size: 16px;
}

#divCadastro p
{
	line-height: 1.1em;
	margin: 3px;
}

.imgLoja
{	
	position: absolute;
	margin-left: 453px;
	margin-top: 238px;
	width: 532px;
	height: 351px;	
}

/* REGIÃO DO TOPO */
.Topo, .TopoAnonimo
{
	background-image: url(Imagens/Topo.jpg);
	background-repeat: no-repeat;
	color: #d7d8ea;
	font-size: 11px;
	height: 64px;
	padding: 5px;
	padding-right: 20px;
	text-align: right;
	width: 975px;
}

.Topo a:link, .Topo a:visited, .Topo a:active
{
	color: #d7d8ea;
	font-weight: bold;
	text-decoration: none;
}

.Topo a:hover
{
	text-decoration: underline;
}

.TopoAnonimo a:link, .TopoAnonimo a:visited, .TopoAnonimo a:active
{
	color: #d7d8ea;
	font-weight: bold;
	text-decoration: none;
}

.TopoAnonimo a:hover
{
	text-decoration: underline;
}



/* DEMAIS REGIÕES */
#Esquerda
{
	float: left;
	margin-right: 10px;
	padding: 5px;
	padding-left: 0px;
	width: 165px;
}

#Meio, #Meio2
{
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 510px;
}

#Meio2
{
	width: 820px;
}

#Direita
{
	float: right;
	margin-left: 10px;
	padding: 5px;
	padding-right: 0px;
	width: 295px;
}



/* REGIÃO DO RODAPÉ */
#Rodape
{
	background-color: #5d699b;
	color: #d7d8ea;
	clear: both;
	font-size: 10px;
	font-weight: bold;
	height: 15px;
	padding: 5px;
	text-align: right;
	width: 990px;
}

#Rodape a:link, #Rodape a:visited, #Rodape a:active
{
	color: #d7d8ea;
	text-decoration: none;
}

#Rodape a:hover
{
	text-decoration: underline;
}



/* LOGIN */
#DivLogin
{
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	width: 600px;
}

/* ÁREA DOS BOXES */
div.Titulo
{
	background: #7c85b0 url(Imagens/corner_top_left.png) no-repeat top left;
	border-bottom: solid 1px #515673;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
}

div.Titulo div
{
	background: transparent url(Imagens/corner_top_right.png) no-repeat top right;
	padding: 4px;
}

div.TituloPerfilOficial
{
	background: #ff9933 url(Imagens/corner_top_left.png) no-repeat top left;
	border-bottom: solid 1px #993300;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
}

div.TituloPerfilOficial div
{
	background: transparent url(Imagens/corner_top_right.png) no-repeat top right;
	padding: 4px;
}

div.Conteudo
{
	background: #f5f5f5 url(Imagens/corner_bottom_left.png) no-repeat bottom left;
	font-size: 10px;
	margin-bottom: 12px;
}

div.Conteudo div
{
	background: transparent url(Imagens/corner_bottom_right.png) no-repeat bottom right;
	padding: 10px;
}

div.Conteudo div div
{
	background: transparent;
}

.Mural
{
	background: transparent url(../../App_Imagens/escudo_dagua.png) no-repeat top center;
}

/* AGENDA DE SHOWS */
.calendarDayShow
{
	background-color: #ffcc00;
}

.calendarDayPress
{
	background-color: #00CC00;
}

.calendarDayBoth
{
	background: url(../../App_Imagens/calendarDayBoth.gif) no-repeat center;
}

.calendarDaySpecial
{
	background: url(../../App_Imagens/calendarDaySpecial.gif) no-repeat center;
}

/* MODAL POPUP */
.popupHeader
{
	background-color: #7c85b0;
	border: solid 1px #515673;
	color: #d7d8ea;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}

.popupContent
{
	border-left: solid 1px #434343;
	border-right: solid 1px #434343;
	background-color: White;
	padding: 5px 10px 5px 10px;
}

.popupFooter
{
	background-color: #d7dae9;
	border: solid 1px #434343;
	border-top: solid 1px b9bfd9;
	color: #d7d8ea;
	padding: 10px;
	text-align: right;
}
