@charset "utf-8";


body {
	background:#c6c6c6 url("../Images/bgdegrade.jpg") ;
	background-repeat:repeat-x;
	top left repeat-x fixed;
	//scrollbar
	scrollbar-3dlight-color:#000000; 
	scrollbar-arrow-color:#000000; 
	scrollbar-highlight-color:#ffffff; 
	scrollbar-face-color:#ffffff; 
	scrollbar-shadow-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-base-color:#ffffff; 

	}



#background {
		border:solid 0px #FFF;
		height:280px;
		}


#menu {
	width:770px;
	height:25px;
	}
	
ul#menulist {
	margin-left: 0px;
	padding-left: 0px;
	margin-top:2px;
	width:770px;
	}

#menulist li{
	display:inline;
	list-style-type:none;
	}

#menulist a{
	padding:5px 15px;
	margin-left: 5px;
	}
	
#menulist a:link, #menulist a:visited
{
    color: #000066;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    width: 24px;
    height: auto;
    background-color: #FFCC00;
    text-decoration: none;
}
	
#menulist a:hover
{
    color: #FFFFFF;
    background-color: #003399;
    border-bottom: solid #009;
    text-decoration: none;
}

#blur{ 
   background-color: #999; /*shadow color*/ 
   color: inherit; 
  margin: 2px auto;
   width:778px;
   } 

#shadow, #tudo{ 
   position: relative; 
   bottom: 2px; 
   right: 2px;
   left: 0px;
   
   } 

#shadow{ 
   color: #666; 
   } 

#tudo{ 
   background-color: #fff; /*background color of content*/ 
   color: #000; /*text color of content*/ 
   border-right:1px solid #000; /*border color*/ 
   border-left: 1px solid #000;
   margin-left:4px;
   width:770px;
   margin:0 auto;
   display:block;
   } 


h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #333;
	text-decoration: none;
	margin-left: 10px;
	margin-top:0px;
	
	}
	
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	margin-left: 5px;
	margin-top:5px;
	text-align: justify;
	margin-right:0px;
	}


.imagem{
	float:left;
	margin-left:20px;
	}
.linkAnos
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #204B95; 
	font-variant: normal;
	text-align: right;
	line-height: normal;
}
#liMarcoHistorico
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #204B95; 
	font-variant: normal;
	text-align: right;
	line-height: normal;
}
#tbShowTip
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-variant: normal;
	line-height: normal;
	font-weight:normal;
	text-align:center;

}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #202563;
	font-variant: normal;
	text-align: left;
	line-height: normal;
}

#dvGeral
{
	background-color: #ffffff;
	margin: 0 auto;
	width:800px;
	padding: 0 auto;
	text-align:center;
	border: solid 2px #CDCDCD;
	border-bottom:solid 2px #ffffff;

}

.titulopg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #202563;
	font-style: normal;
	font-weight: normal;
	text-align: right;
}
/*
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
*/
#menuTop
{    
    position:absolute; 
    left:159px; 
    top:5px; 
    width:640px; 
    height:32px; 
    z-index:39;
}

#dvTop{
    width:800px;
    height:87px;
    background-image:url('../Images/template_geral_head.jpg');
    background-repeat:no-repeat;
    position:relative;
}
#dvFotos
{
	width:700px;
}
#dvMain
{
    width:800px;
}

#dvBase
{
    width:800px;
    height:36px;
    background-image: url('../Images/template_geral_footer.jpg');
    background-repeat:no-repeat;
}

#dvLinhaTempo
{
    height:30px;
    background-image: url('../Images/time2.jpg');
    background-repeat:repeat-x;
    background-position:bottom;
    /**/
}
/*
#dvLinhaTempo a
{
    height:30px;
    color: #204B95;
    font: Arial, Helvetica, sans-serif;
    font-size:10px;
}
*/
#dvImgCombo 
{
    height:50px;
    background-image: url('../Images/template_geral_main.jpg');
    background-repeat:no-repeat;
    vertical-align:middle;
    text-align:right;
}

#ddlModal, #ddlSubModal{margin-right:10px;margin-top:15px;}

#dvConteudo
{
    width:700px;
    height:340px;
    background-color:#EDEEEF;    
}

#dvConteudoImagemPrincipal p
{
    font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #202563;
}

#dvConteudoImagemPrincipal
{
    margin-top:50px;
    text-align:center;
    /*display:none;*/
}

#dvConteudoBox
{
    /*
    display:none;
    margin-top:50px;
    */
}

/* Gallery Styles */
div.sc_linhaTempo {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 20px;
	overflow: auto;
}
ul.sc_linhaTempo {
	display: block;
	
	/* max width here, for users without javascript */	
	width: 2500px;	
	padding: 0px 0 0 0; 
	/* removing default styling */
	margin: 0px;
	list-style: none;
}
.sc_linhaTempo li {
	display: block;
	float: left;	
	padding: 0 2px;
}
.sc_linhaTempo a {
	/*
    display: block;
	text-decoration: none;
    */    
}
.sc_linhaTempo span {
	display: none;
	margin-top: 3px;
	text-align: center;
	font-size: 12px;	
	color: #1d4d7e;
}
.sc_linhaTempo a:hover span {
	display: block;
}
.sc_linhaTempo img {
	border: 3px #fff solid;	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.sc_linhaTempo a:hover img {
	filter:alpha(opacity=50);	
	opacity: 0.5;
}



/* Gallery Styles */
div.sc_linhaTempo2 {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 60px;
	overflow: auto;
}
ul.sc_linhaTempo2 {
	display: block;
	
	/* max width here, for users without javascript */	
	width: 2500px;	
	padding: 0px 0 0 0px; 
	/* removing default styling */
	margin: 0;
	list-style: none;
}
.sc_linhaTempo2 li {
	display: block;
	float: left;	
	padding: 0 2px;
}
.sc_linhaTempo2 a {
	/*
    display: block;
	text-decoration: none;
    */    
}
.sc_linhaTempo2 span {
	display: none;
	margin-top: 3px;
	text-align: center;
	font-size: 12px;	
	color: #1d4d7e;
}
.sc_linhaTempo2 a:hover span {
	display: block;
}
.sc_linhaTempo2 img {
	border: 3px #fff solid;	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.sc_linhaTempo2 a:hover img {
	filter:alpha(opacity=50);	
	opacity: 0.5;
}

	

