/*
 * 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: #3c3c3c;	
	background: #ffffff url('/_resources/media/img/bg_top.png') repeat-x;
}
body.popup {
	background: white;
}

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

h1 {
	font-size: 20px;	
	color: #fdb813;
	font-weight: bold;
	letter-spacing: -1px;	
	line-height: 20px;
}

h2 {
	font-size: 16px;	
	color: #3c3c3c;
	font-weight: bold;	
	font-family: Arial;
	padding-left: 10px;
	background: url('/_resources/media/img/icon_mark.png') 0px 3px no-repeat;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

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

img {
	border: 0px;
}


/* 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;*/
}

#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;
}/*
 * layout.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

* {
	font-family: Arial, Verdana;
}

#layAll {
	text-align: center;
}

#laySite {
	width: 778px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


#layTop {
	width: 778px;
	height: 216px;
}

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

#layTitle {
	position: absolute;	
	margin-left: 250px;
	margin-top: 170px;
}

#layMain {
	width: 778px;
	padding-top: 30px;
	padding-bottom: 20px;
	background: url('/_resources/media/img/bg_main.png') no-repeat;
}

#layMainHome {
	width: 738px;
}

#layContent {
	float: left;
	width: 528px;	
	padding-right: 40px;
}

#layLeft {
	float: left;	
	width: 250px;			
	padding-left: 40px;
	padding-right: 20px;
}

#laySearch {	
	width: 190px;				
}

#layFooter {
	background: url('/_resources/media/img/bg_footer.png') repeat-x;
	height: 90px;
	color: #ffffff;
	font-size: 11px;
	padding-top: 5px;
	text-align: center;
}

#layMenu {
	padding-top: 20px;
}

#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: #22bdb6;
	font-weight: bold;
	text-decoration: underline;
}

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 #fdb813;
	border-right: 1px solid black;
	border-top: 1px solid #fdb813;
	border-bottom: 1px solid black;
	text-align: center;
	background: #fdb813;
	font-weight: bold;
}

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

.form_input_search {
	width: 155px;	
	height: 27px;	
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px;
	font-size: 11px;
	background: none;	
}
.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.
 */

	div#centro {
	  margin: 0px 20px 0px 20px;
	  display: block;
	  float: left;
	}
	
	div#alecrim	{
	  margin: 0px;
	  display: none;
	  float: left;
	}

	div#capim {
	  margin: 0px;
	  display: none;
	  float: left;
	}

	.contentMap {
		background: url('/_resources/media/img/bg_map.gif') no-repeat;
		width:488px;
		height:364px;
		padding: 4px 4px 4px 4px;
	}

	.texto {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size:11px;
		text-align:center;
		margin: 0px 10px 10px 10px;
	}

	.links {
		float: left;
		margin-left: 40px;
	}

	#navigationDiv a {
		display:block;
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
	}

	#navigationDiv a.selected {
		color:black;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size:11px;
	}

	.icon {
		background: url('/_resources/media/img/icon_mark2.png') no-repeat;
		width: 11px;
		height: 7px;
	}

.contentMap {
	background: url('/_resources/media/img/bg_map.gif') no-repeat;
	width:488px;
	height:364px;
	padding: 4px 4px 4px 4px;
}

.contentBoxPedido {
	width: 190px;
	height: 41px;
	font-size: 0px;
	line-height: 0px;
	background: url('/_resources/media/img/bg_box_pedido_top.png') no-repeat;
}
 
 
.contentBoxLista {
	width: 190px;
	height: 35px;
	font-size: 0px;
	line-height: 0px;
	background: url('/_resources/media/img/bg_box_lista_top.png') no-repeat;
}

.contentBox {
	width: 190px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 11px;
	line-height: 16px;
	background: url('/_resources/media/img/bg_box_repeat.png') repeat-y;
}

.contentBoxBottom {
	width: 190px;
	height: 6px;
	background: url('/_resources/media/img/bg_box_bottom.png') no-repeat;
}

.contentProduct {
	float: left;
	width: 156px;
	background: #FFFFFF;
}

.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: #fdb813;
}

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

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

.contentBoxRight {
	float: right;
	width: 170px;
	margin-bottom: 10px;
	margin-left: 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;
}

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

 .clear {
 	clear: both;
 }
 
 .coluna {
 	width: 33%;
 }
 
 span.prd_price {
 	color: red;
 	font-size: 10px;
 	text-decoration: line-through;
 	text-align: left;
 }
 
 span.prd_promopricebig {
 	font-size: 22px;
 	color: #22bdb7;
 	font-weight: bold;
 	font-family: arial;
 	text-align: left;
 	
 	
 }

 span.prd_promopricesmall {
 	font-size: 12px;
 	color: #22bdb7;
 	vertical-align: super;
 	font-weight: bold;
 	font-family: arial;
 	text-align: left;
 }
 
 .content-list-colegio {
 	margin-bottom: 20px; 
 	padding-bottom: 20px;
 	border-bottom: 1px solid #e3f9f8;
 }
 
.content-list-colegio-title {
	padding-top: 10px;
 	text-weight: bold;
 	font-size: 18px;
	color: #22bdb6; 	
}

.content-list-materiais {
	padding: 20px 0px 0px 80px;
	background: #f3fbfd;
}

.content-list-materiais a {
	color: #3c3c3c;
	font-size: 11px;	
}

.content-list-series {
	float: left;
	width: 200px;
}

.box-preco-cartao {
	background: url('/_resources/media/img/bg_cartoes_credito.gif') no-repeat;
	width: 156px;
	height: 78px;
	margin-top: 10px;
}

.preco-cartao {
	font-size: 11px;
	color: #ef0000;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 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-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;
}
