/*------------------------------------------------------------------------
# JA Lead - Version 1.0 - Licence Owner JA130162
# ------------------------------------------------------------------------
# Copyright (C) 2004-2009 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
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/
/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #101010;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

body#bd {
	/*background: #000000 url(../images/bg.jpg) repeat-x;
	background-attachment: fixed !important;*/
	background: #101010;
	color: #666666;
	margin: 0;
	padding: 0;
}

#ja-wrapper {
}

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

body.fs1 {
	font-size: 10px;
}

body.fs2 {
	font-size: 11px;
}

body.fs3 {
	font-size: 12px;
}

body.fs4 {
	font-size: 13px;
}

body.fs5 {
	font-size: 14px;
}

body.fs6 {
	font-size: 15px;
}

/* Normal link */
a, a:active {
	color: #63387D;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
	color: #63387D;
}

a img {
	border: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	line-height: normal;
}

/* Small text */
small, .small, .smalldark, .button, .article-meta, .modifydate, .img_caption p, a.readon,
#ja-pathway, #ja-footer {
	font-size: 92%;
}

/*article images*/
img {
	margin: 0;
	padding: 0;
}

.img_caption {
	padding-right: 10px;
}

.img_caption p {
	color: #454545;
	text-align: center;
}

.img_caption.left, .img_caption.right {}

.article_row .img-desc {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.article-content img,
.img-desc img {
}

.img-desc .img_caption p {
	font-size: 10px;
}

img.caption {
	padding: 0 10px 10px 0;
	border: 4px solid #CCCCCC;
}

.img_caption p {
	margin-top: 0px;
	padding-top: 5px;
}

.img-border {
	padding: 0 10px 10px 0;
	border: 4px solid #CCCCCC;
}

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

h2 {
	font-size: 175%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 125%;
}

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

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet.gif) no-repeat 20px 6px;
	padding-left: 30px;
}

ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	background: url(../images/dot.gif) repeat-x top;
	border: none;
	padding: 10px 5px;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	background: none;
	padding: 0;
}

legend {
	background: #000000;
	font-weight: bold;
}

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

br {
}

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

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

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.inputbox {
	background: #000000;
	border: 1px solid #CCCCCC;
	color: #666666;
	font-size: 100%;
	padding: 2px;
}

.button {
	background: url(../images/but-bg.gif) repeat-x left center #000000;
	border: none;
	color: #666666;
	padding: 1px 3px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: normal;
}

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

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

/* JOOMLA STYLE
--------------------------------------------------------- */
/*override fontpage*/
#ja-contentheading h2.contentheading {
	font-size: 100%;
}

#ja-contentheading .article-meta {
}

#ja-contentheading p {
	margin: 5px 0;
}

#ja-contentheading .article-toolswrap {
	margin: 0 0 5px;
}

.article_separator, .article_seperator {
	background: url(../images/dot.gif) repeat-x left center;
	display: block;
	height: 20px;
	margin: 0;
	clear: both;
	padding-bottom: 30px;
}

.leading_separator {
	background: url(../images/dot.gif) repeat-x left center;
	display: block;
	height: 20px;
	margin: 0;
	clear: both;
}

.row_separator {
	display: none;
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
.sectiontableheader {
	background: #000000;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 8px;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:active,
.sectiontableheader a:focus {
	color: #000000;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	border-bottom: 1px solid #CCCCCC;
	padding: 8px;
}

tr.sectiontableentry2 td {
	background: #000000;
}

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

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

table.contenttoc {
	border: 1px solid #CCCCCC;
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
	width: 30%;
}

table.contenttoc td {
	background: url(../images/arrow-hover.gif) no-repeat 12px 8px;
	padding: 1px 5px 1px 20px;
}

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

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

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

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

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

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

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

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

.blog {}

.blog_more {
	border-top: 1px solid #151515;
	margin: 15px 0 0;
	padding: 10px 0 0;
}

.blog_more h2 {
	color: #63387D;
	font-size: 110%;
	margin: 0 0 10px;
	padding: 0;
	text-transform: uppercase;
}

.blog_more strong {
	display: block;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(../images/arrow.gif) no-repeat 4px 8px;
	margin: 0;
	padding: 0 0 0 12px;
}

.blog_more ul li a {
	color: #454545;
}

.blog_more ul li a:hover,
.blog_more ul li a:active,
.blog_more ul li a:focus {
	color: #63387D;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	background: url(../images/dot.gif) repeat-x left bottom;
	font-size: 200%;
	margin: 0 0 10px;
	padding: 5px 0;
	color: #8B2B4F;
	font-weight: normal;
	text-transform: uppercase;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	color: #8B2B4F;
	font-size: 130%;
	margin: 0 0 5px;
	padding: 0;
	font-weight: bolder;
	text-transform: none;
}

table.blog .contentheading {
	font-size: 130%;
}

a.contentpagetitle, a.contentpagetitle:active {
	color: #8B2B4F;
}

a.contentpagetitle:hover, a.contentpagetitle:focus {
	color: #8B2B4F;
	text-decoration: underline;
}

a.readon {
	background: url(../images/arrow3.gif) no-repeat right 5px;
	color: #858585;
	padding: 0 10px 0 0;
}

a.readon:hover, a.readon:focus, a.readon:active {
	background: url(../images/arrow3-hover.gif) no-repeat right 5px;
	text-decoration: none;
	color: #63387D;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding-bottom: 0;
}

ul.pagination {
	border-top: 1px solid #CCCCCC;
	color: #454545;
	margin: 15px auto 10px;
	padding: 10px 0 0;
	text-align: center;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	margin: 2px;
	text-decoration: none;
	border: 1px solid #8B2B4F;
	color: #8B2B4F;
	font-weight:bold;
	padding: 3px 6px 3px 6px;
	text-align:center;	
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	margin: 2px;
	text-decoration: none;
	border: 1px solid #000000;
	color: #000000;
	font-weight:bold;
	padding: 3px 6px 3px 6px;
	text-align:center;	
}

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

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

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

ul.latestnews li.latestnews,
ul.mostread li.mostread {
	background: url(../images/dot.gif) repeat-x left bottom;
	padding: 5px 0;
}

ul.latestnews a, ul.mostread a {
	background: url(../images/arrow.gif) no-repeat left center;
	padding-left: 10px;
	color: #858585;
}

ul.latestnews a:hover,
ul.latestnews a:focus,
ul.latestnews a:active {
	background: url(../images/arrow-hover.gif) no-repeat left center;
	color: #63387D;
	text-decoration: none;
}

ul.mostread a:hover,
ul.mostread a:focus,
ul.mostread a:active {
	background: url(../images/arrow-hover.gif) no-repeat left center;
}

.bannerheader {
	font-size: 120%;
	font-weight: bold;
}

/* META
--------------------------------------------------------- */
div.content-desc p {
	clear: both;
	display: block;
	margin: 0;
}

.article-toolswrap {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
}

.article-tools {
	display: block;
	padding: 0 10px 0 0;
}

.article-meta {
	border-top: 1px dotted #272727;
	text-align: right;
	padding: 5px;
}

.createdby {
	color: #858585;
	padding: 8px;
	font-weight: bold;
	font-size: 12px;
}

.createdate {
	color: #63387D;
	margin-right: 5px;
	padding-right: 6px;
	font-weight: bold;
}

.modifydate {
	color: #858585;
	display: block;
	margin: 15px 0;
	width: 100%;
}

.article-section {
	background: url(../images/vline.gif) no-repeat left center;
	margin-left: 5px;
	padding-left: 6px;
}

.article-section a {
	color: #454545;
}

.article-category a {
	color: #454545;
}

div.buttonheading {
	position: absolute;
	right: 10px;
	top: 0px;
}

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

.cols3 {
	float: left;
	width: 33.3%;
}

div.column1 .contentpaneopen {}

div.column2 .contentpaneopen {
	padding: 0 5px;
}

div.column3 .contentpaneopen {
	padding-left: 10px;
}

/* MAIN LAYOUT
--------------------------------------------------------- */
.wrap {
	clear: both;
	width: 100%;
	position: relative;
}

.main {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

.inner {
	margin: 0 10px;
	padding: 0 20px;
}

#ja-mainbody {
	float: left;
}

#ja-content {
	float: right;
	width: 570px;
}

/* COLUMNS
--------------------------------------------------------- */
/*common style for column*/
#ja-col1 {
	float: left;
	width: 150px;
	font-size: 92%;
}

#ja-col2 {
	float: right;
	width: 237px;
	font-size: 92%;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
.ja-content-inner {
	margin:0 0 20px;
	padding: 20px 10px 0;
	border: 1px solid #000000;
	background: #000000;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-container,
#ja-container-fr,
#ja-container-fl,
#ja-container-f {
	clear: both;
	padding: 0;
}

#ja-container .main,
#ja-container-fr .main,
#ja-container-fl .main,
#ja-container-f .main {
	padding-bottom: 10px;
}

/*content + left*/
#ja-container-fr #ja-mainbody {
	width: 100%;
}

#ja-container-fr #ja-col1 {
	width: 15.6%;
}

#ja-container-fr #ja-content {
	width: 84.4%;
}

#ja-container-fr .ja-innerpad {
	padding-right: 0;
}

#ja-container-fr #ja-topsl,
#ja-container-fr .ja-innerpad {
	padding-right: 0;
}

/*content + right*/
#ja-container-fl #ja-content {
	width: 100%;
}

#ja-container-fl .ja-innerpad {
	padding-left: 0;
}

/*full*/
#ja-container-f #ja-mainbody {
	width: 100%;
}

#ja-container-f #ja-content {
	width: 100%;
}

#ja-container-f .ja-innerpad {
	padding: 0;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_default h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_blank h3 {
	color: #E8CA43;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Verdana;
	font-size: 100%;
}

div.moduletable,
div.moduletable_default,
div.moduletable_menu,
div.moduletable_text,
div.moduletable_blank {
	color: #858585;
	margin: 0 0 10px 0;
	padding: 0;
}

div.moduletable.nomargin,
div.moduletable_default.nomargin,
div.moduletable_menu.nomargin,
div.moduletable_text.nomargin,
div.moduletable_blank.nomargin {
	margin: 0;
}

/* Blank module */
div.moduletable_blank {
	margin: 0 0 15px 0;
	padding: 0;
}

/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

div.moduletable li,
div.moduletable_menu li,
div.moduletable_text li {
	background-position: 5px 7px;
	padding-left: 13px;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
	line-height: normal;
	padding-bottom: 5px;
}

#ja-header .main {
}

h1.logo, div.logo-text {
}

h1.logo a {
}

h1.logo a span {
}

div.logo-text {
}

div.logo-text h1 {
}

div.logo-text h1 a {
}

div.logo-text h1 a:hover,
div.logo-text h1 a:focus,
div.logo-text h1 a:active {
}

.site-slogan {
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	background: #1D1D1D;
	margin: 0px;
	width: 960px;
	float: right;
	color: #666666;
}

#ja-mainnav a, #ja-subnav a {
	line-height: normal;
	outline: none;
	color: #666666;
}

#ja-subnav ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #666666;
}

#ja-subnav li {
	background: none;
	display: block;
	line-height: normal;
	margin: 0;
	padding: 2px 0;
	color: #666666;
}

#ja-subnav li a{
	background: url(../images/arrow.gif) no-repeat right 10px;
	display: block;
	margin: 0;
	outline: none;
	padding: 6px 5px 6px 0;
	text-decoration: none;
	color: #666666;
}

#ja-subnav li a:hover,
#ja-subnav li a:active,
#ja-subnav li a:focus {
	background: url(../images/arrow-hover.gif) no-repeat right 10px;
	color: #63387D;
	text-decoration: none;
}

#ja-subnav li.active a {
	background: url(../images/arrow-hover.gif) no-repeat right 10px;
	color: #63387D;
	font-weight: bold;
}

/* breadcrumbs */
#ja-pathway {
	color: #454545;
	margin: 0;
	padding: 10px 0;
}

#ja-pathway .main {}

#ja-pathway .ja-pathway-text {
	float: left;
	padding-top: 5px;
}

#ja-pathway span {
	padding: 0 5px;
}

#ja-pathway strong {
	color: #63387D;
}

#ja-pathway a {
	color: #454545;
}

#ja-pathway a:hover {
	color: #63387D;
	text-decoration: none;
}

#ja-pathway .ja-pathway-text a.titulo-breadcrumbs{
	color: #63387D;
}

#ja-pathway .ja-pathway-text a.titulo-breadcrumbs:hover,
#ja-pathway .ja-pathway-text a.titulo-breadcrumbs:active,
#ja-pathway .ja-pathway-text a.titulo-breadcrumbs:focus {
	color: #000000;
	text-decoration: none;
}

#ja-pathway img {
	margin: 0 5px;
}

/* Default Joomla! Menu */
ul.menu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #666666;
}

ul.menu li {
	background: url(../images/mainlevel-bg.gif) repeat-x left bottom;
	display: block;
	line-height: normal;
	margin: 0;
	padding: 2px 0;
	color: #666666;
}

ul.menu li a{
	background: url(../images/arrow.gif) no-repeat right 10px;
	color: #666666;
	display: block;
	margin: 0;
	outline: none;
	padding: 6px 5px 6px 0;
	text-decoration: none;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	background: url(../images/arrow-hover.gif) no-repeat right 10px;
	color: #63387D;
	text-decoration: none;
}

ul.menu li.active a {
	background: url(../images/arrow-hover.gif) no-repeat right 10px;
	color: #8B2B4F;
	font-weight: bold;
}

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

ul.menu li li {
	background: none !important;
	border: none;
	padding: 0 0 0 10px;
	color: #666666;
}

ul.menu li li a {
	background: url(../images/arrow.gif) no-repeat right 10px !important;
	border: none;
	color: #666666 !important;
	font-weight: normal !important;
	padding: 5px;
	text-transform: none;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	background: url(../images/arrow-hover.gif) no-repeat right 10px !important;
	color: #63387D !important;
	text-decoration: none;
}

ul.menu li li.active a {
	background: url(../images/arrow-hover.gif) no-repeat right 10px !important;
	color: #63387D !important;
}

ul.menu li li li a {
	background: url(../images/arrow.gif) no-repeat 25px 10px !important;
	color: #666666 !important;
	font-weight: normal !important;
	padding-left: 35px !important;
}

ul.menu li li li.active a {
	font-weight: bold !important;
}

/* COLUMN */
#ja-col1 div.moduletable h3,
#ja-col1 div.moduletable_default h3,
#ja-col1 div.moduletable_menu h3,
#ja-col1 div.moduletable_text h3,
#ja-col1 div.moduletable_blank h3 {
	color: #E8CA43;
	letter-spacing: 1px;
	padding-top: 15px;
	margin-left: 9px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana;
	font-size: 100%;
}

#ja-col1 div.moduletable,
#ja-col1 div.moduletable_default,
#ja-col1 div.moduletable_menu,
#ja-col1 div.moduletable_text,
#ja-col1 div.moduletable_blank {
	background: #000000;
	margin-bottom: 0;
}

.jamod h3.show {
	padding-top: 15px;
	margin-left: 9px;
	font-weight: normal;
	font-size: 160%;
}

.jamod h3.hide {
	padding-top: 15px;
	margin-left: 9px;
	font-weight: normal;
	font-size: 160%;
}

.hide .jamod-content {
	overflow: hidden;
	height: 0px;
}

div.moduletable_menu h3.hide {
	background: url(../images/icon-min2.gif) no-repeat right 26px;
	border-bottom: 1px solid #CCCCCC;
}

#ja-col1 .ja-inner {
	padding: 0 10px 0;
	margin: 0;
}

#ja-col1 div.moduletable_menu {
	background:#000000;
}

#ja-col1 ul.menu li {
	background: none;
}

#ja-col1 ul.menu li.active {
	background: #000000;
	margin: 0 -10px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-left: 10px;
}

#ja-col1 ul.menu li.active a,
#ja-col1 ul.menu li.active li.active a,
#ja-col1 ul.menu li.active li a:hover,
#ja-col1 ul.menu li.active li a:active,
#ja-col1 ul.menu li.active li a:focus {
	background: url(../images/arrow2-hover.gif) no-repeat right 10px !important;
	padding-right: 15px;
}

#ja-col1 ul.menu li.active li a {
	background: url(../images/arrow2.gif) no-repeat right 10px !important;
	padding-right: 15px;
}

#ja-col1 ul.menu li.active li.active {
	margin: 0 0 0 10px;
	padding-left: 0;
	border: none;
}

#ja-col2 div.moduletable h3,
#ja-col2 div.moduletable_default h3,
#ja-col2 div.moduletable_menu h3,
#ja-col2 div.moduletable_text h3 {
	padding-top: 10px;
	font-weight: bold;
	font-size: 100%;
}

#ja-col2 div.moduletable,
#ja-col2 div.moduletable_default,
#ja-col2 div.moduletable_menu,
#ja-col2 div.moduletable_text {
	border: 1px solid #000000;
	background: #000000;
	padding: 0 9px 10px;
}

#ja-col2 div.moduletable_blank {
	margin-bottom: 0px;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

/* Top spotlight */
#ja-topsl {
	padding: 0 10px 10px 0;
}

#ja-topsl div.ja-innerpad {
	border: 1px solid #000000;
	background: #000000;
	padding: 15px 10px 10px;
	overflow: hidden;
}

* html #ja-topsl div.ja-innerpad {
	position: relative;
}

#ja-topsl div.moduletable {
	position: relative;
}

#ja-topsl div.moduletable h3 {
	background: none;
	border: none;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 200%;
	font-weight: normal;
}

#ja-topsl div.img_caption p {
	display: none;
}

/* Bottom spotlight */
#ja-botsl {
	clear: both;
	padding: 0;
}

#ja-botsl .main {
	padding-bottom: 10px;
}

#ja-botsl div.moduletable h3,
#ja-botsl div.moduletable_default h3,
#ja-botsl div.moduletable_menu h3 {
	background: none;
	border-bottom: 1px solid #CCCCCC;
	border-right: none;
	color: #666666;
	margin: 0 0 10px 0;
	padding: 5px 0;
	font-size: 92%;
	font-weight: normal;
}

#ja-botsl div.moduletable,
#ja-botsl div.moduletable_default,
#ja-botsl div.moduletable_menu {
	background: none;
	color: #454545;
	margin: 0;
	padding: 0 10px 20px;
}

#ja-botsl .ja-box-left div.moduletable,
#ja-botsl .ja-box-left div.moduletable_default,
#ja-botsl .ja-box-left div.moduletable_menu {
	margin: 0 10px 0 0;
}

#ja-botsl .ja-box-right div.moduletable,
#ja-botsl .ja-box-right div.moduletable_default,
#ja-botsl .ja-box-right div.moduletable_menu {
	margin: 0;
}

#ja-botsl .ja-box-center div.moduletable,
#ja-botsl .ja-box-center div.moduletable_default,
#ja-botsl .ja-box-center div.moduletable_menu {
	margin: 0 10px 0 0;
}

#ja-botsl .img-border {
	border: 4px solid #CCCCCC;
	padding: 0 10px 10px 0;
}

#ja-botsl a {
	color: #454545;
}

#ja-botsl a:hover,
#ja-botsl a:focus,
#ja-botsl a:active {
	color: #63387D;
	text-decoration: none;
}

#ja-botsl li {
	background: none;
	border-bottom: 1px solid #CCCCCC;
}

#ja-botsl div.moduletable_menu li a {
	background: url(../images/arrow.gif) no-repeat 0px 5px;
}

#ja-botsl div.moduletable_menu li a:hover,
#ja-botsl div.moduletable_menu li a:active,
#ja-botsl div.moduletable_menu li a:focus {
	background: url(../images/arrow-hover.gif) no-repeat 0px 5px;
}

#ja-botsl div.bubble1 div {
	background: url(../images/bub1-br2.gif) no-repeat bottom right;
}

#ja-botsl div.bubble1 div div {
	background: url(../images/bub1-bl2.gif) no-repeat bottom left;
}

#ja-botsl div.bubble1 div div div {
	background: url(../images/bub1-tr2.gif) no-repeat top right;
}

#ja-botsl div.bubble1 div div div div {
	background: url(../images/bub1-tl2.gif) no-repeat top left;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	clear: both;
	background: #FFFFFF;
	border-top: 1px solid #CCCCCC;
}

#ja-footer .main {
	color: #666666;
	height: 65px;
}

#ja-footer .main.clearfix {
	
}

#ja-footer .ja-inner {
	padding: 16px 0;
	float: left;
}

#ja-footer .logo-footer {

}

#ja-footer a {
	color: #474646;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	color: #000000;
	text-decoration: none;
}

#ja-footer small {
	font-size: 100%;
	float: left;
	clear: both;
}

#ja-footer ul {
	float: left;
	margin: 0;
	padding: 0;
}

#ja-footer li {
	background: url(../images/sep2.gif) no-repeat left 7px;
	display: inline;
	margin: 0;
	padding: 0 0 0 2px;
}

#ja-footer li a {
	color: #D5D5D5;
	display: inline;
	padding: 0 7px;
	font-size: 92%;
	text-transform: uppercase;
}

#ja-footer li.ja-firstitem a {
	padding-left: 0;
}

#ja-footer li a:hover,
#ja-footer li a:focus,
#ja-footer li a:active {
	color: #000000;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

li.ja-firstitem {
	background: none !important;
}

/* JA Slideshow */
#ja-slideshow {
	margin: 0;
	padding: 0;
	z-index: 10;
}

/* JA Tabs */
#ja-tabwrap {
	float: right;
	width: 30%;
}

/* Login */
#form-login-username label,
#form-login-password label {
	display: block;
}

#form-login-username #modlgn_username,
#form-login-password #modlgn_passwd {
	width: 90%;
}

/* Search */
#ja-search {
	float: right;
}

#ja-search .inputbox {
	background: url(../images/icon-search.gif) no-repeat 5px 3px #000000;
	border: 1px solid #000000;
	color: #666666;
	margin: 0;
	padding: 5px 5px 5px 25px;
	width: 206px;
	text-transform: capitalize;
}

#ja-search .button {
	border: none;
	color: #666666;
	height: 24px;
	line-height: 24px;
	padding-left: 25px;
	text-transform: uppercase;
	width: 80px;
}

* html #ja-search .button {
	height: 24px;
	padding-left: 20px !important;
	width: 80px;
}

*+html #ja-search .button {
	height: 24px;
	padding-left: 20px !important;
	width: 80px; /*IE 7*/
}

/*others*/
#ja-banner {
	float: right;
	margin: 15px 5px 0 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	background: none !important;
	display: block;
	margin: 10px 0;
	text-decoration: none !important;
}

div.jazin-section a span.cufon {
	display: block;
	font-size: 1px;
	padding-bottom: 10px;
	float: left;
}

.clr {
	clear: both;
}

.hastip img {
	border: none;
}

ul.no-display {
	display: none;
}

div.ja-innerpad {
	padding: 0 10px;
}

div.ja-innerdiv {
	padding-top: 8px;
}

div.ja-innerdiv span.title {
	display: block;
	font-weight: bold;
}

div.ja-innerdiv span.title a {
	color: #63387D;
	font-size: 110%;
}

/*JA News*/
#ja-news div.moduletable {
	margin-bottom: 0;
	padding-bottom: 20px;
}

/* JA Twitter */
div.twitter-bubble {
	height: 78px;
	margin-bottom: 10px;
	padding: 0 10px;
}

#ja_twitter_div #twitter_update_list li {
	background: none;
	padding-left: 0;
	border-bottom: 0;
}

#ja_twitter_div #twitter_update_list li span {
	display: block;
	padding-left: 20px;
}

#ja_twitter_div #twitter_update_list li span a {
	color: #999999;
}

#ja_twitter_div img.nostyle {
	padding-left: 7px !important;
}

/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #454545;
	float: left;
	max-width: 200px;
	padding: 5px;
	z-index: 999;
}

.tool-title {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	margin: 0;
	padding: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #8B2B4F;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #8B2B4F;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #8B2B4F;
	border: none;
}

/* Clearfix */
* html .clearfix {
	height: 1%; /* IE5-6 */
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix {
	display: block; /* O */
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
	font-size: 1px;
	overflow: hidden;
}

a.noticia_link {
	font-weight: bold;
	color: #8B2B4F;
}

a.noticia_link:hover,
a.noticia_link:active,
a.noticia_link:focus {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.noticia_italico {
	color:#666666; 
	line-height: 22px;
	text-align:justify;
}

.noticia_italico2{
	color:#666666; 
	line-height: 22px;
	text-align:justify;
	font-size: 13px;
}

.creditos {
	color:#202020; 
	line-height: 22px;
	text-align:justify;
	padding: 3px;
	border: 1px dotted #202020;
}

.citacao {
	font-size: 11px;
	font-family: Verdana;
	color:#D6CD70; 
	text-align:justify;
}

.noticias {
	font-size: 11px;
	font-family: Verdana;
	text-align:justify;
}


.noticia_comentario {
	font-family: Verdana;
	font-size: 11px;
	line-height: 22px;
	text-align:justify;
	padding:5px 10px;
	margin:8px 15px 8px 15px;
	background:#1D1D1D;
	border-left:5px solid #1D1D1D;
}

.noticia_citacao {
	font-family: Verdana; 
	font-size: 11px;
	line-height: 22px;
	text-align:justify;
	padding:5px 10px;
	margin:8px 15px 8px 15px;
	background:#1D1D1D;
}

.noticia_citacao2 {
	font-family: Verdana; 
	font-size: 11px;
	line-height: 22px;
	text-align:justify;
	padding:5px 10px;
	margin:8px 15px 8px 15px;
	background:#1D1D1D;
	width: 405px;
	float: left;
}

a.readon {
	color: #FFFFFF;
	font-size: 11px;
}

a.readon:focus,
a.readon:hover {
	color: #000000;
	font-size: 11px;
	text-decoration: underline;
}

a.ultimosvideos {
	font-size: 12px;
	color: #858585;
}

a.ultimosvideos:hover,
a.ultimosvideos:focus,
a.ultimosvideos:active {
	color: #63387D;
	font-size: 12px;
	text-decoration: none;
}

.dancers {
	font-family: Verdana; 
	font-size: 11px;
	line-height: 22px;
	text-align:justify;
	padding:10px;
	margin: 10px;
	background:#1D1D1D;
	overflow: hidden;
}

.dancers_avatar {
	padding-right: 10px;
	width: 137px;
	float: left;
}

.dancers_descricao {
	margin-left:10px;
}

#radar-campanha{
	background: url(../../../images/radar-campanha/bg-radar-campanha.gif);
	font-family: Verdana; 
	font-size: 11px;
	color:#FFF;
	line-height: 22px;
	text-align:justify;
}

#radar-campanha div.radar-campanha-escrita{
	padding: 10px;
}

#radar-campanha a.radar-campanha-link, #radar-campanha a.radar-campanha-link:active{
	color: #74AF44;
	text-decoration:none;
}

#radar-campanha a.radar-campanha-link:hover, #radar-campanha a.radar-campanha-link:focus {
	color: #8CD252;
	border-bottom:1px dotted #8CD252;
}

#radar-campanha a, #radar-campanha a:active {
	color: #74AF44;
	text-decoration:none;
}

#radar-campanha a:hover, #radar-campanha a:focus {
	color: #8CD252;
	border-bottom:1px dotted #8CD252;
}

#radar-campanha h2 {
	color: #F4AAE4;
	font-size: 150%;
	margin: 0 0 10px;
	padding: 0;
	text-transform: uppercase;
}

.categorias {
	padding:10px;
	margin: 10px;
	background:#1D1D1D;
	cursor: pointer;
	text-align: justify;
	overflow: hidden;
	height: 130px;
}

.categorias2 {
	padding:10px;
	margin: 10px;
	background:#272727;
	cursor: pointer;
	text-align: justify;
	overflow: hidden;
	height: 130px;
}

.img_left {
	margin-right: 10px;
}

.imgleft {
	margin: 4px 10px 4px 0;
}

.imgright {
	margin: 4px 0 4px 10px;
}

.categorias_descricao {
	text-align:justify;
}

.categorias a{
	font-size: 12px;
	color: #666666;
	text-transform: uppercase;
}

.categorias a:hover,
.categorias a:focus,
.categorias a:active {
	font-size: 12px;
	color: #63387D;
	text-decoration: none;
	text-transform: uppercase;
}

.categorias2 a{
	font-size: 12px;
	color: #666666;
	text-transform: uppercase;
}

.categorias2 a:hover,
.categorias2 a:focus,
.categorias2 a:active {
	font-size: 12px;
	color: #63387D;
	text-decoration: none;
	text-transform: uppercase;
}

.categoriasfotos {
	padding:10px;
	margin: 10px;
	background:#E7E7E7;
	cursor: pointer;
	text-align: justify;
}

.categoriasfotos2 {
	padding:10px;
	margin: 10px;
	background:#272727;
	cursor: pointer;
	text-align: justify;
}

.categoriasfotos_descricao {
	text-align:justify;
}

.categoriasfotos a{
	font-size: 12px;
	color: #CCCCCC;
	text-transform: uppercase;
	font-weight: bold;
}

.categoriasfotos a:hover,
.categoriasfotos a:focus,
.categoriasfotos a:active {
	font-size: 12px;
	color: #8B2B4F;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.categoriasfotos2 a{
	font-size: 12px;
	color: #CCCCCC		;
	text-transform: uppercase;
	font-weight: bold;
}

.categoriasfotos2 a:hover,
.categoriasfotos2 a:focus,
.categoriasfotos2 a:active {
	font-size: 12px;
	color: #8B2B4F;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.categoriasfotosb {
	padding:10px;
	margin: 10px;
	background:#E7E7E7;
	cursor: pointer;
	text-align: justify;
	overflow: hidden;
	height: 35px;
}

.categoriasfotosb2 {
	padding:10px;
	margin: 10px;
	background:#272727;
	cursor: pointer;
	text-align: justify;
	overflow: hidden;
	height: 35px;
}

.categoriasfotosb_descricao {
	text-align:justify;
}

.categoriasfotosb a{
	font-size: 12px;
	color: #CCCCCC;
	text-transform: uppercase;
	font-weight: bold;
}

.categoriasfotosb a:hover,
.categoriasfotosb a:focus,
.categoriasfotosb a:active {
	font-size: 12px;
	color: #63387D;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.categoriasfotosb2 a{
	font-size: 12px;
	color: #CCCCCC;
	text-transform: uppercase;
	font-weight: bold;
}

.categoriasfotosb2 a:hover,
.categoriasfotosb2 a:focus,
.categoriasfotosb2 a:active {
	font-size: 12px;
	color: #63387D;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#thumbs {
	background:#000;
	border:0;
	margin:0;
	margin-bottom:5px;
	padding:0;
	height:190px;
}

.thumbsadded  {
	float:left;
	margin:0 0 14px 14px;
}

.thumbsadded1 {
	background: #E7E7E7;
	border:1px solid #E7E7E7;
	margin:3px 0;
	padding:4px;
	text-align:center;
	width: 100px;
}

.thumbsadded2 {
	background:#8B2B4F;
	border:1px solid #8B2B4F;
	margin:3px 0;
	padding:4px;
	text-align:center;
	width: 100px;
}

#albumsfotos {
	background:#FFF;
	border:0;
	margin:0;
	margin-bottom:5px;
	padding:0;
	overflow: hidden;
}

.albumsfotosadded  {
	float:left;
	border:0;
	margin:0;
	padding:0;
}

.albumsfotos1 {
	float:left;
	background: #E7E7E7;
	margin:7px;
	padding:10px;
	cursor: pointer;
	width: 215px;
}

.albumsfotos2 {
	float:left;
	background:#272727;
	margin:7px;
	padding:10px;
	cursor: pointer;
	width: 215px;
}

albumsfotos.fotos_descricao {
	text-align:justify;
	line-height: 20px;
}

.albumsfotos1 a{
	font-size: 11px;
	color: #CCCCCC;
	text-transform: uppercase;
	font-weight: bold;
}

.albumsfotos1 a:hover,
.albumsfotos1 a:focus,
.albumsfotos1 a:active {
	font-size: 11px;
	color: #8B2B4F;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.albumsfotos2 a{
	font-size: 11px;
	color: #CCCCCC;
	text-transform: uppercase;
	font-weight: bold;
}

.albumsfotos2 a:hover,
.albumsfotos2 a:focus,
.albumsfotos2 a:active {
	font-size: 11px;
	color: #8B2B4F;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#filmes-fahrenheit{
	background: url(../../../images/stories/britneyspears/filmografia/fahrenheit/bg.jpg);
	font-family: Verdana; 
	font-size: 11px;
	color:#665334;
	line-height: 20px;
	text-align:justify;
}

#filmes-fahrenheit div.filmes-fahrenheit-escrita div.lado1{
	float: left;
	text-align: left;
	width: 210px;
}

#filmes-fahrenheit div.filmes-fahrenheit-escrita div.lado2{
	float: left;
	text-align: left;
	width: 210px;
}

#filmes-fahrenheit div.filmes-fahrenheit-escrita{
	padding: 10px;
}

#filmes-fahrenheit .destaque{
	font-weight: bold;
	color:#D23524;
}

#filmes-fahrenheit a.filmes-fahrenheit-link, #filmes-fahrenheit a.filmes-fahrenheit-link:active{
	color: #74AF44;
	text-decoration:none;
}

#filmes-fahrenheit a.filmes-fahrenheit-link:hover, #filmes-fahrenheit a.filmes-fahrenheit-link:focus {
	color: #8CD252;
	border-bottom:1px dotted #8CD252;
}

#filmes-fahrenheit a, #filmes-fahrenheit a:active {
	color: #74AF44;
	text-decoration:none;
}

#filmes-fahrenheit a:hover, #filmes-fahrenheit a:focus {
	color: #8CD252;
	border-bottom:1px dotted #8CD252;
}

#filmes-fahrenheit h2 {
	color: #F4AAE4;
	font-size: 150%;
	margin: 0 0 10px;
	padding: 0;
	text-transform: uppercase;
}

#agenda-shows{
	font-family: Verdana; 
	font-size: 11px;
	color:#CCC;
	font-weight: bold;
	text-align:justify;
	margin-bottom: 10px;
	width: 290px;
	overflow: hidden;
}

#agenda-shows div.icone{
	float: left;
	text-align: left;
	width: 32px;
	padding: 5px;
}

#agenda-shows div.conteudo{
	float: left;
	text-align: left;
	width: 230px;
	padding: 5px;
}

#agenda-shows .arena{
	font-family: Verdana; 
	font-size: 9px;
	color:#63387D;
	font-weight: normal;
	text-align:justify;
}

#atualizacao1 {
	line-height: 22px;
	text-align:justify;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#atualizacao1 .titulo{
	background: #000000 url(../images/atualizacao1.jpg) no-repeat top right;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px dotted #983466;
	text-align: right;
	padding-right: 20px;
	height: 18px;
}

#atualizacao1 .texto{
	border-bottom: 1px dotted #983466;
	padding: 10px;
	color: #983466;
	background: #0E0007;
}

#atualizacao2 {
	line-height: 22px;
	text-align:justify;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#atualizacao2 .titulo{
	background: #000000 url(../images/atualizacao2.jpg) no-repeat top left;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 1px dotted #6A398A;
	text-align: left;
	padding-left: 20px;
}

#atualizacao2 .texto{
	border-top: 1px dotted #6A398A;
	padding: 10px;
	color: #6A398A;
	background: #09000F;
}

.videosadded  {
	float:left;
}

.videosadded1 {
	background: #1D1D1D;
	border:1px solid #1D1D1D;
	margin:3px 0;
	padding:5px;
	text-align:center;
	width: 203px;
}

.videosadded2 {
	background:#8B2B4F;
	border:1px solid #8B2B4F;
	margin:3px 0;
	padding:5px;
	text-align:center;
	width: 203px;
	color: #FFFFFF;
}

.oopsvideos  {
	float:left;
	overflow: hidden;
	height: 120px;
}

.oopsvideos1 {
	background: #A86166;
	border:1px solid #A86166;
	margin:2px;
	padding:2px;
	text-align:center;
	width: 156px;
}

.oopsvideos2 {
	background:#DBC349;
	border:1px solid #DBC349;
	margin:2px;
	padding:2px;
	text-align:center;
	width: 156px;
	color: #A86166;
}
