﻿body 
{
	background-image:url(./imagens/BackGround.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	margin:0px;
	padding:0px;
	font-family:Verdana;
	font-size:12px;
}

#conteudo
{
	background-color:#FFF;
	width:873px; 
	margin:auto; 
	margin-top:0px;
	padding:0px; 
	border:1px #000 solid; 
	min-height:500px;
	border-collapse:collapse;
}
#topo
{
	background-image:url(./imagens/Topo.jpg);
	background-repeat:no-repeat;
	background-color:#FFFF00;
	height:117px;
	text-align:center;
	
}
#conteudo #barraLateral
{
	 
	width:166px;
	background-image:url(./imagens/BarraLateral.jpg);
	border-right:1px solid #000;
	background-repeat:repeat-x;
	text-align:center;
}
#barraTopo
{
	background-image:url(./imagens/BarraSuperior.jpg);
	background-repeat:repeat-x;
	height:28px;
	text-align:center;
}

#conteudoCentral
{
 width:707px;
	
	padding:10px;
}
#rodape
{
	background-image:url(./imagens/Rodape.jpg);
	background-repeat:repeat-x;
	height:50px;
	width:100%;
	padding:0px;
	text-align:center;
}
/** CLASSES**/

.erro
{
    color: Red;
    font-weight:bold;
}

/** ELEMENTOS **/
h1
{
	font-size:18px;
	color:#3F4952;
}
h2
{
	font-size: 16px;
	color:#666666;
	font-weight:bold;
	text-align:left;
	margin-left:5px;
}

h3 
{
    font-size: 12px;
    border-bottom:solid #990000 1px;
	font-weight:bold;
	color:#990000;
	text-align:left;
	margin-left:3px;
}

a
{
	color: #000000;
	text-decoration: none;
}

.Observacoes
{
   font-size:smaller;
}
#HighLight
{
    background-image:url(../../images/highlight.jpg);
    background-repeat:no-repeat;
    text-align:center;
    padding-top:5px;
    width:150px;
    height:30px;
}
.FotosHeader
{
    background-image:url(../../images/FotosHeader.jpg);
    background-repeat:repeat-x;
    text-align:center;
    font-weight:bold;
    height:20px;
}
.FotosBg
{
    background-image:url(../../images/BackGroundPhotos.jpg);
    background-repeat:repeat-x;
    text-align:center;
    font-weight:bold;
}


.highslide {
    cursor: url(../../Scripts/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../../Scripts/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(../../Scripts/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}