/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles  f2f2f2                     */
/***********************************************/

body{
text-align:center;
background-image:background1.png;
background-attachment: inherit

	font-family: tahoma,Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	
	margin: 0px auto;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #027288;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell4{
	position:absolute;
	border: 1px #069 solid;
	text-align:left;
	top: 125px;
	left: 26px;
	right: 2%;
	width:778px;
	background-color: #ffffff;
	margin: 0px auto;
	height: 1624px;
}

#pagecell2{
	position:absolute;
	border: 1px #069 solid;
	text-align:left;
	top: 123px;
	left: 20px;
	right: 2%;
	width:797px;
	background-color: #ffffff;
	margin: 0px auto;
	height: 2173px;
}

#pagecell3{
	position:absolute;
	border: 1px #069 solid;
	text-align:left;
	top: 123px;
	left: 27px;
	right: 2%;
	width:792px;
	background-color: #ffffff;
	margin: 0px auto;
	height: 1608px;
}

#pagecellsp1{
	position:absolute;
	border: 1px #069 solid;
	text-align:left;
	top: 122px;
	left: 27px;
	right: 2%;
	width:791px;
	background-color: #ffffff;
	margin: 0px auto;
	height: 1078px;
}

#pagecellsp2{
	position:absolute;
	border: 1px #069 solid;
	text-align:left;
	top: 125px;
	left: 26px;
	right: 2%;
	width:778px;
	background-color: #ffffff;
	margin: 0px auto;
	height: 2725px;
}

#pagecellsp3{
	position:absolute;
	border: 1px #069 solid;
	text-align:left;
	top: 121px;
	left: 26px;
	right: 2%;
	width:778px;
	background-color: #ffffff;
	margin: 0px auto;
	height: 2783px;
}

#pagecellsp4{
	position:absolute;
	border: 1px #069 solid;
	text-align:left;
	top: 125px;
	left: 26px;
	right: 2%;
	width:778px;
	background-color: #ffffff;
	margin: 0px auto;
	height: 1838px;
}

#tl {
	position:absolute;
	top: -1px;
	left: 4px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: 8px;
	right: -76px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	width: 47px;
	height: 11px;
}

#masthead{
	position: absolute;
	border: 1px #069 solid;
	text-align:left;
	top: 0px;
	left: 27px;
	right: 2%;
	width:788px;
	margin: 0px auto;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
	background-image: url(../fundo.gif);
	background-repeat:no-repeat;
	 
	}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 5px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 150px;
	right: 39px;
	padding: 0px;
	margin: 0px;
	width: 55px;
	height: 55px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(../glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(../glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 10px 10px 0px 10px;
	font-size: 80%;
	min-height: 200px;
	height: auto;
	
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
margin: 10px 10px;
	padding: 0px 0px;
	font-size: 80%;
	border:#000000 2px;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
	border:#006666;
	border-bottom: 1px solid #CCCCCC;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 0px;
	margin-bottom: auto #fff;
	border-bottom:1px solid #ccc;
}

.story a.capsule2{
	font: bold 1em Arial,sans-serif;
	color: #990000;
	display:block;
	padding-bottom: 5px;
	margin-bottom: auto #fff;
	border-bottom:1px solid #ccc;
	}
.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/
/* Curriculo*/
#curriculo{
margin:5px;
padding:5px;

}
/*fim de curriculo*/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(../bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #43257B;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #83C326;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

#vagas{
	width:275px;
	height:150px;
	top:269px;
	left:803px;
	background:#FBFEF5;
	padding:1px;
	border: 1px solid #069;
}
#vagas h3{
	background:#336699;
	font:bold 11px tahoma;
	color:#FFFFFF;
	height:auto;
	padding:5px;
	border-bottom:1px solid #fff;
}
#vagas dl{
  padding:2px 4px;
  width:130px;
}
#vagas dt a{
  font:bold 11px arial;
  color:#069;
  text-decoration:none;
}
#vagas dd{
  font:10px verdana;
  color:#666;
}

/* editor curriculo*/
.mceSeparatorLine {
	border: 0;
	padding: 0;
	margin-left: 4px;
	margin-right: 2px;
}

.mceSelectList {
	font-family: "MS Sans Serif";
	font-size: 7pt;
	font-weight: normal;
	margin-top: 2px;
}

.mceLabel, .mceLabelDisabled {
	font-family: "MS Sans Serif";
	font-size: 9pt;
}

.mceLabel {
	color: #000000;
}

.mceLabelDisabled {
	cursor: text;
	color: #999999;
}

.mceEditor {
	background: #F0F0EE;
	border: 1px solid #cccccc;
}

.mceEditorArea {
	font-family: "MS Sans Serif";
	background: #FFFFFF;
}

.mceToolbar {
	background: #F0F0EE;
	border-top: 1px solid #cccccc;
	line-height: 1px;
	font-size: 1px;
	padding-bottom: 1px;
}

.mceEditorIframe {
	border: 0;
}

/* Button CSS rules */

a.mceButtonDisabled img, a.mceButtonNormal img, a.mceButtonSelected img {
	width: 20px;
	height: 20px;
	cursor: default;
	margin-top: 1px;
	margin-left: 1px;
}

a.mceButtonDisabled img {
	border: 0 !important;
}

a.mceButtonNormal img, a.mceButtonSelected img {
	border: 1px solid #F0F0EE !important;
}

a.mceButtonSelected img {
	border: 1px solid #C0C0BB !important;
}

a.mceButtonNormal img:hover, a.mceButtonSelected img:hover {
	border: 1px solid #0A246A !important;
	cursor: default;
	background-color: #B6BDD2;
}

a.mceButtonDisabled img {
	-moz-opacity:0.3;
	opacity: 0.3;
	border: 1px solid #F0F0EE !important;
	cursor: default;
}

a.mceTiledButton img {
	background-image: url('file:///E|/Sites/images/buttons.gif');
	background-repeat: no-repeat;
}

/* MSIE specific rules */

* html a.mceButtonNormal img, * html a.mceButtonSelected img, * html a.mceButtonDisabled img {
	border: 0px !important;
	margin-top: 2px;
	margin-bottom: 1px;
}

* html a.mceButtonDisabled img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	border: 0px !important;
}

* html a.mceButtonDisabled {
	border: 1px solid #F0F0EE !important;
}

* html a.mceButtonNormal, * html a.mceButtonSelected {
	border: 1px solid #F0F0EE;
	cursor: default;
}

* html a.mceButtonSelected {
	border: 1px solid #C0C0BB;
}

* html a.mceButtonNormal:hover, * html a.mceButtonSelected:hover {
	border: 1px solid #0A246A;
	cursor: default;
	background-color: #B6BDD2;
}

* html .mceSelectList {
	margin-top: 2px;
}

#climatempo{
margin:10px;
border:#660066 1px solid;


}
/*fim editor*/
/********************* end **********************/
