/*------------------------------------------------------------------------
# JA Kruger 1.0 - Sep, 2006
# ------------------------------------------------------------------------
# Copyright (C) 2004-2006 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
-------------------------------------------------------------------------*/
/* COMMON STYLE
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	/*	color: #3E3E3E;*/
	color: #D3D3D3;
	background: #FFFFFF;
	font-family: arial, Helvetica,sans-serif; 
	/*font-family: "Trebuchet MS", Helvetica, Tahoma, Arial, sans-serif;*/
}
body#bd {
	background: url(../images/bd-bg.jpg) #484848;
}
body.contentpane {
	width: auto; /* Printable Page */
	margin: 10px;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}
body.fs1{
	font-size: 9px;
}
body.fs2{
	font-size: 10px;
}
body.fs3{
	font-size: 11px;
}
body.fs4{
	font-size: 12px;
}
body.fs5{
	font-size: 13px;
}
body.fs6{
	font-size: 14px;
}
/* Normal link */
a {
	color: #666666;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #3E3E3E;
	text-decoration: underline;
}

span.perfil {
	color: #E3E3E3;
	font-weight: bold;
	font-size: 10pt;
}

a.perfil {
	color: #FF46AD;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}

a.perfil:hover {
	color: #FF46AD;
	text-decoration: underline;
}
/*
#ja-content a:hover, #ja-content a:active, #ja-content a:focus,
#ja-content-f a:hover, #ja-content-f a:active, #ja-content-f a:focus,
#ja-content-fl a:hover, #ja-content-fl a:active, #ja-content-fl a:focus,
#ja-content-fr a:hover, #ja-content-fr a:active, #ja-content-fr a:focus {
	color: #3E3E3E;
	text-decoration: underline;
	background: #F5F3DE;
}
*/
/* Heading */
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.35em;
}
h4 {
	font-size: 1em;
	text-transform: uppercase;
}
/* normal text */
#ja-main, #ja-footer {
	line-height: 1.5;
}
p {
	margin: 5px 0 15px;
}
ul {
	list-style: none;
	margin-top: 5px;
	margin-bottom: 15px;
}
ul li {
	padding-left: 35px;
	background: url(../images/arrow-off.gif) no-repeat 22px 6px;
}
ol {
	margin-top: 5px;
	margin-bottom: 15px;
}
ol li {
	margin-left: 35px;
}
th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}
fieldset {
	border: none;
}
#ja-content fieldset,
#ja-content-f fieldset {
	width: 500px;
}
fieldset a {
	font-weight: bold;
}
hr {
	border-top: 1px solid #999999;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}
a img {
	border: none;
}
td, div {
	font-size: 1em;
}
/* Code text */
pre, .code {
	font: 1em/1.5 "Courier News", monospace;
	padding: 10px 15px;
	background: #F5F3DE;
	margin: 5px 0 15px;
	border-left: 5px solid #DDDAB5;
}
blockquote {
	font: italic 1em/1.5 Georgia, Times, serif;
	background: url(../images/quote.gif) 10px 10px no-repeat;
	padding: 15px 40px;
}
.dropcap {
	float: left;
	color: #666666;
	font-size: 50px;
	line-height: 40px;
	display: block;
	padding: 3px 3px 0 0;
	font-family: Georgia, Times, serif;
}
/* Tips, Error, Message, Hightlight*/
.error {
	color: #CC0000;
	background: url(../images/bullet-error.gif) no-repeat top left;
	padding-left: 22px;
}
.message {
	color: #004C8E;
	background: url(../images/bullet-info.gif) no-repeat top left;
	padding-left: 22px;
}
.tips {
	color: #CC7400;
	background: url(../images/bullet-tips.gif) no-repeat top left;
	padding-left: 22px;
}
.highlight {
	border-bottom: 1px dotted;
	font-weight: bold;
	background: #F5F3DE;
}
/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
input, select {
	font: 11px/normal Helvetica, Tahoma, Arial, sans-serif;
}
select, .inputbox {
	padding: 2px;
}
textarea {
	padding-left: 2px;
}
.button {
	background: url(../images/button-bg.gif) top #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 1px 5px;
	color: #666666;
}
.button:hover, .button:focus {
	background: url(../images/button-on-bg.gif) top #F5F3DE;
	border: 1px solid #DDDAB5;
	color: #3E3E3E;
}
.inputbox {
	border: 1px solid #CCCCCC;
	background: url(../images/shadow.gif) repeat-x top #EEEEEE;
}
.inputbox:hover, .inputbox:focus {
	border: 1px solid #FF66FF;
}
/* MODULE
--------------------------------------------------------- */
div.modules {
	width: 100%;
}
div.moduletable, div.moduletable_menu {
	padding: 5px 10px;
	width: auto;
	margin-bottom: 10px;
}
div.moduletable_img {
	padding: 5px 40px;
	width: auto;
	margin-bottom: 5px;
}

div.moduletable_newsl {
	padding: 5px 10px;
	width: auto;
	margin-bottom: 10px;
}

div.moduletable_newsl input[type=text]{
	width: 95%;
}

div.moduletable h3, div.moduletable_menu h3 {
	margin: 0 0 6px;
/*	color: #FFA800;	*/
/*	color: #FF46AC;	*/
	color: #FF6CBD;
	font-size: 1.2em;
}
div.moduletable table, div.moduletable_menu table {
	border-collapse: collapse;
	border-spacing: 0;
}

div.moduletable_login{
	padding: 5px 40px;
	width: auto;
	margin-bottom: 5px;
}
/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}
table.blog .article_seperator {
	display: block;
	height: 20px;
}
#ja-leftcol .article_seperator, #ja-rightcol .article_seperator {
	display: none;
}
table.contentpane {
	border: none;
	width: 100%;
}
table.contentpaneopen {
	border: none;
}
table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}
table.contenttoc a {
	text-decoration: none;
}
table.contenttoc td {
	padding: 1px 5px 1px 18px;
	background: url(../images/arrow-off.gif) no-repeat 7px 7px;
}
table.contenttoc th {
	padding: 1px 4px;
	background: #484848;
	border-bottom: 5px solid #F7F7F7;
	color: #FFFFFF;
	text-indent: 5px;
}
table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}
table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}
table.pollstableborder img {
	vertical-align: baseline;
}
table.pollstableborder td {
	padding: 2px!important;
}
table.searchintro {
	padding: 10px 0;
	width: 100%;
}
table.searchintro td {
	padding: 5px!important;
}
.adminform textarea {
	width: auto; /*Control the Frontend Editor area width*/
}
.adminform textarea.inputbox {
}
.blog_more {
	margin: 10px 0;
}
.blog_more strong {
	margin: 0 0 5px;
	padding-left: 13px;
	display: block;
	color: #666666;
	text-transform: uppercase;
}
td.buttonheading {
	padding: 0 3px!important;
	text-align: center;
}
.category {
	font-weight: bold;
}
.clr {
	clear: both;
}
.componentheading {
	margin: 0 0 15px;
	font-size: 1.7em;
	padding: 4px 0;
	text-transform: UPPERCASE;
	background: url(../images/seperator.gif) repeat-x bottom;
	font-weight: bold;
}
.contentdescription {
	padding-bottom: 30px;
}
.contentheading {
	font-size: 1.7em;
}
a.contentpagetitle, a.contentpagetitle:hover, a.contentpagetitle:active, a.contentpagetitle:focus {
	color: #666666;
	text-decoration: none!important;
	background: none!important;
}
a.mainlevel, a.mainlevel:hover, a.mainlevel:active, a.mainlevel:focus {
}
a.mainlevel_img, a.mainlevel_img:hover, a.mainlevel_img:active, a.mainlevel_img:focus {
}
a.sublevel {
}
a.readon {
	padding: 1px 3px 1px 12px;
	background: url(../images/arrow-readon.gif) no-repeat 4px 6px #666666;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
a.readon:hover, a.readon:active, a.readon:focus {
	color: #FFFFFF!important;
	text-decoration: none!important;
	background: url(../images/arrow-readon.gif) no-repeat 4px 6px #FF46AC!important;
}
table.contentpaneopen td, table.contentpane td {
}
table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}
.createdate {
	color: #999999;
	font-weight: bold;
	line-height: 10px;
	padding-bottom: 10px;
}
.modifydate {
	color: #999999;
	height: 15px;
}
.moduletable, .moduletable_menu {
	padding: 0;
}
.mosimage {
	padding: 0;
	margin: 0 15px 0 0!important;
	margin: 0 5px 0 0;
}
.mosimage img {
	padding: 0;
	margin: 0!important;
}
.mosimage_caption {
	margin-top: 2px;
	padding: 1px 2px;
	color: #999999;
}
a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	padding: 0 5px 1px;
	border: 1px solid #CCCCCC;
	background: url(../images/button-bg.gif) #EEEEEE;
	color: #666666;
	text-decoration: none;
}
a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	background: url(../images/button-on-bg.gif) top #F5F3DE!important;
	border: 1px solid #DDDAB5;
	text-decoration: none!important;
}
.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
	color: #666666;
}
.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
	color: #666666;
}
.sectiontableheader {
	padding: 1px 4px;
	background: #484848;
	color: #FFFFFF;
	font-weight: bold;
}
.sectiontableheader a, .sectiontableheader a:hover {
	color: #FFFFFF;
}
tr.sectiontableentry1 td {
	padding: 4px;
	background: #EEEEEE;
}
tr.sectiontableentry2 td {
	padding: 4px;
}
.small {
	color: #999999;
}
.smalldark {
	text-align: left;
}
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-container {
	padding-bottom: 2em;
	width: auto;
}
#ja-header,
#ja-sh,
#ja-main,
#ja-footer {
	width: 750px;
	margin: 0 auto;
}
/* WIDE LAYOUT DIVS WIDTH
--------------------------------------------------------- */
.wide #ja-header,
.wide #ja-sh,
.wide #ja-main,
.wide #ja-footer {
	width: 880px;
/*	width: 960px;*/
}
.wide #ja-content {
	width: 696px;
}
.wide #ja-mainbody {
/*	width: 515px;*/
	width: 419px;
}
.wide #ja-content-fl {
/*	width: 696px;*/
	width: 600px;
}
.wide #ja-mainbody-fl {
/*	width: 676px;*/
	width: 580px;
}
.wide #ja-content-fr {
}
.wide #ja-mainbody-fr {
/*	width: 698px;*/
	width: 625px;
}
/* 1 column content width */
.wide #ja-content-f {
}
/* HEADER
--------------------------------------------------------- */
#ja-header {
	height: 96px; /* you can change the heigth of the header here. Maximum height: 250px. */
	position: relative;
/*	background:#000000;*/
	background:#2A2A2A;
}
#ja-header h1 {
	font-size: 2.8em;
	position: absolute;
/*	top: 10px;*/
	left: 0;
	color: #CCCCCC;
}
#ja-header h1 img {
	margin: 0;
	padding: 0;
}
#ja-header a {
	color: #CCCCCC;
}

#ja-header ul#mainlevel-nav,
#ja-header ul#mainlevel {
}
#ja-header ul#mainlevel li,
#ja-header ul#mainlevel-nav li {
	padding: 0;
	display: inline;
	background: none;
}

#ja-header ul#mainlevel-nav li a{
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 10px;
}

#ja-header ul#mainlevel-nav li :hover{
	font-weight: bold;
	color: #D3D3D3;
	border: 1px solid #555555;
}

#ja-header a {
	color: #CCCCCC;
}
#ja-header ul a {
	padding: 1px 10px;
	color: #CCCCCC;
}
#ja-header a:hover, #ja-header a:active, #ja-header a:focus {
	color: #FFFFFF;
}

#ja-login{
	padding: 5px 0 0 270px;
	float: left;
}
#ja-login p{
width: 200px;
clear: left;
margin: 0;
padding: 2px 0 2px 0;
padding-left: 55px; /*width of left column containing the label elements*/
height: 1%;
}
#ja-login label{
font-weight: bold;
float: left;
margin-left: -55px; /*width of left column*/
width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
#ja-usertoolswrap {
	padding: 0;
	background: url(../images/usertools-bg.gif) repeat-x;
	height: 50px;
	position: absolute;
	top: 14px;
	right: 0;
}
#ja-usertools {
	padding: 5px 28px;
	float: left;
	display: block;
	color: #FFFFFF;
	background: url(../images/usertools-right-bg.gif) no-repeat top right;
	font-size: 11px;
	height: 50px;
}
#ja-usertools span {
	display: block;
	float: left;
	margin-right: 20px;
}
#ja-usertools img {
	padding: 0 2px;
	margin-top: 16px;
}
#ja-usertools a {
}
#ja-usertools a:hover, #ja-usertools a:active, #ja-usertools a:focus {
}
#ja-search {
	width: 120px;
	display: block;
	float: left;
}
#ja-menusup {
	/*width: 100%;*/
	display: block;
	float: left;
}
#ja-usertools div.search {
	padding-left: 20px;
	background: url(../images/icon-search.gif) no-repeat center left;
	margin-top: 13px;
}
#ja-usertools .inputbox {
	color: #CCCCCC;
	border: none!important;
	background: none;
	width: 100px;
}
#ja-usertools .inputbox:hover,
#ja-usertools .inputbox:focus {
	color: #EEEEEE;
}
/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-topnav {
	text-transform: UPPERCASE;
	background: url(../images/default/opaque.png);
	font-size: 11px;
}
#ja-topnav a {
	color: #D9E7EF;
	font-weight: bold;
}
.topnav-border {
	border-bottom: 5px solid #484848;
}
/* SUBHEADER + SPOTLIGHT
--------------------------------------------------------- */
#ja-sh {
	padding: 0;
	color: #EEEEEE;
	height: 200px; /* you can change the heigth of the sub-header here. Maximum height: 498px. */
	margin-bottom: 5px;
	border-bottom: 3px solid #3E3E3E;
}
.ja-spotlight {
	padding: 5px 0 10px;
	background: url(../images/spotlight-bg.gif) repeat-x bottom #484848;
	color: #EEEEEE;
	border-top: 1px solid #333333;
}
.ja-spotlight:hover, .hover {
	background: url(../images/spotlight-on-bg.gif) repeat-x bottom #3E3E3E;
	color: #FFFFFF!important;
}
#ja-spotlight .ja-box {
	float: left;
	overflow: hidden;
}
#ja-spotlight a, #ja-spotlight a:hover, #ja-spotlight a:active, #ja-spotlight a:focus {
	color: #EEEEEE;
	text-decoration: underline;
	background: none;
}
#ja-spotlight:hover #ja-spotlight a {
	color: #FFFFFF;
}
#ja-spotlight h3 {
	margin-bottom: 5px;
}
#ja-spotlight div.moduletable {
	padding: 0 10px;
	margin-bottom: 0;
}
#ja-spotlight ul {
	padding: 0;
	margin: 0!important;
}
#ja-spotlight li {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}
#ja-spotlight li a {
	padding: 2px 5px 2px 13px;
	background: url(../images/arrow-off.gif) no-repeat 2px 8px;
	text-decoration: none;
	display: block;
	width: 99%; /*This is required for IE6*/
}
#ja-spotlight li a:hover, #ja-spotlight li a:active, #ja-spotlight li a:focus {
	color: #FFA800;
	background: url(../images/arrow-off.gif) no-repeat 2px 8px #333333;
	text-decoration: none;
}
#ja-spotlight td {
	padding: 0;
}
#ja-spotlight .article_seperator {
	display: none;
}
/* PATHWAY
--------------------------------------------------------- */
#ja-pathway {
	background: #333333;
	color: #EEEEEE;
	padding: 5px 10px;
}
#ja-pathway a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 3px;
}
#ja-pathway a:hover, #ja-pathway a:active, #ja-pathway a:focus {
	color: #FFFFFF;
	background: #666666;
	text-decoration: none;
}
#ja-pathway img {
	margin: 0 2px;
}
#ja-pathway strong {
	margin-right: 8px;
	color: #CCCCCC;
}
/* CONTENT COLUMN
--------------------------------------------------------- */
#ja-main {
	background: url(../images/art-symbol.gif) no-repeat bottom right #3E3E3E;
/*	padding-bottom: 3px;*/
}
/* 3 columns content width */
#ja-content {
	width: 566px;
	float: left;
	background: #2A2A2A;
}
/* 1 columns content width */
#ja-content-f {

	background: #2A2A2A;
}
/* 2 columns content width [right]*/
#ja-content-fr {
	float: left;
	background: #2A2A2A;
}
/* 2 columns content width [left]*/
#ja-content-fl {
	width: 566px;
	float: left;
/*	border-bottom: 5px solid #333333;
	border-right: 3px solid #333333;
/*	border-left: 1px solid #333333;*/
/*	background: #F7F7F7;*/
	background: #2A2A2A;
}
#ja-mainbodywrap {
/*	background: #F7F7F7;*/
	background: #2A2A2A;
}
#ja-mainbody {
/*	background: url(../images/mainbody-bg.gif) repeat-x top #F7F7F7;*/
	padding: 10px 10px 20px;
	float: right;
/*	width: 386px;*/
	width: 290px;
	overflow: hidden;
}
#ja-mainbody-fl {
/*	background: url(../images/mainbody-bg.gif) repeat-x top #F7F7F7;*/
	padding: 10px 10px 20px;
	float: left;
/*	width: 546px;*/
	width: 450px;
	overflow: hidden;
}
#ja-mainbody-fr {
/*	background: url(../images/mainbody-bg.gif) repeat-x top #F7F7F7;*/
	float: right;
/*	width: 568px;*/
	width: 472px;
}
#ja-mainbody-f {
/*	background: url(../images/mainbody-bg.gif) repeat-x top #F7F7F7;*/
	padding: 10px 10px 20px;
}
#ja-mainbody-body {
	padding: 10px 10px 20px;
}
/* LEFT COLUMN
--------------------------------------------------------- */
#ja-leftcol {
/*	width: 159px;*/
	width: 255px;
	float: left;
	background: #000000;
	padding-top: 10px;
	/*border-right: 1px solid #CCCCCC;*/
}
#ja-leftcol div.moduletable, #ja-leftcol div.moduletable_menu {
	color: #3E3E3E;
/*	background: url(../images/seperator.gif) repeat-x bottom;*/
	padding: 5px 10px 10px;
	margin-bottom: 0;
}
#ja-leftcol div.moduletable h3, #ja-leftcol div.moduletable_menu h3 {
	color: #3E3E3E;
}
#ja-leftcol table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* RIGHT COLUMN
--------------------------------------------------------- */
#ja-rightcol {
	width: 180px;
	float: right;
	color: #EEEEEE;
}
#ja-rightcol a {
	color: #EEEEEE;
}
#ja-rightcol table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Default Joomla! Menu */
#ja-rightcol a.mainlevel {
	display: block;
	padding: 3px;
	color: #EEEEEE;
	text-decoration: none;
	border-bottom: 1px solid #484848;
}
#ja-rightcol a.mainlevel:hover,
#ja-rightcol a.mainlevel:active,
#ja-rightcol a.mainlevel:focus,
#ja-rightcol a.mainlevel#active_menu {
	color: #FFA800;
	background: #333333;
	text-decoration: none;
}
#ja-rightcol a.sublevel {
	display: block;
	padding: 3px 3px 3px 18px;
	text-decoration: none;
	background: url(../images/arrow-off.gif) no-repeat 7px 8px;
}
#ja-rightcol a.sublevel:hover,
#ja-rightcol a.sublevel:active,
#ja-rightcol a.sublevel:focus {
	color: #FFA800;
}
#ja-rightcol a.sublevel#active_menu {
	color: #FFA800;
	background: url(../images/arrow-off.gif) no-repeat 7px 8px #333333;
	text-decoration: none;
}
/*End: Default Joomla! Menu  */
#ja-rightcol ul.mainlevel {
	padding-left: 20px;
	background: url(../images/arrow-off.gif) no-repeat 5px 4px;
}
#ja-rightcol ul.mainlevel:hover {
	background: url(../images/arrow-on.gif) no-repeat 5px 4px;
}
#ja-rightcol .article_seperator {
	display: none;
}
/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	padding: 15px 0;
	color: #CCCCCC;
	position: relative;
	clear: both;
}
#ja-footer p {
	padding-right: 10px;
	padding-left: 10px;
}
#ja-footer ul#mainlevel-nav,
#ja-footer ul#mainlevel {
}
#ja-footer ul#mainlevel li,
#ja-footer ul#mainlevel-nav li {
	padding: 0;
	display: inline;
	background: none;
}
#ja-footer a {
	color: #CCCCCC;
}
#ja-footer ul a {
	padding: 1px 10px;
	color: #CCCCCC;
}
#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	color: #FFFFFF;
}
/*#ja-bottomline {
	margin-top: 0px;
}
#ja-bottomline a {
	padding: 0;
}*/
#ja-cert {
	position: absolute;
	top: 5px;
	right: 5px;
	display: none;
}
#ja-cert a, #ja-cert a:hover, #ja-cert a:active, #ja-cert a:focus {
	text-decoration: none;
}
/* MISCELLANOUS
----------------------------------------------------------- */
#ja-banner {
	text-align: center;
	width: 100%;
	margin-top: 15px;
}
div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	color: #999999;
	text-decoration: none!important;
	background: none!important;
}
#mod_login_password, #mod_login_username {
	width: 130px;
}
#mod_login_password {
}
#mod_login_username {
}
#mod_login_remember {
	border: none;
	background: none;
}
/* Text Shadow */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
* html > body .clearfix {
	width: 100%;
	display: block;
}
* html .clearfix {
	height: 1%; /* End hide from IE-mac */
}
/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
/*Abaixo definições CSS específicas para os perfis de acompanhantes*/
.destaqueLateral {
	margin-top: 25px;
	text-align: center;
}
.destaqueLateral A {
    text-decoration:none;
    color: #777777;
}
.destaqueLateral A:hover, .thumbChamada A:hover,.thumbPerfil A:hover {
    color: #FFFFFF;
}
.destaqueLateral A IMG {
    border: 6px solid #555555;
    margin-bottom: 8px;
}
.destaqueLateral A:hover IMG {
    border: 6px solid #ff46ac;
}
#boxNovidades {
    background : #2A2A2A url("../images/home_novidades.gif") no-repeat top right;
    margin : 0;
    height : 244px;
    width : 100%;
}
#boxDestaque {
    background : #3d3d3d url("../images/home_destaque.gif") no-repeat top right;
	margin: 0;
    height : 286px;
    width : 100%;
}
#boxDestaque IMG {
    margin-right :10px;
    border : #555555 solid 6px;
}
#boxDestaque A {
	display:block;
	height: 205px;
	padding : 20px 0px 20px 20px;
	color: #989898;
	text-decoration : none;
	font-size: 11px;
	line-height: 13px;
}
#boxDestaque A:hover {
    color: #FFFFFF;
}
#boxDestaque A:hover IMG {
    border: 6px solid #ff46ac;
}
#boxDestaque B {
    font-size: 12px;
}
#boxTrio {
    background : #333333 url("../images/home_trio.gif") no-repeat top right;
    padding : 20px 0px 20px 22px;
    height : 307px;
    width : 100%px;
}
#boxTrio A {
    display:block;
    float: left;
    width: 180px;
    height: 305px;
    color: #999999;
    text-decoration : none;
    text-align:center;
    background-color: #555555;
    margin-right: 5px;
}
#boxTrio A:hover {
	background-color: #ff46ac;
	color: #FFFFFF;
}
#boxTrio IMG {
    border: 0px;
    margin-bottom: 5px;
    margin-top: 6px;
}
#boxCasting {
    background : #2A2A2A url('../images/home_casting.gif') repeat-y top right;
    margin : 20px 0px 0px 20px;
    width : 685px;
	height: 480px;
}
#boxCasting .thumbChamada {
    margin-bottom:20px;
}
.thumbChamada {
    float: left;
    text-align: center;
    margin-left:10px;
}
.thumbChamada A {
	display:block;
	background-color: #555555;
	color: #989898;
	text-decoration:none;
	height: 223px;
	width:125px;
}
.thumbChamada A:hover {
    background-color: #ff46ac;
}
.thumbChamada IMG {
    border: 0px;
    margin-bottom: 10px;
    margin-top: 6px;
}
#bottom {
    width:647px;
    text-align: right;
    margin-bottom:20px;
    margin-top:20px;
    color: #555555;
}
#imgTit {
    margin : 0px 0px 20px 20px;
    clear : right;
}
#acompanhantes {
    width:100%;
    /*background : #2A2A2A url('../images/home_casting.gif') repeat-y top right;*/
	background : #2A2A2A url('../images/home_casting.gif') no-repeat bottom right;
    margin: 0;
    float: left;
}
#acompanhantes .thumbChamada {
    margin-bottom:20px;
	margin-left:17px;
}
.chamadaHolder {
    width:100%;
    height: 244px;
	display:none;
    _display: none;
}
.descricao {
	text-indent:-5000px;
	overflow:hidden;
	width:5px;
	height:5px;
    float:left
}
/* perfil */
#perfil {
	margin: 0 10px 0 10px;
	width: 580px;
}
#perfil H3 {
	color: #fe44b1;
	font-size: 12px;
}
#perfil TABLE {
	width: 100%;
	margin-bottom:10px;
}
#perfil .coluna {
	display: block;
	float: left;
	height: 412px;
	margin-bottom: 40px;
	_margin-bottom: 0px;
}
.thumbPerfil, .thumbPerfilOver {
	margin-bottom:11px;
	_margin-bottom:10px;
}
.thumbPerfil A, .thumbPerfil A:visited, .thumbPerfilOver A, .thumbPerfilOver  A:visited{
	text-decoration:none;
	color: #777777;
}
.thumbPerfil A IMG {
	border: 6px solid #555555;
}
.thumbPerfil A:hover IMG, .thumbPerfilOver A IMG {
    border: 6px solid #ff46ac;
  }
#colunaFoto{
	display: block;
	float: left;
	margin-bottom: 40px;
	_margin-bottom: 0px;
	text-align:center;
}
.colunaFotoV {
	padding-top: 0px;
	height: 412px;
	width:266px;
	_width: 412px;
	text-align:center;
	margin-left: 50px;
	margin-right: 73px;
	_margin:0px;
}
.colunaFotoH {
	width:412px;
	padding-top:67px;
	height:345px;
}

#colunaFoto A:hover IMG {
    border: 6px solid #ff46ac;
}

#fotoPerfil {
	border: 6px solid #555555;
}
#imgLoader {
	display: none;
	width: 400px;
	height: 266px;
	background-color: #000000;
	border: 6px solid #555555;
}
#imgLoader IMG {
	margin-top: 101px;
}
.form_pesquisa p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}
.form_pesquisa label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.form_pesquisa textarea{
width: 250px;
height: 150px;
}
.search_text_float, .search_text_int
{
	width: 40px;
}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/
* html .threepxfix{
margin-left: 3px;
}


