/* -------------------------------------------------------------------------------

Folha de Estilo Basica
versao:		1.0
Autor:		Denis Bevenuto	
Agencia:	WebPrisma
WebSite:	www.webprisma.com.br
email:		denis@webprisma.com.br

--------------------------------------------------------------------------------*/
/** Paginação **/
ul.pagination{
	background			: #F7F7F7;
	border-top			: 1px solid #CECECE;
	border-bottom		: 1px solid #CECECE;
	font-size			: 11px;
	line-height			: 25px;
	height				: 25px;
	margin				: 0 0 20px 0;
	padding				: 5px 0 7px 11px;
}

ul.pagination li{
	list-style			: none;
	float				: left;
	margin				: 0;
	padding				: 0;
}

ul.pagination li a{
	background			: #fff;
	border				: 1px solid #CECECE;
	color				: #1018A5;
	float				: left;
	list-style			: none;
	margin				: 0 4px;
	padding				: 0 7px;
}

ul.pagination li.no-a{
	background			: #fff;
	border				: 1px solid #CECECE;
	float				: left;
	list-style			: none;
	margin				: 0 4px;
	padding				: 0 7px;
}

ul.pagination li a:hover{
	background			: #1018A5;
	color				: #fff;
}

p.counter{
	text-align			: right;
	margin				: 10px 0 0 0;
}


/* Estrutura
================================= */
*{
	margin: 0;
	padding:0;
}
ul {
list-style:none;
}

img {
border:none;
}

body{
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
}

#tudo {
	width: 760px;
	border: 10px solid #640f0f;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	background-color:#FFFFFF;
	margin-left: auto;
}

#topo {
	width: 760px;	
	background-image: url(../images/topo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:105px;
    float: left; 
}

#mainNav { 
  float: left; 
}

#conteudo {
	float: left;
}

#conceito {
	float: left;
	border: 0px solid #CCFF33;
	margin-left: 1px;
	background-color: #000000;
	width: 550px;
}

#conceito2 {
	margin-left: 1px;
	width: 760px;
	height: 150px;
}

#banners {
	float:right;
}

#banners li {
	list-style:none;
	padding: 3px;
}
#banners li a {
	padding: 0px;
	}

.clear {
	clear:both;
}

#conteudo_int {
	float: left;
	background-color: #f9f6f6;
	width: 580px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#artistas {
	float: right;
	background-color: #732727;
	width: 160px;
	margin-top: 5px;
	margin-left: 1px;
	margin-bottom: 12px;
	margin-right: 2px;
}
.gn_list_1 li a{
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 11px;
	}
	.gn_list_1 li a:hover{
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #603;
	}
#direita {
	float: right;
	background-color: #732727;
	width: 160px;
	margin-top: 5px;
	margin-left: 1px;
	margin-bottom: 12px;
	margin-right: 2px;
}

#direita2 {
	float: right;
	background-color: #732727;
	width: 160px;
	margin-top: 5px;
	margin-left: 1px;
	margin-bottom: 12px;
	margin-right: 2px;
}

#direita202 {
	float: left;
	background-color: #996666;
	width: 160px;
}
#rodape_esq {
	float: left;
	position: relative;
	height: 30px;
	width: 120px;
	margin-top: 10px;
} 
#rodape {
width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	background-position: center -150px;
	border: 0px solid #CCFF33;
	background-image: url(galeriamalivillasboas/images/bk_rodape.jpg);
	background-repeat: no-repeat;
} 

#rodape p{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b7b7b7;
	margin-top: 16px;
	font-weight: bold;
	background-image: url(../images/logop.jpg);
	background-repeat: no-repeat;
	background-position: 210px;
}

#wp {
	float: right;
	position: relative;
	height: 30px;
	width: 120px;
	margin-right: 20px;
	margin-top: -28px;
}
/* MENU */
#nav { 
position:relative;
top:75px;
	list-style: none;
	float:left;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin-left:50px;

	}
#nav li {float: left;}
#nav li a {
	display:block;
	text-decoration: none;
	margin-right: 0px;
	color: #b71a00;
	padding: 0.50em;


	}
#nav li a:visited {color: #b71a00;}
#nav li a:hover {
	color: #261717;
	}
/* MENU */

/* Formulários */
.campo01{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#FFFFFF;
	border: 1px solid #999999;
}
.textoform{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.campo02{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	background-color:#f4f4f4;
	border: 1px solid #999999;
}
.botao01{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#CC0000;
	background-color:#FFFFFF;
	border: 1px outset #FF0000;
	cursor:pointer;
	padding:3px;
}

.voltar a:hover {
	color: #660000;
	text-decoration: none;
}
 

  .contentheading { 
 font-size: 26px; 
 width: 100%;
 font-weight: bold; 
 color: #330000;  
 }

  .contentheading-tit {
	font-size: 26px;
	width: 100%;
	font-weight: bold;
	color: #330000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 10px;
 }
 

  .componentheading-tit {
	font-size: 26px;
	width: 100%;
	font-weight: bold;
	color: #330000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 10px;
 }
 
 
  .componentheading-tit2 {
	font-size: 26px;
	width: 100%;
	font-weight: bold;
	color: #330000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 10px;
 } 
  
   .contentheading-tit2 {
	font-size: 20px;
	width: 100%;
	font-weight: bold;
	color: #335500;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 4px;
 }
 
 
p.table.moduletable td {text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #b7b7b7;
	margin-top: 16px;
	font-weight: bold;
	background-image: url(../images/logop.jpg);
	background-repeat: no-repeat;
	background-position: 210px;}
	
 
 /* Formatação de links */
.teste li a {
	display:block;
	text-decoration: none;
	margin-right: 0px;
	color: #b71a00;
	padding: 0.10em;
	}
.teste li a:visited {color: #b71a00;}
.teste li a:hover {
	color: #261717;
	}
	
div.back_button{
	width:55px;
	height:20px;
	overflow:hidden;
	background:url(../images/bt_voltar.png) no-repeat;
	float: right;
}

div.back_button a {
	text-indent:-50000em;
	height:98px;
	width:77px;
	display:block;
}


.chronoform a {
	color: #FFFFFF;
	text-decoration: none;
	visibility: hidden;
}

.chronoform a:visited {
	color: #FFFFFF;
	text-decoration: none;
	visibility: hidden;
}