/*------------------------------------------------------------------------
# JA Iolite for joomla 1.5 - Version 1.1 - Licence Owner JA16511
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 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.
-------------------------------------------------------------------------*/
#roksearch_search_str{
  width: 180px;
  margin-top: -5px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8;
	padding: 0;
}

body#bd, .ja-box-ct p strong {
	background: #fff;
	color: #000; /*004d43 old*/
}

body.contentpane {
	color: #000; /*004d43 old*/
	font-size: 12px;
	line-height: 1.3em;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

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 {
	color: #454545;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #000000;
}

/* Title text ---*/
h1, h2, h3, h4, .contentheading, .contentheading_default, .componentheading, .componentheading_default, .blog_more strong, table.contenttoc th, .nftitle {
	font-weight: normal;
	line-height: 1.2;
}


/* Small text ---*/
small, .small, .smalldark, .article-tools, .modifydate, .img_caption, span.site-slogan, #ja-pathway, #ja-botsl, #ja-footer {
	font-size: 92%;
}

small, .small, .img_caption {
	color: #999999;
}

/* Heading ---*/
h1 {
	font-size: 200%;
}

h2 {
	font-size: 175%;
}

h3 {
	font-size: 150%;
}

h4, h5, h6 {
	font-size: 125%;
	text-transform: uppercase;
}

h1, h2, h3, p, pre, blockquote, ul, ol {
	margin: 0.5em 0;
	padding: 0;
}

h4, h5, h6 {
	margin: 1em 0;
}

/* List ---*/
ul {
	list-style: none;
}

ul li {
	background: url(../../images/institucional/bullet.gif) no-repeat 18px 9px;
	line-height: 160%;
	padding: 2px 0 2px 30px;
}

ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: decimal;
}

ol li {
	background: none;
	margin: 0;
	padding: 0;
}

ol li {
	line-height: 180%;
	margin-left: 30px;
}

/* Others ---*/
fieldset {
	border: none;
	padding: 10px 5px;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #D5D5D5;
	height: 1px;
}

th {
	font-weight: bold;
	padding: 10px 15px;
	text-align: left;
}

td {
	padding: 0;
}

/* Form ---*/
form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family: Arial, sans-serif;
	font-size: 100%;
}

.inputbox {
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	padding: 4px 5px;
}

.inputbox:hover, .inputbox:focus {
}

.button {
	background: url(../../images/institucional/but-bg.gif) repeat-x left bottom;
	border: 1px solid #D5D5D5;
	font-weight: bold;
	padding: 3px 5px;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_separator,
.article_separator_default {
	background: url(../../images/institucional/dot.gif) repeat-x center;
	clear: both;
	display: block;
	line-height: 20px;
}

.leading_separator,
.leading_separator_default {
	background: url(../../images/institucional/sep-dot.gif) repeat-x center;
	clear: both;
	display: block;
	line-height: 20px;
}


.row_separator,
.row_separator_default {
	display: none;
}

.column_separator,
.column_separator_default {
	padding: 0 5px;
}

.cols2 {
	float: left;
	width: 49.9%;
}

.cols3 {
	float: left;
	width: 33.3%;
}

.cols2 .ja-innerpad {
	padding: 0 15px;
}

.column1 .ja-innerpad {
	padding-left: 0 !important;
}

.column2.cols2 .ja-innerpad {
	padding-right: 0;
}

.cols3 .ja-innerpad {
	padding: 0 10px;
}

.column3 .ja-innerpad {
	padding-right: 0;
}

/* content tables */
.sectiontableheader {
	background: #454545;
	border-right: 1px solid #717171;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 5px;
}

.sectiontableheader td {
	padding: 3px 0;
}

.sectiontableheader a {
	color: #fff !important;
	font-weight: normal;
}

.sectiontableheader a:hover,
.sectiontableheader a:focus,
.sectiontableheader a:active {
	color: #FFFFFF;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	border-bottom: 1px solid #D5D5D5;
	padding: 8px 5px;
}

tr.sectiontableentry2 td {
	background: #FFFFFF;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	border: 1px solid #D5D5D5;
	float: right;
	margin: 20px 0 10px 20px;
	width: 30%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	background: url(../../images/institucional/bullet.gif) no-repeat 10px 7px;
	padding: 1px 5px 1px 20px;
}

table.contenttoc th {
	background: url(../../images/institucional/sep-dot.gif) repeat-x bottom;
	font-size: 125%;
	padding: 5px 20px;
}

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: #FFFFFF;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.blog_more h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;
}

.blog_more strong {
	display: block;
	font-size: 125%;
	margin: 0 0 5px;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(../../images/institucional/arrow.gif) no-repeat 0px 9px;
	margin: 0;
	padding: 2px 0 2px 10px;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	/*background: url(../../images/institucional/h3-bg.gif) repeat-x bottom;
	border-top: 1px solid #D5D5D5;
	color: #757575;
	font-size: 110%;
	margin: 0 0 15px !important;
	padding: 13px 0 17px;       */
}

h1.componentheading span, .componentheading span {
	background: url(../../images/institucional/span-bg.gif) no-repeat right center;
	font-size: 92%;
	padding: 5px 15px 5px 15px;
	text-transform: uppercase;
}

h2.contentheading, .contentheading {
	font-size: 150%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.contentpaneopen_edit,
.contentpaneopen_edit_default {
	float: left;
}

a.contentpagetitle {
	color: #000000;
}

.contentdescription {
	padding-bottom: 30px;
}

a.readon {
	background: url(../../images/institucional/readon-bg.gif) no-repeat left top;
	color: #757575;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: normal;
	padding: 2px 10px;
	text-transform: uppercase;
	width: 75px;
}

a.readon:hover, a.readon:focus, a.readon:active {
	color: #000000;
	text-decoration: none;
}

ul.pagination {
	background: url(../../images/institucional/dot.gif) repeat-x left top;
	margin: 10px auto 5px;
	padding: 10px 0 0;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.pagination li span {
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 3px;
	text-decoration: none;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
}

.pagenavbar {
	background: url(../../images/institucional/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}

.pagenavcounter {
	background: url(../../images/institucional/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;
}

.img-desc {
	float: left;
}

.img_caption {
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
}

.img_caption.left {
	margin-right: 15px;
}

.img_caption.right {
	margin-left: 15px;
}

.img_caption.center {
	margin: 0  auto 10px;
}

.blog .img_caption,
.blog_default .img_caption {
	margin-right: 0;
}

.blog .img_caption {
	margin: 0 5px 0 0;
	padding: 5px;
}

img.caption {
	margin: 10px 0 0;
}

.article-content img {
	margin: 3px 15px 0 0;
	padding: 0;
}

.img_caption p {
	color: #999999;
	margin: 5px 0 0;
}

.paramlist_key {
	width: 120px !important;
}

/* Override fontpage ---*/
.article-content .ja-innerpad p {
	margin: 7px 0;
}

.article-content .ja-innerpad h2.contentheading {
	padding-top: 0;
}

.img-desc {
	float: left;
}

.ja-innerpad .article-tools .article-meta {
	float: none;
	padding: 0;
	width: auto;
}

.article_separator {
	background: url(../../images/institucional/dot.gif) repeat-x center;
	clear: both;
	display: block;
	height: 36px;
}

.row_separator {
	display: none;
}

.article-tools .article-meta {
	float: left;
	padding: 5px 0 0 0;
	width: 70%;
}

.article-tools .buttonheading {
	float: right;
	width: 30%;
}

.img_caption {
	float: left;
}

.column_separator {
	padding: 0 5px;
}

span.open {
	background: url(../../images/institucional/so-q.gif) no-repeat  left top;
	padding: 2px 0 2px 10px;
}

span.close {
	background: url(../../images/institucional/sc-q.gif) no-repeat right bottom;
	padding: 2px 10px 2px 0;
}

/* META
--------------------------------------------------------- */
.article-toolswrap {
	margin: 0 0 10px;
}

.article-tools {
	color: #999999;
	display: block;
	position: relative;
}

.article-meta {
	float: left;
}

.createby {
	border-left: 1px dotted #999999;
	padding: 0 5px;
}

.createdate, .createdby {
	padding: 0 2px 0 0;
}

.createdby {
	background: url(../../images/institucional/vline.gif) no-repeat left center;
	padding-left: 5px;
}

.modifydate {
	color: #999999;
	display: block;
	margin-bottom: 5px;
}

div.buttonheading {
	position: absolute;
	right: 10px;
	top: 0;
}

.buttonheading img {
	border: 0;
	float: right;
	margin: 0 0 0 5px;
}

/* MODULES STYLE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_default h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_hilite h3,
div.moduletable_relative h3 {
	background: url(../../images/institucional/h3-bg.gif) repeat-x left bottom;
	border-top: 1px solid #D5D5D5;
	color: #757575;
	font-size: 110%;
	letter-spacing: 1px;
	margin: 0 0 5px;
	padding: 12px 0 18px;
	text-transform: uppercase;
}

div.moduletable h3 span,
div.moduletable_default h3 span,
div.moduletable_menu h3 span,
div.moduletable_text h3 span,
div.moduletable_hilite h3 span,
div.moduletable_relative h3 span {
	background: url(../../images/institucional/span-bg.gif) no-repeat right center;
	font-size: 80%;
	padding: 5px 15px;
}

div.moduletable,
div.moduletable_default,
div.moduletable_menu,
div.moduletable_text,
div.moduletable_hilite,
div.moduletable_relative {
	margin-bottom: 20px;
	overflow: hidden;
}

div.moduletable div.bubble1,
div.moduletable div.bubble2,
div.moduletable div.bubble3,
div.moduletable div.bubble4 {
	margin-top: 0;
}

/* Module Hilite */
div.moduletable_hilite {
	background: #454545;
	color: #959595;
}

div.moduletable_hilite h3 {
	background: url(../../images/institucional/h3-hilite-bg.gif) repeat-x left bottom #555555;
	border-top: none;
	color: #C5C5C5;
	padding: 14px 0;
}

div.moduletable_hilite h3 span {
	background: url(../../images/institucional/span-hilite-bg.gif) no-repeat right center;
}

div.moduletable_hilite .ja-box-ct {
	padding: 5px 10px;
}

div.moduletable_hilite img {
	background: #404040;
	border: 1px solid #555555;
	padding: 4px;
}

/* Module Hilite */
div.moduletable_relative {
	padding-top: 43px;
}

div.moduletable_relative h3 {
	margin-top: -43px;
}

div.moduletable_relative #ja-contentslider {
	margin-top: -49px;
	width: 100% !important;
}

div.moduletable_relative #ja-contentslider-center {
	margin-top: 55px;
}

/* mis */
div.moduletable ul {
	margin: 0;
	padding: 0;
}

div.moduletable ul li {
	background: url(../../images/institucional/bullet.gif) no-repeat 0px 8px;
	margin: 0;
	padding-left: 12px;
}

/* MAIN LAYOUT
--------------------------------------------------------- */
.wrap {
	clear: both;
	width: 100%;
}

.main, #ja-topsl .ja-box-ct {
	margin: 0 auto;
	width: 940px;
}

#ja-contentwrap {
	float: left;
	width: 620px;
}

#ja-content {          /*aqui*/
	float: left;
	width: 487px;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
/* full right */
#ja-container-fr #ja-contentwrap {
/*	width: 100%;*/
    width: 700px;
}

#ja-container-fr #ja-content {
	width: 700px;
}

/* float left */
#ja-container-fl #ja-content {
	width: 100%;
}

/* full */
#ja-container-f #ja-contentwrap {
	width: 100%;
}

#ja-container-f #ja-content {
	width: 100%;
}

/* MAIN CONTAINER
--------------------------------------------------------- */
#ja-container,
#ja-container-fr,
#ja-container-fl,
#ja-container-f {
	clear: both;
	margin: 0 0 10px;
}

#ja-container .main,
#ja-container-f .main,
#ja-container-fr .main,
#ja-container-fl .main {
	padding: 20px 0 0;
}

/* Primary Column*/
#ja-col1 {
	float: right;
	width: 220px;
}

#ja-col2 {
	float: right;
	width: 300px;
}

#ja-col3 {
	float: left !important;
	width: 200px !important;
    margin-right: 15px;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
	background: url(../../images/institucional/header-bg.gif) repeat-x top left;
	border-bottom: 1px solid #d5e5e2;
	z-index: 10;
}

#ja-header .main {
	height: 115px;
}

h1.logo, h1.logo-text {
	float: left;
	font-size: 300%;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px 0 0;
}



/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	background: url(../../images/institucional/mainnav-bg.gif) repeat-x left bottom;
	border-bottom: 1px solid #d5e5e2;
	border-top: 1px thin #d5e5e2;
	position: relative;
	z-index: 100;
}

#ja-mainnav ul {
	float: left;
}

#ja-subnav {
}

#ja-subnav ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#ja-subnav li {
	background: url(../../images/institucional/dot.gif) repeat-x left bottom;
	display: block;
	line-height: normal;
	margin: 0;
	padding: 0;
}

#ja-subnav a {
	background: url(../../images/institucional/arrow.gif) no-repeat 0 12px;
	color: #555555;
	display: block;
	margin: 0;
	outline: none;
	padding: 7px 0 7px 10px;
	text-decoration: none;
	width: 100%;
}

#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
	background: url(../../images/institucional/arrow-hover.gif) no-repeat 0 12px;
	color: #000000;
	text-decoration: none;
}

#ja-subnav li.active a {
	background: url(../../images/institucional/arrow-hover.gif) no-repeat 0 12px;
	color: #000000;
	/*font-weight: bold;*/
}

/* search */
#ja-search {
	float: right;
	margin-top: 40px;
}

#mod_search_searchword {
	background: url(../../images/institucional/icon-search.gif) no-repeat 270px 6px #FFFFFF;
	border: 1px solid #D5D5D5;
	color: #999999;
	padding: 6px 5px;
	width: 280px;
}



/* Default Joomla! Menu */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 3px 0 0 !important;
}

ul.menu li {
	background: url(../../images/institucional/dot.gif) repeat-x bottom;
	margin: 0;
	padding: 0;
	width: 100%;
}

ul.menu li a {
	background: url(../../images/institucional/arrow.gif) no-repeat 0px 14px;
	color: #353535;
	display: block;
	padding: 6px 0 7px 10px;
	text-decoration: none;
	width: 100%;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	background: url(../../images/institucional/arrow-hover.gif) no-repeat 0px 14px;
	color: #000000;
}

ul.menu li.active a {
	background: url(../../images/institucional/arrow-hover.gif) no-repeat 0px 14px;
	color: #000000;
	/*font-weight: bold;*/
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li {
	background: none;
	border: none;
}

ul.menu li.active li a {
	background: url(../../images/institucional/arrow.gif) no-repeat 10px 11px !important;
	border: none;
	color: #353535;
	font-weight: normal !important;
	padding: 3px 0 5px 20px !important;
	width: 75%; /*need for ie6*/
}

ul.menu li.active li a:hover,
ul.menu li.active li a:focus,
ul.menu li.active li a:active {
	background: url(../../images/institucional/arrow-hover.gif) no-repeat 10px 11px !important;
}

ul.menu li.active li.active a {
	background: url(../../images/institucional/arrow-hover.gif) no-repeat 10px 11px !important;
	color: #000000;
}

ul.menu li.active li a:hover,
ul.menu li.active li a:active,
ul.menu li.active li a:focus {
	background: url(../../images/institucional/arrow-hover.gif) no-repeat 10px 11px !important;
	color: #000000;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

.ja-box-full div.moduletable {
	margin: 0;
}

.ja-box-left div.moduletable {
	margin-right: 10px;
}

.ja-box-center div.moduletable {
	margin: 0 5px;
}

.ja-box-right div.moduletable {
	margin-left: 10px;
}

#ja-slideshow {
	background: url(../../images/institucional/topsl-bg.gif) repeat-x left bottom #454545;
	border-top: 1px solid #353535;
	clear: both;
	display: block;
	float: left;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 1;
}

#ja-slideshow-inner {
	background: url(../../images/institucional/sl-bg.gif) no-repeat center top;
}

#ja-slideshow .main {
	position: relative;
}

/* Top spotlight */
#ja-topsl div.moduletable {
	background: url(../../images/institucional/topsl-bg2.gif) repeat-x left top;
	border-top: 1px solid #DDDDDD;
	margin-bottom: 0;
}
/*
#ja-topsl div.moduletable-title {
	background: url(../../images/institucional/h3-bg2.gif) no-repeat center bottom;
}

#ja-topsl div.moduletable-title h3 {
	background: url(../../images/institucional/h3-bg3.gif) repeat-x left bottom;
	border-top: none;
	margin: 0 auto 20px;
	padding: 12px 0 19px;
	width: 940px;
} */


* html #ja-topsl div.moduletable h3 span {
	background-position: right bottom;
}

/* Bottom spotlight */
#ja-botsl {
	background: #004d43;
	border-bottom: 1px solid #cbdfdc;
	color: #757575;
}

#ja-botsl .main {
	padding: 20px 0;
	zoom: 1;
}

#ja-botsl a {
	color: #757575;
}

#ja-botsl a:hover,
#ja-botsl a:active,
#ja-botsl a:focus {
	color: #D5D5D5;
	text-decoration: none;
}

#ja-botsl div.moduletable {
	margin-bottom: 0;
	padding: 0;
}

#ja-botsl div.moduletable h3 {
	background: none;
	border: none;
	color: #D5D5D5;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: normal;
	padding: 0;
	text-transform: none;
}

#ja-botsl div.moduletable h3 span {
	background: none;
	padding: 0;
}

#ja-botsl li {
	background: url(../../images/institucional/arrow.gif) no-repeat 0px 10px;
	padding: 3px 0 3px 10px;
}

/* login */
#form-login #modlgn_username,
#form-login #modlgn_passwd {
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	padding: 5px;
	width: 80%;
}

#form-login #form-login-remember {
	margin: 0;
}

#form-login label.remember {
	float: none;
}

#form-login .button.logout {
	float: none;
}

#form-login a {
	color: #555555;
}

#form-login a:hover,
#form-login a:focus,
#form-login a:active {
	color: #000000;
	text-decoration: underline;
}

#form-login ul {
	margin-top: 10px;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	background: #017062;
}

#ja-footer .main {
	overflow: hidden;
	padding: 10px 0;
	position: relative;
}

#ja-footer small {
	color: #999999;
}

#ja-footer a {
	color: #999999;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	color: #D5D5D5;
}

#ja-footer ul {
	margin: 0;
	padding: 0;
}

#ja-footer li {
	background: none;
	border-right: 1px dotted #999999;
	display: inline;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}

#ja-footer li.ja-firstitem {
	border-left: 1px dotted #999999;
	padding-left: 10px;
}

#ja-footer .ja-footermenu {
	float: left;
}

#ja-footer .ja-copyright {
	float: right;
}

/* MISCELLANOUS
----------------------------------------------------------- */
img.nostyle {
	background: none !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.border {
	border: 1px solid #999999;
	padding: 4px;
}

.mostread, .latestnews {
	text-decoration: none;
}

#ja-banner {
	margin: 20px 0 0;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

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;
}

.clr {
	clear: both;
}

.hastip img {
	border: none;
	float: left;
	margin: 0;
	padding: 0;
}

div.ja-innerdiv {
	background: url(../../images/institucional/dot.gif) repeat-x bottom left;
	padding: 5px 0 15px;
}

div.ja-innerdiv img {
	padding: 6px 10px 0 0;
}

div.ja-innerdiv span.title {
	display: block;
	font-weight: bold;
}

div.ja-innerdiv span.author {
	color: #959595;
	display: block;
	font-size: 92%;
}

/* JA Catslwi */
#ja-topsl .ja-catslwi-display {
	color: #CCCCCC !important;
}

#ja-topsl div.moduletable .ja-catslwi-display h3 {
	background: none;
	border-top: none;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	margin: 5px 0 5px;
	padding: 5px 0 0;
	text-transform: none;
	text-transform: uppercase;
}

#ja-topsl2 .ja-catslwi-display h3 span {
	background: none;
}

div.ja-catslwi {
	float: left;
	width: 32%;
}

.ja-catslwi-first {
	margin-right: 10px;
}

.ja-catslwi-center {
	margin: 0 5px;
}

.ja-catslwi-last {
	float: right !important;
}

.ja-catslwi-first .ja-catslwi-inner,
.ja-catslwi-center .ja-catslwi-inner,
.ja-catslwi-last .ja-catslwi-inner {
	margin: 0;
	position: relative;
}

/* JA Tabs */
.ja-tabswrap .ja-tab-subcontent span {
	color: #555555;
	font-size: 120%;
	text-transform: uppercase;
}

/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	float: left;
	max-width: 200px;
	padding: 5px;
	z-index: 999;
}

.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: -15px 0 0;
	padding: 15px 0 5px 0;
}

.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: url(../../images/institucional/icon-error.gif) no-repeat 10px 8px #FFFFEC;
	color: #000000;
	margin: 0;
	padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #999999;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #999999;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #999999;
	border: none;
}

.wrap clearfix{
  background-color: #f5f5f5;
}
















/*coluna Col*/

#ja-col{
  width: 239px;
}
#ja-contentwrap{
  width: 680px;
}


.moduletable-col h3{
    border-bottom: 2px solid #f17800;
    padding-bottom: 7px;
}

.moduletable-col span{
  color: #004d43;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 10px;
}

.moduletable-col .ja-box-ct{
  padding: 10px;
}

/*AIDA*/

.aidanews{
    border: 0px solid #f17800;
    padding: 5px;
}

.moduletablenews2{
  border: none !important;
}


#Mod120, #Mod122{
background-color:#FFFFFF;
border:1px solid #FFFFFF !important;
border-top:1px solid #FFFFFF !important;
margin-bottom:15px;
}


#Mod120 .moduletable-title, #Mod122 .moduletable-title{

background: #fff !important;
  border:0 none !important;
  font-size:100% !important;
  outline-color:-moz-use-text-color !important;
  outline-style:none !important;
  outline-width:0 !important;
font-family: Arial,Helvetica,sans-serif !important;
}
#Mod120 .moduletable-title h3, #Mod122 .moduletable-title h3{
  border: none !important;
border-bottom:2px solid #D5E5E2 !important;
padding-bottom:10px !important;
background: #017062 !important;
font-family: Arial,Helvetica,sans-serif !important;
font-size:12px !important;
  margin-left: 0px !important;

}

#Mod120 .moduletable-title span, #Mod122 .moduletable-title span{
color:#fff !important;
background: transparent !important;
font-family: Arial,Helvetica,sans-serif !important;
font-size:12px !important;
margin-left: 0px !important;
text-transform:uppercase !important;
}

.aidanews table tbody tr td{
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border:1px solid #ffffff;
  position: relative;
  width: 300px !important;
  display: block;
  float: left;
  height: 155px;
  margin-bottom: 10px !important;
}

#Mod122 .aidanews table tbody tr td{
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border:1px solid #E5E5E5;
  position: relative;
  width: 630px !important;
  display: block;
  float: left;
  height: auto;
  margin-bottom: 10px !important;
}

#Mod122 .aidanews a{
  float: left;
  margin-right: 10px !important;
}

#Mod122 .ja-box-ct a{
  margin-left: 10px;
}


.aidanews tbody td:first-child{
  margin-right: 10px !important;
}



.aidanews table div div span a{
font-family: Arial,Helvetica,sans-serif !important;
font-size:13px !important;
 color:#f17800 !important;
 margin-left: 2px;
}


.aidanews table tbody tr{
  margin-left: 5px;
}


/*coluna Col2*/

#ja-col2{
  width: 239px;
}

.moduletable-col2 h3{
    border-bottom: 2px solid #004d43;
    padding-bottom: 7px;
}

.moduletable-col2 span{
  color: #004d43;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 10px;
}

.moduletable-col2 .ja-box-ct{
  padding: 10px;
}

.moduletable-col2 {
background-color:#FFFFFF;
border:1px solid #E5E5E5;
margin-bottom:15px;
}


/*col 3*/

#ja-col3{
  width: 239px;
}

.moduletable-col3 h3{
    border-bottom: 2px solid #004d43;
    padding-bottom: 7px;
}

.moduletable-col3 span{
  color: #004d43;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 10px;
}

.moduletable-col3 .ja-box-ct{
  padding: 10px;
}

.moduletable-col3 {
background-color:#FFFFFF;
border:1px solid #E5E5E5;
margin-bottom:15px;
}

/*meio*/


#jazin-wrap{
  border: 0px;
}

.titulop a{
  color: #f28922;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 6px;
}

.titulo22{
  /*background:transparent url(http://localhost/Far2010/templates/ja_sulfur/images/pw-inner-bg.gif) no-repeat scroll right center;*/
  border-bottom: 1px solid #E9F2F0;  
  background-color: #017062;
  height: 23px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    /*Linha em Baixo
    
  border:1px solid #E5E5E5; 
  border-bottom: 2px solid #004d43;
 
  background-color: #fff;
  height: 23px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;    
    */
}

.titulo22 span{
  color: #fff;
}


/*meio dentro*/

#ja-contentwrap{
  border: 1px solid #E5E5E5;
  background-color: #fff;      /*e9f2f0*/
  padding: 10px;
  width: 670px;
}
.display{
  margin-bottom: 15px;
}

.componentheading{
  border: 1px solid #d6d6d6;
  background-color: #f5f5f5;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #5d5f5f;
    padding: 5px;
}



/*LEFT*/

#float-left{
  border: 1px solid #d6d6d6;
  background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #5d5f5f;
    padding: 5px;
    width: 160px;
    float: left;
    margin-right: 10px;
}

#float-left h3{
  color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
   border-bottom: 1px solid #cccccc;
       padding-bottom: 7px;
}



.jazin-content, .ja-newscontent{
  /*text-align: justify;*/
}

.ja-newscontent{
  font-size: 14px;
}





/*COLLUM*/

.jazin-boxwrap{
  height: 180px;
}


/*SEARCH*/


#roksearch_results {
	z-index: 10000;
	position: absolute;
	width: 400px;
	float:right;
	background-color: #000;
	text-align: left;
	visibility: hidden;
}
.roksearch_results {
	border: 4px #ddd solid;
}

.roksearch_results .highlight {
	background: #fbf55e;
	color: #000;
}
#roksearch_results #roksearch_link {
	float: right;
	padding-right: 5px;
}
#roksearch_results .roksearch_header {
	font-weight: bold;
	font-size: 14px;
	background-color: #000;
	color: #f3f3f3;
	padding: 4px;
}
#roksearch_results h3 {
	color: #000;
	padding-bottom: 3px;
}
#roksearch_results span {
	line-height: 100%;
}
#roksearch_results .roksearch_odd {
	border-top: 2px #0c0c0c solid;
	background-color: #f3f3f3;
	color: #333;
	padding: 5px;
}
#roksearch_results .roksearch_even {
	border-top: 2px #eee solid;
	background-color: #FFF;
	padding: 5px;
}

#roksearch_results .arrow-left, #roksearch_results .arrow-right {
	width: 20px;
	display: block;
	background: #111;
}
#roksearch_results .container-wrapper {
	overflow: hidden;
}

#roksearch_results .container-scroller {

}
#roksearch_results .page {
float: left;
}
#roksearch_results .roksearch_row_btm {
	font-weight: bold;
	font-size: 14px;
	background-color: #EEE;
	padding: 4px;
}

.roksearch_odd png{
  visibility: hidden;
}

#roksearch_search_str{
  width: 180px;
    margin-top: -5px;
}

#ja-search{
  margin-right: -120px;
  margin-top: 52px;
  position: relative;
}



/*INTRAMAIL*/
#intramail{
  float: right;
}








/* CSS Menu */
#ja-cssmenu li a span {
	color: #fff;
}
#ja-cssmenu li.havechild ul li a span.menu-title{
	color: #004d43;
}
#ja-cssmenu li.havechild ul li a:hover span.menu-title{
	color: #fff;
}





/* HEADER
--------------------------------------------------------- */
/*
#ja-header {
	background: url(../../images/institucional/header-bg.gif) repeat-x top left;
	border-bottom: 1px solid #d5e5e2;
	z-index: 10;
}
*/
#ja-container-fl{
	background: transparent url(../../images/institucional/header-bg-baixo.gif) no-repeat top right;
	border-bottom: 0px solid #d5e5e2;
	z-index: 10;
}


#ja-header {
	background: #fff url(../../images/institucional/header-bg.gif) no-repeat top right;
	height: 146px;
	
}

#ja-header .main {
	height: 115px;
}

h1.logo, h1.logo-text {
	float: left;
	font-size: 300%;
	letter-spacing: 1px;
	margin: 0;
	padding: 20px 0 0;
}

h1.logo a {
	background: url(../../images/institucional/logo.png) no-repeat;
	display: block;
	height: 102px;
	width: 786px;
}


/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	background: #004d43;
	border: none;
}


#ja-footer .ja-copyright small, #ja-footer .ja-copyright small a, .ja-footermenu ul#mainlevel-nav li a, h3{
  color: #fff;
  font-weight: bold;
  font-size: 11px;
}






div.ja-newscat{
border-bottom:1px solid #E5E5E5;
background-color:#f17800;
display:block;
margin:0;
padding:5px 0 3px;
position:relative;
text-transform:uppercase;
color: #000;
}
#jahl-headlineanchor{
color: #fff;
font-weight:bold;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}
#jahl-indicator{
background: transparent;
color: #fff;
font-size: 12px;
padding-top: 4px;
}
#ja-pathway {
background:transparent url(../images/pathway-bg.gif) no-repeat scroll center top;
border-bottom:10px solid #f17800;
border-top:0px solid #004d43;
position:relative;
text-transform:uppercase;
z-index:98;
}
#ja-pathway .inner {
background:#fff;
display:block;
float:left;
height:22px;
line-height:22px;
magin: 0px;
padding: 0px;
}
#ja-pathway .main {
background:#fff;

}

.category tbody tr th#count, .category tbody tr th#tableOrdering,.category tbody tr th#author, .category tbody tr th#hits{
background:#004d43;
border-bottom: 4px solid #f17800;
}
h1.componentheading, h1.componentheading span{
background:#004d43;
color: #fff;
}




/* CSS Menu */
#ja-cssmenu li ul a:hover,
#ja-cssmenu li ul a:active,
#ja-cssmenu li ul a:focus,
#ja-cssmenu ul li:hover,
#ja-cssmenu ul li.sfhover,
#ja-cssmenu ul li.havesubchildsfhover,
#ja-cssmenu ul li.havesubchild-activesfhover,
#ja-cssmenu ul ul li:hover,
#ja-cssmenu ul ul li.sfhover,
#ja-cssmenu ul ul li.havesubchildsfhover,
#ja-cssmenu ul ul li.havesubchild-activesfhover {
	background: #004d43 !important;
}

#ja-cssmenu li ul a:active span,
#ja-cssmenu li ul a:focus span,
#ja-cssmenu ul li.sfhover span,
#ja-cssmenu ul li.havesubchildsfhover span,
#ja-cssmenu ul li.havesubchild-activesfhover span,
#ja-cssmenu ul ul li.sfhover span,
#ja-cssmenu ul ul li.havesubchildsfhover span,
#ja-cssmenu ul li.havechild,
#ja-cssmenu ul ul li.havesubchild-activesfhover span {
	color: #017062!important;
}

#ja-cssmenu li a:hover,
#ja-cssmenu li a:active,
#ja-cssmenu li a:focus,
#ja-cssmenu li.sfhover a {
	background: url(../../images/institucional/mainnav-active2.gif) no-repeat left top;
}

#ja-cssmenu li a:hover span,
#ja-cssmenu li a:active span,
#ja-cssmenu li a:focus span,
#ja-cssmenu li.sfhover a span {
	background: url(../../images/institucional/mainnav-active2.gif) no-repeat right top;
}



#ja-cssmenu li.active a,
#ja-cssmenu li.activesfhover a {
	background: url(../../images/institucional/mainnav-active2.gif) no-repeat left top;
}

#ja-cssmenu li.active a span,
#ja-cssmenu li.activesfhover a span {
	background: url(../../images/institucional/mainnav-active2.gif) no-repeat right top;
}


#ja-cssmenu li.havechild:hover a,
#ja-cssmenu li.havechildsfhover a {
	background: url(../../images/institucional/mainnav-active2.gif) no-repeat left top;
}

#ja-cssmenu li.havechild:hover a span,
#ja-cssmenu li.havechildsfhover a span {
	background: url(../../images/institucional/mainnav-active2.gif) no-repeat right top;
}
#ja-cssmenu li.havechild ul li.active a.active{
	background: #017062 !important;
}
#ja-cssmenu li.havechild ul li.active a.active span.menu-title{
	color: #fff!important;
}
.active {
font-weight:normal !important;
}

/*Merdas de IEs até o 8*/
ul#ja-cssmenu li ul li a span{
color: #004d43\9; 
color /*\**/: #004d43;
}
ul#ja-cssmenu li ul li a:hover span{
color: #ffffff\9 !important; 
color /*\**/: #ffffff !important;
}


#roksearch_results .roksearch_header{
background: #004d43;
}


/*Busca com opacidade*/


.full2{
  position: absolute;
  height: 200%;
  width: 100%;
  background: #fff;
  top: 0px;
  left: 0px;
  z-index: 10000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;  
}
.full1{
  position: absolute;
  height: 1px;
  width: 1px;
  top: 0px;
  left: 0px;
 
}
.borda2{
border: 1px solid #d64a08;
font-weight: bold;
/*text-decoration: blink;*/
background: #f17800;
color: #fff;
}


#rokajaxsearch{
  z-index: 10001;
  position: relative;
}

#roksearch_link{
font-size: 12px;
color: #fff;
font-weight: bold;
padding-top: 3px;
}

.container-wrapper a h3{
background: #d3e5e3;
border-bottom: dotted 1px #000;
}

.moduletable-col2 .ja-box-ct ul li{
border-bottom: dotted 1px #004d43;
}

.moduletable-col3 .ja-box-ct ul li{
border-bottom: dotted 1px #004d43;
}


body#bd{
	background: transparent url(../../images/institucional/header-bg-baixo2.gif) no-repeat;
	background-position: right 950px; 
}
#ja-pathway div.main, #ja-pathway .clearfix{ /*, #ja-pathway .inner*/
background: transparent;
visibility: hidden;
}


#jazin-hlwrap{
height: 210px;
}