/*------------------------------------------------------------------------
# JA Topaz for Joomla 1.5.x - Version 1.0 - Licence Owner JA26911
# ------------------------------------------------------------------------
# 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.
-------------------------------------------------------------------------*/
/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
}

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

body#bd {
        background: #A5A5A5;
        color: #555555;
        margin: 0;
        padding: 0;
}

body.contentpane {
        color: #000000;
        font-size: 12px;
        line-height: 1.3em;
        margin: 0;
        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: #F89A20;
        text-decoration: none;
}

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

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 image*/
img {
        margin: 0;
        padding: 0;
}

.img_caption {
        padding-right: 10px;
}

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

.img_caption.left, .img_caption.right {
}

/* Frontpage */
div.leading .img-desc {
        margin: 0;
}

div.leading .img-desc img {
        margin-top: 5px;
}

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

div.article-content img,
.img-desc img {
        background: #FFFFFF;
        border: 1px solid #DDDDDD;
        margin: 0 8px 0 0;
        padding: 3px;
}

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

.img_caption img {
        background: #FFFFFF;
        border: 1px solid #CCCCCC;
        padding: 4px;
}

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

.img-border {
        border: 5px solid #B9B7B5;
}

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

h2 {
        font-size: 175%;
}

h3 {
        font-size: 150%;
}

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 8px;
        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: #FFFFFF;
        font-weight: bold;
}

hr {
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #4F4F4F;
        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: #FFFFFF;
        border: 1px solid #B9B7B5;
        color: #666666;
        font-size: 100%;
        padding: 2px;
}

.button {
        background: url(../images/but-bg.gif) repeat-x left center #FFFFFF;
        border: 1px solid #D9D9D9;
        color: #555555;
        font-weight: bold;
        padding: 1px 8px;
}

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

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

/* JOOMLA STYLE
--------------------------------------------------------- */
/*override fontpage*/
#ja-contentheading {
        border-bottom: 5px solid #EBEBEB;
}

#ja-contentheading .leading {
        float: left;
        width: 60%;
}

#ja-contentheading .article-block {
        float: right;
        width: 40%;
}

#ja-contentheading .article_row {
        padding: 0 0 0 15px;
}

#ja-contentheading .leading h2.contentheading {
        font-size: 180%;
}

#ja-contentheading h2.contentheading {
        font-size: 125%;
}

#ja-contentheading .article-meta {
        width: 100%;
}

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

.leading_separator {
        display: none;
        height: 10px;
}

.row_separator {
        display: none;
}

.column_separator {
        padding: 0 25px;
}

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

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

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

tr.sectiontableentry2 td {
        background: #F8F8F7;
}

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

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

table.contenttoc {
        float: right;
        margin: 0 0 10px 10px;
        padding: 0;
        width: 30%;
}

table.contenttoc td {
        background: url(../images/bullet.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: #F8F8F7;
}

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

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

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

.blog_more h2 {
        color: #F89A20;
        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/bullet.gif) no-repeat 4px 8px;
        margin: 0;
        padding: 0 0 0 12px;
}

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

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

.category {
        font-weight: bold;
}

h1.componentheading, .componentheading {
        border-bottom: 1px solid #CCCCCC;
        font-size: 200%;
        margin: 0 0 15px;
        padding: 5px 0;
}

.contentdescription {
        padding-bottom: 30px;
}

h2.contentheading, .contentheading {
        color: #666666;
        font-size: 180%;
        margin: 0 0 5px;
        padding: 0;
}

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

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}

a.readon {
        background: #F89A20;
        color: #FFFFFF;
        padding: 0 5px;
}

a.readon:hover, a.readon:focus, a.readon:active {
        text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

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

.moduletable {
        padding: 0;
}

ul.pagination {
        border-top: 1px solid #CCCCCC;
        color: #555555;
        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 {
        background: #FFFFFF;
        border: 1px solid #CCCCCC;
        color: #4F4F4F;
        padding: 1px 4px;
        text-decoration: none;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
        color: #F89A20;
}

.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/bullet.gif) no-repeat left center;
        color: #F89A20;
        padding-left: 10px;
}

.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 {
        color: #999999;
        float: left;
        width: 70%;
}

.createdby {
        color: #999999;
}

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

.modifydate {
        color: #999999;
        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: #555555;
}

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

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

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

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

div.column1 .contentpaneopen {
        padding-right: 10px;
}

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

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

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

.main {
        background: url(../images/mainwrap-bg.gif) repeat-y center top;
        margin: 0 auto;
        width: 980px;
}

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

#ja-mainbody {
        float: right;
        width: 75%;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-current-content {
        margin: 0 0 15px;
        padding: 0 15px;
}

/* COLUMNS
--------------------------------------------------------- */
/*common style for column*/
#ja-colwrap {
        float: right;
        width: 25%;
}

#ja-colwrap .ja-innerpad {
        padding: 0;
}

/* 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 {
}

#ja-container .main .inner,
#ja-container-fr .main .inner,
#ja-container-fl .main .inner {
        background: url(../images/rightcol-bg.gif) repeat-y right top #FFFFFF;
        padding: 0;
}

#ja-container-f .main .inner {
        background: #FFFFFF;
        padding: 0;
}

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

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

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

#ja-container-fr #ja-current-content {
        margin-right: 0;
}

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

#ja-container-fl #ja-content {
        width: 80%;
}

#ja-container-fl #ja-current-content {
        margin-left: 0;
}

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

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

#ja-container-f #ja-current-content {

}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_default h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_blank h3 {
        background: url(../images/h3-bg.gif) repeat-y left top #A5A5A5;
        border-right: 5px solid #666666;
        color: #FFFFFF;
        font-size: 100%;
        letter-spacing: 1px;
        margin: 0 0 10px;
        padding: 7px 0 7px 15px;
        text-transform: uppercase;
}

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

div.ja-box-ct {
        padding: 0 15px;
}

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

div.moduletable_blank div.ja-box-ct {
        background: none !important;
        border: none;
        margin: 0;
        padding: 0 0 0 5px !important;
}

/*tabs*/
#ja-colwrap div.moduletable_tabs {
        background: #DDDDDD;
        border: 1px solid #B9B7B5;
        padding: 0;
}

#ja-colwrap div.moduletable_tabs div.ja-box-ct {
        background: none;
        border: none;
        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 {
        background: url(../images/mainwrap-top.gif) no-repeat center top;
        line-height: normal;
        margin-top: 20px;
        padding-top: 10px;
        position: relative;
        z-index: 999;
}

#ja-header .main {
}

#ja-header .inner {
        background: url("../images/topbg.gif") no-repeat scroll center top transparent;
        height: 126px;
        padding: 0 0px;
        position: relative;
}

h1.logo, div.logo-text {
        float: left;
        margin: 0px 0 0;
        padding: 0;
}

h1.logo a {
        background: url(../images/logo.gif) no-repeat center;
        display: block;
        height: 126px;
        width: 960px;
}

h1.logo a span {
        position: absolute;
        top: -1000px;
}

div.logo-text {
        margin: 10px 0 0;
        outline: none;
}

div.logo-text h1 {
        border-right: 1px solid #CCCCCC;
        float: left;
        font-size: 250%;
        font-weight: bold;
        letter-spacing: 2px;
        margin: 0;
        padding-right: 10px;
}

div.logo-text h1 a {
        color: #F89A20;
        text-transform: uppercase;
}

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

.site-slogan {
        color: #555555;
        display: block;
        float: left;
        margin: 10px 0 0 10px;
        padding: 0;
        text-transform: uppercase;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 9999;
}

#ja-mainnav .main {
        position: relative;
}

#ja-mainnav .inner {
        background: #222222;
        padding: 0;
}

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

#ja-subnav {}

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

#ja-subnav li {
        background: url(../images/mainlevel-bg.gif) repeat-x left bottom;
        display: block;
        line-height: normal;
        margin: 0;
        padding: 0;
}

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

#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
        background: url(../images/bullet-hover.gif) no-repeat 0 12px;
        color: #F89A20;
        text-decoration: none;
}

#ja-subnav li.active a {
        background: url(../images/bullet-hover.gif) no-repeat 0 12px;
        color: #F89A20;
        font-weight: bold;
}

/* breadcrumbs */
#ja-pathway {
        background: #F8F8F7;
        border-bottom: 1px solid #E7E8E6;
        border-top: 1px solid #E7E8E6;
        color: #555555;
        margin: 0 0 15px 0;
        padding: 6px 20px 5px;
}

#ja-pathway .ja-pathway-text {
        float: left;
        padding: 1px 10px 2px;
}

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

#ja-pathway strong {
}

#ja-pathway a {
        font-weight: bold;
}

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

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

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

ul.menu li a {
        background: url(../images/bullet.gif) no-repeat 0 12px;
        color: #555555;
        display: block;
        margin: 0;
        outline: none;
        padding: 6px 0 6px 15px;
        text-decoration: none;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
        background: url(../images/bullet-hover.gif) no-repeat 0 12px;
        color: #F89A20;
        text-decoration: none;
}

ul.menu li.active a {
        background: url(../images/bullet-hover.gif) no-repeat 0 12px;
        color: #F89A20;
        font-weight: bold;
}

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

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

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

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
        background: url(../images/bullet-hover.gif) no-repeat 0 12px !important;
        color: #F89A20 !important;
        text-decoration: none;
}

ul.menu li li.active a {
        background: url(../images/bullet-hover.gif) no-repeat 0 12px !important;
        color: #F89A20 !important;
}

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

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

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

/* Top Spotlight */
#ja-topsl {
        margin: 0;
        z-index: 10;
}

#ja-topsl .main {}

#ja-topsl .inner {
        background: #F89A20;
        padding: 0;
}

/* Bottom spotlight */
#ja-botsl div.moduletable h3 {
        background: none;
        border: none;
        color: #555555;
        padding: 0 5px;
}

#ja-botsl div.inner {
        background: none !important;
}

#ja-botsl .ja-box-ct {
        padding: 0 5px;
}

#ja-botsl div.ja-box-ct img {
        border: 1px solid #DDDDDD;
        padding: 2px;
}

/* Bottom spotlight1 */
#ja-botsl1 {
        clear: both;
        padding: 0;
}

#ja-botsl1 .main {
}

#ja-botsl1 .inner {
        background: #000000;
        border-top: 5px solid #F89A20;
        margin: 0 10px;
        padding: 20px 10px;
}

#ja-botsl1 div.moduletable h3 {
        background: none;
        border-bottom: 3px solid #1E1E1E;
        border-right: none;
        color: #666666;
        margin: 0 0 10px 0;
        padding: 5px 0;
}

#ja-botsl1 div.moduletable,
#ja-botsl1 div.moduletable_default {
        background: none;
        color: #555555;
        margin: 0;
        padding: 0 10px;
}

#ja-botsl1 div.ja-box-ct {
        background: none;
        border: none;
        padding: 0;
}

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

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

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

#ja-botsl1 .img-border {
        background: #000000;
        border: 1px solid #222222;
}

#ja-botsl1 a {
        color: #555555;
}

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

#ja-botsl1 li {
        background: none;
        border-bottom: 1px solid #222222;
}

#ja-botsl1 li a {
        background: url(../images/bullet2.gif) no-repeat 0px 5px;
}

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

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
        background: url(../images/mainwrap-bot.gif) no-repeat center bottom;
        clear: both;
        margin: 0 0 20px;
        padding-bottom: 10px;
}

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

#ja-footer .inner {
        background: #222222;
        border-top: 1px solid #333333;
        padding: 20px;
}

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

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

#ja-footer small {
        font-size: 100%;
}

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

#ja-footer li {
        background: none;
        display: inline;
        margin: 0;
        padding: 0;
}

#ja-footer li a {
        color: #555555;
        display: inline;
        padding: 0 10px;
}

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

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

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

/* JA Slideshow */
#ja-slideshow {
        float: left;
        margin: 0;
        padding: 0;
}

/* 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 {
        background: url(../images/icon-search.gif) no-repeat right center;
        font-size: 12px;
        padding: 2px;
        position: absolute;
        right: 15px;
        top: 20px;
        width: 242px;
        z-index: 1;
}

#ja-search .inputbox {
        background: #F8F8F7;
        border: 1px solid #E7E8E6;
        color: #666666;
        margin: 0;
        width: 215px;
}

#ja-search .button {
        border: none;
        color: #CCCCCC;
        font-size: 11px;
        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;
}

.clr {
        clear: both;
}

.hastip img {
        border: none;
}

ul.no-display {
        display: none;
}

div.ja-innerdiv {
        background: url(../images/mainlevel-bg.gif) repeat-x left bottom;
        padding: 10px 0 !important;
}

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

div.ja-innerdiv .img-border {
        background: #FFFFFF;
        border: 1px solid #DDDDDD;
        margin: 5px 8px 0 0;
        padding: 2px;
}

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

/* Tooltips */
.tool-tip {
        background: #FFFFFF;
        border: 1px solid #CCCCCC;
        color: #333333;
        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: 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: #666666;
        border: none;
}

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

/* System Notice Messages */
#system-message dd.notice ul {
        background: #666666;
        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: "."; /* FF, O, etc. */
        display: block;
        height: 0;
        visibility: hidden;
}