/*
 * xhtml.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

/* Basic Tags */
html {

}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	margin: 0px;
	color: #666666;
	background: #ffffff url('/_resources/media/img/bg.gif');
}

h1,
h2,
h3,
h4 {
	margin: 0px 0px 8px 0px;
	font-weight: normal;
}

h1 {
	font-size: 18px;
	color: #cc0000;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}

h2 {
	font-size: 16px;
	color: #666666;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

h3 {
	font-size: 18px;
	width: 390px;
	height: 41px;
	color: white;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;;
	background: url('/_resources/media/img/bg_h3.png') no-repeat;
}

h4 {
	font-size: 12px;
	margin-bottom: 0px;
}

h5 {
	font-size: 14px;
	color: #cc0000;
	line-height: 16px;
	font-weight: bold;
}

p { margin: 0px; }

hr {
	border: 0px;
	height: 1px;
	border-bottom: 1px solid #EAEAEA;
}

/* Input */
form {
	margin: 0px;
	padding: 0px;
}

td {
	font-size: 12px;
}

ul {
	margin: 0px;
}

li {
	margin: 5px 0px 5px 0px;
}/*
 * layout.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

* {
	font-family: Arial, Verdana;
}

#layAll {
	background: url('/_resources/media/img/bg_vermelho.png') repeat-x;
}

#layTop {
	text-align: left;
	width: 778px;
	height: 105px;
	background: url('/_resources/media/img/bg_logo.png') no-repeat;
}

#layTopHome {
	text-align: left;
	width: 778px;
	height: 105px;
	background: url('/_resources/media/img/bg_logo.png') no-repeat;
}

#layMainBg {
	width: 778px;
	background: url('/_resources/media/img/bg_main2.gif') repeat-y;
}

#layMainHomeBg {
	width: 778px;
	background: url('/_resources/media/img/bg_main.gif') repeat-y;
}

#layMain {
	width: 778px;
	background: url('/_resources/media/img/bg_top_default.png') no-repeat;
}

#layMainHome {
	width: 778px;
	background: url('/_resources/media/img/bg_top.png') no-repeat;
}

#layMainTop {
	text-align: left;
	width: 778px;
	height: 215px;
}

#layMainHomeTop {
	width: 778px;
	height: 195px;
}

#layLeft {
	width: 240px;
	padding-left: 60px;
	float: left;
	text-align: left;
}

#layLeftHome {
	width: 250px;
	float: left;
	padding-left: 68px;
	margin-top: 20px;
	text-align: left;
}

#layContent {
	width: 400px;
	float: left;
	margin-left: 57px;
	text-align: left;
	margin-top: 10px;
	line-height: 18px;
	font-size: 12px;
}

#layContentHome {
	width: 440px;
	float: left;
	margin-left: 30px;
	text-align: left;
}

#layContentTitle {
	width: 440px;
	height: 70px;
	padding-top: 18px;
}

.layContentHomeTitle {
	width: 440px;
	height: 70px;
	padding-top: 18px;
}

.layContentHomeTitle2 {
	width: 210px;
	height: 70px;
	padding-top: 18px;
}

#layFooter {
	width: 778px;
	height: 66px;
	background: url('/_resources/media/img/bg_footer.png') no-repeat top center;
	margin-bottom: 20px;
}

#layFooterHome {
	padding: 18px 0px 0px 155px;
	color: white;
	width: 778px;
	height: 61px;
	background: url('/_resources/media/img/bg_footer_home.png') no-repeat top center;
}

#laySearch {
	position: absolute;
	top: 30px;
	left: 470px;
	width: 248px;
	height: 35px;
	padding-top: 6px;
	padding-left: 80px;
	background: url('/_resources/media/img/bg_search.png') no-repeat;
}

#layLogo {
	float: left;
	width: 185px;
	height: 56px;
	padding-left: 55px;
	margin-top: 26px;
}

#layBegin {
	position: absolute;
	width: 65px;
	height: 35px;
	left: 267px;
	margin-top: 32px;
}

#layLogoInt {
	float: left;
	width: 185px;
	height: 56px;
	padding-left: 55px;
	margin-top: 26px;
}

.layNewsletterField {
	float: left;
	padding: 1px 0px 0px 3px;
	width: 140px;
	height: 23px;
	background: url('/_resources/media/img/field_newsletter.png') no-repeat;
}

#layFlash {
	position: absolute;
	left: 20px;
	top: 0px;
}

/* NAVIGATION */

#layMainPopup {
	text-align: left;
	padding: 0px;
	background-color: white;
}

#layContentPopup {
	padding: 20px;
}

#box_internal_popup {
	text-align: left;
	padding: 0px 0px 0px 0px;
	background-color: #E8E2DD;
}

#box_content_popup {
	float: left;
}

.layItem_list2Cols {
	float: left;
	text-align: center;
	width: 150px;
}

.layItem_list4Cols {
	float: left;
	text-align: center;
	width: 150px;
}

.popup {
	background: none;
}/*
 * links.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

a:link, a:visited, a:active {
	color: #cc0000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.contentMenuItem a, .contentMenuItemEnd a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}/*
 * form.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

.button {
	border-left: 1px solid #B9CAD3;
	border-right: 1px solid black;
	border-top: 1px solid #B9CAD3;
	border-bottom: 1px solid black;
	height: 20px;
	text-align : center;
	background: #B9CAD3;
	vertical-align : middle;
}

.form_table {
	width: 100%;
}

.form_td_label {
	border: 0px;
	width: 100px;
	text-align: right;
	vertical-align: top;
}

.form_td_label_print {
	border: 0px;
	width: 120px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

.form_td_input {
	border: 0px;
}

.form_label {
	font-size: 12px;
}

.form_button {
	height: 20px;
	color: white;
	border-left: 1px solid #666666;
	border-right: 1px solid black;
	border-top: 1px solid #666666;
	border-bottom: 1px solid black;
	text-align: center;
	background: #666666;
	font-weight: bold;
}

.form_input {
	background: white;
	padding: 2px 0px 0px 2px;
	font-size: 12px;
	border: 1px solid black;
}

.form_input_search {
	background: none;
	width: 100px;
	height: 18px;
	font-size: 12px;
	border: 0px;
	margin: 0px;
}

.form_input_boxes {
   width: 130px;
	height: 20px;
	font-size: 12px;
	border: 0px;
	margin: 0px;
	padding: 2px 0px 0px 3px;
}

.form_required {
	color: #FF0000;
}

.form_error_highlight {
	background-color: #E6E6E6;
}

.form_error_box {
	background-color: #E6E6E6;
	border: 1px solid #E6E6E6;
}

.form_error_title {
	font-size: 12px;
	font-weight: bold;
}

.form_error {
	list-style-type: circle;
	margin: 0px 0px 0px 0px;
}

.form_help_box {
	border: 1px solid #BFB8B3;
	padding: 5px 5px 5px 5px;
	background-color: #D7D1CC;
	text-align: left;
	font-size: 11px;
	font-family: arial, sans-serif;
}

.form_filedetail {
	padding: 0px 0px 5px 0px;
}

select {
	border: 1px solid black;
}

option, select, .form_input, .form_button {
   font-size: 11px;
}

.tree {
	margin: 0px 0px 0px 0px;
}
/*
 * content.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

.contentAba {
	width: 180px;
	height: 205px;
	margin-top: 10px;
	padding: 3px 12px 0px 12px;
	background: url('/_resources/media/img/bg_aba.png') no-repeat;
}

.contentNewsletter {
	width: 180px;
	height: 205px;
	margin-top: 10px;
	padding: 3px 12px 0px 12px;
	background: url('/_resources/media/img/bg2_aba.png') no-repeat;
}

.contentAbaPhoto {
	padding-top: 5px;
	padding-left: 5px;
	width: 156px;
	height: 90px;
	margin-bottom: 5px;
}

.contentDestaqueHome {
	float: left;
	width: 140px;
	padding-left: 6px;
	margin-bottom: 10px;
}

.contentImageHome {
	width: 128px;
	height: 128px;
	padding-top: 9px;
	padding-left: 9px;
	margin-bottom: 5px;
	background: url('/_resources/media/img/bg_photo_Main.png') no-repeat;
}

.contentMenuItem {
	width: 178px;
	height: 21px;
	padding-top: 3px;
	padding-left: 10px;
	background: url('/_resources/media/img/bg_menu.gif') no-repeat;
}

.contentMenuItemEnd {
	width: 178px;
	height: 21px;
	padding-top: 3px;
	padding-left: 10px;
	background: url('/_resources/media/img/bg_menu2.gif') no-repeat;
}

.contentItemBg {
	width: 501px;
	padding: 0px;
	background: url('/_resources/media/img/content_bg.gif') repeat-y;
}

.contentDate {
	font-size: 11px;
}

.contentItemDetailDescription {
	margin-top: 10px;
	padding-right: 10px;
}

.contentItem_list3Cols {
	float: left;
	width: 130px;
	padding-left: 0px;
	margin-bottom: 10px;
}

.contentImageThumb {
	width: 128px;
	height: 128px;
	padding-top: 9px;
	padding-left: 9px;
	margin-bottom: 5px;
	background: url('/_resources/media/img/bg_photo_Main.png') no-repeat;
}

.contentItemRowTitle_only,
.contentItemRowTitle_only_dest {
	padding: 2px;
}
.contentItemRowTitle_only_dest {
	background-color: #EEDDCC;
}

.contentItemRow {
    margin-bottom: 5px;
}

.contentTDTitle {
	background: #3F557A;
	padding-left: 4px;
	color: white;
	font-weight: bold;
	height: 25px;
}

.contentTD {
	background: white;
}

.contentListNews {
	width: 100%;
	height: 25px;
	padding: 5px 10px 5px 10px;
}/*
 * section.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

 
 /*
 * image.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

img {
	margin: 0px;
	border: 0px;
}

#box_image {
	margin-left: 7px;
	margin-top: 7px;
}
#box_image_window {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	background: white;
}

#box_image_title {
	padding: 2px 5px 0px 0px;
	margin-left: 7px;
	color: black;
	text-align: center;
	font-weight: bold;
}

.imgBoxThumb_listCol {
	width: 100px;
	height: 85px;
	float: left;
	text-align: left;
	padding: 8px 0px 0px 0px;
	margin: 0px 10px 10px 0px;
	text-align: center;
}

.imgThumb,
.imgThumb_lst {
}

.imgThumb_lst
{
	float: left;
	margin-right: 5px;
}

.imgBoxThumb_lst
{
    float: left;
	width: 128px;
	height: 108px;
	padding-top: 9px;
	padding-left: 9px;
	margin-bottom: 5px;
	background: url('/_resources/media/img/bg_photo_News.png') no-repeat;
}

.imgBoxThumbTn_lst
{
    float: left;
	width: 88px;
	height: 88px;
	padding-top: 9px;
	padding-left: 9px;
	margin-bottom: 5px;
	background: url('/_resources/media/img/bg_photo_Professional.png') no-repeat;
}

.imgBoxThumb_video
{    
	width: 208px;
	height: 225px;
	padding-top: 9px;
	padding-left: 9px;
	margin-bottom: 5px;
	background: url('/_resources/media/img/bg_video.gif') no-repeat;
}


.imgBoxDetail
{
	float: left;
	margin: 0px 0px 5px 15px;
	font-size: 11px;
}

.imgBoxDetail_right {
	margin: 0px 0px 5px 5px;
	float: right;
	background: url('/_resources/media/img/imgborder_middle.gif') repeat-y;
	width: 158px;
}

.imgDetail {
	border: 0px;
}

.icon_mark {
	margin-right: 5px;
}

.photo {
	width: 350px;
	height: 263px;
	margin: 5px 5px 5px 5px;
}#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img { 
	border: none; 
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav { 
	left: 0;
}
#hoverNav a { 
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(/_resources/media/img/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { 
	left: 0; float: left;
}
#nextLink { 
	right: 0; float: right;
}
#prevLink:hover, #prevLink:visited:hover { 
	background: url(/_resources/media/img/lightbox/prevlabel.gif) left 15% no-repeat; 
}
#nextLink:hover, #nextLink:visited:hover { 
	background: url(/_resources/media/img/lightbox/nextlabel.gif) right 15% no-repeat; 
}


#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
}

#imageData{	
	padding:0 10px; color: #666; 
}
#imageData #imageDetails{ 
	width: 70%; float: left; text-align: left; 
}	
#imageData #caption{ 
	font-weight: bold;	
}
#imageData #numberDisplay{ 
	display: block; clear: left; padding-bottom: 1.0em;	
}			
#imageData #bottomNavClose{ 
	width: 66px; float: right;  padding-bottom: 0.7em;	
}	
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}table.calendar {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 0.8em; */
	width: 165px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	
}
table.calendar td {
	border: 0px;
	font-size: 10px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
table.mainheading {	
	border-collapse: collapse;	
	border: 0px;
	cursor: pointer;
	empty-cells: show;
	margin: 0px 0px 0px 0px;	
	padding: 0px;
}
table.mainheading td {
	border: 0px;
	border-bottom: 0px;
	border-top: 0px;	
	text-align: center;		
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	/*width: 23px; /*should match calendar cell's width */	
	height: 21px;	
}

table.mainheading td.month {
	background: url('/_resources/media/img/bg_mes.gif') no-repeat;	
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0px 0px 0px 0px;
}
table.caldayheading td {
	background: url('/_resources/media/img/bg_dia4.gif') no-repeat;
	border: 0px;
	padding: 0px;
	text-align: center;
	color: white;	
	width: 23px; /*should match calendar cell's width*/
	height: 21px;
}
table.caldayheading td.wkhead {	
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0px 0px 0px 0px;	
}
table.calcells td {
	border: 0px;
	vertical-align: top;
	text-align: center;		
	width: 23px;
	height: 21px;
	color: white;	
}
table.calcells td div {
	padding: 0px;
	margin: 0;
}
table.calcells td.wkhead {
	/*background-color: white;*/
	text-align: center;	
	color: white;
}
table.calcells td.wkday {
	background: url('/_resources/media/img/bg_dia2.gif') no-repeat;
	font-weight: bold;
}
table.calcells td.wkend {
	background: url('/_resources/media/img/bg_dia2.gif') no-repeat;
	font-weight: bold;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
	background: url('/_resources/media/img/bg_dia3.gif') no-repeat;
	color: white;
	font-weight: bold;
}
table.calcells td.notmnth {
	cursor: pointer;	
	color: #DFA679;
	background: url('/_resources/media/img/bg_dia1.gif') no-repeat;
}

table.calcells td.excluded {
	background: url('/_resources/media/img/bg_dia1.gif') no-repeat;
	color: white;
}

table.calcells td.notallowed {
	/*background-color: white;*/
	color: white;
	font-style: italic;
}
table.calcells td.hover {
	background: url('/_resources/media/img/bg_dia2.gif') no-repeat;
	color: white;
	font-weight: bold;
}
#layAll * {	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

* html #layAll * {
	behavior: url('/_resources/scripts/boxsizing.htc');
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

*:first-child+html #layAll * {
	behavior: url('/_resources/scripts/boxsizing.htc');
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
