﻿body
{
	SCROLLBAR-ARROW-COLOR: #FFFFFF; 
	SCROLLBAR-BASE-COLOR: #999966;
}

.Main
{ 
    margin-top: 0pt;
    margin-bottom: 0pt;
    background-color: #999966;
}
    
.Home
{
	/*background-image: url(images/Master - Home.jpg);
	height: 400px;*/
	width: 900px;
}

.MenuPosition
{
	position: relative;
	left: 11px;
	top: 7px;
	width: 881px;
	height: 59px;
}

.Menu {
	font-family: Arial Rounded MT Bold, Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #5e625e;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	list-style-image: none;
	cursor: hand;
	page-break-before: auto;
	page-break-after: auto;
	/*background-image: url('images/Fundo Menu.gif');*/
	height: 22px;
}
.Menu:hover {
	font-family: Arial Rounded MT Bold, Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: Blue;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	list-style-image: none;
	cursor: hand;
	page-break-before: auto;
	page-break-after: auto;
	/*background-image: url('images/Fundo Menu.gif');*/
	background-repeat: repeat-x;
	height: 22px;
}

.Menu2 {
	font-family: Arial Rounded MT Bold, Arial, Verdana, Sans-Serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: white;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	list-style-image: none;
	cursor: hand;
	page-break-before: auto;
	page-break-after: auto;
	background-image: url('images/Fundo Menu 2.gif');
	height: 22px;
}
.Menu2:hover {
	font-family: Arial Rounded MT Bold, Arial, Verdana, Sans-Serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: Red;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	list-style-image: none;
	cursor: hand;
	page-break-before: auto;
	page-break-after: auto;
	background-image: url('images/Fundo Menu 2.gif');
	background-repeat: repeat-x;
	height: 22px;
}

.Footer
{
    font-size: 8pt;
    color: white;
    font-family: 'Century Gothic' , Verdana, Arial;
	text-align: center;
	margin-top: 10pt; 
	margin-bottom: 10pt;        
}
.FooterLink
{
    font-size: 8pt;
    color: white;
    font-family: 'Century Gothic' , Verdana, Arial;
    text-align: center;
    margin-top: 10pt;
    margin-bottom: 10pt;
    text-decoration: underline;
}

.Titulo
{
	font-family: 'Century Gothic' , Verdana, Arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #c0c0c0;
	padding-left: 5px;
}

hr
{
	/*border-color: black;
	border-style: ridge;*/
    background-image: url(Images/hr.gif);
    background-repeat: repeat-x;
    height: 10px;
    visibility: hidden;
}

.Cabecalho
{
	font-family: 'Century Gothic' , Verdana, Arial;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: black;
	padding-left: 5px;
}

.Cabecalho_Alternativo
{
	font-family: 'Century Gothic' , Verdana, Arial;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: gray;
	padding-left: 5px;
}

.Data
{    
    font-family: Times New Roman, Verdana, Arial;
    font-size: 10pt;
    color: gray; 
    font-style: italic;
    font-weight: bold;
    padding-left: 10px; 
}

.Data_NoPadding
{    
    font-family: 'Century Gothic' , Verdana, Arial;
    font-size: 8pt;
    color: gray; 
    font-style: italic;
    padding-left: 0px; 
}  

.Texto
{
	font-family: Times New Roman, Verdana, Arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: black;
}

.Texto2 {
	font-family: 'Century Gothic' , Verdana, Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: black;
}

.Texto_Italico {
	font-family: 'Century Gothic' , Verdana, Arial;
	font-size: 8pt;
	font-style: italic;
	font-weight: normal;
	color: black;
}

.Texto_Italico_Alternativo {
	font-family: 'Century Gothic' , Verdana, Arial;
	font-size: 8pt;
	font-style: italic;
	font-weight: normal;
	color: gray;
}

/* antes eu usava TextoLink */
a,.TextoLink {
	font-family: Times New Roman, Verdana, Arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: black;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	list-style-image: none;
	cursor: hand;
	page-break-before: auto;
	page-break-after: auto;
}
a, .TextoLink:hover
{
	font-family: Times New Roman, Verdana, Arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: Blue;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	border: #0099FF;
	list-style-image: none;
	cursor: hand;
	page-break-before: auto;
	page-break-after: auto;
}

.DivOculto {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	vertical-align: middle;
	background-color: Black;
	text-align: center;
	border: 1px solid #ccc; 
	padding: 20px;	
}

.BordaEsquerda
{
    background-image: url(Images/Borda_esquerda.gif);
    background-repeat: repeat-y;
    width: 4px;
}
.BorderLeft
{
    background-image: url(Images/Borda_esquerda.gif);
    background-repeat: repeat-y;
    width: 4px;
}
.BorderRight
{
    background-image: url(Images/Borda_direita.gif);
    background-repeat: repeat-y;
    width: 4px;
}
.BorderTop
{
    background-image: url(Images/Borda_Topo_Full.gif);
    background-repeat: no-repeat;
    width: 801px;
    height: 15px;
}	
.BorderTopDetail
{
    background-image: url(Images/Borda_Topo_Detail.gif);
    background-repeat: no-repeat;
    height: 119px;
    width: 622px;
}
.BorderBotton
{
    background-image: url(Images/Borda_Rodape_Full.gif);
    background-repeat: no-repeat;
    height: 14px;
    width: 800px;
}
.BorderBottonDetail
{
    background-image: url(Images/Borda_Rodape_Detail.gif);
    background-repeat: no-repeat;
    height: 15px;
    width: 623px;
}

.ColumnLeft
{
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    /*background-color: #edebeb;*/
}
.BetweenColumns
{
    background-image: url(Images/Borda_entre.gif);
    background-repeat: repeat-y;
    width: 10px;
}
.ColumnMiddle
{
    padding-right: 0px;
    padding-left: 10px;
    padding-top: 15px;
}
.ColumnRight
{
	width: 167px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	background-color: #edebeb;
	/*border-right: black 5px solid;
	border-top: black 5px solid;
	border-left: black 5px solid;
	border-bottom: black 5px solid;*/
}

.HomeAgenda
{
	position: relative;
	left: 10px;
	top: 15px;
	width: 295px;
	height: 362px;
	overflow: hidden;
}
.HomeNoticias
{
	position: relative;
	left: 50px;
	top: 270px;
	width: 538px;
	height: 215px;
	overflow: hidden;
}
.HomeDestaque
{
	position: relative;
	left: -20px;
	top: 250px;
	width: 165px;
	height: 250px;
	/*border-right: white thin solid;
	border-top: white thin solid;
	border-left: white thin solid;
	border-bottom: white thin solid;*/
	overflow: hidden;
}
.DetailDestaque
{
    height: 96px;
    width: 612px;
	position: relative;
	overflow: hidden;	
}
.HomeParceiros
{
	position: relative;
	left: 6px;
	top: 35px;
	width: 167px;
	height: 270px;
	overflow: hidden;
}
.DetailParceiros
{
    background-image: url(Images/Detail_Grupo.gif);
    background-repeat: no-repeat;
    height: 290px;
    width: 178px;
	position: relative;
	overflow: hidden;
}
.CDR
{
	width: 420px;
	height: auto;
	overflow: hidden;
	left: 60px;
	position: relative;
	top: 210px;
}

.ContentDetail
{
    position: relative;
	left: 40px;
	top: 5px;
	width: 830px;
	height: 550px;
	overflow: auto;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
    /*background-color: #edebeb;*/
}

.ContentFull
{
	width: 782px;
	overflow: hidden;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #edebeb;
}

.Campo
{
	font-family: 'Century Gothic' , Verdana, Arial;
	font-size: 10px;
	color: black;
	background-color: #c0c0c0;
	border-top-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 2px;
	border-right-width: 2px;
}

.Botao
{
	font-family: 'Century Gothic' , Verdana, Arial;
	font-size: 10px;
	color: white;
	background-color: black;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-top: 1px;
	border-right: #c0c0c0 1px outset;
	border-top: #c0c0c0 1px outset;
	border-left: #c0c0c0 1px outset;
	border-bottom: #c0c0c0 1px outset;
}