* {
	padding: 0;
	margin: 0;
	font-size: 1em;
}

#base {
	margin: 0 auto;
	width: 800px;
	background-color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-position: 100%;
}
#header {	
	width: 800px;
	border: 0px solid;
	height: 90px;
	background:#000;
	background-image:url(images/barrabanner.gif);
}
#separador1 {
	height:10px;
	width:800px;
}
#separador2 {
	height:10px;
	width:800px;
	padding:0px 0px 0px 0px; 
}

#separador3 {
	width:10px;
	height:auto;
	padding: 0px 0px 0px 0px;
}

#image_index {
	width: auto;
	height: auto;
	background-image: url(images/refinaria1.gif);
	padding: 0px 0px 0px 0px;
}

#image_employment {
	width: auto;
	height: auto;
	background-image:url(images/refinaria2.gif);	
}
#separador4 {
	width: 800px;
	height: 21px;
}
#conteudo {
	font-size: 0.9em;
	width: 800px;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	height: 100%;
	color: #000;
	padding: 0px 0px 0px 0px;
}

#footer {
	color: #000;
	background-color:#000;
	margin: 0 auto;
	width: 800px;
	border: 0px solid;
	}
	
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	text-align: justify;
}

body {
	background-color: #000;
}
a {
	font-size: 0.9em;
	color: #C93;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #D4D0C8;
}
a:active {
	text-decoration: none;
	text-align: right;
}
h1 {
	font-size: 1em;
	color: #C93;
}
h2 {
	font-size: 0.9em;
	color: #FFF;
}
h3 {
	font-size: 0.8em;
	color: #FFF;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h4 {
	font-size: 0.8em;
	color: #C93;
}
h5 {
	font-size: 1em;
	color: #FFF;
}

/*
INICIO DO CSS MENU BOTOES
*/

#Menu {
	width:800px;
	height:25px;
}



/* SEARCH RESULTS + JOB DETAILS pages */

/* overall table */ 
table.Micro {border-collapse:collapse; text-align: left; padding: 0px; margin: 0px; color:#FFF;}

 

/* SEARCH RESULTS PAGE: Table title, location/salary headers */
tr.MicroHeader   {font-size: 1em; font-weight: normal; color:#FFF; }
tr.MicroHeader th  {padding:5px 0px; border-bottom: solid 1px #C93;}
 


/* SEARCH RESULTS PAGE: job titles default to links set for all links */
/* SEARCH RESULTS PAGE: background cells + Location, Salary etc... */
tr.MicroItem   { border-bottom: solid 1px #C93;}
tr.MicroItem td  { padding:5px 0px; border-bottom: solid 1px #C93;}
tr.MicroAltItem  { border-bottom: solid 1px #C93;}
tr.MicroAltItem td  { padding:5px 0px; border-bottom: solid 1px #C93;}

 

/* SEARCH RESULTS PAGE: 1 to X of X results found text */ 
p.Micro {font-size:1em; color:#FFF; padding: 0px 0px 0px 0px; margin: 0px;}

 

/* JOB DETAILS PAGE: job title*/
.title {    color: #C93; font-weight: normal; font-size: 1.5em; margin: 0px 0px 10px 0px; padding: 0px;} 

 


/* JOB DETAILS PAGE: back to search + apply links */
.applylinks        {font-weight: normal; font-size: 1em; padding: 5px; }
a:link.applylinks, a:visited.applylinks {color: #FFF; text-decoration: none; background-color: #000;}
a:hover.applylinks, a:focus.applylinks  {color: #ffffff; text-decoration: none; background-color: #C93;}
 

/* end of SEARCH RESULTS */


