body {
	text-align: center;
	background-image: url("../../images/bg.gif");
}

a:link {text-decoration: underline ; color: blue }
a:visited {text-decoration: underline ; color: blue }
a:active {text-decoration: underline ; color: blue }
a:hover {text-decoration: none ; color: blue }

a.small_decor:link {text-decoration: none ; color: black }
a.small_decor:visited {text-decoration: none ; color: black }
a.small_decor:active {text-decoration: none ; color: black }
a.small_decor:hover {text-decoration: underline ; color: black }

a.no-decoration { text-decoration: none; color: black }

td.menu_login {
	height: 22px;
}

td.menu {
	font-family: "Tahoma";
	font-size: 10pt;
}

input {
	font-family: "Tahoma";
	font-size: 8pt;
}

input.login {
	height: 18px;
	border: 1px solid black;
	padding-left: 3px;
}

input.contact {
	width: 320px;
	border: 1px solid black;
}

input.pre_inscricao {
	border: 1px solid black;
}

select {
	font-size: 8pt;
	font-family: "Tahoma";
	width: 200px;
}

select.city_sel {
	display: none;
}

input.contact_button {
	font-family: "Tahoma";
	font-size: 8pt;
	border: 1px solid black;
	background: white;
	width: 50px;
}

textarea {
	font-family: "Tahoma";
	font-size: 8pt;
	border: 1px solid black;
}

textarea.contact {
	width: 320px;
	height: 70px;
}

td.main_content {
	border: 1px solid black;
	padding: 10px;
	padding-top: 15px;
	font-size: 8pt;
	font-family: "Tahoma";
	background: white;
	text-align: justify;
}

td.news_scroller {
	padding: 10px;
	border: 1px solid black;
	background: white;
	height: 150px;
	width: 240px;
	font-family: "Tahoma";
	font-size: 8pt;
	text-align: left;
}

td.link_box {
	font-family: "Tahoma";
	font-size: 8pt;
	padding: 10px;
	border: 1px solid black;
	background: white;
	text-align: left;
	height: 200px;
	width: 240px;
}

td.course_date_header {
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	color: #555555;
}
td.course_date_listing_zone {
	text-align: center;
	border: 1px solid #E9E9E9;
	font-size: 10pt;
}
td.course_date_listing {
	text-align: center;
	border: 1px solid #E9E9E9;
	padding: 3px;
}

td.gallery-chosen {	
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: white;
	width: 150px;
	height: 20px;
	font-family: "Tahoma";
	color: black;
	font-size: 10pt;
	text-align: center;
}

td.gallery-link {	
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: #E9E9E9;
	width: 100px;
	height: 15px;
	font-family: "Tahoma";
	color: black;
	font-size: 8pt;
	text-align: center;
}

td.forum_details {
	padding: 10px;
	border: 1px solid #9E9E9E;
}

td.even {
	border: 1px solid black;
	background: #E9E9E9;
	padding: 3px;
}

td.odd {
	border: 1px solid black;
	background: white;
	padding: 3px;
}

div.link_listings {
	line-height: 2em;
}

div.video_listings {
	line-height: 2em;
}

div.document_listings {
	line-height: 2em;
}

div.options_menu {
	font-size: 8pt;
	height: 20px;
	padding-top: 4px;
}

.section-title {
	font-family: "Tahoma";
	font-size: 16pt;
	color: #9E9E9E;
}

.news_scroller_title {
	font-family: "Tahoma";
	font-size: 9pt;
	font-weight: bold;
	color: #D0061B;
}

.news_date {
	font-family: "Tahoma";
	font-size: 8pt;
	color: #9E9E9E;
}

.news_listing_title {
	font-family: "Tahoma";
	font-size: 14pt;
	color: #D0061B;
}

.validation {
	font-family: "Tahoma";
	text-align: center;
	font-size: 8pt;
	color: #9E9E9E;
}

.normal {
	font-family: "Tahoma";
	font-size: 8pt;
}
.strong {
	font-family: "Tahoma";
	font-size: 12pt;
}

.strongsmall {
	font-family: "Tahoma";
	font-size: 8pt;
	font-weight: bold;
}

.spaced {
	line-height: 1.4em;
}

.gallery_img {
	border: 1px solid black;
}

.img_comment {
	font-family: "Tahoma";
	font-size: 8pt;
	color: #9F9F9F;
}

.zona_titulo {
	font-size: 14pt;
	font-family: "Tahoma";
	color: #aaa;
}

.curso_cidade
{
	font-weight: bold;
}
.course_list
{
	margin: 5px 0;
}
#mapa_dinamico
{
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	z-index:15;
	position:relative;
	top:-223px;
	left:-1px;
}

#mapa_estatico
{
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	width:176;
	height:220;
	z-index:10;
	position:relative;
	top:0;
	left:0;
}

.no_border
{
	border: 0;
}