/* CSS Document */
/*****
Desenhado por: Ana Claudia Nunes de Oliveira
*****/


/*** Sistema Push ***/

/*** Coluna da esquerda ***/
#ColunaEsquerdaPush{
	background:#D0E5DD url(imagens/pushgrupos.gif) no-repeat top left;
/*	position:relative;
	top:0;
	left:0;*/
	float:left;
	font-size:9px;
	margin:1px;
	margin-left:0;
	padding:1px;
	text-align:left;
	width:201px;
}

#ColunaEsquerdaPush ul li{
	list-style:none;
	margin:2px 2px 2px -30px;
	padding:1px;
}

#ColunaDireitaPush{
	background-color:#EBECE7;
	position:relative;
/*	top:-402px;
	left:204px;*/
	float:left;
	font-size:12px;
	margin:1px;
	margin-right:0;
	padding:2px;
	width:100%;
/*	height:400px;*/
}

/*** abas ***/

body.corpo_abas{
	background-color:#FFFFFF;
}

#ColunaDireitaPush #abas {
  float:left;
  width:100%;
  background:#DAE0D2 url(imagens/bg.gif) repeat-x bottom;
  font-size:80%;
  line-height:normal;
}
  
#abas ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
}
  
#abas li {
  float:left;
  background:url(imagens/norm_left.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
}
  
#abas a {
  float:left;
  display:block;
  background: url(imagens/norm_right.gif) no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#abas a {float:none;}
/* End IE5-Mac hack */

#abas a:hover {
  color:#333;
}

#abas #current {
  background-image: url(imagens/norm_left_on.gif);
}

#abas #current a {
  background-image: url(imagens/norm_right_on.gif);
  color:#333;
  padding-bottom:5px;
}

/*** css para os processos ***/
#table.borda_cinza {
	border:#bebebe 1px solid;
	margin:2px;
	padding:2px;
	width:90%;
}
/*** fim do css para os processos ***/

/*** fim das abas ***/


/*** Fim da coluna da esquerda ***/
#ColunaEsquerdaPush a { /*<-------------------------------------------------- separei o coluna_esquerda do coluna_direita pra colocar o text-decoration:none na esquerda*/
	color:#0099FF;
	text-decoration:underline;
}
#ColunaDireitaPush a { /*<--------------------------------------------------*/
	color:#0099FF;
	text-decoration:none;
}

table.FormLogin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	width: 382px;
}
/*** Fim do Sistema Push ***/