html
{

}

html, body, ul
{
	margin: 0;
	padding: 0;
}

div, p, li, h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

body
{
	background: #7097c7 url(img/bg-sinal-longo.png) bottom right no-repeat fixed;
}

table
{
	border: 0;
}

h1
{
	background: transparent url(img/titulo-evento.png) top left no-repeat;
	height: 175px;
	margin: 17px 0 0 20px;
	text-indent: -9999px;
	
	/* IE6 only */
	_background: transparent url(img/titulo-evento-ie6.jpg) top left no-repeat;
}

h2
{
	color: #85C226;
	font-size: 16px !important;
	margin: 25px 0 8px 0;
}

h3
{
	clear: both;
	color: #7097C7;
	font-size: 14px !important;
	margin: 25px 0 8px 0;
}

img
{
	border: 0;
}

p
{
	margin: 0 0 15px 0;
}

ul
{
	margin: 0 0 20px 20px;
}

div#container-wrapper
{
	background: transparent url(img/bg-content-area.png) left repeat-y;
	height: 100%;
	left: 0;
	overflow: auto;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
	
	/* IE6 only */
	_background: transparent url(img/bg-content-area-ie.gif) left repeat-y;
}

div.container-content
{
	background-color: #fff; 
	margin: 2px 0 12px 20px;
	padding: 36px;
	width: 628px;
}

div.newspicture
{
	float: right;
	font-weight: bold;
	padding: 0 0 10px 10px;
}

div.logorow
{
	border-bottom: solid 1px #ccc;
	clear: both;
	float: left;
	margin: 0 0 15px 0;
	width: 100%;
}

div.logobox	
{
	display: inline;
	float: left;	
}

p.breadcrumb
{
	background-color: #eee;
	padding: 12px;
}

/* Menu */
ul.menu
{
	background: #85c226 url(img/bg-menu.png) no-repeat;
	height: 30px;
	list-style-type: none;
	margin: 2px 0 0 20px !important;
	width: 700px;
}

ul.menu li
{
	background: #85c226 url(img/bg-menu.png) no-repeat top left;
	color: #fff;
	float: left;
	height: 16px;
	padding: 7px 10px;
}

ul.menu li.active
{
	background-position: -700px 0;
}

ul.menu li a:link, ul.menu li a:visited
{
	color: #fff;
	text-decoration: none;
}

ul.menu li a:hover
{

}

/* Listas */
dl.boxnoticias
{
	margin: 20px 0 50px 0;
}

dl.boxnoticias dt
{
	margin: 15px 0 0 0;
}

dl.boxnoticias dt a:link, dl.boxnoticias dt a:visited
{
	color: #63921D;
	font-weight: bold;
	text-decoration: none;
}

dl.boxnoticias dt a:hover
{
	text-decoration: underline;
}

dl.boxnoticias dd
{
	margin: 0;
}

dl.boxnoticias dd span.data
{
	color: #999;
}

dl.boxassessoria
{
	margin: 20px 0 50px 0;
}

dl.boxassessoria dt
{
	color: #416FA7;
	font-weight: bold;
	text-decoration: none;
}

dl.boxassessoria dd
{
	margin: 0;
}

/* Tabelas */
table.schedule-table
{
	border: solid 1px #7097c7;
	padding: 0;
	width: 100%;
}

table.schedule-table th, table.schedule-table td
{
	padding: 7px;
	text-align: center;
}

table.schedule-table th
{
	background-color: #7097c7;
	/* background-color: #85c226; */
	font-weight: bold;
	color: #fff;
}

table.schedule-table td.left
{
	font-weight: bold; text-align= left!important;
}

table.schedule-table tr.alternate
{
	background-color: #ddd;
}

table.smallfont td
{
	font-size: 11px;
	text-align: left;
}