/* Documento CSS */
BODY {
	SCROLLBAR-FACE-COLOR: #D5CCA8;
	SCROLLBAR-HIGHLIGHT-COLOR: #D5CCA8;
	SCROLLBAR-SHADOW-COLOR: #D5CCA8;
	SCROLLBAR-3DLIGHT-COLOR: #D5CCA8;
	SCROLLBAR-ARROW-COLOR: #EBE7D6;
	SCROLLBAR-TRACK-COLOR: #EBE7D6;
	SCROLLBAR-DARKSHADOW-COLOR: #D5CCA8;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../imagens/bg_site.jpg);
	
	
}
/* Classes de Padronização */

A {
	font-weight: normal;
	color: #A91D20;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

A:hover {
	color: #A91D20;
	font-weight: normal;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-decoration: underline;
}

/****** Classes de Texto *******/

.txt_IndicSecao {
	font-size: x-large;
	color: #A91D20;
	font-family: "Trebuchet MS";
	font-weight: normal;
}


.txt_Large {
	font-size: large;
	color: #A91D20;
	font-family: "Trebuchet MS";
	font-weight: normal;
}

.txt_TituloCursos {
	font-size: 14px;
	color: #666666;
	font-family: "Trebuchet MS";
	font-weight: bold;
}

.txt_Titulo {
	font-size: 12px;
	color: #A91D20;
	font-family: "Trebuchet MS";
	font-weight: bold;
}

.txt_IndicNaveg {
	font-size: 10px;
	color: #977E35;
	font-family: "Trebuchet MS";
	font-weight: bold;
}

.txt_Rodape {
	font-size: 11px;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
}


/****** Links de Texto *******/

.lnk_Destaque{
	font-weight: normal;
	color: #977E35;
	text-decoration: underline;
	font-family: "Trebuchet MS";
	font-size: 11px;
	background-color: #E2DCC5;
	margin-right: 2px;
	margin-left: 2px;
	cursor: hand;
}

.lnk_Destaque:hover {
	font-weight: normal;
	color: #977E35;
	text-decoration: underline;
	font-family: "Trebuchet MS";
	font-size: 11px;
	background-color: #FEFEFE;
	margin-right: 2px;
	margin-left: 2px;
	cursor: hand;
}


.lnk_IndcNaveg{
	color: #977E35;
	text-decoration: none;
	font-weight: normal;
	font-family: "Trebuchet MS";
	font-size: 11px;
	cursor: hand;
}

.lnk_IndcNaveg:hover {
	color: #977E35;
	text-decoration: underline;
	font-weight: normal;
	font-family: "Trebuchet MS";
	font-size: 11px;
	cursor: hand;
}


.lnk_Branco{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

.lnk_Branco:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

.link_Preto {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

.link_Preto:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	font-family: "Trebuchet MS";
	font-size: 11px;
}


.lnk_Rodape{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

.lnk_Rodape:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

/*********** Padronização das tabelas ***********/
.TabPrincipal {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-attachment: scroll;
	background-image: url(../imagens/bg_tb_principal.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #E4E4E4;
}

.TabDestaque {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-attachment: scroll;
	background-image: url(../imagens/bg_tabela_destaques.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #E4E4E4;
}

/*********** Padronização das imagens ***********/

.imagens {
	border: 2px solid #D5CCA8;
	cursor: hand;
	margin-right: 18px;
	margin-bottom: 30px;
}

.imagem_pg {
	border: 7px solid #D6D6D6;
	cursor: hand;
}


/*********** Definição das Divs da Home ***********/
#paginas{
	width:530px;
	height:auto;
	float:none;
	margin-top: 20px;
	margin-left: 30px;
}



div#Padrao {
	width:185px;
	height:155px;
	z-index:1;
	left: 0px;
	top: 0px;
	visibility: visible;
	float: left;
}


/*********** Definição dos campos de formulários ***********/
.FormText  {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
	border: 1px solid #A69151;
	background-color: #EBE7D6;
	}

.FormTextArea  {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
	border: 1px solid #A69151;
	background-color: #EBE7D6;
	}


.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 1px solid #D5CCA8;
}
.highslide:hover img {
	border: 1px solid #977E35;
}

.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
	display: block;
	color: #CC0000;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	padding: 3px;
	background-color: #D5CCA8;
	font-family: "Trebuchet MS";
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #977E35;
	border-bottom-color: #977E35;    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.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;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

#rollDestaques {
	height: 239px;
	width: 162px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}

