/*
	
	CCIFP - CSS file
	
	Notes:
	
	darkblue: #0a5d8a;  369 
	lightblue #60a2c5;  39f 1

	base stuff
	--------------------------------------------------------------------------
*/

body, p, td, tr, div, span, a, li {
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
}

body {
	margin: 0;
	padding: 0px;
	
	width: 990px;
	margin: 0 auto;	
	background: url(images/body_top_background.gif) top repeat-x;
}

.hidden {
	display: none;
}

form {
	margin: 0;
}

/* ugly firefox behaviour */
a img {
	border: none;
}

a {
	color: #777;	
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* the text next to the arrow image */
.submitButton {
	vertical-align: middle; 
	font-weight: bold; 
	font-size: 12px; 
	color: #0a5d8a;
}


#headerRow {
	padding-left: 235px;
	padding-top: 3px;
	height: 25px;
	background-color:#0a5d8a;
}

#headerRow .linkLang {
	width: 125px;
	display: block;
	float: left;
}

#headerRow .link {
/*	width: 75px;*/
	display: block;
	float: left;
	margin: 0 5px;
}

#headerRow * { 
	vertical-align: middle;	
}

#headerRow img {
	border: none;
}

/* language links */
#headerRow .headerLang {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
#headerRow .headerLangOn {
	font-family: Arial, Helvetica, sans-serif;
	color: #b6d7e9;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
	text-transform:uppercase;
	
}
/* 3 navigation links at top */
#headerRow .headerNav {
	font-size: smaller;
}


/* 
	header and stuff at top of the page 
	--------------------------------------------------------------------------	
*/

#headerLogo {
	height: 176px;
	margin: 0px;
	padding: 0px;	
	background: url(images/top_background.gif) repeat-x;
}

#headerLogo * {
		vertical-align: top;		
}

#headerLogo img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ul#headerMenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 20px;		
}

ul#headerMenu li {
	margin: 1px 0px 0px 0px;
	display: block;	
	position: relative;
	top: 0px;
	float: left;
	/*
	for centered items (vertically and horizontally)
	line-height: 16px;
	padding-right: 5px;	
	*/		
}

ul#headerMenu a.headerMenuLink {

	float: left;
	padding: 5px 10px 0px 5px;
	display: block;
	height: 20px;	
	line-height: 20px;	
	
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background: url(images/bg_green_menu.gif) repeat-x;
	vertical-align: middle;
	
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #92e23c;
	
}

ul#headerMenu a.headerMenuLink:hover {
	background: #609427;
	color: #fff;
}



/* 2nd level menu */

ul.headerSubMenu {
	margin: 0px;
	padding: 0px;
	list-style: none;

	display: none;
	position: absolute;
	top: 25px;
	left: 0px;	
	
	border: 0px;
	border-bottom: 2px solid #92e23c;
	
	background: #609427;
	color: #fff;
	
	z-index: 10;
	
	width: 200px;
}

ul.headerSubMenu li {
	float: left;
	clear: left;
	
	position: relative;
	color: #fff;	
	font-weight: bold;	
}

ul.headerSubMenu a {

	display: block;
	
	margin: 0px;
	padding: 5px 15px 5px 5px;

	color: #fff;
	background: #609427;
	
/* padding: auto; */
	margin: auto;
	text-decoration: none;
	font-weight: bold;
/*	min-width: 180px;*/
	width: 180px;
}

/* hover style for 2nd level menu */
ul.headerSubMenu a:hover {
	color: #fff;
	background: #68c504;
/*	background: #eee;	*/
}

#headerMenu li ul {
	display: none;
}

#headerMenu li:hover ul,
#headerMenu li.over ul {
	display: block;
}

/*reset*/
li > ul {
	top: auto;
	left: auto;
}



/* 
	main content area 
	--------------------------------------------------------------------------
*/

#sideBar {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px; /* was 17, altered to center the breadcrumbs */
	float: left;
	width: 190px;
	margin-bottom: 20px;
	
}

#sideBar img {
	text-align: center;
}


#sideMenu {
	list-style: none;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 190px;
	
	margin-bottom: 20px;
}

#sideMenu li {
	padding: 0px;
	margin: 0px;	
	margin-bottom: 1px;
	float: left;
	clear: left;

}

#sideMenu a {
	display: block;
	width: 175px;	
	padding: 5px 5px 6px 5px;
	background-color:#61b606; /* 369 */
	border-left: 5px solid #92e23c; /* 39f */
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#sideMenu a:hover {
	border-left: 5px solid #92e23c;
	background: url(images/arrow_submenu.gif) no-repeat left center #609427;
	color: #fff;
}


#sideBar .banner {
	padding-top: 40px;
}

/*
	main content area
*/

#breadcrumbs {
	font-size: 11px;
	color:#999;
	margin-left: 210px;
	padding: 0;
	height: 30px;
	line-height: 30px;
	clear: both;	
}

#breadcrumbs a {
	color: #999;
	font-size: 11px;
	margin: 0;
	padding: 0
}


#mainContent {
	float: left;
	margin-top: 2px; /* was 17, altered to center the breadcrumbs*/
	margin-bottom: 10px;
	line-height: 125%;
	width: 559px; 
}

#mainContent input.customized {
	border: 1px solid #0a5d8a;
}

#mainContent label.customized {
	color: #0a5d8a;
	font-weight: bold;
}


.textColumn {
	padding-left: 20px;
	
	width: 349px;
	float: left;
}

.textColumn p {
	color: #777;
}

.fullWidth {
	padding-left: 20px;
	width: 100%;
	float: left;	
	color: #777;	
	margin-top: 0px;
}

.fullWidth td,
.fullWidth p {
	color: #777;	
}

td.inputLabel,
.inputLabel {
	color: #0a5d8a;	
	font-weight: bold;
}

table#register td {
	padding: 3px 0;
}

p.error {
		color: red;
		text-decoration: underline;	
}

#mainContent h1,
#sideBar h1 {
	background: url(images/topic_symbol.gif) no-repeat;
	line-height: 20px;
	color: #609427;
	font-size: 12px;
	text-transform: uppercase;
/*	margin: 0px 0px 5px -20px;*/
   	margin: 0px 0px 5px 5px; 
	padding-left: 20px;
	padding-bottom: 5px;
	margin-left: 5px !important;
}

#mainContent h2,
#mainContent h2 a {
	margin: 5px 0px;
	color: #777;
	font-size: 12px; /* 13px ?*/
	line-height: 16px;
}

.textColumn .brief {
	color: #0a5d8a;
	margin-bottom: 1em;
}

.textColumn .main {
	color: #777;
}


.textColumn .newsSource {
	color: #777;
	font-weight: bold;
	margin-bottom: 0;
}
.textColumn .newsDate {
	color: #777;
	margin-top: 0;
}


#photoColumn {
	margin-left: 11px;
	float: left;
	width: 179px;
}

#photoColumn .caption {
	background: url('images/topic_symbol.gif') no-repeat;
	padding-left: 20px;
	margin-top: 5px;
	padding-bottom: 10px;
}

#photoColumn .linkContainer {
	background: none;	
	padding-left: 20px;
	margin-top: 5px;
}
#photoColumn .linkContainer a {
	color:#609427;
}


/* bug http://www.quirksmode.org/css/quirksmode.html */

.linkContainer img {
	vertical-align: middle;
	display: inline;
	padding-bottom:4px;
}

/*.linkContainer img {
	display: block;
	float: left;
}
*/
/*.linkContainer p {
	line-height: 150%;
}
*/

/* 
	footer  
	--------------------------------------------------------------------------
*/

#footerRow {
	margin-top: 20px;
	border-top: 5px solid #68c504;
	
	color: #777;
	font-size: smaller;
}

#footerRow a {
	color: #777;
	text-decoration: none;
}

#footerRow a:hover {
	text-decoration: underline;
}


/* footer
 common */

#footerRow #copyright,
#footerRow #blank,
#footerRow #links {
	padding-top: 10px;
	padding-bottom: 10px;		
	
}

#footerRow #blank {
	border-top: 5px solid #fff;
	margin-left: 0px;
	width: 10px;
	position: absolute;		
	margin-top: -5px;
}


#footerRow #copyright {
	border-top: 5px solid #438001;		
	text-align: center;
	margin-left: 10px;
	width: 200px;
	position: absolute;		
	margin-top: -5px;
}

#footerRow #links {
	padding-left: 20px;
	position: absolute;
	/* left: 200px; */
	right: 0px;
	left: 210px;
}




/* 
	sitemap
	--------------------------------------------------------------------------
*/

ul.sitemap {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.sitemap li {
	line-height: 180%;
}

ul.sitemap a {
	font-weight: bolder;
	font-size: larger;
	color: #0a5d8a;
}	

ul.sitemap ul.sitemap a {
	padding-left: 100px;
	margin-left: 20px;
	color: #60a2c5;
	background: url('images/sitemap_line.gif') no-repeat 0px -5px;
}

ul.sitemap ul.sitemap ul.sitemap a {
	padding-left: 100px;
	margin-left: 150px;
	color: #60a2c5;
	background: url('images/sitemap_line.gif') no-repeat 0px -5px;	
}

/*
**	zebra tables
** -------------------------------------------------------------------------------
*/

.zebraTable {
	text-align: left;
	width: 539px;
}

.zebraTable td,
.zebraTable th {
	min-height: 80px;
	padding: 5px 0;
	border-bottom: 2px solid #fff;
}

.zebraTable th {
	font-size: 14px;
	height: 36px;
	color: #fff;	
	background: #0a5d8a;
	border-bottom: 2px solid #fff;
	text-shadow: 2px 2px 4px #555;
}

.zebraNumber {
	text-align: center;
	font-size: 48px;
	line-height: 100%;
	text-shadow: 2px 2px 4px #aaa;
	width: 70px;
	vertical-align: middle;
}


.zebraEvenRow {
	background: center left url('images/bg_table1.png') no-repeat;	
}

.zebraOddRow {
	background: center left url('images/bg_table2.png') no-repeat;	
}


.zebraOddRow .zebraNumber {
	color: #033c5a;
}

.zebraEvenRow .zebraNumber {
	color: #033c5a;
}

.zebraTitle {
	font-weight: bold;
	color: #fff;
}
.zebraTxt {
	color: #fff;
}

.zebraTable th.anuario {
	font-size: 12px;
	height: inherit;
	padding: 5px 0;
	color: #fff;	
	background: #0a5d8a;
	border-bottom: 2px solid #fff;
	text-shadow: 2px 2px 4px #555;
}


.zebraTable td.zebraName {
	font-weight: bold;
	color: #0a5d8a;
	padding: 5px;
}


.zebraDescription {
	color: #0a5d8a;
}

/*
**	fake table
** -------------------------------------------------------------------------------
*/

.fakeTable {
/*	position: relative;*/
	height: auto;
	clear: both;
	margin-top: 20px;   
}

/*

.fakeTable input,
.fakeTable textarea {
	border: 1px solid #0a5d8a;	
}

*/

.fakeTable div.row {
	float: none;
	clear: both;
	padding: 0;
	border: 1px solid #fff;
}

.fakeTable div.row span.label {
	float: left;
	text-align: right;
	padding-right: 10px;
	color: #0a5d8a;
	font-weight: bold;
	width: 150px;
	margin-bottom: 12px;
	clear: both;
}

.fakeTable div.row span.formw {
	float: left;
	vertical-align: middle;
	margin: 0;
}

.fakeTable div.row span.formw input {
	margin: 0px;
}

.fakeTable .submit a {
	vertical-align: middle;
	color: #0a5d8a;
}

.fakeTable .submit input {
	vertical-align: middle;
}


/*
** curly quote stuff
** ---------------------------------------
*/

blockquote {
	color: #0a5d8a;
	width: 350px;
	margin: 2em 0;
	background: transparent url("images/quoleft.gif") left top no-repeat;

}

blockquote div {
	display: inline;
}

blockquote .commentText {
	display: block;	
	padding: 0 48px;
	background: transparent url("images/quoright.gif") right bottom no-repeat;
}

blockquote .commentText h2 {
	color: #0a5d8a !important;
}


/*
** press releases
** ---------------------------------------
*/


.pressRelease {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #0a5d8a;
	width: 500px;			
}

.pressRelease .date {
	color: #0a5d8a;
	font-size: smaller;
}

.pressRelease .title a {
	color: #609427;
	font-weight: bold;	
}

.pressRelease .text {
	color: #666;
}

.pressRelease .seeMore {
	clear: both;
	text-align: right;
	margin-top: 10px;
}

.pressRelease .seeMore img {
	border: none;
}

.LastPressRelease {
	border-bottom: none;
}


/*
** calendario 
** --------------------------------------------
*/

.calendar {
	line-height: 100%;
	color:#666;
}

.calendar td,
.calendar th {
	height: 20px !important;
	padding-left: 5px;
	padding-right: 5px;
}

.calendar td,
.calendar th {
	border-bottom: 4px solid #fff;
}

.calendar tr.zebraEvenRow {
	background: #d4ebf8;
}

.calendar tr.zebraOddRow {
	background: #fff;
}

/* override this to blue (dark) */
.calendar td.zebraNumber {
	font-family:Arial, Helvetica, sans-serif;
	color: #0a5d8a;
	font-size: 22px;
	text-align: left;
	padding-left: 5px;	
	width: 80px;
	height: 30px;
}

.calendar .monthRow,
.calendar .monthRow td {
	background: #60a2c5;
	color: #fff;	
	font-size: 14px;
	font-weight: bold;
	text-shadow: 2px 2px 4px #333;	
}

.calendar .zebraTitle {
	line-height: 140%;
}

/*
**	photo gallery
** 	-------------------------------------------------------------------------
*/

div.photos {
	width: 500px;
}

div.photos .photo {
	width: 125px;
	float: left;
}

div.photos .photo img {
	text-align: left;
	margin: 0;
	padding: 2px;		
	border: 1px solid #999;					
}

div.photos .photo .caption {
	background: url('images/topic_symbol.gif') no-repeat;
	margin-top: 5px;
	padding: 5px 20px 5px 20px;
	padding-top: 2px;
	font-weight: bold;
	color: #0a5d8a;
	min-height: 3em;
}

/*
 * 
 * destaques
 *
 */

a.highlight {
	background-color: #fff;
	background-repeat: no-repeat;
	padding: 0;
	width: 179px;
	height: 141px;
	float: left;
	margin: 0 0 0 0;
	cursor: pointer;
}


/* similar to h1 */
div.highlight .h1 {
	background: url('images/topic_symbol.gif') no-repeat;
	color: #609427;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin: -5px 0px 0px -5px;
	padding-left: 20px;
	padding-top: 5px;
}

/* added 10/06/2006 */
a.highlight {
	text-decoration: none;	
}

div.highlight .h2 {
	color: #777;
	font-size: 10px;
	margin: 0px 0px 0px -5px;
	padding-left: 20px;
	padding-top: 5px;
	height: 3em;
}

div.highlight img {
	margin: 5px 0px 5px 15px;
}

div.highlight .text {
	color: #777;
	font-size: 10px;
	margin: 0px 0px 0px -5px;
	padding-left: 20px;
	padding-top: 5px;
/*	height: 6em;*/
}


div.highlight .link {
	text-align: right;
	margin-right: 0px;
}

#highlight0 {
/*	border-right: 1px solid #aaa;*/
}

#highlight1 {
/*	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
*/ 
/*   	margin-left: -1px;*/
	margin-left: 7px;		

}

#highlight2 {
/*	border-left: 1px solid #aaa;*/
/*	margin-left: -1px;*/
	margin-left: 7px;				
}




/*
**	homepage
** 	-------------------------------------------------------------------------
*/

#homepage {	
	width: 552px;
/*	padding-left: 20px;		 */
	background: #fff;
	padding-bottom: 10px;
}



#homepage .hr {
/*	background: red;*/
	border-bottom: 1px solid #aaa;
	margin: 0 0 10px 0;
	padding: 0;
/*	padding: 10px 0;*/
	height: 10px;
	
}	




#homepage h1 {

}

#homepage h2 a {
/*	2009 */
	color: #5A7E20;
	text-decoration: underline;
}

#mainContent .column2 {	
	width: 265px;	/*245*/
	float: left;
	padding: 0 5px 0 5px; /*25*/
}

#mainContent #firstCol {
	border-right: 1px solid #ddd;
}

#mainContent #secondCol {
	border-left: 1px solid #DDDDDD;
	margin-left: -1px;
}

#sideBar .group {
	padding: 0 0 0 25px;
	color: #0a5d8a;	
	line-height: 150%;
	margin-bottom: 20px;
}

#sideBar .group input {
	border: 1px solid #0a5d8a;	
}

/* for the login form */
#sideBar p.field {
	margin: 1px 0;
}
#sideBar p.field input {
	width: 100%;
}

#sideBar p.submit {
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
}

#sideBar p.submit input {
	padding: 0;
	margin: 0;
}

#sideBar .group ul {
	list-style-image: url(images/arrow_blue1.gif);
	margin: 0;
	padding: 0;
}

#homepage p.synopsis {
	color: #999;
	margin: 0;
	padding: 0;	
}

#homepage p.seeMore {
	text-align: right;
}

#homepage a.seeMore {
	text-align: right;
	background: url('images/arrow_blue1.gif') no-repeat left 50%;
	padding: 0;
	padding-left: .7em;
	margin: 0 .5em 0 .5em;
}


/*
 *
 * 	zoom
 *
 */

.zoom {
/*	border-left: 5px solid #36bdff;*/
	background: url(images/zoom.png) repeat-y;
	padding: 5px;
	position: relative;
}

.zoom img {
	position: absolute;
	bottom: 0;
	left: 0;
}

/* similar to h1 */
.zoom .h1 {
	text-align: left;		
	background: url('images/2009/topic_symbol.gif') no-repeat;
	color: #609427;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin: -5px 0px 0px -10px;
	padding-left: 20px;
	padding-top: 5px;
}

.zoom .author,	
.zoom .title {		
	margin-bottom: 5px;
	color: #000;		
}

.zoom .title {
	background: url('images/2009/zoom-h1.png') no-repeat top left;	
	margin-left: -10px;
	margin-top: -5px;
	padding-top: 5px;
	padding-left: 10px;
	color: #5A7E20;
	text-transform: uppercase;
}    

.zoom .text {
	font-weight: bold;	
}

.zoom .author {
/*	padding-top: 10px;*/
}


.zoom p.seeMore {
	margin: 5px 0 0 0;
}

.zoom p.seeMore a {
	color: #5A7E20;
}

.zoom .zoomImage {
	float: left;
}

.zoom .zoomText {
	margin-left: 150px;
	color: #000;		
}



/*
**	partners
** 	-------------------------------------------------------------------------
*/


.partners {

}

.partners img {
	border: none;
}



/*
 * 
 *	interview
 *
 */

.interviewHeader {
	border-left: 2px solid #db4028;
	border-right: 5px solid #d8ffae;
	background-color: #d8ffae;
	padding: 5px;
	margin-bottom: 10px;
	width: 100%;
}

.interviewHeader .h1 {
	color: #609427;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin: -5px 0px 0px -10px;
	padding-left: 20px;
	padding-top: 5px;	
}

.interviewHeader .synopsis {
	color: #000;
	font-size: 11px;
	padding-left: 10px;
	margin-top: 10px;
}


.interviewHeader .image {
	float: right;
	margin: -5px -10px -5px 5px;
}

/* questions */
.interview h3 {
	color: #0a5d8a;
	font-size: 11px;
	font-weight: bold;
	margin: 1em 0 0 0;
	padding: 0;
}

.interview p {
	margin: 0;
}


/* for the homepage login screen */
.errorMessage {
	border-bottom: 2px solid #e00;
	padding: 5px;
	background: #fee;
	color: #e00 !important;	
/*	border: 1px solid #a00;*/
}

.stackBox {
	width: 180px; 
	padding: 0; 
	float: left;
}

.stackBox ul {
	list-style-image: url(images/arrow_blue1.gif);
	margin: 0 0 0 25px;
	padding: 0;	
}


/*
.rss img {
	display: none;
}
*/

.rssSummary {
	color: #999;
	padding: 1em 0;
}

.rssSource {
	color: #999;
}

/* pagina de login */
ul#loginAuxLinks li {
	margin: 5px 0;
}

.valign * {
	vertical-align: middle;
}

.person {
	margin-bottom: 20px;
}

.person .photo {
	float: left;
}

.person ul.descr {
	float: left;
	padding: 0 0 0 2em;
	margin: 0;
	width: 360px;
}

.person ul.descr li {
	list-style-image: url('images/arrow_blue1.gif');
}

.person ul.descr li.name  {
	font-weight: bold;
	list-style: none;
	color: #0a5d8a;
	font-size: 12px;
	list-style-image: none;			
}

.person ul.descr li.occupation {
	text-transform: uppercase;
	list-style: none;	
	list-style-image: none;		
	font-size: 11px;	
	margin-bottom: 5px;
	color: #3b95c5;
}

.department {
	margin: 20px 0 0 0;
	padding: 20px 0 0 20px;
	border-top: 1px solid #aaa;
}

.department img.photo {
	float: none;
}

.department ul.descr {
	float: none;
	padding: 0 0 0 15px;
}

.department ul.descr li {
	list-style-image: url('images/arrow_blue1.gif');
}

#headerImage {	
	float:left;
	height: 150px;
	width: 401px;
}



/* the end */


/******************** NOVOS ESTILOS ***********************/
.CVsSeparator {
	
	background:#0a5d8a;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	padding-left:15px;
	text-transform:uppercase;
}
.CVsInfoTopBG {
	background:#0a5d8a;
	padding:5px 15px;
	margin-bottom:1px;
	height:16px;
}
.CVsInfoTop {
	line-height:16px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}
.CVsInfoRef {
	line-height:16px;
	color:#b6d7e9;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}
.CVsInfoBtm {
	background:#d4ebf8;
	padding:15px;	
	margin-bottom:0px; /*20*/
	line-height:16px;
}
.CVsInfoTitle {
	color:#0a5d8a;
	font-weight:bold;
	width:120px;
	text-align:right;
	float:left;
}


.CVsInfoTxt {
	color:#666;
	font-weight:bold;
	margin-left:10px;
	float:left;
	width: 350px;
}

.agentes .CVsInfoTitle {
/*	width:170px; PC: 2612*/
	width:210px;	
}
.agentes .CVsInfoTxt {
	width:300px;
}



.submitButton2 {
	font-weight: bold; 
	font-size: 11px; 
	vertical-align: middle; 
	color:#0a5d8a;
	text-align:right;
	line-height:18px;
}
.OportunidadeInfoTopBG {
	background:#0a5d8a;
	padding:5px 15px;
	margin-bottom:1px;
	height:32px;
}

a.cv_foto {
	border: 1px solid #aaa;
	float: left;
}

a.cv_foto:hover {
	border: 1px solid #0a5d8a;
}


a.cv_foto img {
	width: 100px;
	padding: 2px;
	margin: 2px;

}

.intro {
	font-weight: bold;
}

#form1 input, 
#form1 select,
#form1 textarea,
.FormTxt {
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
}

.NameTitle {
	color:#1b1c20;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
 
.NameSubTitle {
	color:#1b1c20;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
}
/******************** PAGAMENTOS ***********************/
.MembrosExecutivos {
	display:block; 
	width:240px; 
	height:25px; 
	background: url(files/pagamentos/membros_executivos.jpg) 0 0 no-repeat;
}
.MembrosExecutivos:hover {
	background-position: 0 -25px;
}
.MembrosActivos1 {
	display:block; 
	width:240px; 
	height:25px; 
	background: url(files/pagamentos/membros_activos1.jpg) 0 0 no-repeat;
}
.MembrosActivos1:hover {
	background-position: 0 -25px;
}
.MembrosActivos2 {
	display:block; 
	width:240px; 
	height:25px; 
	background: url(files/pagamentos/membros_activos2.jpg) 0 0 no-repeat;
}
.MembrosActivos2:hover {
	background-position: 0 -25px;
}
.MembrosActivos3 {
	display:block; 
	width:240px; 
	height:25px; 
	background: url(files/pagamentos/membros_activos3.jpg) 0 0 no-repeat;
}
.MembrosActivos3:hover {
	background-position: 0 -25px;
}
.EfectuarPagamento {
	display:block; 
	width:120px; 
	height:25px; 
	background: url(files/pagamentos/efectuar_pagamento.jpg) 0 0 no-repeat;
	border:0;
}

.EfectuarPagamento:hover {
	background-position: 0 -25px;
	border:0;
}
.Membros {
	display:block; 
	width:240px; 
	height:25px; 
	background: url(files/pagamentos/membros.jpg) 0 0 no-repeat;
}
.Membros:hover {
	background-position: 0 -25px;
}
/******************** PAGAMENTOS FR ***********************/
.MembrosExecutivosFr {
	display:block; 
	width:240px; 
	height:25px; 
	background: url(files/pagamentos/membros_executivos_fr.jpg) 0 0 no-repeat;
}
.MembrosExecutivosFr:hover {
	background-position: 0 -25px;
}
.MembrosActivos1Fr {
	display:block; 
	width:240px; 
	height:25px; 
	background: url(files/pagamentos/membros_activos1_fr.jpg) 0 0 no-repeat;
}
.MembrosActivos1Fr:hover {
	background-position: 0 -25px;
}
.MembrosActivos2Fr {
	display:block; 
	width:240px; 
	height:25px; 
	background: url(files/pagamentos/membros_activos2_fr.jpg) 0 0 no-repeat;
}
.MembrosActivos2Fr:hover {
	background-position: 0 -25px;
}
.MembrosActivos3Fr {
	display:block; 
	width:240px; 
	height:25px; 
	background: url(files/pagamentos/membros_activos3_fr.jpg) 0 0 no-repeat;
}
.MembrosActivos3Fr:hover {
	background-position: 0 -25px;
}
.EfectuarPagamentoFr {
	display:block; 
	width:120px; 
	height:25px; 
	background: url(files/pagamentos/efectuar_pagamento_fr.jpg) 0 0 no-repeat;
	border:0;
}

.EfectuarPagamentoFr:hover {
	background-position: 0 -25px;
	border:0;
}
.MembroActivo {
	display:block; 
	width:120px; 
	height:25px; 
	background: url(files/pagamentos/membro_activo.jpg) 0 0 no-repeat;
	border:0;
}

.MembroActivo:hover {
	background-position: 0 -25px;
	border:0;
}
.NaoMembro {
	display:block; 
	width:120px; 
	height:25px; 
	background: url(files/pagamentos/nao_membro.jpg) 0 0 no-repeat;
	border:0;
}

.NaoMembro:hover {
	background-position: 0 -25px;
	border:0;
}
.MembroActivoFr {
	display:block; 
	width:120px; 
	height:25px; 
	background: url(files/pagamentos/membro_activo_fr.jpg) 0 0 no-repeat;
	border:0;
}

.MembroActivoFr:hover {
	background-position: 0 -25px;
	border:0;
}
.NaoMembroFr {
	display:block; 
	width:120px; 
	height:25px; 
	background: url(files/pagamentos/nao_membro_fr.jpg) 0 0 no-repeat;
	border:0;
}

.NaoMembroFr:hover {
	background-position: 0 -25px;
	border:0;
}
.MembrosFr {
	display:block; 
	width:240px; 
	height:25px; 
	background: url(files/pagamentos/membros_fr.jpg) 0 0 no-repeat;
}
.MembrosFr:hover {
	background-position: 0 -25px;
}
/******************** TABELA TEMPORÁRIA ***********************/
.xl1520835
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:black;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Calibri, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:bottom;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:nowrap;}
.xl6320835
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:black;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Calibri, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:bottom;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:normal;}
.xl6420835
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:black;
	font-size:8.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:center;
	vertical-align:bottom;
	border:.5pt solid windowtext;
	background:#DBE5F1;
	mso-pattern:black none;
	white-space:normal;}
.xl6520835
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:black;
	font-size:8.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:bottom;
	border:.5pt solid windowtext;
	background:#DBE5F1;
	mso-pattern:black none;
	white-space:normal;}
.xl6620835
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:black;
	font-size:8.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:center;
	vertical-align:bottom;
	border:.5pt solid windowtext;
	background:white;
	mso-pattern:black none;
	white-space:normal;}
.xl6720835
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:black;
	font-size:8.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:bottom;
	border:.5pt solid windowtext;
	background:white;
	mso-pattern:black none;
	white-space:normal;}
.xl6820835
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:black;
	font-size:8.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:center;
	vertical-align:bottom;
	border:.5pt solid windowtext;
	background:white;
	mso-pattern:black none;
	white-space:normal;}
.xl6920835
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:black;
	font-size:8.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:bottom;
	border:.5pt solid windowtext;
	background:#DBE5F1;
	mso-pattern:black none;
	white-space:normal;}
.xl7020835
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:black;
	font-size:8.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:center;
	vertical-align:bottom;
	border:.5pt solid windowtext;
	background:#DBE5F1;
	mso-pattern:black none;
	white-space:normal;}
.xl7120835
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:black;
	font-size:8.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:bottom;
	border:.5pt solid windowtext;
	background:white;
	mso-pattern:black none;
	white-space:normal;}
.xl7220835
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:black;
	font-size:8.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:left;
	vertical-align:top;
	border:.5pt solid windowtext;
	background:white;
	mso-pattern:black none;
	white-space:normal;}
.xl7320835
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:black;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Calibri, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:bottom;
	border:.5pt solid windowtext;
	background:white;
	mso-pattern:black none;
	white-space:normal;}
.xl7420835
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:black;
	font-size:8.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:left;
	vertical-align:top;
	border:.5pt solid windowtext;
	background:#DBE5F1;
	mso-pattern:black none;
	white-space:normal;}
.xl7520835
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:black;
	font-size:8.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:right;
	vertical-align:top;
	border:.5pt solid windowtext;
	background:#DBE5F1;
	mso-pattern:black none;
	white-space:normal;}
.xl7620835
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:black;
	font-size:8.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:right;
	vertical-align:top;
	border:.5pt solid windowtext;
	background:white;
	mso-pattern:black none;
	white-space:normal;}
.xl7720835
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:black;
	font-size:8.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:right;
	vertical-align:top;
	border:.5pt solid windowtext;
	background:#DBE5F1;
	mso-pattern:black none;
	white-space:normal;}
.xl7820835
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:black;
	font-size:8.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:right;
	vertical-align:top;
	border:.5pt solid windowtext;
	background:white;
	mso-pattern:black none;
	white-space:normal;}
