/*
 * 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: 12px;
	line-height: 20px;
	margin: 0px;
	color: #e0e0e0;	
	background: url('/_resources/media/img/bg.jpg');
}
body.popup {
	background: white;
}

h1,h2,h3,h4 {
	letter-spacing: 0px;
	margin: 0px 0px 8px 0px;
}

h1 {
	font-size: 28px;	
	color: #f7b700;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: Arial;
	line-height: 30px;
}

h2 {
	font-size: 18px;	
	color: #da251c;
	font-weight: normal;	
	font-family: Arial;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 { }
h6 { }
p { margin: 0px; }
br { }
hr {
	border: 0px;
	border-bottom: 1px solid #da251c;
}

/* Input */
form {
	margin: 0px;
	padding: 0px;
}

li {
	margin-top: 10px;
}

table {
	font-size: 12px;
}
* {
   behavior: url("/_resources/scripts/boxsizing.htc");
   box-sizing: border-box;
   -moz-box-sizing: border-box;
}
/*
 * layout.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

* {
	font-family: Verdana, Arial;
}

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

#layAllMenuBg {	
}

#layTop {
	text-align: left;
	width: 738px;
	height: 204px;
	background: url('/_resources/media/img/top_flag.jpg') right no-repeat;
}

#layLogo {
	position: absolute;
	width: 180px;
	height: 163px;	
}

#layTitle {
	position: absolute;
	text-align: left;
	width: 265px;
	height: 94px;
	margin-left: 220px;
	margin-top: 110px;
}

#layMain {
	width: 738px;
	background: url('/_resources/media/img/content_bg.jpg') right repeat-y;
}

#layMainHome {
	width: 738px;
}

#layContent {
	float: left;
	width: 538px;
	text-align: left;
	background: url('/_resources/media/img/content_top.jpg') no-repeat;
}

#layContentHome {
	float: left;
	width: 538px;
	text-align: left;		
}

#layLeft {
	float: left;
	text-align: left;
	width: 200px;			
}

#laySearch {	
	width: 180px;				
}

#layNewsletter {
	margin-top: 30px;
}

#layNewsletterContent {

}

#layFooter {
	height: 106px;
	font-size: 11px;		
	background: url('/_resources/media/img/default_bg_footer.jpg') repeat-x;
	color: #ffffff;
	font-weight: bold;
}

#layFooterContent {	
	width: 738px; 
	padding-top: 40px;
	text-align: center; 
	background: url('/_resources/media/img/content_footer.jpg') top right no-repeat;
}


#layContentPopup {
	text-align: left;
	padding: 10px;	
}

#layPool {
	width: 180px;
	padding-left: 10px;
	padding-top: 50px;
	font-size: 11px;
	line-height: 16px;
	background: url('/_resources/media/img/bg_enquete.jpg') no-repeat;
}
#layPoolBg {
	margin-top: 20px;
	width: 180px;
	background: url('/_resources/media/img/bg2_enquete.jpg') repeat-y;
}

#laySign {
	float: left;
	margin-top: 6px;
}

#layBanner {
	position: absolute;
	width: 468px;
	height: 100px;	
	margin-left: 200px;
}

#layContentAlbum {
	padding: 34px 0px 0px 0px;
	background: url('/_resources/media/img/topo_album.jpg') top center no-repeat;
}
/*
 * links.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

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

a:hover {
	text-decoration: none;
}


a.menu:link, a.menu:visited, a.menu:active {
	font-size: 11px;
	color: #ffffff;	
	font-weight: bold;
	display: block;
	font-family: Verdana;
	text-decoration:none;
	line-height: 18px;
}

a.menu:hover {
	text-decoration: underline;
}

a.cor:link, a.cor:visited, a.cor:active {
	font-size: 11px;
	color: #f7b700;
	font-weight: bold;
	display: block;
	text-decoration:none;
	font-family: Verdana;
	line-height: 18px;
}

a.cor:hover {
	text-decoration: underline;
}/*
 * 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;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

li {
	margin-bottom: 5px;
	margin-left: -10px;
}

.form_table {
	width: 100%;
}

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

.form_td_input {
	border: 0px;
}

.form_label {
	font-size: 12px;
}

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

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

.form_input_search {
	width: 127px;	
	height: 27px;	
	padding-top: 5px;
	border: 0px;
	font-size: 11px;
	background: url('/_resources/media/img/field_bg.gif') repeat-x;	
}
.form_input_boxes {
	width: 127px;	
	height: 27px;	
	padding-top: 5px;
	border: 0px;
	font-size: 11px;
	background: url('/_resources/media/img/field_bg.gif') repeat-x;	
}

.form_required {
	color: #FF0000;
}

.form_error_highlight {
	background-color: #D8D8D8;	
	color: black;
}

.form_error_box {
	background-color: #D8D8D8;
	border: 1px solid #000000;
	color: black;
	font-size: 12px;
	
}

.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 #FFC30E; 
	padding: 5px 5px 5px 5px; 
	background-color: #FFFBB8; 
	text-align: left; 
	color: #9C7600; 
	font-size: 11px; 
	font-family: arial, sans-serif; 
}

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

select {
	border: 1px solid #000000;
}

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

.tree {
	margin: 0px 0px 0px 0px;
}
/*
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */


.contentAgenda {
	width: 250px;	
	padding: 10px;
	background: #464646;
	margin-top: -190px;
	margin-left: -290px;
}

.contentAgendaEvents {
	width: 250px;	
	padding: 10px;
	background: #464646;
	margin-top: -210px;
	margin-left: 220px;
}

.contentPrintBar {
	height: 23px;
	font-size: 11px;
	padding-left: 5px;
	padding-top: 1px;
	background: url('/_resources/media/img/bg_icons.gif') repeat-x;
}

.contentItemRow, .contentItemRow2 {
	height: 25px;
	padding-left: 5px;
	padding-top: 2px;
	margin-bottom: 1px;
	background: url('/_resources/media/img/bg_row.jpg') repeat-x;
}

.contentItemRow2 {
	background: url('/_resources/media/img/bg_row.jpg') repeat;
}


.contentProduct {
	float: left;
	width: 139px;
	background: #1c1b1b;
}

.contentLoja {
	width: 180px;
	height: 185px;
	margin-top: 20px;
	padding-top: 85px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 16px;	
	font-size: 11px;
	background: url('/_resources/media/img/bg_lojinha.jpg') no-repeat;
}

.contentClube {
	width: 180px;
	height: 184px;
	margin-top: 20px;
	padding-top: 85px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 16px;	
	font-size: 11px;
	background: url('/_resources/media/img/bg_clube.jpg') no-repeat;
}

.contentCorra {
	width: 180px;
	height: 135px;
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 13px;
	line-height: 16px;
	font-size: 11px;
	background: url('/_resources/media/img/bg_corraaqui.jpg') no-repeat;
}

.contentHomeEventos {
	width: 338px;
	height: 186px;
	margin-top: 20px;	
	background: url('/_resources/media/img/home_bg_eventos.jpg') no-repeat;
}

.contentHomeNaFoto {
	width: 338px;
	height: 243px;
	margin-top: 20px;	
	background: url('/_resources/media/img/home_bg_nafoto.jpg') no-repeat;
}
.contentHomeDestaque {
	width: 538px;
	height: 276px;
	background: url('/_resources/media/img/home_bg_destaque.jpg') no-repeat;
}

.contentImageThumb {
	float: left;
	width: 139px;
	height: 98px;
	border: 5px solid #464646;
}

.contentThumb {
	float: left;
	margin-right: 10px;
	border: 6px solid #464646;
}

.contentMenu {
	width: 180px;
	padding-left: 15px;
	background: url('/_resources/media/img/aba_menu_bg.jpg') repeat-y;
}
.contentDetailCommentary {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
}

.tdDetailLabel {
	padding: 2px 5px 2px 5px;
	background: #464646;
	width: 100px;	
}

.tdDetailValue {
	padding: 2px 5px 2px 5px;
	background: #686868;	
}

.contentPoolAnswer {
	padding-top: 2px;
	padding-bottom: 2px;
}

.contentPoolVotes {
	background: #da251c;
}

.contentAuthor {	
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.contentSign {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.contentBoxRight {
	float: right;
	width: 200px;
	margin-left: 10px;
	margin-bottom: 10px;	
}

.contentCredit {
	font-size: 11px;
	text-align: right;
}

.contentLegend {
	padding-top: 5px;
	font-size: 11px;
	line-height: 15px;
}

.contentDate {
	font-size: 11px;
}

.contentCredit {
	font-size: 11px;
	text-align: right;
}

.contentDetailImage {
	background: #464646;
	padding: 10px;
	color: #e0e0e0;
}
.contentItemDetailDescription {
}

.contentImageRightBox {
	float: right;
	width: 220px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.contentImageRight {
	width: 220px;
	background: #464646;
	padding-left: 10px;
}

#contentPhotoAlbum {
	text-align: center;	
	width: 750px;
	margin-top: 50px;
	margin-left: 3px;	
	padding: 0px 35px 0px 35px; 
	background: url('/_resources/media/img/bg_album.jpg') repeat-y;
}

.contentPhotoList {
	margin-bottom: 20px; 
	width: 330px;
	float: left;
	border: 5px solid #464646;
}

#contentFooterAlbum {	
	width: 100%;
	height: 84px;
	padding: 30px 0px 0px 0px;	
	background: url('/_resources/media/img/footer_album.jpg') repeat-x;
}

.contentItemRowTitle_only {

}

#overlayAjax {
	position: absolute;
	z-index: 90;
	width: 100%;
	background-color: #000;
}

#overlayAjaxContent {
	position: absolute;
	z-index: 100;
}

.boxsized {
}

.contentIndex1 {
	height: 25px;
	margin-right: 5px;
}/*
 * 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-left: 5px;
	width: 103px;
	height: 50px;
	background: url('/_resources/media/img/bg_boximgList.png') no-repeat;
}

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

.imgBoxDetail_right {
	float: right;
}

.imgDetail {	
	border: 0px;
}

.icon_mark {
	margin-right: 5px;
}

.photo {
	width: 350;
	height: 263;
	margin: 5px 5px 5px 5px;
}table.calendar {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;	
	/*font-size: 0.8em; */
	width: 210px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
table.calendar td {
	border: 0px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
	border: 0px;
	margin: 0px;
}
table.mainheading {	
	border-collapse: collapse;
	border: 0px;
	cursor: pointer;
	empty-cells: show;
	margin: 0px 0px 0px 0px;
	text-transform: lowercase;	
}
table.mainheading td {
	border: solid #CAD5DB 1px;
	border-bottom: 0px;
	border-top: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;	
	
	padding: 0px 0px 0px 0px;
	border: 0px;
	/*width: 18px; /*should match calendar cell's width*/
	height: 30px;	
}

table.caldayheading {		
	border-collapse: collapse;	
	empty-cells: show;
	margin: 0px 0px 0px 0px;		
}
table.caldayheading td {	
	border: 0px;
	text-align: center;
	color: yellow;
	font-size: 11px;
	width: 30px; /*should match calendar cell's width*/
	height: 30px;
	padding: 0px;
	border: 0px;
}
table.caldayheading td.wkhead {
	border-right: 0px;
}
table.calcells {
	border-collapse: collapse;	
	margin: 0 0px 0 0px;	
	cursor: pointer;
}
table.calcells td {
	border: 0px;
	vertical-align: top;
	text-align: center;
	width: 30px;
	height: 30px;
	color: white;
	padding: 0px;
}
table.calcells td div {
	padding: 0px;
	margin: 0;
}
table.calcells td.wkhead {
	/*background-color: white;*/
	text-align: center;
	border-right: 0px;
	color: white;
}
table.calcells td.wkday {
}
table.calcells td.wkend {
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
}

table.calcells td.hover{	
}

table.calcells td.notmnth {	
	cursor: default;
}
table.calcells td.notmnth img {
	display: none;
}
table.calcells td.excluded {
	cursor: pointer;
}

table.calcells td.notallowed {
	/*background-color: white;*/
	color: white;
	font-style: italic;
}
