/*
 * 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;
	margin: 0px;
	color: #474747;	
	background: #FFFFFF url('/_resources/media/img/bg_topo_hor.gif') repeat-x;
}
body.popup { 
	background: white;
}

h1,h2,h3,h4 {
	margin: 0px 0px 5px 0px;
}

h1 {
	font-size: 22px;		
	line-height: 22px;	
	color: #7f1d7c;
	margin-bottom: 10px;
	font-weight: bold;
	
	
	letter-spacing: -1px;		
}

h2 {
	font-size: 20px;
	line-height: 20px;	
	color: #8cc63f;
	font-weight: normal;
	letter-spacing: -1px;	
}

h3 {
	font-size: 18px;	
	line-height: 22px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #7f1d7c;
}

h4 {		
	font-size: 22px;
	line-height: 22px;
	letter-spacing: -1px;
	margin-bottom: 4px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #FFFFFF;
}

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

/* Char Format */
b { }
font { } /* deprecated */
i { }
em { }
big { }
strong { }
small { }
sup { }
sub { }
bdo { }
u { } /* deprecated */

/* Output */
pre { }
code { }
tt { }
kbd { }
var { }
dfn { }
samp { }
xmp { } /* deprecated */

/* Blocks */
acronym { }
abbr { }
address { }
blockquote { }
center { } /* deprecated */
q { }
cite { }
ins { }
del { }
s { } /* deprecated */
strike { } /* deprecated */

/* Links */
a { }
link { }

/* Frames */
frame { }
frameset { }
noframes { }
iframe { }

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

input { }
textarea { }
button { }
select { }
optgroup { }
option { }
label { }
fieldset { }
legend { }
isindex { } /* deprecated */

/* Lists */
ul { }
ol { }
li { }
dir { } /* deprecated */
dl { }
dt { }
dd { }
menu { } /* deprecated */

/* Images */
img { }
map { }
area { }

/* Tables */
table { }
caption { }
th { }
tr { }
td { }
thead { }
tbody { }
tfoot { }
col { }
colgroup { }

/* Styles */
style { }
div { }
span { }

/* Meta Info */
head { }
title { }
meta { }
base { }
basefont { } /* deprecated */

/* Programming */
script { }
noscript { }
applet { } /* deprecated */
object { }
param { }/*#layAll,
#layTop,
#layMainBg,
#layMain,
#layLeft,
#layContent,
#layContentBgTop,
#layContentBgBottom,
#layContentBg,
#layRight,
#layPath,
#laySearch,
#layNewsletter,
#layNewsletterContent,
#layPool,
#layFooter,
#layTitle,

#layContentText,
#layBarraNews,

.contentHomeTipsTitle,
.contentHomeDestaque,

.contentItemMenu,
.contentItemSubMenu,


.contentItemRightHeader,
.contentItemRight,
.contentItemRightTitle,
.contentItemRightImage,

.contentPoolVotes,
.contentPoolAnswer,

.form_input_search,
.form_input_boxes,
.form_input_email_boxes,
#lightbox,
#lightboxDetails
{
   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;
	font-size: 13px;
}

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

#layTop {
	text-align: left;
	width: 718px;
	height: 190px;
	background: url('/_resources/media/img/topo_site.gif') 0px 50px no-repeat;
}

#layBarra {
	width: 718px;
	height: 30px;
	background: url('/_resources/media/img/tarja_verde.gif') no-repeat;
}
#layBarraNews {
	text-align: left;
	float: left;
	width: 538px;
	height: 30px;
	padding-top: 8px;
	color: white;
	font-weight: bold;
	font-size: 11px;
	margin-left: 30px;
}

#layMain {
	width: 718px;
	padding-top: 25px;
	text-align: left;
	background: url('/_resources/media/img/fundo_cima_corpo.gif') no-repeat;
}

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

#layRight {
	float: left;
	margin-left: 15px;
	text-align: left;
	font-size: 11px;
	width: 143px;
}

#layContent {
	float: left;
	width: 395px;
	margin-left: 15px;
}

#layContentText {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url('/_resources/media/img/bg_content.gif') repeat-y;
}
#layTitle {
	width: 453px;
	height: 65px;
}

#laySearch {
	float: left;
	width: 150px;
	height: 30px;
	padding-top: 5px;
	padding-left: 10px;
}
#layNewsletter {
	width: 150px;
	height: 126px;
	text-align: left;
	font-size: 11px;
	margin-top: 20px;
	background: url('/_resources/media/img/fundo_news.gif') no-repeat;
}

#layNewsletterContent {
	width: 150px;
	height: 126px;
	text-align: left;
	font-size: 11px;
	padding: 10px;
}

#layFooter {
	font-size: 11px;
	height: 40px;
	color: white;
	padding-top: 7px;
	background: url('/_resources/media/img/bg_baixo_hor.gif') repeat-x;
}

#layPool {
	width: 143px;
	font-size: 11px;
	padding: 10px;
	background: #eff3f6;
}
#layCommentary {
	font-size: 11px;
	border: 1px solid #eff3f6;
	background: #474747;
}
#layCommentaryPagination {
	background: #eff3f6;
	padding: 5px;
	text-align: center;
	font-size: 11px;
}

/* NAVIGATION */

#layMainPopup {
	text-align: left;
	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;
}

#laySuggest {
	position: absolute;
	width: 102px;
	border: 1px solid #8cc63f;
	border-top: 0px;
	background: #ffffff;
	margin-top: -12px;
	margin-left: 9px;
}/*
 * links.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

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

a:hover {
	text-decoration: none;
}

a.menu:link, a.menu:visited, a.menu:active {
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}

a.submenu:link, a.submenu:visited, a.submenu:active {
	font-size: 11px;
	text-decoration: none;	
}

a.destaque, a.destaque:visited, a.destaque:active, a.destaque:hover {
	text-decoration: none;
	color: #7f1d7c;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: normal;	
}
/*
 * 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: 20px;
	color: white;
	border-left: 1px solid #7f1d7c;
	border-right: 1px solid #000000;
	border-top: 1px solid #7f1d7c;
	border-bottom: 1px solid #000000;
	text-align: center;
	background: #7f1d7c;
	font-weight: bold;
}

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

.form_input_search {
	width: 100px;	
	height: 20px;
	border: 0px;
	padding-top: 3px;
	background: #ffffff;	
}
.form_input_boxes {
	width: 130px;	
	height: 20px;
	border: 0px;	
	font-weight: bold;
	font-size: 11px;	
	background: #FFFFFF;	
}

.form_input_email_boxes {
	width: 110px;	
	height: 20px;
	border: 0px;
	background: #474747;	
}

.form_required {
	color: #FF0000;
}

.form_error_highlight {
	background-color: #7f1d7c;	
	color: #FFFFFF;
}

.form_error_box {
	background-color: #7f1d7c;
	border: 1px solid #000000;
	font-size: 12px;
	color: #FFFFFF;
}

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

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.
 */


.lista_equipes {
}


.lista_equipes .contentItemRowTitle_only {
	height: 205px;
	width: 115px;
	float: left;
}

.lista_equipes .contentItemRowTitle_only a {
	background: #7f1d7c;
	color: white;
	display: block;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: -1px;
	padding: 5px 7px 7px 6px;
	width: 102px;
	height: 43px;
	clear: both;
}

.lista_equipes_image {
	width: 115px;
	height: 150px;
}

.lista_equipes .contentItemRowTitle_only img {
	margin: 0px;
}

.contentViewList {
	margin-bottom: 25px;
}

.contentHomeTipsTitle {
	width: 395px;
	height: 30px;
	margin-top: 20px;
	padding-left: 22px;
	padding-top: 3px;
	background: url('/_resources/media/img/marcador_tit_index.gif') no-repeat;
}

.contentHomeTips ul {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

.contentHomeTips li {
	/* background: url('/_resources/media/img/marcador_index.gif') center left no-repeat;*/
	list-style-type: none;
	padding: 1px 0 2px 11px;
	margin-bottom: 3px;
	border-top:  1px solid #e4ebef;
}


.contentHomeTips .first_child {
	border: none;
}

.home_equipe {
	border-right: 6px solid #a5db5d;
	background: #eff3f6;
	width: 169px;
	height: 67px;
	font-size: 10px;
}

.home_equipe h1 {
	color: #7f1d7c;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
}

.home_equipe img {
	float: left;
	margin-right: 11px;
}

.home_equipe p {
	float: right;
	padding-top: 10px;
	width: 87px;
	height: 57px;
	padding-right: 4px;
	font-size: 10px;
}

.home_equipe span {
	display: block;
	margin-top: 4px;
}

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

.primeiro {
	float: left;
}
.segundo {
	float: right;
}

.contentHomeDestaque {
	background: url('/_resources/media/img/bg_home_dest.gif') no-repeat;
	width: 190px;
	height: 190px;
	padding: 14px 15px 7px 15px;
}

.contentHomeDestaque a {
	font-size: 18px;
	letter-spacing: -1px;
	color: #7f1d7c;
	font-weight: normal;
	display: block;
}

.contentHomeDestaque img {
	margin-bottom: 7px;
}

.contentHomeDestaque p {
	margin-top: 4px;
	font-size: 12px;
}

.contentPoolAnswer {
	font-size: 11px;
}

.contentPoolVotes {
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	background: #8cc63f;
}
.contentItemRightHeader {
	width: 143px;
	height: 30px;
	margin-top: 20px;
	padding-left: 5px;
	padding-top: 3px;
	background: url('/_resources/media/img/fundo_tit_verde.gif') no-repeat;
}

.contentItemRight {
	width: 143px;
	font-size: 11px;
	margin-top: 20px;
	background: url('/_resources/media/img/bg_item_right.gif') repeat-y;
}
.contentItemRightTitle {
	width: 143px;
	background: #7f1d7c;
	font-size: 11px;
	padding: 5px;
	color: #FFFFFF;
}
.contentItemRightImage {
	width: 143px;
	height: 80px;
}

.contentItemMenu {
	width: 150px;
	height: 23px;
	padding-left: 8px;
	padding-top: 4px;
	color: #FFFFFF;
	margin-bottom: 1px;
	font-weight: bold;
	color: white;
	font-size: 11px;
	background: url('/_resources/media/img/fundo_menu_roxo.gif') no-repeat;
}

.contentItemSubMenu {
	width: 150px;
	height: 18px;
	padding-left: 10px;
	padding-top: 1px;
	border-bottom: 1px solid #e4ebef;
}/*
 * 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;
}
