/* CSS Document */

body {
	font-family: Arial,sans-serif;
	font-size: 12px;
	margin: 0 auto 0 auto;
	padding: 0;
	color: #000000;
	background: #000000 url('../images/body_bg.png') top center repeat-x;
}

table,div,p {
	font-family: Arial,sans-serif;
	font-size: 12px;
}

h1 {
	text-align: left;
	font-family: Arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}

h2 {
	text-align: left;
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

h3 {
	text-align: left;
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

input, textarea, select {
	font-family: Arial,sans-serif;
	font-size: 11px;
}

a:link, a:active, a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

a.add {
	font-size: 11px;
}

img {
	border: none;
}

#outer-wrapper {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 100%;
	background: url('../images/main_bg.png') center 30px no-repeat;
}

#wrapper {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
	text-align: left;
	/*background-color: #FFFFFF;*/
}

#header {
	width: 800px;
	height: 100px;
	margin: 0 auto 0 auto;
	padding: 0;
	/*background: #006699 url('../images/header.jpg') top center no-repeat;*/
}

#header #banner {
	float: right;
}

#header #logo {
	margin: 30px 0 0 0;
	position: absolute;
	z-index: 1000;
}

#header #languages {
	clear: right;
	margin: 10px 25px 10px 5px;
	float: right;
}

#header #languages img {
	border: none;
}

#menu_top {
	clear: both;
	display: block;
	height: 25px;
	/*background-color: #AADDDD;*/
	margin: 0 75px 0 0;
	padding: 2px;
	/*border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;*/
	text-align: right;
}

#menu_top ul {
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
}

#menu_top ul li {
	color: #FFFFFF;
	display: inline;
	margin: 0;
	padding: 2px;
}

#menu_top ul li.start {
	margin-right: -6px;
	padding: 7px 3px 7px 3px;
	background: #5D0000 url('../images/menu_top_left.png') top left no-repeat;
}

#menu_top ul li.end {
	margin-left: -6px;
	padding: 7px 3px 7px 3px;
	background: #5D0000 url('../images/menu_top_right.png') top right no-repeat;
}

#menu_top ul li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	background: #5D0000 url('../images/menu_top_bg.png') top left repeat-x;
	padding: 7px 10px 7px 10px;
}

#menu_top ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#menu_top ul li.start_active {
	margin-right: -6px;
	padding: 7px 3px 7px 3px;
	background: #916F0C url('../images/menu_top_left_active.png') top left no-repeat;
}

#menu_top ul li.end_active {
	margin-left: -6px;
	padding: 7px 3px 7px 3px;
	background: #916F0C url('../images/menu_top_right_active.png') top right no-repeat;
}

#menu_top ul li.active a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	background: #916F0C url('../images/menu_top_bg_active.png') top left repeat-x;
	padding: 7px 10px 7px 10px;
}

#menu_sep {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
	height: 15px;
	background: #000000 url('../images/menu_sep.png') top left no-repeat;
}

#menu_bottom {
	display: block;
	height: 25px;
	/*background-color: #AADDDD;*/
	margin: 0 40px 0 0;
	padding: 2px;
	/*border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;*/
	text-align: right;
}

#menu_bottom ul {
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
}

#menu_bottom ul li {
	color: #FFFFFF;
	display: inline;
	margin: 0;
	padding: 2px;
}

#menu_bottom ul li.start {
	margin-right: -6px;
	padding: 7px 3px 7px 3px;
	background: #5D0000 url('../images/menu_bottom_left.png') bottom left no-repeat;
}

#menu_bottom ul li.end {
	margin-left: -6px;
	padding: 7px 3px 7px 3px;
	background: #5D0000 url('../images/menu_bottom_right.png') bottom right no-repeat;
}

#menu_bottom ul li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	background: #5D0000 url('../images/menu_bottom_bg.png') bottom left repeat-x;
	padding: 7px 10px 7px 10px;
}

#menu_bottom ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#menu_bottom ul li.start_active {
	margin-right: -6px;
	padding: 7px 3px 7px 3px;
	background: #916F0C url('../images/menu_bottom_left_active.png') bottom left no-repeat;
}

#menu_bottom ul li.end_active {
	margin-left: -6px;
	padding: 7px 3px 7px 3px;
	background: #916F0C url('../images/menu_bottom_right_active.png') bottom right no-repeat;
}

#menu_bottom ul li.active a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	background: #916F0C url('../images/menu_bottom_bg_active.png') bottom left repeat-x;
	padding: 7px 10px 7px 10px;
}

#errors {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
}

#errors span {
	margin: 0 auto 0 auto;
	padding: 3px 0 3px 0;
	width: 800px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	display: block;
}

#errors span.good {
	color: #000000;
	background-color: #009900;
}

#errors span.bad {
	color: #FFFFFF;
	background-color: #990000;
}

#main {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
	clear: both;
	background-color: #FFFFFF;
}

#left {
	margin: 0;
	padding: 0;
	width: 170px;
	float: left;
	background-color: #FFFFFF;
}

#left #livewebcam {
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
}

#left h1 {
	margin: 2px 0 2px 0;
	padding: 0;
}

#left div.big_box {
	margin: 0 auto 0 auto;
	padding: 5px;
	width: 146px;
	height: 146px;
	text-align: center;
	background: url('../images/big_box.png') top center no-repeat;
}

#left div.big_box img {
	margin: 13px 0 0 0;
	padding: 0;
	border: none;
}

#content {
	width: 610px;
	margin: 0 auto 0 170px;
	padding: 5px;
	min-height: 482px;
	background-color: #FFFFFF;
}

#content img {
	border: none;
}

#content table tr {
	height: 18px;
	vertical-align: middle;
}

#content table tr td.name {
	font-weight: bold;
}

#content #search {
	margin: 0;
	padding: 0;
}

#content #search input, #content #search textarea {
	width: 150px;
}

#content #search input.submit {
	width: auto;
}

#content #search input.small {
	width: 30px;
}

#content #search input.medium {
	width: 70px;
}

#content #search input.big {
	width: 230px;
}

#content #description {
	margin: 0;
	padding: 0;
}

#content #description #logo {
	float: right;
}

#content #description #logo img {
	margin: 10px;
}

#content #description input, #content #description textarea {
	width: 150px;
}

#content #description input.submit {
	width: auto;
}

#content #description input.small {
	width: 30px;
}

#content #description input.medium {
	width: 70px;
}

#content #description input.big {
	width: 230px;
}

#content #latest {
	margin: 0;
	padding: 0;
}

#content #results {
	margin: 0 auto 0 auto;
	padding: 0;
}

#content #results table {
	margin: 5px auto 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
	/*border: 1px solid #666666;
	background-color: #CCCCCC;*/
	background-color: #FFFFFF
	border-collapse: separate;
}

#content #results table tr td {
	vertical-align: top;
}

#content #results table tr td img {
	vertical-align: middle;
}

#content #results table tr td span {
	margin: 0 auto 5px auto;
	padding: 0;
	display: block;
	text-align: center;
	font-size: 13px;
}

#content #results #pages {
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#content #error {
	font-weight: bold;
	color: #CC0000;
}

#content #noticias {
	margin: 0;
	padding: 0;
}

#content #noticias div.noticia {
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #990000;
}

#content #noticias div.noticia h2 {
	font-size: 14px;
	font-style: italic;
}

#content #noticias div.noticia div.image {
	margin: 0 5px 5px 5px;
	padding: 0;
	float: right;
}

#content #noticias p.all_news {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

#content #circuito {
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
}

#content #destaques {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}

#content #destaques div.destaque {
	margin: 0;
	float: left;
	padding: 5px;
	width: 106px;
	height: 106px;
	background: url('../images/red_box.png') top center no-repeat;
}

#content #destaques div.destaque span {
	margin: 0;
	padding: 0;
	position: relative;
	top: 40px;
}

#content #destaques div.destaque span a {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#content #destaques div.destaque span a:hover {
	text-decoration: underline;
}

#content table.classifications {
	clear: right;
	margin: 10px auto 10px auto;
	padding: 0;
}

#content table.classifications thead tr td {
	text-align: center;
	font-weight: bold;
	background-color: #333333;
	color: #FFFFFF;
	white-space: nowrap;
	padding: 5px;
}

#content table.classifications tbody tr td {
	text-align: center;
	padding: 2px;
}

#footer {
	clear: both;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
	height: 25px;
	background: url('../images/footer_bg.png') bottom center no-repeat;
	font-size: 10px;
	color: #999999;
	/*border-top: 1px solid #999999;
	background-color: #AADDDD;
	text-align: center;*/
}

#outer-footer {
	margin: 10px auto 10px auto;
	padding: 0;
	width: 800px;
	font-size: 10px;
	color: #999999;
}

#outer-footer #copyright {
	margin: 0;
	padding: 0;
	float: left;
	color: #666666;
	font-size: 10px;
}

#outer-footer #developedby {
	margin: 0;
	padding: 0;
	float: right;
	font-size: 10px;
}

#outer-footer a {
	color: #666666;
	text-decoration: none;
}

#outer-footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.note {
	font-size: 10px;
}

.clear {
	clear: right;
}

.r0 {
	/*background-color: #E3E3E3;*/
}

.r1 {
	/*background-color: #D6D6D6;*/
}

.r2 {
	/*background-color: #EFCCCC;*/
}