.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

html{
	min-height: 100%;
 	height: auto;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	background: #EEE;
}

/* header menu */
.cabecalho{
	width: 100%;
}

.cabecalho .logos{	
	width: 100%;
	background: #FFF url("../images/background_top.png") no-repeat bottom right;	
	height: 130px;
}

.cabecalho .logos .logo_bdbcomp{
	float: left;
}

.cabecalho .logos .logo_bdbcomp img{
	margin: 15px;
}

.cabecalho .logos .logo_sbc{
	padding: 15px;
	float: right;
}

.cabecalho .logos span{
	font-size: 10px;	
}

.cabecalho .logos .logo_dcc{
	float: right;
}

.cabecalho .menu {
	background: #EEE url("../images/background_shadow.png") repeat-x top left;
	width: 100%;
	height: 28px;
} 

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

.cabecalho .menu ul li.menuitem{
	float: left;
	padding: 0px 12px 0px 12px;
}

.cabecalho .menu ul li.menuitem a{
	font-size: 12px;
	text-decoration: none;
	color: black;
	font-weight: bold;
	line-height: 28px;
	height: 28px;
}

.cabecalho .menu ul li.menuitem:hover{
	background: #CCC url("../images/background_shadow.png") repeat-x top left;
	color: #000;
}


.cabecalho .menu ul li.menuitem a:hover{
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.cabecalho .menu ul li.pesquisar_por{
	float: left;
	font-size: 10px;
	line-height: 28px;
	height: 28px;
	margin-left: 24px;
}

/* content */

.conteudo{
	background: #FFF url("../images/background_shadow.png") repeat-x top left;
	padding: 15px;
	min-height: 300px;
}

.conteudo .titulo {
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	color: black;
}

/* footer */
.rodape{
	padding-top: 10px;
	background: #EEE;
	border-top: 1px solid #DDD;
	width: 100%;
}

.rodape .texto{
	margin-top: 25px;
	text-align: center;
	font-size: 11px;
	width: 100%;
	float: left;
}

.rodape .texto .nome{
	font-weight: bold;
}

.rodape .logos a{
	margin: 15px;	
}
	
/* footer menu */
.rodape .menu {
	width: 100%;
	text-align: center;
	float: left;
} 

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

.rodape .menu ul li{
	display: inline;
	padding: 0px 8px 0px 8px;
}

.rodape .menu ul li.menuitem{
	border-right: 1px solid #CCC;
}

.rodape .menu ul li.last{
	border-right: none !important;
}

.rodape .menu ul li a{
	font-size: 12px;
	text-decoration: none;
	color: #444;
	line-height: 28px;
	height: 28px;
}

.rodape .menu ul li a:hover{
	text-decoration: underline;
	color: #000;
}

.rodape .menu ul .pesquisar_por{
	font-size: 10px;
	font-size: 10px;
	line-height: 28px;
	height: 28px;
	margin-left: 24px;
}

.rodape .logos{
	float: right;
}

.rodape .logos span{
	font-size: 9px;	
}

/* old styles */
.textobranco
{
  COLOR:          #FFFFFF;
  FONT-FAMILY:    Arial, Helvetica, sans-serif;
  FONT-SIZE:      14px;
  FONT-STYLE:     normal;
  FONT-WEIGHT:    bolder;
  TEXT-DECORATION:none;
}

.textopreto
{
  COLOR:          #000000;
  FONT-FAMILY:    Arial, Helvetica, sans-serif;
  FONT-SIZE:      14px;
  FONT-STYLE:     normal;
  FONT-WEIGHT:    bolder;
  TEXT-DECORATION:none;
}

/* lista de trabalhos (pesquisa por título)*/
.listaTrabalhos .autor{
	text-decoration: none;
	color: #33E;
}

.listaTrabalhos .titulo .trabalhoPesquisa{
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	color: black;
}

.listaTrabalhos a:hover{
	text-decoration: none;
	color: #45F;
}

.listaTrabalhos .meio,
.listaTrabalhos .meio a{
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

.listaTrabalhos .meio a{
	font-weight: bold;
}

.listaTrabalhos li{
	margin-bottom: 12px;
}

/* paginacao */
.paginacao{
	margin: 14px 0px 0px 14px;
	font-size: 12px;
	line-height: 20px;
}
.paginacao a{
	float: left;
	text-decoration: none;
	color: black;
}
.paginacao .text{
	float: left;
	margin-right: 10px;	
}
.paginacao .prev,
.paginacao .next{
	font-weight: bold;
	color:  #45F;
	margin: 0px 14px 0px 14px;
}

.paginacao .prev{
	background: url("../images/left_arrow.png") no-repeat left center;
	padding-left: 20px;
}

.paginacao .next{
	background: url("../images/right_arrow.png") no-repeat right center;
	padding-right: 20px;
}

.paginacao .number{
	font-size: 11px;
	height: 20px;
	width: 30px;
	border: 1px solid #EEE;	
	text-align: center;
	margin-right: 1px;
}

.paginacao .current{
	background: #EEE;
	font-weight: bold;
	color: #45F;
}

