/*
Theme: Leandro Pessoa
Author: Simple and Clean
URL: http://www.leandropessoa.com.br
Country: Brazil
*/
table {
	border-collapse: collapse;
	border-spacing:1px;
	font:12px 'Verdana', Arial, Helvetica, sans-serif;
}
#caption {
	padding:10px 0 0 0;
	border:#666666;
	background-color:#FFFFFF;
	color: #C53131;
	font:16px 'Verdana', Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
}
td, th {
	padding:4px;
	vertical-align:top;	
}
thead th {
	border:1px solid #ffffff;
	background:#F5F5F5;
	color:#666666;
	text-align:center;
	text-transform:uppercase;
}
tbody th {
	font-weight:bold;
}
tbody tr {
	background:#EBF8FE;
	text-align:left;
}
tbody tr.odd {
	border-top:1px solid #ffffff;
	background:#ffffff;
}
tbody th a:link, tbody th a:visited {
	padding:3px 0px 0px 18px;
	background-repeat:no-repeat;
	color:#666666;
}
tbody th a:hover {
	color:#009900;
}
tbody tr td {
	border:1px solid #000000;
	background:#FFFFFF;
}
tbody tr.odd td {
	border-top:1px solid #ffffff;
	background:#ffffff;
}
table td a:link, table td a:visited {
	color:#336699;
	text-decoration:none;
}
table td a:hover {
	color:#336699;
	text-decoration:underline;
}
table a[title^="Download"] {
	background:url(img/download.gif) no-repeat center;
	padding:20px 0px 0px 15px;
}
tbody td a[href="#"] {
	margin:0 auto;
	height:15px;
	border-bottom:0;
	padding:3px 0px 0px 18px;
	color:#FF8601;
	background:url(img/check.gif);
	background-repeat: no-repeat;
}
tfoot th, tfoot td {
	padding:10px;
	border-bottom:3px solid #cccccc;
	border-top:1px solid #DFDFDF;
	font:15px 'Verdana', Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	text-align:center;
}
.speakers {
	margin:0;
	font-style:italic;
	line-height:6px;
}
html>body .speakers {
	margin-left: -40px;
}
*:first-child+html .speakers {
	margin-left:0;
}
.speakers ul {
	margin:2px 0 0 0;
}

