body, div, p, h1, h2, h3, td {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	padding: 0;
	background-color: #ddd;
}

h1 {
	/*background-image: url(img/layout/bg_blue-gradient.jpg);
	background-repeat: no-repeat;*/
	margin: 0 0 15px 0;
	font-size: 13px;
	font-weight: bold;
	color: #73b0a9;
}
h2 {
	font-size: 13px;
	/*background-image: url(img/layout/bg_blue-gradient-lighter.jpg);
	background-repeat: no-repeat;*/
	padding: 5px 5px 5px 0;
	/*border-bottom: solid 1px #3f578a;*/
	font-size: 12px;
	font-weight: bold;
	margin: 40px 0 0 22px;
	clear: both;
	color: #88bcb5;
}	

h3 {
	font-size: 12px;
	border-bottom: solid 2px #e1e8ec;
	padding: 5px 5px 5px 0;
	color: #3f578a;
	font-weight: normal;
	margin: 20px 0 0 22px;
	clear: both;
}

img {
border: 0;
}

ol {
margin-left: 44px;
padding: 0;
}

p, td, li {
	font-size: 12px;
}

p {
	margin: 5px 0 20px 22px;
}

p.titulo_programacao {
font-size: 14px;
font-weight: bold;
color: #036;
}


th {
	font-size: 13px;
	font-weight: normal;
	color: #036;
	padding: 5px 0;
	text-align: center;
}

a:link {
color: #036;
}

a:visited {
color: #036;
}

a:hover {
text-decoration:none;
}


/* Tables */
td {
	vertical-align: top;
	padding: 5px 2px;
}

#wrapper {
	text-align: center;
	margin: 0;
	padding: 0;
}

#main {
	width: 770px;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #eee;
}

#main #top_left {
	background-image: url(img/layout/header_simposio.jpg);
	background-repeat: no-repeat;
	width: 755px;
	height: 206px;
	margin: 0;
	padding: 0 0 0 15px;
	color: #88bcb5;
}

#main #top_right {	
	text-align: left;
	height: 170px;
	padding: 0;
}

#main #menu {
	background-color: #88bcb5;
	padding: 20px 0 20px 0;
	width: 160px;
}

#main #content {
	padding: 20px 26px 20px 38px;
	width: 546px;
}

#main #footer {
	border-top: solid 4px #ddd;
	text-align: center;
	font-size: 10px;
	line-height: 17px;
	color: #73b0a9;	
}

table.comum {
	width: 500px;
	margin: 0 0 0 22px;
	
}

table.comum  td {
	border-bottom: solid 1px #e1e8ec;
}

table.comum  td.datas {
	text-align: right;
}

table.home_topic {
	width: 243px;
	position: relative;
	display: block;
	float: left;
	margin: 0 30px 20px 0;	
}

table.home_topic td.title {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #88bcb5;
	height: 23px;
}

table.home_topic td.pic {
	width: 87px;
	vertical-align: top;
	padding: 0;
	background-color: white;
}

table.home_topic td.content {
	width: 137px;
	padding: 10px;
	background-color: white;
	font-size: 11px;
	line-height: 17px;
	color: #000;
}

table.home_large_topic {
	width: 517px;
	position: relative;
	display: block;
	float: left;
	margin: 0 0 20px 0;	
}

table.home_large_topic td.title {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #88bcb5;
	height: 23px;
}

table.home_large_topic td.pic {
	vertical-align: top;
	padding: 0;
	background-color: white;
}

table.home_large_topic td.content {
	padding: 10px;
	background-color: white;
	font-size: 11px;
	line-height: 17px;
	color: #4B66AA;
}

table.programacao {
	width: 500px;
	margin: 10px 0 30px 22px;
}

table.programacao th.title {
	background-image: url(img/layout/bg_blue-gradient-lighter.jpg);
}

table.programacao th.subtitle {
	/* background-image: url(img/bg_table-blue-gradient.jpg); */
	border-top: solid 1px #b9c7d2;
	border-bottom: solid 1px #b9c7d2;
	/*background-color: #f5f8fa;*/
}

table.programacao td {
	border-bottom: solid 1px #e1e8ec;
	text-align: left;
}

table.programacao td.horario {
	width: 100px;
	text-align: right;
	padding-right: 10px;
}

table.programacao td.intervalo {
	font-style: italic;
}

table.programacao td.local {
	width: 70px;
	text-align: center;
}

table.programacao td.right {
	width: 105px;
	text-align: right;
}

table.programacao td.padding-left {
	padding-left: 15px;
	text-align: left;
	width: 200px;
}

table.programacao td.noactivity {
	background-color: #369;
}

table.programacao p {
	margin: 0 0 25px 0;
}

table.logotable {
	margin-left: 22px;
	background-color: white;
	width: 518px;
}

#flashblock2 {
padding: 60px 0 0 12px;
float: left;
}

table.logotable td {
	padding: 15px;
}

table.logotable_home {
	background-color: white;
	width: 495px
}

table.logotable_home td {
	padding: 20px 5px 20px 5px;
}

/* Divs */

div.logo {
	display: block;
	float: left;
	padding: 0 8px 10px 8px;
}

div.menu_link {
	padding: 6px 15px 6px 15px;
	border-top: solid 1px #9cc9c4;
}

/* Lists */

ol.themeareas {
	font-weight: bold;
	color: #036;
}

ol.themeareas ol {
	font-weight: normal;
	margin-bottom: 10px;
}

ol.themeareas ol li {
	margin-left: 0px;
}

/* Parágrafos */
p.bullet {
	margin: 5px 0 5px 22px;
	padding-left: 10px;
	background-image: url(img/layout/breadcrumb_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
}

p.homebullet {
	margin: 5px 0 5px 0;
	padding-left: 10px;
	background-image: url(img/layout/breadcrumb_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
}

p.atividades_titulo {
	font-weight: bold;
	color: #3f578a;
}

/* Links */
a.menu:link {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

a.menu:visited {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

a.menu:hover {
	color: #deedeb;
	text-decoration: underline;
}

a.locale:link {
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: normal;
	color: #88bcb5;
	text-decoration: none;
}

a.locale:visited {
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: normal;
	color: #88bcb5;
	text-decoration: none;
}

a.locale:hover {
	text-decoration: underline;	
}

a.homelink:link {
	font-size: 10px;
	font-weight: normal;
	color: #4b66aa;
	text-decoration: underline;
}

a.homelink:visited {
	font-size: 10px;
	font-weight: normal;
	color: #4b66aa;
	text-decoration: underline;
}

a.homelink:hover {
	text-decoration: none;	
}

ul.lista_hospedagem li {
padding-bottom: 10px;
}

/* Hint box script styles */
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
background-color: Yellow;
}

.hintanchor:link, .hintanchor:visited
{
text-decoration: none;
}

.course_hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
background-color: #d5f1ff;
}

.course_hintanchor:link, .course_hintanchor:visited
{
text-decoration: none;
cursor: arrow;
}
