﻿.centerPanelContentPane
{
	background-color: White;
	border: solid 1px #eeeeee;
	width: 498px;
	
}
.centerPanelContent
{ min-height : 259px;
	background-color: White;
	
}
.centerPanelContentListagem
{
	margin: 30px 15px 15px 15px;	
  min-height : 259px;
}


.centerPanelHorizontalLine
{  
	height:1px;
	font-size:0px;
	background-color: #E0EFF2;
	margin-bottom:10px;
}

.centerPanelContentTitulo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
	width: 75%;
	background-color: White;
	padding: 5px 3px 5px 10px;
	background-repeat: no-repeat;
	background-image: url('../../img/ul_mark6.jpg' );
	background-position: 4px 2px;
	margin: 10px 2px 15px 10px;
	text-align: left;
	vertical-align: top;
}

.centerPanelContentListagemImagem
{
	width:40%;
	text-align:center;
	padding:10px 0px 10px 10px;
	text-align:center;
}
.centerPanelContentListagemLogo
{
	float:left;
	width:30%;
	text-align:center;
	padding:10px 0px 10px 0px;
	text-align:center;
	}
	
.centerPanelContentListagemTexto
{ padding: 0px 0px 5px 0px;
	float:left;
	width:65%;
}

.centerPanelContentTexto
{
	padding: 10px 10px 5px 0px;
	float:left;
	width:55%;
}

.centerPanelContentImagem
{ float:left;
	width:40%;
	text-align:center;
	padding:10px 10px 5px 0px;
	text-align:center;
}
	



