﻿/* MASTER PAGE */

#master
{
	font-family: Verdana;
	font-size: x-small;
}

#principal
{
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 727px;
	height: 513px;
	background: url(../../Imagens/bg.jpg) no-repeat;
}

#logo
{
	float: left;
	height: 130px;
	width: 115px;
	margin-top: 5px;
	padding-left: 30px;
}


#conteudo
{
	margin-left: 36px;
	margin-top: 1px;
	width: 645px;
	height: 347px;
}

#rodape
{
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 727px;
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	color: gray;
}

/* MENU */
#menu{ /* nothing in here right now */
	width: 385px;
	height: 59px;
	margin-top: 79px;
	margin-left: 274px;
}
#menu .Item
{
	/* CSS class for non-selected Menu Item */ /*background: url(Imagens/btn-static.png) repeat-x; */
	height: 0px;
	padding-left: 5px;
	padding-right: 18px;
	padding-top: 25px;
	font-size: 6px;
}
#menu .ItemSelected, #menu .ItemHover
{ 
  /* CSS class for hovering and selected Menu Item
     ... which can be split up, of course! */
	/*background: url(Imagens/btn-hover.png) repeat-x; */
	height: 0px;
	padding-left: 5px;
	padding-right: 18px;
	padding-top: 25px;
	font-size: 6px;
}
/* CSS classes for standard Links, only valid inside the #menu DIV */
#menu a, #menu a:visited
{
	background: transparent !important;
	display: block;
	color: #D8D8D8;
}
#menu a:hover, #menu a:active, #menu a:focus
{
	background: transparent ! important;
	display: block;
	color: #D8D8D8;
}

p 
{
	margin: 0;
	padding: 0;
	height: auto;
	margin-bottom: 7px;
}

.conteudo_esquerdo
{
	float: left; 
	width: 45%; 
	height: 347px;
	font-size: x-small; 
	color: #696969; 
	font-family: 'Trebuchet MS'; 
	text-align: justify; 
	padding-right: 1px; 
	padding-left: 6px; 
	padding-bottom: 1px; 
	padding-top: 6px;
}

.conteudo_direito
{
	float: right; 
	width: 53%; 
	height: 347px;
	margin-top: 50px;
	text-align: center;
}
.conteudo_direito_texto
{
	float: right; 
	width: 53%; 
	height: auto;
	text-align: justify;
	font-size: x-small; 
	color: #696969; 
	font-family: 'Trebuchet MS'; 
	text-align: justify; 
	padding-bottom: 1px; 
	padding-top: 6px;
}

.titulo 
{
	font-size: large;
	font-weight:bolder bold;
	color: #F47920;	
}
.sub-titulo 
{
	font-size: small;
	font-weight: bold;
	color: #F47920;	
}

.navegacao
{
	height: 15px;
	width: 85px;
	position: relative;
	top: -35px;
	left: 550px;
}
.navegacao .texto
{
	padding-left: 5px;
	padding-right: 5px;
	background-color: #f5f5f5;
}

a.lnk:link {
	color:#F47920;
	text-decoration:none;
	font-family: 'Trebuchet MS'; 
	font-weight: bold;
	font-size: small;
}
a.lnk:hover {
	color:#F47920;
	text-decoration:underline;
	font-family: 'Trebuchet MS'; 
	font-weight: bold;
	font-size: small;
}
a.lnk:visited {
	color:#F47920;
	text-decoration:none;
	font-family: 'Trebuchet MS'; 
	font-weight: bold;
	font-size: small;
}
a.lnk:active {
	color:#F47920;
	text-decoration:none;
	font-family: 'Trebuchet MS'; 
	font-weight: bold;
	font-size: small;
}

.tabela
{}
.tabela td
{
	font-family: Arial;
	font-size: xx-small;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
}

.label
{
	color: #F47920;
	text-transform: uppercase;
	font-weight: bold;
}


.transparente
{
 filter:expression(
   this.alphaxLoaded ? "" :
   (
       this.src.substr(this.src.length-4)==".png"
       ?
       (
     (!this.complete)
     ? "" :
         this.runtimeStyle.filter=
         ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
         (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
         String(this.alphaxLoaded=true).substr(0,0)+
         (this.src="../../Imagens/transparente.png").substr(0,0)
       )
       :
       this.runtimeStyle.filter=""
   )
     );
}