table.list-blue{
	width: 100%;
	line-height: 20px;
	background: url(../imgs/barra_azul.png) repeat-x scroll 0 10px transparent;
	text-align: center;
	color: #225289;
}

table.list-blue .one{
	width: 15%;
}

table.list-blue .two{
	width: 20%;
	margin-right: 5px;
}

table.list-blue .three{
	width: 45%;
}

table.list-blue tbody tr td{
	/*background: #EDF7FC;*/
	border-bottom: 5px solid #FFF;
}

table.list-blue td.three{
	text-align: left;
}

table.list-blue td.three p.title{
	font-weight: bold;
}

table.list-blue td.three p.desc{
    line-height:17px;
	margin:3px 0;
}

table.list-blue td.none{
	padding-top: 10px;
	color: #555;
	background: #FFF;
}

table.list-blue td.three a.palestra,
table.list-blue td.three a.lancamento{
	border: 0px solid;
	display: block;
	text-align: center;
	color: #FFF;
	height: 25px;
	font-weight: bold;
	padding-top: 1px;
}

table.list-blue td.three a{
	margin: 15px 0px 0px;
}

table.list-blue td.three a.palestra{
	width: 120px;
	background: url(../imgs/bt_palestra.png) no-repeat;
}

table.list-blue td.three a.lancamento{
	width: 190px;
	background: url(../imgs/bt_lancamento.png) no-repeat;
}
