body   { 
	background-color			: #fff; 
	background-position			: 0 50%; 
	scrollbar-3dlight-color		: #FFFFFF; 
	scrollbar-arrow-color		: #7D7D7D; 
	scrollbar-darkshadow-color	: #9E9E9E; 
	scrollbar-face-color		: #F2F2F2; 
	scrollbar-highlight-color	: #FFFFFF; 
	scrollbar-shadow-color		: #FFFFFF; 
	scrollbar-track-color		: #FFFFFF;
	
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 12px;
	font-weight					: normal;
}
/* Fundo do site */
.page_bg { 
	background-color: #F0F8FF; 
}

/* Imagem de fundo do cabeçalho do site */
.bgheader {
	background-image	: url(../images/header62.jpg);
	background-repeat	: no-repeat;
	height				: 138px;
	width				: 100%;
}

.bgsuperior {
	background-image	: url(../images/centro_sup.png);
	background-repeat	: repeat-x;
}

.bginferior {
	background-image	: url(../images/centro_inf.png);
	background-repeat	: repeat-x;
}
.bgesquerdo {
	background-image	: url(../images/esq_centro.png);
	background-repeat	: repeat-y;
}

.bgdireito {
	background-image	: url(../images/dir_centro.png);
	background-repeat	: repeat-y;
}

/* CSS utilizado no alinhamento das bandeiras */
.aligband {
	padding	: 0px 5px;
}

/* Alinhamento do módulo de destaque*/
.aligdestaque {
	padding		: 5px 10px 5px 10px;
}

.sideleft {
	width 				: 175px;
	background-color	: #dee5ed; /*7c9caf; /*EEF3F3; /*00aacc;*/
}

.sideright {
	width : 180px;
}
/*
tr, p, div { 
	font-family		: Arial; 
	font-size		: 12px; 
	color			: #333333; 
	line-height		: 15px; 
}
/*
td { 
	font-size: 11px; 
	text-align: left 
}
*/
hr {
  background       : #999999;
  height           : 1px;
  width            : 100%;
}
/*
h5 { 
	color: #585858; 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 18px; 
	text-transform: uppercase; 
}
*/
.gramsh { 
	color: #585858; 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 18px; 
	text-transform: uppercase; 
	padding-top: 5px; 
}
.kuqe { 
	color			: #000; 
	text-decoration	: none; 
	border-left		: 3px solid #000; 
	border-right	: 3px solid #000; 
}

/* Fundo do conteudo*/
.greybg {
  background	: #fff;
}

#mainlevel-nav {
	margin				: 0; 
	padding				: 0;
}

#mainlevel-nav li {
	background-image	: none;
	padding-left		: 0;
	list-style			: none; 
	float				: left; 
	margin				: 0; 
	width				: 96px; 
	font-size			: 11px;
	line-height			: 20px;
	white-space			: nowrap;
	text-align			: center;
	vertical-align		: middle;
	
}

#mainlevel-nav a { 
	display				: block; 
	float				: none; 
	text-decoration		: none;
	font-family			: Verdana, Arial;
	font-weight			: bold; 
	border-color		: #006699 #fff #0099CC #006699; 
	background			: #006699; 
	color				: white; 
	border-style		: solid; 
	border-width		: 0px 1px 3px; 
}

#mainlevel-nav a:hover { 
	background		: #0099CC; 
	border-bottom	: 3px solid #006699; 
}

/* CSS Utilizado para menu Englis Version */

#mainlevel-naveng {
	margin				: 0; 
	padding				: 0;
}

#mainlevel-naveng li {
	background-image	: none;
	padding-left		: 0;
	list-style			: none; 
	float				: left; 
	margin				: 0; 
	width				: 146px; 
	font-size			: 11px;
	line-height			: 20px;
	white-space			: nowrap;
	text-align			: center;
	vertical-align		: middle;
	
}

#mainlevel-naveng a { 
	display				: block; 
	float				: none; 
	text-decoration		: none;
	font-family			: Verdana, Arial;
	font-weight			: bold; 
	border-color		: #006699 #fff #0099CC #006699; 
	background			: #006699; 
	color				: white; 
	border-style		: solid; 
	border-width		: 0px 1px 3px; 
}

#mainlevel-naveng a:hover { 
	background		: #0099CC; 
	border-bottom	: 3px solid #006699; 
}

/* FIM */

/*different setting for newsflash*/
.newsflash td {
	color			: #000000;
	text-align		: justify;
	vertical-align	: middle;
}

/*setting for the greetings*/
.mainpage {
	text-align		: justify;
	color			: #333333;
	font-family		: Verdana, Helvetica, Arial, sans-serif;
	font-size		: 13px;
}

.mainpage-bkg {
	background-image	: url(../images/lineborder.png);
	width				: 1px;
}

/*pathaway setting*/
.pathway {
	font-family		: Verdana, Helvetica, Arial, sans-serif;
	font-size		: 11px;
}
a.pathway:link, a.pathway:visited {
	color            : #f00;
	font-weight      : normal;
}
a.pathway:hover {
	color				: #b90606;
	font-weight			: normal;
	text-decoration		: none;
}

/*for title or site name*/
.title  { 
	color			: #3b3b3b; 
	font-size		: 13px; 
	font-family		: sans-serif; 
	font-weight		: bold; 
	letter-spacing	: 1.5px; 
	margin-left		: 10px;
}

/*for the tag-line*/
.subtitle {
	font-family		: sans-serif;
	font-size		: 10px;
	font-weight		: bold;
	color			: #666666;
	text-transform	: uppercase;
	letter-spacing	: 2px;
	margin-left		: 20px;
}

#active_menu { 
	color				: #000; 
	font-weight			: bold; 
}

a#active_menu:hover { 
	color				: #fff; 
}

/* --Default Class Settings Menu Serviço-- */

.mainlevel {
	color				: #777; 
	width				: 100%;  
	font-family			: Arial, sans-serif; 
	font-size			: 12px;
	font-weight			: normal;
	line-height			: 18px; 
	display				: block;
	border-bottom		: solid 1px #777;
	margin				: 4px 1px;
	vertical-align		: middle;
}
a.mainlevel  { 
	margin				: 0; 
	padding				: 0; 
	font-size			: 12px; 
	width				: 100%; 
	background-color	: #f1f1f1; 
	text-indent			: 5px; 
	vertical-align		: middle; 
	display				: block; 
}
/*
a.mainlevel: link { 
	padding				: 0; 
	font-size			: 12px; 
	width				: 100%; 
	background-color	: #e3e3e3; 
	text-indent			: 5px; 
	vertical-align		: middle; 
}
*/
a.mainlevel:link, a.mainlevel:visited { 
	background		: url(../images/menu_bg.png) no-repeat; 
	vertical-align	: middle; 
	font-size		: 11px; 
	font-family		: Tahoma, Arial, Helvetica, sans-serif; 
	font-weight		: bold; 
	color			: #f00; 
	text-align		: left; 
	padding-top		: 0px; 
	padding-left	: 18px; 
	height			: 25px; 
	overflow		: hidden; 
	text-decoration	: none; 
	width			: 100%; 
}

a.mainlevel:hover {
	text-decoration		: none;
	color				: #fdfdfd;
}

a.mainmenu:link, a.mainmenu:visited {
	color			: #ffffff; 
	font-family		: Verdana, Helvetica, Arial, sans-serif;
	font-weight		: bold;
	font-size		: 10px;

}

a.mainmenu:hover {
	color	: #f00; 
}

.pollstableborder {
	border	: 1px solid;
	padding	: 1px;
}

a.sublevel:link, a.sublevel:visited { 
	display					: block; 
	color					: #777; 
	width					: 100%; 
	text-indent				: 15px; 
	text-decoration			: none; 
	font-family				: Arial, sans-serif; 
	font-size				: 12px;
	font-weight				: normal;
	line-height				: 18px; 
/*	background-color		: #0ac; */
	margin-bottom			: 0px; 
	border-bottom			: solid 1px #777;
}

a.sublevel:hover { 
	color				: #fff; 
	background-color	: #0099cc; 
	text-decoration		: none; 
	font-weight			: bold;
}
/* CSS utilizado no menu de Serviços */
table.moduletable-sev { 
	color					: #333; 
/*	background-color		: #0ac; */
	margin-bottom			: 0px; 
	width					: 100%; 
}

table.moduletable-sev td {
	font-size		: 11px;
	padding			: 0px 3px;
	font-weight		: normal;
}

table.moduletable-sev div {
	font-size		: 11px;
	padding			: 0;
	font-weight		: normal;
/*	border-bottom	: solid 1px #fff;*/
}
/* FIM*/
table.moduletable { 
	color					: #333; 
	background-color		: #fff; 
	background-repeat		: repeat; 
	background-attachment	: scroll; 
	background-position		: 0 0; 
	margin-bottom			: 5px; 
	width					: 100%; 
/*	border					: solid 1px #c3c3c3; */
}

table.moduletable th, div.moduletable h3 { 
	background-color	: #0099cc;
	vertical-align		: middle;
	font-size			: 11px;
	font-weight			: bold;
	color				: #FCFCFC;
	text-align			: left;
	text-indent			: 15px;
	width				: 100%;
	height				: 24px;
	text-transform		: uppercase; 
}

table.moduletable li {
}

table.moduletable ul {
	padding	: 0px;
}
table.moduletable td {
	font-size	: 11px;
	/*background: #FCFCFC;*/
	padding		: 1px 3px;
	font-weight	: normal;
}

.poll {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #666666;
  line-height      : 14px;
}

table.pollstableborder {
	border	: 1px solid #cccccc;
}

.sectiontableheader {
  background-color 	: #d8d8d8;
  color            	: #333333;
  font-weight      	: bold;
}

.sectiontableentry1 { 
	color				: #5c5c5c; 
	background-color	: #fdfdfd; 
}

.sectiontableentry2 { 
	color				: #5c5c5c; 
	background-color	: #f1f1f1; 
}

.small {
  font-family      : Arial;
  font-size        : 10px;
  color            : #ccc;
  text-decoration  : none;
}

.smalldark {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : normal;
}

/* ---- CSS utilizado nos itens ---- */
.contentpane { 
	background	: #fff; 
/*	border		: solid 1px #e7e7e7; */
}

.contentpaneopen {
	width			: 100%;
	padding			: 1px;
	font-family		: Arial;
	font-size		: 12px;
	font-weight		: normal;
	color			: #555;
	padding-left	: 5px;
}

.contentpaneopen td, .contentpaneopen div {
	font-family		: Arial;
	font-size		: 12px;
	font-weight		: normal;
}

.contentpaneopen a:link {
	color			: #006699;
	text-decoration	: none;
}

.contentpaneopen a:visited {
	color			: #006699;
	text-decoration	: none;
}

.contentpaneopen a:hover {
	color			: #0066FF;
	text-decoration	: underline;
}

.contentpaneopen ul {
	padding	: 1px 1px 1px 30px ;
}

.contentpaneopen li {
	list-style-image	: url(../images/arrow_fw.png);
	list-style-position	: inside;
	list-style-position	: outside !Important; 
	line-height			: 16px;
	vertical-align		: middle;
}

.contentheading { 
	font-size			: 13px; 
	font-weight			: bold; 
	color				: #36648B; /*59cc;*/
	line-height			: 14px; 
	text-align			: left; 
	text-indent			: 5px; 
	width				: 100%; 
	text-transform		: uppercase; 
	text-decoration		: underline;

}

.componentheading { 
	font-family     	 : Arial, sans-serif; 
	font-size       	 : 12px; 
	font-weight     	 : bold; 
	color           	 : #fff; 
	line-height			 : 18px; 
	background-color	 : #fff; 
	text-align      	 : left; 
	padding	 			 : 5px 15px 1px 12px;

}
/* --------------- FIM ---------------------*/
.createdate {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #5e5e5e;
}

.button {
  color			: #434343;
  font-family	: Arial, Hevlvetica, sans-serif;
  text-align	: center;
  font-size		: 11px;
  font-weight	: bold;
  border		: solid 1px #cccccc;
  width			: auto;
  background	: url(../images/button_bg.png) repeat-x;
  padding		: 0 5px;
  line-height	: 15px;
  height		: 21px;
  margin		: 1px;
}

.inputbox { 
	color				: #333; 
	padding				: 2px; 
	border				: solid 1px #cccccc; 
	background-color	: #f5f5f5; 
}

textarea.inputbox {
	width		:95%;
}
/*
a:link, a:visited {
	color				: #f00;
	text-decoration		: none;
}

a:hover {
	color			: #333;
	text-decoration	: underline;
}
*/
/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: bold;
 	color			: #f00;
	text-align		: left;
	text-decoration	: underline;
}

a.contentpagetitle:hover {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: bold;
	text-align		: left;
	color			: #666666;
	text-decoration	: none;
	font-weight		: bold;
}

a.category:link, a.category:visited {
	color            : #333333;
	font-weight      : bold;
	font-size		 : 11px;
	font-weight		 : bold;
}

a.category:hover {
  color            : #999999;
}

/* Styles for dhtml tabbed-pages */
.ontab { background-color: #f00; text-align: center;
	/* Cannot use hand as its not a W3C CSS validator */
	/*	cursor: hand;*/
	font-weight: bold; 
	color: #ffffff; 
	border-color: #b90606 #808080 #d5d5d5 #b90606; 
	border-style: outset outset solid; 
	border-width: 2px 2px 1px; 
}
.offtab {
	background-color : #e5e5e5;
	border-left: outset 2px #E0E0E0;
	border-right: outset 2px #E0E0E0;
	border-top: outset 2px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	/* Cannot use hand as its not a W3C CSS validator */
	/*	cursor: hand;*/
	font-weight: normal;
}
.tabpadding {
}

.tabheading {
	background-color: #f00;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}

/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
	background-color: #f0f0f0;
}
.code {
	background-color: #f0f0f0;
	border: 1px solid #FFF;
}

/* Text passed with mosmsg url parameter */
.message { 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size : 10pt; 
	color : #fff; 
	background-color: #f00; 
	text-align: 
	center; 
	padding-right: 5px; 
	padding-left: 5px; 
}

/* Javascript Back button */
.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: solid 1px #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0 10px;
  line-height: 20px;
  margin: 1px;
}
table.contenttoc {
	color: #333300;
	background-color: #e0e0e0;
	border: 1px solid #333;
}

table.contenttoc td {
    font-size: 8pt;
    font-weight: normal;
    text-align:left;
}
/*
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li  { 
	line-height: 15px; 
	background-image: url(../images/arrow.png); 
	background-repeat: no-repeat; 
	background-position: 0 3px; 
	padding-top: 0; 
	padding-left: 15px 
}
*/
/* CSS Utilizado no componente de Pesquisa */
table.searchinto {
	width: 100%;
}

table.searchintro td {
	background-color: #4682B4;
	color: #ffffff;
	font-weight: bold;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}
#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}
table.content_table {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
table.content_table td {
	padding: 0px;
	margin: 0px;
}

/* ---------  CSS utilizado no Rodapé do Site ------------ */

.rodape {
	background			: url(../images/bg_rodape.gif) repeat-x 0 0;
	color				: #fff;
	font-family			: Arial;
	font-size			: 12px;
	text-align			: center;
	border-top			: 0px solid #cc3300; 
	border-bottom		: 0px solid #cc3300;
	height				: 25px;
	vertical-align		: middle;
}

/* CSS utilizado no mapa do site*/
.mapsite {
	float			: right;
	top				: -13px;
	position		: relative;
	padding-right	: 3px;
}

.mapsite a:link, .mapsite a:visited, .mapsite a:hover {

	color			: #fff;
	font-family		: Arial;
	font-size		: 12px;
	text-decoration	: none;
}

/* ---- FIM ----*/


/* --------- CSS utilizado no link da FocoWeb -------------- */
a.fw:link, a.fw:visited {
	font			:Georgia, "Times New Roman", Times, serif;
	font-size		:9px;
	color			:#8B8682;
	text-align		:center;
	text-decoration	:none;
}
a.fw:hover {
	font			:Georgia, "Times New Roman", Times, serif;
	font-size		:9px;
	color			:#8E2323;
	text-align		:center;
	text-decoration	:none;
}
/* ------- CSS Utilizado para busca no site  */
table.moduletable-sear { 
	background		: #F0F8FF url(../images/search_bottom.gif) no-repeat bottom center;
	color			: #333; 
	margin			: 5px;
	width			: 182px;
}

table.moduletable-sear th, div.moduletable-sear h3 { 
	background		: url(../images/search_top.gif) no-repeat 0 0;
	vertical-align	: middle;
	font-family		: Arial, sans-serif;
	font-size		: 10px;
	font-weight		: normal;
	color			: #000;
	text-align		: left;
	text-indent		: 15px;
	width			: 100%;
	height			: 24px;
	text-transform	: uppercase; 
}

table.moduletable-sear li {
}

table.moduletable-sear ul {
	padding	: 0px;
}
table.moduletable-sear td {
	padding				: 1px 3px;

}
.search-sear {
	padding		: 1px 1px 5px 14px;
}
.inputbox-sear {
	color			: #aaa;
	border			: solid 1px #0099CC;
	height			: 15px;
	font-size		: 10px;
/*	padding			: 5px;*/
	vertical-align	: text-top;
	width			: 145px;
}
/* ------------------------ FIM ---------------------------------*/
/* ----------- CSS utilizado no módulo da TECMA ---------------- */
table.moduletable-tec { 
	background-color		: #fff; 
	margin-bottom			: 5px; 
	width					: 220px;
	border-left				: ridge 1px #eee;
	padding-left			: 10px;
}

table.moduletable-tec th, div.moduletable-tec h3 { 
	font-family		: Arial;
	font-size		: 15px;
	font-weight		: bold;
	color			: #000;
	text-align		: center;
	width			: 100%;
	padding-bottom	: 5px;
}

table.moduletable-tec td {
	font-family			: Arial;
	font-size			: 11px;
	color				: #777; 
}
/* --------------------------------------------------- */
/* ----------- CSS utilizado no módulo de destaque ---------------- */
table.moduletable-des { 
	background-color		: #fff; 
	margin-bottom			: 5px; 
	width					: 260px;
}

table.moduletable-des th, div.moduletable-des h3 { 
	font-family		: Arial;
	font-size		: 16px;
	font-weight		: bold;
	color			: #000;
	text-align		: left;
	width			: 100%;
}

table.moduletable-des td {
	font-family			: Arial;
	font-size			: 11px;
	color				: #999; 
}

div.udc-des {
	background-color	: #fff;
	color				: #777;
	padding				: 0px 3px 5px 3px;
/*	position			: relative;
	top					: 15px;*/
}

/* List styling */
ul.udc_list-des {
	margin		: 0;
	padding		: 1px 3px;
	list-style	: none;
}

ul.udc_list-des li {
	margin			: 2px;
	padding			: 0px;
	background		: none;
	float			: none;
	width			: 100%;
}

/* Title */
ul.udc_list-des li div.udc_title {
	float			: none;
	font-family		: Arial;
	font-size		: 16px;
	font-weight		: bold;
	list-style-type	: none;
	color			: #000;
	margin-bottom	: 5px;
	line-height		: 18px;
	vertical-align	: top;
}

/* Link Title */
ul.udc_list-des li div.udc_title a:link {
	color			: #000;
	font-family		: Arial;
	font-weight		: bold;
	text-align		: left;
	text-decoration	: none;

}
ul.udc_list-des li div.udc_title a:visited {
	color			: #000;
	font-family		: Arial;
	font-weight		: bold;
	text-align		: left;
	text-decoration	: none;
}

ul.udc_list-des li div.udc_title a:hover {
	color			: #000;
	font-family		: Arial;
	font-weight		: bold;
	text-align		: left;
	text-decoration	: underline;
}

/* Date */
ul.udc_list-des li span.udc_date-des {
	color			: #999;
	margin-right	: 4px;
	font-size		: 11px;
}
/* item*/
ul.udc_list-des li span.udc_item {
	color			: #999;
	margin-right	: 3px;
	font-size		: 11px;
	font-family		: Arial;
}

/* Section/Category */
ul.udc_list-des li span.udc_sec_cat {
	font-size	: 11px;
}

/* Introtext styling */
ul.udc_list-des li p.introtext {
	padding	: 0px;
	margin	: 0px;
	color	: #999;
}

/* "Readmore" button */
ul.udc_list-des li a.udc_readon {
	display			: block;
	float			: right;
	font-family		: Arial;
	font-size		: 11px;
	padding			: 0px;
	margin			: 4px 0px 8px 0px;
/*	text-align		: right;*/
	color			: #999;
	text-decoration	: none;
}
ul.udc_list-des li a.udc_readon:hover {
	display		: block;
	float		: right;
	font-size	: 11px;
	padding		: 0px;
	margin		: 4px 0px 8px 0px;
/*	text-align	: right;*/
	color		: #999;
}

/* Style cleanup */
ul.udc_listdes-des li p.introtext p {
	padding	: 0px;
	margin	: 0px;
}

/* Imagem*/
ul.udc_list-des li img {
	width	: 94px;
	height	: 130px;
	margin	: 1px 3px 1px 1px;
}
/* --------------------------------------------------- */
/* ---- CSS utilizado para o módulo de comenoração */
table.moduletable-com { 
	background				: url(../../../images/stories/bg_22anos.gif) no-repeat;
	color					: #333; 
	background-color		: #fff; 
	width					: 100%;
	height					: 220;
	margin					: 5px 0px;

}

table.moduletable-com th, div.moduletable-com h3 { 
	vertical-align	: middle;
	font-size		: 11px;
	font-weight		: bold;
	color			: #FCFCFC;
	text-align		: left;
	text-indent		: 15px;
	width			: 100%;
	height			: 24px;
	text-transform	: uppercase; 
}

table.moduletable-com td {
	font-family		: Arial;
	font-size		: 11px;
	padding			: 1px 3px 1px 2px;
	font-weight		: normal;
	color			: #fff;
	text-align		: center;
	vertical-align	: middle;
}

table.moduletable-com img {
/*	padding		: 15px 3px 0px 3px;*/
	position	: relative;
	top			: 12px;
}
/* ======================== FIM ========================= */
/* =============== CSS utilizado no módulo de Noticia ================ */
table.moduletable-not { 
/*	background			: url(../images/bg_noticia_inf.gif) no-repeat bottom center;*/
	color				: #fff;  
/*	margin				: 5px 5px 5px 10px;*/
	width				: 318px; 
/*	border				: 1px solid #009999;*/
}
div.notfunto {
	background			: url(../images/bg_noticia_inf.gif) no-repeat bottom center;
	width				: 318px;
	margin				: 5px 5px 5px 10px;
	padding-bottom		: 5px;
}

table.moduletable-not th, div.moduletable-not h3 { 
	background				: url(../images/bg_noticia.gif) no-repeat 0 0;
	vertical-align			: middle;
	font-size				: 11px;
	font-weight				: bold;
	color					: #FCFCFC;
	text-align				: left;
	text-indent				: 15px;
	width					: 100%;
	height					: 25px;
}

table.moduletable-not li {
	list-style-type	: none;
	font-family		: Arial;
	font-size		: 11px;
	font-weight		: bold;
}

table.moduletable-not ul {
	padding	: 0px;
}

table.moduletable-not td {
	font-size		: 11px;
	border			: 0px solid #009999;
	font-weight		: normal;
	background		: url(../images/bg_noticia_centro.gif) repeat-y 0 0;
/*	background	: url(../images/bg_noticia_inf.gif) no-repeat bottom center;*/
}

div.udc-not {
/*	background-color	: #fff;*/
	color				: #999;
	padding				: 1px 3px;
}

/* List styling */
ul.udc_list-not {
	margin		: 0;
	padding		: 1px 3px;
	list-style	: none;
}

ul.udc_list-not li {
	margin			: 0 3px;
	padding			: 0px;
	background		: none;
	float			: none;
	width			: 100%;
}

/* Title */
ul.udc_list-not li div.udc_title {
	float			: none;
	font-family		: Arial;
	font-size		: 12px;
	font-weight		: bold;
	list-style-type	: none;
	color			: #fff;
	margin			: 5px 0px;
	line-height		: 15px;
	vertical-align	: top;
}

/* Link Title */
ul.udc_list-not li div.udc_title a:link {
	color			: #000;
	font-family		: Arial;
	font-weight		: bold;
	text-align		: left;
	text-decoration	: none;

}
ul.udc_list-not li div.udc_title a:visited {
	color			: #000;
	font-family		: Arial;
	font-weight		: bold;
	text-align		: left;
	text-decoration	: none;
}

ul.udc_list-not li div.udc_title a:hover {
	color			: #000;
	font-family		: Arial;
	font-weight		: bold;
	text-align		: left;
	text-decoration	: underline;
}

/* Date */
ul.udc_list-not li span.udc_date-not {
	color			: #999;
	margin-right	: 4px;
	font-size		: 11px;
	font-family		: Arial;
}
/* item*/
ul.udc_list-not li span.udc_item {
	color			: #999;
	margin-right	: 3px;
	font-family		: Arial;
	font-size		: 11px;

}

/* Section/Category */
ul.udc_list-not li span.udc_sec_cat {
	font-size	: 11px;
}

/* Introtext styling */
ul.udc_list-not li p.introtext {
	font-family		: Arial;
	font-size		: 11px;
	padding			: 0px;
	margin			: 0px;
	color			: #999;
}

/* "Readmore" button */
ul.udc_list-not li a.udc_readon {
	display			: block;
	float			: right;
	font-family		: Arial;
	font-size		: 11px;
	padding-right	: 3px;
	margin			: 4px 0px 8px 0px;
/*	text-align		: right;*/
	color			: #999;
	text-decoration	: none;
}
ul.udc_list-not li a.udc_readon:hover {
	display			: block;
	float			: right;
	font-family		: Arial;
	font-size		: 11px;
	padding-right	: 3px;
	margin			: 4px 0px 8px 0px;
/*	text-align		: right;*/
	color			: #999;
}

/* Style cleanup */
ul.udc_listdes-not li p.introtext p {
	padding	: 0px;
	margin	: 0px;
}

/* Imagem*/
ul.udc_list-not li img {
	width	: 90px;
	height	: 100px;
}

/* ======================== FIM ========================= */
/* =============== CSS utilizado no módulo de Certificações ================ */
table.moduletable-cert { 
/*	background			: url(../images/bg_certificado_inf.gif) no-repeat bottom center;*/
	color				: #fff;  
/*	margin				: 5px 5px 15px 5px; */
	width				: 209px;
}

div.certfunto {
	background			: url(../images/bg_certificado_inf.gif) no-repeat bottom center;
	margin				: 5px 5px 15px 5px; 
	width				: 209px;
	padding-bottom		: 5px;
}

table.moduletable-cert th, div.moduletable-cert h3 { 
	background				: url(../images/bg_certificado.gif) no-repeat 0 0;
	vertical-align			: middle;
	font-size				: 11px;
	font-weight				: bold;
	color					: #FCFCFC;
	text-align				: left;
	text-indent				: 15px;
	width					: 100%;
	height					: 25px;
}

table.moduletable-cert td {
	font-size		: 11px;
	border-left		: solid 0px #006699;
	border-right	: solid 0px #006699;
/*	padding			: 1px 3px;*/
	font-weight		: normal;
	width			: 100%;
	margin-bottom	: 20px;
	background		: url(../images/bg_certificado_centro.gif) repeat-y 0 0;
}

.bodcert {
	border		: solid 0px #fff;
}
/* ======================== FIM ========================= */
/*////////////////////////// CSS utilizado do Form ////////////////////////////////////////*/
.font {
	font-family		: Arial, sans-serif; 
	font-size		: 12px;
	font-weight		: normal;
	color			: #3A3A3A;
}
.fontred {
	font-family		: tahoma, sans-serif; 
	font-size		: 11px;
	font-weight		: normal;
	color			: #c33;

}
.fontcheck {
	font-family		: tahoma, sans-serif; 
	font-size		: 10px;
	font-weight		: normal;
	color			: #000;
}

.obrigatorio {
	font-family		 : tahoma, sans-serif; 
	font-size		: 10px;
	font-weight		: normal;
	color			: #c33;
}

.inputtext {
	font-family		 : tahoma, sans-serif; 
	font-size        : 11px;
	font-weight      : normal;
	color            : #000;
	background       : #F0F8FF;
	border           : 1px solid #00AACF; /*5CACEE;*/
	width		       : 250px;
}

.inputbox {
	font-family		 : tahoma, sans-serif; 
	font-size        : 11px;
	font-weight      : normal;
	color            : #000;
	background       : #F0F8FF;
	border           : 1px solid #00AACF;
	width			 : 170px;
}

.inputtel {
	font-family		 : tahoma, sans-serif; 
  font-size        	: 11px;
  font-weight		: normal;
  color            	: #000;
  background       	: #F0F8FF;
  border           	: 1px solid #00AACF;
  width		       	: 70px;
}

.inputddd {
	font-family		 : tahoma, sans-serif; 
  font-size        : 11px;
  font-weight      : normal;
  color            : #000;
  background       : #F0F8FF;
  border           : 1px solid #00AACF;
  width		       : 20px
}

.inputramal {
	font-family		 : tahoma, sans-serif; 
  font-size        : 11px;
  font-weight      : normal;
  color            : #000;
  background       : #F0F8FF;
  border           : 1px solid #00AACF;
  width		       : 50px
}

.inputcnpj {
	font-family		 : tahoma, sans-serif; 
  font-size        : 11px;
  font-weight      : normal;
  color            : #000;
  background       : #F0F8FF;
  border           : 1px solid #00AACF;
  width		   	   : 125px;
}

.inputbairro {
  font-family	   : tahoma, sans-serif; 
  font-size        : 11px;
  font-weight      : normal;
  color            : #000;
  background       : #F0F8FF;
  border           : 1px solid #00AACF;
  width		   	   : 150px;
}

.botaoadd {
	font-family		: tahoma, sans-serif; 
	font-size		: 11px;
	font-weight     : bold;
	text-align	   	: center;
	vertical-align  : middle;
	color         	: #434343;
	background		: url(../images/button_bg.png) repeat-x;
	border        	: solid 1px #cccccc;
	width		   	: 15px;
	padding	   		: 0 5px;
	line-height		: 15px;
	height	   		: 21px;
	margin	   		: 1px;
  
}

a.externo:link, a.externo:visited {
/*	font-family			: Verdana, Arial, Helvetica, sans-serif;*/
	font-family		 : tahoma, sans-serif; 
	font-size			: 12px;
	font-weight			: bold;
 	color				: #86909e;
	text-align			:left;
	text-decoration		: underline;
   
}

a.externo:hover {
/*	font-family			: Verdana, Arial, Helvetica, sans-serif;*/
	font-family		 : tahoma, sans-serif; 
	font-size			: 12px;
	font-weight			: bold;
 	color				: #86909e;
	text-align			:left;
	text-decoration		: underline;
}

.apnu {
/*	font-family		: Verdana, Tahoma, Helvetica, Arial, sans-serif;*/
	font-family		: Arial, sans-serif; 
	font-size		: 9px;
	font-weight		: normal;
	color			: #236B8E;
}
/* CSS utilizado na Página de Noticia */
table.blog-blog {
	padding				: 10px;
	background-color	: #fff;
	margin				: 5px;
	width				: auto;
	display				: table;
}
.contentpane-blog { 
	padding				: 10px;
	background-color	: #fff;
}

.contentpaneopen-blog {
	width				: 100%;
	padding				: 3px 3px 3px 3px;
	background-color	: #F7F7F7;  /*EEEEE0; /*D1EEEE;*/
	margin				: 0px 0px;
	border-style		: solid;
	border-color		: #000;
	border				: 0.5px 0.5px;
	border-width		: thin;
	font-family     	: Arial; 
	font-size       	: 12px;
}
.contentpaneopen-blog a:link {
	font-family     	: Arial; 
	font-size			: 10px;
	font-weight			: bold;
	color				: #0066699;
	text-decoration		: none;
}

.contentpaneopen-blog a:visited {
	font-family     	: Arial; 
	font-size			: 10px;
	font-weight			: bold;
	color				: #006699;
	text-decoration		: none;
}

.contentpaneopen-blog a:hover {
	font-size		: 10px;
	font-weight		: bold;
	color			: #06e;
	text-decoration	: underline;
}

.contentheading-blog { 
	margin-top			: 10px;
	font-size			: 12px; 
	padding				: 5px;
	font-weight			: bold; 
	color				: #0099cc; 
	text-align			: center; 
	width				: 100%;
	 
}

.componentheading-blog { 
	font-family     	 : Arial; 
	font-size       	 : 12px; 
	font-weight     	 : normal; 
	color           	 : #36648B; 
	line-height			 : 14px; 
	text-align      	 : left; 
	text-indent			 : 5px;
	padding-top			 : 3px;
	padding-right 		 : 15px; 
	padding-left		 : 5px; 
	width				 : 100%; 
	text-transform		 : uppercase; 
	text-decoration		 : underline;
}

.readon-blog {
	float	: right;
}
/* --------------------- FIM --------------------- */
/* CSS utilizado noa tabela de links */
#alter {
	background-color	: #FDFDFD;
	border				: 1px solid #000;
	padding				: 1px 2px;
}

#alter a:link, #alter a:visited {
	color	: #36648B; /*0066cc;*/
}

#alter a:hover {
	color			: #0066FF;
	font-weight		: bold;
	
}

.dif {
	background-color	: #DCDCDC;
}
.trtitle {
	background-color	: #006699;
	color				: #FFFFFF;
	font-weight			: bold;
	vertical-align		: middle;
	padding				: 5px;
}

/* --------------------- FIM ----------------------*/
/* CSS utilizado na galeria de fotos */
table.moduletable-gal { 
	color				: #fff;  
	margin				: 4px; 
	width				: 100%;
}

table.moduletable-gal th, div.moduletable-gal h3 { 
	background				: #A8C3CA url(../images/top_galeria.gif) no-repeat top center;
	vertical-align			: middle;
	font-size				: 11px;
	font-weight				: bold;
	color					: #FCFCFC;
	text-align				: center;
	text-indent				: 15px;
	width					: 100%;
	height					: 30px;
	padding					: 2px;
}

table.moduletable-gal td {
	background	: #A8C3CA url(../images/bot_galeria.gif) no-repeat bottom center;
	font-size	: 11px;
	padding		: 0px 5px 2px;
	font-weight	: normal;
}

table.moduletable-gal div {
	padding		: 1px 4px 8px;
}

