/*
 * 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: 14px;	
	color: #ffffff;
	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: 18px;	
	color: #ffed54;
	font-weight: bold;
	letter-spacing: -0.25px;
	padding-bottom: 20px;		
}

h2 {
	font-size: 16px;	
	color: #ffffff;
	font-weight: bold;		
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

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

/* 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: Trebuchet MS, Arial;
}

#bg_fundo  {
	background: url('/_resources/media/img/bg_footer.jpg') center bottom no-repeat;
}

#layAll {
	background: url('/_resources/media/img/bg_top.jpg') center top no-repeat;
}

#layTop {
	text-align: left;
	width: 740px;
	height: 370px;		
}

#layMenu {
	position: absolute;
	margin-left: 200px;
	margin-top: 260px;
	width: 530px;
	height: 60px;
}

#layMain {
	position: relative;
	width: 740px;	
	text-align: left;
}

#layTitle {
	width: 740px;
	padding-bottom: 20px;
	text-align: left;
}
#layTitle img {
	margin-left: 214px;
}
#layContent {
	width: 550px;
	float: left;	
	text-align: left;
	line-height: 20px;
}
#layLeft {
	float: left;
	text-align: left;
	width: 190px;		
		
}
#laySearch {	
	position: absolute;
	margin-left: 520px;
	margin-top: 8px;
}
#layNewsletter {
	width: 190px;
	height: 259px;
	position:relative; 
	background: url('/_resources/media/img/bg_box_newsletter.gif') no-repeat;
}

#layNewsletterContent {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 70px;
	font-size: 13px;
}

#layFooter {
	position: relative;
	height: 220px;
	/*height: 327px;*/
	font-size: 13px;		
	/*background: url('/_resources/media/img/bg_footer.jpg') center top no-repeat;*/
	margin: 0px;
}

#layFooterContent {	
	width: 740px;
	text-align: left;	
}

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

#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;
}

#flash-home {
	width: 740px;
	height: 180px;
	background: url('/_resources/media/img/flash_home.jpg') no-repeat;
	margin-bottom: 30px;	
}

#layDepoimentoHome {
	width: 740px;
	height: 160px;
	background: url('/_resources/media/img/flash_testimonial.jpg') no-repeat;
	margin-bottom: 30px;	
}

#layDepoimentoHomePhoto {
	position: absolute;
	line-height: 0px;
	margin-top: -45px;
	margin-left: 562px;
}

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

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

a:hover {
	text-decoration: none;
}
/*
 * 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 #E67A0C;
	border-right: 1px solid black;
	border-top: 1px solid #E67A0C;
	border-bottom: 1px solid black;
	text-align: center;
	background: #E67A0C;
	font-weight: bold;
}

.form_input {
	background: url('/_resources/media/img/bg_input_contato.gif') left top no-repeat;
	font-size: 12px;	
	border: 0px none;
	padding: 3px 3px 0px 10px;
}

.form_textarea {
	background: url('/_resources/media/img/bg_textarea_contato.gif') left top no-repeat;
	font-size: 12px;	
	border: 0px none;
	padding: 3px 3px 0px 10px;
}

.form_input_search {
	width: 152px;	
	height: 24px;	
	padding-top: 3px;
	border: 0px;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	background: none;	
}
.form_input_boxes {
	width: 160px;	
	height: 24px;	
	padding-top: 3px;
	border: 0px;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	background: none;	
}

.form_required {
	color: #FF0000;
}

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

.form_error_box {
	background-color: #FFF070;
	border: 1px solid #E36E07;
	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.
 */
 
.contentHomeBoxTop {
	width: 230px;
	height: 47px;	
	background: url('/_resources/media/img/bg_box_home_top.jpg') no-repeat;
}

.contentHomeBoxBg {
	width: 230px;
	height: 100px;
	background: url('/_resources/media/img/bg_box_home_bottom.gif') left bottom no-repeat;
}

.contentHomeBoxBottom {
	width: 230px;
	height: 33px;
	background: url('/_resources/media/img/bg_box_home_bottom.gif') no-repeat;
}

.contentHomeBox {
	width: 230px;	
	background: url('/_resources/media/img/bg_box_home_repeat.jpg') repeat-y;
}

.contentDetailCommentary {
	padding-bottom: 10px;
	border-bottom: 1px dotted white;
	
}
.contentCommentary {
	float: left; 
	width: 128px;
	position:relative;
	height: 22px;
	margin-right: 10px;	
	background: url('/_resources/media/img/bg_commentary.jpg') no-repeat;	
	font-size: 13px;
}
.contentCommentary a {
	margin-left:32px;
}
.contentSend {
	float: left;
	width: 145px;
	height: 22px;
	background: url('/_resources/media/img/bg_send.jpg') no-repeat;	
	font-size: 13px;
}
.contentSend a{
	margin-left:32px;
}
.contentBlogDate {
	width: 526px;
	height: 63px;
	margin-bottom: 10px;
	background: url('/_resources/media/img/bg_blog_top.jpg') no-repeat;
}

.contentPhotoList {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 5px solid white;
	font-size: 0px;
	line-height: 0px;
}
.contentMore {
	width: 106px;
	height: 22px;
	padding-left: 30px;
	padding-top: 1px;
	background: url('/_resources/media/img/bg_more.png') no-repeat;
}

.contentMore2 {
	width: 106px;
	height: 22px;
	padding-left: 30px;
	padding-top: 1px;
	background: url('/_resources/media/img/bg_more2.png') no-repeat;
}

.contentMore3 {
	width: 106px;
	height: 22px;
	padding-left: 30px;
	padding-top: 1px;
	background: url('/_resources/media/img/bg_back.png') no-repeat;
}

.contentRowItem {
	padding-bottom: 7px;
	background: url('/_resources/media/img/line_repeat.png') bottom repeat-x;
}
 
.contentLeftBoxTop {
	width: 190px;
	height: 48px;
	position:relative;
	background: url('/_resources/media/img/bg_box_top.jpg') no-repeat;
}
.contentLeftBoxTop img {
	margin-left:15px;
	margin-top:12px;
}
.contentLeftBoxBottom {
	width: 190px;
	height: 26px;
	background: url('/_resources/media/img/bg_box_bottom.jpg') no-repeat;
}

.contentLeftBox {
	width: 190px; 
	position:relative; 
	background: url('/_resources/media/img/bg_box_repeat.jpg') repeat-y;
}
#layArchive {
	width:160px;
	margin-left:15px;
}
.contentPoolAnswer {
	padding-top: 2px;
	padding-bottom: 2px;
}

.contentPoolVotes {
	background: #E67A0C;
}

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

.contentSign {
	font-size: 11px;
	margin-top: 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;
}


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

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

.boxsized {
}

.homeBlog {
	float: left;
	width: 470px;
	height: 122px;
}

.homeBlogPhoto {
	float: left;
	width: 129px;
	height: 129px;
	line-height: 0px;
}

.homeBlogCategory {
	float: left;
	width: 242px;
	height: 22px;
	background: url('/_resources/media/img/bg_category.gif') no-repeat;
	font-family: "Trebuchet MS";
	font-size: 11px;	
	margin-left: 15px;
	
}

.homeBlogDate {
	float: left;
	width: 242px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin-left: 15px;
}

.homeBlogTitle {
	float: left;
	width: 326px;
	font-family: "Trebuchet MS";
	font-size: 15px;
	margin-left: 15px;
}

.homeBlogText {
	float: left;
	width: 326px;
	font-family: "Trebuchet MS";
	font-size: 15px;
	margin: 5px 0px 0px 15px;
}

.homeDivisor {
	float: left;
	width: 25px;
	padding: 12px;	
}

.homeDicas {
	float: left;
	width: 230px;
	font-size: 15px;
}

.bg_left {
	float: left;
	width: 14px;
	height: 22px;
	background: url('/_resources/media/img/bg_left.gif') no-repeat;
}

.bg_right {
	float: left;
	width: 14px;
	height: 22px;
	background: url('/_resources/media/img/bg_right.gif') no-repeat;
}

.bg {
	float: left;
	height: 22px;
	background: url('/_resources/media/img/bg.gif') repeat-x;
}

.border {
	border: solid 1px #ee0000;
}


.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
}
/*
 * 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;
}

