html
{

}

html, body, ul
{
	margin: 0;
	padding: 0;
}

div, p, li, h1, h2, h3, h4, h5, h6
{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

body
{
	background: #dbf0fb url(images/bg.png) 480px 0 no-repeat fixed;
}

table
{
	border: 0;
}

h1
{
	background: transparent url(images/titulo-evento.png) top left no-repeat;
	height: 175px;
	margin: 17px 0 0 20px;
	text-indent: -9999px;
	width: 700px;
	
	/* IE6 only */
	_background: transparent url(images/titulo-evento-ie6.jpg) top left no-repeat;
}

h1 a
{
	float: left;
	width: 100%;
	height: 100%;
}

h2
{
	color: #85C226;
	font-size: 16px !important;
	margin: 25px 0 8px 0;
}

h3
{
	color: #7097c7;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	margin: 10px 0 5px 0;
}

h3:first-child
{
	margin-top: 0;
}

img
{
	border: 0;
}

p
{
	margin: 0 0 15px 0;
}

ul
{
	margin: 0 0 20px 20px;
}

dl
{
	margin: 0;
}

dt
{
	font-weight: bold;
}

dd
{
	margin: 0 0 20px 0;
}

dd ul
{
	margin-bottom: 0;
}

dl dd:last-child
{
	margin-bottom: 0 !important;
}

div#container-wrapper
{
	background: transparent url(images/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(images/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;
	margin: 8px 0 15px 0;
	padding: 10px 0;
	width: 100%;
}

div.logobox	
{
	float: left;
	margin: 0 27px;
}

p.breadcrumb
{
	background-color: #eee;
	padding: 12px;
}

/* Menu */
ul.menu
{
	background: #85c226 url(images/bg-menu.png) no-repeat;
	height: 30px;
	list-style-type: none;
	margin: 2px 0 0 20px !important;
	padding: 0 36px;
	width: 628px;
}

ul.menu li
{
	background: #85c226 url(images/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 */

/* Programação */
table.schedule-table
{
	border: solid 1px #7097c7;
	padding: 0;
	width: 100%;
}

table.schedule-table th, table.schedule-table td, table.references-table th, table.references-table td
{
	padding: 7px;
	text-align: center;
}

table.schedule-table th
{
	background-color: #7097c7;
	font-weight: bold;
	color: #fff;
}

table.schedule-table td.left
{
	color: #7097c7;
	font-weight: bold;
	text-align: right !important;
	vertical-align: top;
}

table.schedule-table tr.alternate
{
	background-color: #ddd;
}

table.smallfont td
{
	font-size: 11px;
	text-align: left;
}

/* Referências */
table.references-table
{
	border: solid 1px #51750d;
	padding: 0;
	width: 100%;
}

table.references-table tr.alternate
{
	background-color: #e8f9c8;
}

table.references-table h3
{
	color: #51750d;
}

/* Clearfix */
div.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.clearfix 
{
    display: inline-block;
}

/* Hides from IE-mac \*/
* html div.clearfix
{ 
    height: 1%;
}

div.clearfix 
{
    display: block;
	height: 100%;
}
/* End hide from IE-mac */
