/* Corpo - Body */



body {
	color: #000000;
	background: #FFFFFF;
	font-family:Tahoma,Arial,sans-serif;
	line-height: 100%;
	background-attachment: scroll;
/*	background-color: #F7F7F7;*/
/*	background-image: url(../images/fundo.jpg);)*/
	background-repeat: repeat-y;
	background-position: center top;
	margin:0;
	
	
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	color: #333;
}

a {
	color:#FF5B00;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color:#FF5B00;
	text-decoration: underline;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5,h6{
	padding: 0;

}


hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
	font-size: 100%;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
	list-style:none;
	
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 100%;
}

a.readon, a.readon:active{
	float: right;
	text-align:right;
	margin-top: 10px;
	display: block;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size:12px;
	width:418px;
	background-image:url(/templates/ja_purity/images/lermais.gif);
	background-position: -20px;	
}

a.readon:hover, a.readon:focus {
	background-image:url(/templates/ja_purity/images/lermais_up.gif);
	color:#FF5B00;
}


/* Heading */
h1 {
	font-size: 120%;
}

h2 {
	font-size: 115%;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

ul {
	list-style: none;
		font-size:11px;
	font:Arial, Helvetica, sans-serif;
	margin-left:0px;
	
}

ul li {
	padding-left: 30px;
	background: url(../images/bullet.gif) no-repeat 18px 8px;
	line-height: 180%;
	list-style:none;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
		list-style:none;
}


ol li {

	line-height: 180%;
	font-size:11px;
	font:Arial, Helvetica, sans-serif;
		list-style:none;
}

table.contentpaneopen td, table.contentpane td {
	line-height: 120%;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: justify;	
}

td.corpo_principal td.contentheading {
	margin: 0;
	font-weight: normal;
	font-family:Tahoma, Arial, sans-serif;
	font-size:16px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	font-weight:bold;
	color:#FF6600;
}

span.pathway{
	padding-left: 13px
}

table.blog .contentheading {
	padding-top: 10px;
	font-size:16px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	margin: 0;
	font-size: 100%;

}

/* Title text */
.contentheading, .componentheading,.blog_more strong, h1, h2, h3, h4 {
	font-family:Tahoma, Arial, sans-serif;
	font-size:16px;
	text-transform: uppercase;
	font-weight:bold;
	color:#353535;
	
}







/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.button {
	padding: 3px 5px;
	border: 1px solid #333333;
	background: url(../images/grad1.gif) repeat-x top #333333;
	color: #CCCCCC;
	font-size: 85%;
	text-transform: uppercase;
}

.button:hover, .button:focus {
	border: 1px solid #999999;
	background: #333333;
	color: #FFFFFF;
}

* html .button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}

.inputbox, input#remember {
	padding-top:2px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}


/* META
--------------------------------------------------------- */

.article-tools {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	display: block;
	font-size:11px;
}

.article-content{
	font-size:12px;
	line-height:150%;
}

.article-content img{
	/*	padding:4px;*/
	border: 5px;
	border-style:solid;
	border-color:#D3D3D3;
	margin-top:4px;
	margin-right: 6px;
}


.article-meta {

	width: 80%;
	float: left;
}

.createby {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-user.gif) no-repeat 0 5px;
}

span.createdate  {
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size:11px;
	height:4px;
	background-image: url(../images/icon-date.gif);
	background-repeat: no-repeat;
	background-position: 0 -3px;
	width:250px;
}

span.category{
	font-size:11px;
	float: right;
	color: #FF6600;
}


.modifydate{
	width: 100%;
	float: left;
	color:#ff5b00;
	font-size:9px;
	padding-top:3px;
}

div.buttonheading {
	float: right;
	width: 15%;
}

.buttonheading img {
	margin: 7px 5px 0 0;
	border: 0;
	float: right;
}

div#component-contact table.contentpaneopen td{
	font-size:12px;
	padding-bottom:3px;

}

div.contact_email input{
	margin-left:2px;
	margin-top:1px;

}
div.contact_email label{
	margin-bottom:1px;
	font-size:11px;
	color: #666666

}

div#component-contact table.contentpaneopen td.contentheading{
	font-size:18px;
	font-weight:normal;
	
}


/* Paginação  */

ul.pagination {
	margin: 15px auto;
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

ul.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
	list-style:none;
}
UL#rsg2-thumbsList LI {
	list-style:none;
	background:none;

}

UL#rsg2-thumbsList LI A IMG{
	border:solid 5PX  #CCCCCC;
}

UL#rsg2-thumbsList LI A:HOVER IMG{
	border:solid 5PX  #FF6600;;
}
ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 5px;
	border: 1px solid #F6F6F6 ;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	border: 1px solid #ECECEC;
	background: #FFFFFF;
}

.pagenavbar {
	padding-left: 14px;
	background: url(../images/icon-pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/icon-pages.gif) no-repeat 0 11px;
}

/* Tabelas */

/* JOOMLA STYLE
--------------------------------------------------------- */
td.sectiontableheader {
  border-right: none;
  padding-top:5px;
  padding-bottom:5px;
  background-color:#333333;
  color: #FFFFFF;
  
}

table.contenttoc {
	margin: 0 10px 10px 0px;
}

table.contenttoc td {
	padding: 1px 25px 1px 5px;
	background-position: 95% 50%;
}

table.pollstableborder {
	text-align: right;
}

.blog_more ul li {
	padding: 0 17px 0 0;
	background-position: 98% 8px;
}


ul.pagination li span{
	padding: 0;
}

.pagenavbar {
	padding-right: 14px;
	background-position: center right;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background-position: 0 11px;
}

.smalldark {
	text-align: right;
}




/* CSS's Personalizados */

/* Corpo*/
td.corpo_principal{
	font-family:Tahoma,Arial,sans-serif;
	line-height:1.6;
	font-size:11px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:20px;
	
}

td.corpo_direita{
	font-family:Tahoma,Arial,sans-serif;
	line-height:1.6;
	font-size:11px;
	padding-left:20px;
	background: url(../images/hdot2.gif) repeat-x top;
}

/*Ultimas Noticias*/


div.moduletable_ultimasnoticias h3{
	background-attachment: scroll;
	background-image: url(../images/cabec_modulo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height:35px;
	vertical-align:middle;
	font-size:13px;
	text-align:left;
	padding-top:8px;
	padding-left:35px;
}



ul.latestnews li.latestnews{
	list-style:none;
	list-style-image:none;
	text-align:left;
	padding-top:3px;
	padding-bottom:1px;
 	background-attachment: scroll;
	background: url(../images/hdot2.gif) repeat-x bottom;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left:5px;
}

ul.latestnews li.latestnews#hover{
 	background-attachment: scroll;
	background-image: url(../images/separador_menu.gif);
	background-repeat: no-repeat;
}

ul.latestnews li.latestnews a{
	text-decoration: none;
	color:#666666;
}

ul.latestnews li.latestnews a:hover{
	text-decoration: none;	

	color:#FF5B00;
}

/* Pesquisa */

div.moduletable_pesquisa{

	padding-top:8px;
	padding-left:35px;
	padding-bottom:15px;
}

div.moduletable_pesquisa h3{

	background-attachment: scroll;
	background-image: url(../images/cabec_modulo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height:35px;
	vertical-align:middle;
	font-size:13px;
	text-align:left;
	padding-top:8px;
}




/* modulos_forum*/

div.moduletable_cbc-ultimasmsg{
	margin-top: 15px;
	margin-bottom: 10px;
	color:#FFFFFF;
}
div.moduletable_cbc-ultimasmsg h3{
	font-family: impact,chicago;
	font-size:18px;
	font-weight: lighter;
	color:#FFFFFF;
	
}

div.moduletable_cbc-ultimasmsg a{
	color:#FFFFFF;
	margin:0;
}

td.modulo3 div.moduletable_cbc-ultimasmsg ul li{
	background-image:none;

	padding:0;
	}



/* membro - inicio de sessão */

div.moduletable_membro h3{
	background-attachment: scroll;
	background-image: url(../images/cabec_modulo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height:35px;
	vertical-align:middle;
	font-size:13px;
	text-align:left;
	padding-top:8px;
	padding-left:10px;
}

div.moduletable_membro {
	padding-left: 25px;

}

div.moduletable_membro ul, div.moduletable_membro li{
	list-style:none;
	list-style-image:none;
	background: none !important;
	margin-left:-15px;
}

div.moduletable_cbmembro{
padding:10px;

	}

li.latestnews_membro a:hover{
	font-weight:bold;
	text-decoration: none;	
}

div.moduletable_membro fieldset.input{
	border-style:none;
	margin-left:-8px;
}
div.moduletable_membro form{
	padding-left:10px;
	padding-right:10px;

}

input#mod_login_username,input#mod_login_password{
	width:150px;

}

label{margin-top:5px;}

div.moduletable_membro input.button{margin-top:10px;}

/* estatisticas */

div.moduletable_online h3{
	background-attachment: scroll;
	background-image: url(../images/cabec_modulo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height:35px;
	vertical-align:middle;
	font-size:13px;
	text-align:left;
	padding-top:8px;
	padding-left:10px;

}

div.moduletable_online {
	list-style:none;
	list-style-image:none;
	margin: 0 !important;
	padding-left:35px;
	background: none !important;
}


/* ultimos eventos */

div.moduletable_ultimoseventos h3{
	background-attachment: scroll;
	background-image: url(../images/cabec_modulo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height:35px;
	vertical-align:middle;
	font-size:13px;
	text-align:left;
	padding-top:8px;

}

div.moduletable_ultimoseventos{
	text-align:left;
	padding-left: 35px;
	
}

div.latest_event{
	padding-bottom:5px;
}

div.latest_event strong{
	color:#999999;
}

div.moduletable_ultimoseventos div{

}


div.moduletable_ultimoseventos ul li{
	padding-right:5px;
	background: none;
	list-style:none;
}
div.moduletable_ultimoseventos a{

	background: none;
	list-style:none;
}

/* Modulos */

div.moduletable h3{
	background-attachment: scroll;
	background-image: url(../images/cabec_modulo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height:35px;
	vertical-align:middle;
	font-size:13px;
	text-align:left;
	padding-top:8px;
	padding-left:35px;

}

div.moduletable{
	list-style:none;
	list-style-image:none;
	margin: 0 !important;
	font-size:11px;
	background: none !important;
}

div.moduletable table.pollstableborder{
	list-style:none;
	list-style-image:none;
	margin: 0 !important;
	font-size:11px;

	

}
div.moduletable thead { font-size:12px;}

div.moduletable table.poll {margin-left:33px; 	width:240px;}

div.moduletable td.sectiontableentry{ }

div.moduletable input.button{font-size:11px;}
div#phocagallery-module {padding-left: 20px; padding-top:10px;}

/* Menus */

a.mainlevel {
	margin: 0;
	list-style: none;
	display: block;
	padding-left:15px;
	height:21px;
	width:235px;
	float: right;
	padding-top: 3px;
	padding-right: -15px;
	padding-bottom: 0;
	color:#666666;
	
	
}

ul.menu li {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}

a.mainlevel a {
	padding: 2px 0;
	display: block;
	color:#666666;
	background: url(../images/hdot2.gif) repeat-x bottom;
	text-decoration: none;
	outline: none;
	list-style: none;

}

a.mainlevel{
	background: url(../images/hdot2.gif) repeat-x bottom;
	list-style: none;
	
}



ul.menu li a span {
	padding-left: 16px;
/*	background: url(../images/bullet.gif) no-repeat 5px 5px;*/
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color:#FF5B00;
	font-weight:bold;
	text-decoration: none;
	/*background-image: url(../images/fundo_menu_up.gif);*/
	background-repeat: repeat-x;
	background-position: bottom;
}

a#active_menu.mainlevel{
	background-image: url(../images/fundo_menu.gif);
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	list-style: none;
	
}

a.mainlevel:hover{
	color:#FF5B00;
	font-weight:bold;
	text-decoration: none;
	/*background-image: url(../images/fundo_menu_up.gif);*/
	background-repeat: repeat-x;
	background-position: bottom;
}

ul.menu li.active a span {
	list-style:none;
}

ul.menu li li a span {
	background: none;
}

ul.menu li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.menu li li {
	padding: 0 0 0 15px !important;
	list-style: none;
}

a.sublevel {
	padding: 0 0 0 29px !important;
	list-style: none;
	color:#666666;
	text-decoration: none;
	font-size:85%;
	margin-top:2px;
	background-image:none;
	list-style:none;
	
	}

a#active_menu.sublevel{
	color:#FF5B00;
	background-image:none;
	list-style:none;
	}
	

ul.menu li li a {
	color: #666666;
	background: none !important;
	font-size: 92%;
	font-weight: normal;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	color: #2B2571;
}

ul.menu li li a span {
/*	background: url(../images/bullet.gif) no-repeat 5px;*/
	font-weight: normal;
	color:#FF5B00;
}

ul.menu li li a:hover span {
/*	background: url(../images/bullet.gif) no-repeat 5px;*/
	font-weight: bold;

}

ul.menu li li.active span {
	/*	background: url(../images/bullet.gif) no-repeat 5px;*/
	font-weight: bold;
	color:#333333;
}

/* content tables */
td.sectiontableheader {
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

td.corpo_principal input.inputbox {
	margin-top:10px;
}

td.corpo_principal input.button {
	margin-top:10px;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 0 0 3PX;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 90%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 1px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #ECECEC;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
}

.adminform .inputbox {
}


/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
	font-size:11px;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 3px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.button {
	padding: 3px 5px;
	border: 1px solid #333333;
	background: url(../images/grad1.gif) repeat-x top #333333;
	color: #CCCCCC;
	font-size: 85%;
	text-transform: uppercase;
}

.button:hover, .button:focus {
	border: 1px solid #999999;
	background: #333333;
	color: #FFFFFF;
}

* html .button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}

.inputbox {
	padding-top:2px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}




#ChronoContact_inscricao_treino_pascoa table{
	font-size:11px;
}

#ChronoContact_inscricao_treino_pascoa table label{
	color:#666666;
}

#ChronoContact_inscricao_treino_pascoa input, #ChronoContact_inscricao_treino_pascoa textarea{
	padding-top:2px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

#ChronoContact_inscricao_treino_pascoa input#Escalao_do_Clube_Federado{
	margin-top: 2px;
}


/* MAIN NAVIGATION
--------------------------------------------------------- */

span.breadcrumbs{
	margin-left: 10px;
}


td.caminho{
	font-size: 11px;
	padding:10px;
}

td.caminho strong {

	font-weight: normal;
}

td.caminho a {
	text-decoration: none;
}

td.caminho img {
	margin: 1px 5px;
}

img{
	border: none;

}


/* USER1 personalizado */

td.user2{
	padding-top:20PX;

}
td.user1{
	padding-left: 20px;
	padding-right: 20px;
	padding-top:20PX;
	vertical-align:top;

}

td.user1 a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none
}
td.user1 a:hover{
	text-decoration:underline;
}

td.user1 td{

	color:#FFFFFF;
	font-size:12px;
	line-height:1,2em;

}

table#tbl_cdpb tr.fundo_menu_topo{
	background-image: url(../images/fundo_menu_topo.gif);
	background-color:#2B2571;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
}

IMG.multithumb{
	MARGIN:10PX;
}

td.corpo_principal IMG.multithumb a{
	border:5px solid #FF6600;
}


td.corpo_principal IMG.multithumb a:hover {
	border:5px solid #FF6600;
}

a.trium_link{
}

a.trium_link:hover{
	color:#00CC00;
	text-decoration:none;
}


td.pub{

	height:40px;
}

div.moduletable_pub{
	float:left;

}

div.moduletable_links_ext h3{
	background-attachment: scroll;
	background-image: url(../images/cabec_modulo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height:35px;
	vertical-align:middle;
	font-size:13px;
	text-align:left;
	padding-top:8px;
	padding-left:35px;
	
}

div.mod_contentitem_links_ext{
padding-left:30px;
}

div.mod_contentitem_links_ext table.contentpaneopen{
	text-align:right;
	width:230px;
	
}

/* AUTENTICACAO */

input#mod_login_username_membro, input#mod_login_password_membro{
	width: 200px;
}

 /* ARQUIVO DE NOTICIAS */

div.moduletable_arquivo h3{

	background-attachment: scroll;
	background-image: url(../images/cabec_modulo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height:35px;
	vertical-align:middle;
	font-size:13px;
	text-align:left;
	padding-top:8px;
	padding-left:35px;

}


div.moduletable_arquivo ul{
	margin: 0;
	list-style: none;
	display: block;
	padding-left:10px;
	height:21px;
	width:240px;
	float: right;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	color:#666666;
	
	
}


div.moduletable_arquivo ul li {
	padding: 2px 0;
	display: block;
	color:#666666;
	background: none;
	text-decoration: none;
	outline: none;
	list-style: none;

}

div.moduletable_arquivo ul{
	background: url(../images/hdot2.gif) repeat-x bottom;
	list-style: none;
	
}



ul.menu li a span {
	padding-left: 16px;
/*	background: url(../images/bullet.gif) no-repeat 5px 5px;*/
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color:#FF5B00;
	font-weight:bold;
	text-decoration: none;
	/*background-image: url(../images/fundo_menu_up.gif);*/
	background-repeat: repeat-x;
	background-position: bottom;
}

a#active_menu.mainlevel{
	background-image: url(../images/fundo_menu.gif);
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	list-style: none;
	
}

a.mainlevel:hover{
	color:#CCCCCC;
	font-weight:bold;
	text-decoration: none;
	/*background-image: url(../images/fundo_menu_up.gif);*/
	background-repeat: repeat-x;
	background-position: bottom;
	
/*	background: url(../images/hdot2.gif) repeat-x bottom;*/
}



/* Tabelas */




/* Rodape */






