/* cfc.system.css-import */

@import url('./css/system.css');
.system-unpublished,
tr.system-unpublished {
    background: #e8edf1;
    border-top: 4px solid #c4d3df;
    border-bottom: 4px solid #c4d3df;
}

span.highlight {
    background-color: #FFFFCC;
    font-weight: bold;
    padding: 1px 4px;
}

.img-fulltext-float-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.img-fulltext-float-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.img-intro-float-right {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
}

.img-intro-float-left {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

/* f87.general.css */

.invalid {
    border-color: #ff0000;
}

label.invalid {
    color: #ff0000;
}

#editor-xtd-buttons {
    padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
    float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
    display: block;
    height: 22px;
    float: left;
    line-height: 22px;
    font-size: 11px;
    color: #666;
    cursor: pointer;
}

.button2-left span,
.button2-right span {
    cursor: default;
    color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
    padding: 0 6px;
}

.page span {
    color: #000;
    font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
    text-decoration: none;
    color: #0B55C4;
}

.button2-left a,
.button2-left span {
    padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
    padding: 0 6px 0 24px;
}

.button2-left {
    background: url('./images/j_button2_left.png') no-repeat;
    float: left;
    margin-left: 5px;
}

.button2-right {
    background: url('./images/j_button2_right.png') 100% 0 no-repeat;
    float: left;
    margin-left: 5px;
}

.button2-left .image {
    background: url('./images/j_button2_image.png') 100% 0 no-repeat;
}

.button2-left .readmore,
.button2-left .article {
    background: url('./images/j_button2_readmore.png') 100% 0 no-repeat;
}

.button2-left .pagebreak {
    background: url('./images/j_button2_pagebreak.png') 100% 0 no-repeat;
}

.button2-left .blank {
    background: url('./images/j_button2_blank.png') 100% 0 no-repeat;
}

div.tooltip {
    float: left;
    background: #ffc;
    border: 1px solid #D4D5AA;
    padding: 5px;
    max-width: 200px;
    z-index: 13000;
}

div.tooltip h4 {
    padding: 0;
    margin: 0;
    font-size: 95%;
    font-weight: bold;
    margin-top: -15px;
    padding-top: 15px;
    padding-bottom: 5px;
    background: url('./images/selector-arrow.png') no-repeat;
}

div.tooltip p {
    font-size: 90%;
    margin: 0;
}

.img_caption .left {
    float: left;
    margin-right: 1em;
}

.img_caption .right {
    float: right;
    margin-left: 1em;
}

.img_caption .left p {
    clear: left;
    text-align: center;
}

.img_caption .right p {
    clear: right;
    text-align: center;
}

.img_caption {
    text-align: center!important;
}

.img_caption.none {
    margin-left: auto;
    margin-right: auto;
}

a img.calendar {
    width: 16px;
    height: 16px;
    margin-left: 3px;
    background: url('./images/calendar.png') no-repeat;
    cursor: pointer;
    vertical-align: middle;
}

/* e7a.style.css */

#ja-form {}

#ja-form .form-info {
    padding-left: 30px;
}

ul.form-list li {
    background: none !important;
    padding: 5px 10px;
    clear: both;
    position: relative;
    list-style: none;
}

ul.form-list li label {
    font-weight: bold;
    margin-bottom: 5px;
}

ul.form-list li input-text {
    float: none;
}

ul.form-list li .input-box {
    padding: 10px;
    border: 1px solid #fff;
}

ul.form-list li:hover .input-box {
    background: #fffbcc;
    border: 1px solid #eee;
}

ul.form-list li:hover li .input-box {
    background: none;
    border: 1px solid #fffbcc;
}

ul.form-list li.error .input-box {
    background: #fff0f0 !important;
    display: block !important;
    border: 1px dotted #cc0000;
}

.recaptchatable #recaptcha_response_field {
    min-width: 145px;
    left: 0;
}

#ja-form {
    float: left;
    overflow: hidden;
    position: relative;
    width: auto;
}

/* 9ce.slimbox.css */

@media screen {
    #lbOverlay {
        position: fixed;
        z-index: 99999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        cursor: pointer;
    }
    #lbCenter,
    #lbBottomContainer {
        position: absolute;
        z-index: 99999;
        overflow: hidden;
        background-color: #fff;
    }
    .lbLoading {
        background: #fff url('../plugins/system/imagesizer/lbscripts/slimbox/loading.gif') no-repeat center;
    }
    #lbImage {
        position: absolute;
        left: 0;
        top: 0;
        border: 10px solid #fff;
        background-repeat: no-repeat;
    }
    #lbPrevLink,
    #lbNextLink {
        display: block;
        position: absolute;
        top: 0;
        width: 50%;
        outline: none;
    }
    #lbPrevLink {
        left: 0;
    }
    #lbPrevLink:hover {
        background: transparent url('../plugins/system/imagesizer/lbscripts/slimbox/prevlabel.gif') no-repeat 0 15%;
    }
    #lbNextLink {
        right: 0;
    }
    #lbNextLink:hover {
        background: transparent url('../plugins/system/imagesizer/lbscripts/slimbox/nextlabel.gif') no-repeat 100% 15%;
    }
    #lbBottom {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 10px;
        color: #666;
        line-height: 1.4em;
        text-align: left;
        border: 10px solid #fff;
        border-top-style: none;
    }
    #lbCloseLink {
        display: block;
        float: right;
        width: 66px;
        height: 22px;
        background: transparent url('../plugins/system/imagesizer/lbscripts/slimbox/closelabel.gif') no-repeat center;
        margin: 5px 0;
        outline: none;
    }
    #lbCaption,
    #lbNumber {
        margin-right: 71px;
    }
    #lbCaption {
        font-weight: bold;
    }
    #lbCaption span {
        font-weight: normal;
        padding-bottom: 5px;
        display: block;
    }
}

/* 1ac.style.css */

.ja-slidewrap {
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.ja-slide-main-wrap {
    overflow: hidden;
    position: relative;
}

.ja-slide-main {
    position: absolute;
    z-index: 1;
}

.ja-slide-item {
    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.ja-slide-item {
    right: 0;
    left: 0;
}

.ja-slide-item img {
    background: #000;
}

.ja-slide-thumbs-wrap {
    clear: both;
    overflow: hidden;
    position: relative;
}

.but_prev,
.but_next {
    background: #000;
    position: absolute;
    top: 0;
    z-index: 99;
}

.but_prev {
    background: url('./images/arrow-l.gif') no-repeat right center;
    left: 0;
}

.but_prev:hover,
.but_next:hover {
    cursor: pointer;
}

.but_next {
    background: url('./images/arrow-r.gif') no-repeat left center;
    right: 0;
}

.maskdesc {
    background: #000;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 100;
}

.maskdesc .ja-slide-desc {
    color: #fff;
    font-size: 100%;
    padding: 10px 20px;
}

.maskdesc .ja-slide-desc a,
.maskdesc .ja-slide-desc a:hover,
.maskdesc .ja-slide-desc a:focus,
.maskdesc .ja-slide-desc a:active {
    border: none !important;
    text-decoration: none !important;
}

.maskdesc .ja-slide-desc a span {
    color: #fff;
    font-size: 150%;
    font-weight: bolder;
    text-transform: uppercase;
}

.maskdesc .ja-slide-desc br {
    display: none;
}

.maskdesc .ja-slide-desc h3 {
    margin: 0;
    padding: 0;
}

.maskdesc .ja-slide-desc p a {
    color: #ccc;
}

.maskdesc a.readon {
    background: url('./images/arrow-ri.gif') no-repeat right 7px;
    bottom: 2px;
    color: #ccc;
    display: block;
    font-size: 100%;
    font-weight: bold;
    padding: 0 8px 0 0;
    position: absolute;
    right: 20px;
}

.maskdesc a.readon:hover,
.maskdesc a.readon:active,
.maskdesc a.readon:focus {
    background: url('./images/arrow-ri-hover.gif') no-repeat right 7px;
    color: #fff;
}

.ja-slide-buttons {
    z-index: 900;
}

.ja-slide-buttons span {
    background: #000;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 5px;
    padding: 2px 5px;
}

#ja-slideshow .ja-slidewrap {
    margin: 0;
    padding: 0;
    position: relative;
}

#ja-slideshow .ja-slide-mask {
    background: #ccc;
    bottom: 10px;
    display: none;
    height: 70px;
    position: absolute;
    right: 10px;
    width: 210px;
    z-index: 99;
}

#ja-slideshow .ja-slide-thumbs-wrap {
    background: #ccc;
    bottom: 10px;
    position: absolute;
    right: 10px;
    z-index: 100;
}

#ja-slideshow .ja-slide-buttons {
    bottom: 10px;
    display: block;
    left: 10px;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 101;
}

#ja-slideshow .ja-slide-thumb img {
    background: #CCCCCC;
    border: 1px solid #fff;
    margin: 4px;
}

#ja-slideshow .ja-slide-item img {
    border: none;
    padding: 0;
}

#ja-slideshow .maskdesc {
    background: none;
}

#ja-slideshow .maskdesc .ja-slide-desc {
    color: #fff;
    font-size: 100%;
    padding: 20px 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 230px;
}

#ja-slideshow .maskdesc .ja-slide-desc h3 {
    color: #ccc;
    text-transform: uppercase;
}

.ja-vertical_right {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.ja-vertical_left {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 100;
}

.ja-vertical_right .active {
    background: url('./images/arrow-bg.png') no-repeat center left;
}

.ja-vertical_left .active {
    background: url('./images/arrow-bg.png') no-repeat center right;
}

.ja-slide-right {
    margin-left: auto;
    right: 0;
    top: 0;
}

.ja-slide-thumbs,
.ja-slide-thumbs-mask,
.ja-slide-thumbs-handles {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 5000px;
}

.ja-slide-descs {
    display: none;
}

.ja-slide-thumb,
.ja-slide-thumbs-handles span {
    cursor: pointer;
    display: block;
    float: left;
    margin: 0;
}

.ja-vertical_right .ja-slide-thumb,
.ja-vertical_right .ja-slide-thumbs-handles span {
    float: none!important;
}

.ja-vertical_left .ja-slide-thumb,
.ja-vertical_left .ja-slide-thumbs-handles span {
    float: none!important;
}

.ja-slide-thumbs-wrap .active .ja-slide-thumb-inner {
    background: url('./images/grad-bg.gif') repeat-x top left #57212A;
}

.ja-slide-thumbs-wrap .active .ja-slide-thumb-inner h3 {
    color: #fff !important;
}

.ja-slide-thumbs-mask-left,
.ja-slide-thumbs-mask-right,
.ja-slide-thumbs-mask-center {
    float: left;
}

.ja-vertical_right .ja-slide-thumbs-mask-left,
.ja-vertical_right .ja-slide-thumbs-mask-right,
.ja-vertical_right .ja-slide-thumbs-mask-center {
    display: block;
    float: none;
}

.ja-vertical_left .ja-slide-thumbs-mask-left,
.ja-vertical_left .ja-slide-thumbs-mask-right,
.ja-vertical_left .ja-slide-thumbs-mask-center {
    display: block;
    float: none;
}

.ja-slide-thumb-inner {
    background: #000;
    border-top: 1px solid #191A1B;
    color: #757575;
    height: 100%;
    margin-left: 19px;
    padding: 0 15px;
}

.ja-vertical_left .ja-slide-thumb-inner {
    margin-left: 0px;
    margin-right: 19px;
}

.ja-slide-thumb-inner img {
    background: #000;
    border: 1px solid #1C1C1C;
    margin: 15px 5px 0 0;
    padding: 3px;
}

.ja-slide-thumb-inner h3 {
    font-size: 11px;
    margin: 0px !important;
    padding: 15px 0 0 !important;
}

.active .ja-slide-thumb-inner {
    border: none;
    color: #fff;
}

.active .ja-slide-thumb-inner img {
    background: #57212A;
    border: 1px solid #67373F;
}

.ja-slide-thumbs-mask-left,
.ja-slide-thumbs-mask-right,
.ja-slide-thumbs-mask-center {
    float: left;
}

.ja-slide-thumbs-mask-left,
.ja-slide-thumbs-mask-right {
    background: #000;
}

/* aaf.style.css */

#ja-slideshow {
    background: url('./images/slideshow-bg.png') repeat-x scroll left bottom #70031b;
}

#ja-slideshow .wrap-inner1 {
    background: url('./images/shadow-bg.png') no-repeat center top;
}

#ja-slideshow .ja-slide-thumbs-wrap.ja-horizontal,
.ja-horizontal {
    background: url('./images/tab-slideshow.png') repeat left top !important;
    width: 960px !important;
    height: 40px !important;
    position: absolute;
    z-index: 200;
    bottom: 0px;
    border-bottom: solid 1px #c4c2c3;
}

.ja-slide-thumbs {
    margin-left: 80px;
    background: url('./images/line-bg.png') repeat-y right top;
    float: left;
}

.ja-slide-thumbs .ja-slide-thumb {
    float: left;
    cursor: pointer;
    background: url('./images/line-bg.png') repeat-y left top;
    height: 40px !important;
}

.ja-slide-thumbs .ja-slide-thumb span {
    display: block;
}

.ja-slide-thumbs .ja-slide-thumb h3,
.ja-slide-thumbs .ja-slide-thumb span {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 115%;
    font-weight: normal;
    text-align: center;
    line-height: 40px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
    margin: 0px !important;
    padding: 0px !important;
}

.maskDesc {
    background: url('./images/bg-desc.png') repeat left bottom !important;
    bottom: 40px !important;
    z-index: 100;
}

.maskDesc .ja-slide-desc {
    margin-left: 240px;
    position: relative;
}

.ja-slide-thumbs-mask {
    display: none
}

.maskDesc .ja-slide-desc a,
.maskDesc .ja-slide-desc h3 {
    color: #fff3d8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 200%;
    margin-top: 10px;
    display: block;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}

.maskDesc .ja-slide-desc h3 {
    font-weight: normal
}

.maskDesc .ja-slide-desc p {
    color: #fff;
}

.maskDesc .ja-slide-desc a.readon,
.maskDesc .inner a.readon {
    background: url('./images/button.png') no-repeat left center;
    width: 246px;
    height: 36px;
    font-size: 115% !important;
    display: inline-block;
    text-transform: none;
    text-indent: 35px;
    line-height: 36px;
    text-decoration: none;
    position: absolute;
    right: 10px;
    bottom: 5px;
    color: #2b1509;
    text-shadow: 1px 0px 1px rgba(255, 255, 255, 0.5);
}

.maskDesc .inner a.readon {
    bottom: 21px;
}

.ja-slide-thumbs-handles {
    background: none;
    opacity: 1;
    height: 40px;
    position: absolute;
    bottom: 0px;
    z-index: 150;
    width: auto !important;
    left: 80px !important;
}

.ja-slide-thumb-inner {
    margin-left: 0px;
    background: none;
    border: none;
}

.ja-slide-thumbs-handles span {
    display: block;
    cursor: pointer;
    float: left;
    height: 40px !important;
}

.ja-slide-thumbs .ja-slide-thumb.active .ja-slide-thumb-inner,
.ja-slide-thumbs .ja-slide-thumb.active span {
    background: url('./images/active-bg.png') repeat-x left top #bd022c;
}

.ja-slide-thumb-inner img {
    display: none;
}

.ja-slide-main .ja-slide-item .ja-slide-desc {
    display: none !important;
}

#ja-slideshow .ja-slide-thumbs-wrap {
    right: 0px;
    bottom: 0px;
    left: 0px;
}

#ja-slideshow .ja-slide-thumb img {
    margin: 0;
    background: none;
    border: none
}

/* e79.css3.css */

#ja-cpanel {
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
}

.ja-cpanel-tools {
    overflow-y: scroll;
}

a#ja-cpanel-toggle {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .9);
}

#ja-cpanel-toggle.open {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.ja-cpanel-action {
    box-shadow: 0 -1px 3px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, .5);
}

.ja-cpanel-action a.button {
    box-shadow: 0 0 3px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .8);
}

.ja-cpanel-action a.button:hover {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

a.ja-cpanel-video {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

/* 970.addons.css */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

:focus {
    outline: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

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

* html .clearfix {
    height: 1%;
}

.clear,
.divider {
    clear: both;
}

.no-display {
    display: none !important;
}

.nowrap,
.nobr {
    white-space: nowrap !important;
}

.no-border {
    border: 0 !important;
}

.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0 !important;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.v-bottom {
    vertical-align: bottom;
}

.a-left {
    text-align: left;
}

.a-center {
    text-align: center;
}

.a-right {
    text-align: right;
}

.left {
    float: left;
}

.right {
    float: right;
}

.auto-width {
    width: auto;
}

/* 273.layout.css */

.wrap {
    width: 100%;
    clear: both;
}

.main {
    width: 980px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.column {
    overflow: hidden;
    float: left;
}

.ja-mass {
    clear: both;
}

.main .inner {
    padding-left: 15px;
    padding-right: 15px;
}

.main .main-inner1 {
    margin-left: 15px;
    margin-right: 15px;
}

.column div.ja-moduletable,
.column div.moduletable,
.column div.ja-module,
.column div.module {
    margin-left: 15px;
    margin-right: 15px;
}

.ja-inset2 div.ja-moduletable,
.ja-inset2 .div.moduletable,
.ja-inset2 div.ja-module,
.ja-inset2 div.module {
    margin-right: 0;
    margin-left: 30px;
}

.ja-inset1 div.ja-moduletable,
.ja-inset1 .div.moduletable,
.ja-inset1 div.ja-module,
.ja-inset1 div.module {
    margin-right: 30px;
    margin-left: 0;
}

.item .contentpaneopen {
    padding-left: 15px;
    padding-right: 15px;
}

.items-row {
    margin-left: -15px;
    margin-right: -15px;
}

#ja-mainbody {
    float: left;
}

#ja-current-content,
#ja-main {
    float: right;
}

#ja-left .ja-l2 .ja-left1,
#ja-left .ja-l2 .ja-left2 {
    width: 50%;
}

#ja-left .ja-l1 .ja-col {
    width: 100%;
}

#ja-right {
    float: right;
}

#ja-right .ja-r2 .ja-right1,
#ja-right .ja-r2 .ja-right2 {
    width: 50%;
}

#ja-right .ja-r1 .ja-col {
    width: 100%;
}

#ja-footer {
    clear: both;
}

.item {
    float: left;
    position: relative;
}

.cols-1 .item {
    width: 100%;
}

.cols-2 .item {
    width: 50%;
}

.cols-3 .item {
    width: 33.33%;
}

.cols-4 .item {
    width: 25%;
}

.cols-5 .item {
    width: 20%;
}

.ja-box {
    float: left;
    overflow: hidden;
}

.ja-box-right {
    position: absolute;
    right: 0;
}

/* 853.template.css */

body {
    background: #ffffff;
    color: #000000;
    font-family: sans-serif;
    line-height: 1.5;
}

body#bd {
    background: #ffffff;
    color: #000000;
    font-size: 12px;
}

body#bd #ja-wrapper {
    overflow: hidden;
}

body.fs1 #ja-wrapper {
    font-size: 80%;
}

body.fs2 #ja-wrapper {
    font-size: 90%;
}

body.fs3 #ja-wrapper {
    font-size: 100%;
}

body.fs4 #ja-wrapper {
    font-size: 110%;
}

body.fs5 #ja-wrapper {
    font-size: 120%;
}

body.fs6 #ja-wrapper {
    font-size: 130%;
}

.column p,
.column pre,
.column blockquote,
.column h1,
.column h2,
.column h3,
.column h4,
.column h5,
.column h6,
.column ol,
.column ul,
.column dl {
    margin: 15px 0;
    padding: 0;
}

h1 {
    font-size: 180%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 125%;
}

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

h5 {
    font-size: 100%;
}

.contentheading,
.componentheading,
h1,
h2,
h3,
h4,
h5 {
    line-height: 1.2;
}

h1.componentheading,
.componentheading {
    margin: 0;
    padding: 0 0 4px;
}

h1.contentheading,
h2.contentheading,
.contentheading {
    margin: 0;
    padding: 0 0 5px;
}

small,
.small,
.smalldark,
.small-text,
.article-tools,
.img_caption,
.contenttoc,
p.site-slogan,
a.readon,
#ja-navhelper,
#ja-footer {
    font-size: 92%;
}

.smalldark {
    text-align: left;
}

.column ul li {
    background: url('./images/bullet.gif') no-repeat 20px 7px;
    line-height: 160%;
    margin-bottom: 5px;
    overflow: hidden;
    padding-left: 30px;
}

.column ol li {
    line-height: 180%;
    margin-left: 30px;
}

.column dt {
    font-weight: bold;
}

.column dd {
    margin-left: 15px;
}

p.readmore {
    margin: 0;
}

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

form label {
    cursor: pointer;
}

input,
select,
textarea,
.inputbox {
    font-size: 100%;
}

fieldset {
    border: none;
    margin: 0;
    padding: 5px 0;
}

legend {
    font-size: 125%;
    font-weight: bolder;
    line-height: 1.2;
}

.hidelabeltxt {
    display: none;
}

fieldset dt {
    clear: left;
    float: left;
    min-width: 12em;
    padding: 3px 0;
}

fieldset dd {
    padding: 3px 0;
    min-height: 25px;
}

.login_form fieldset,
.login fieldset {
    padding: 15px 0 0;
}

.login_form fieldset p,
.login fieldset p {
    margin: 0 0 5px;
}

.login_form label,
.login label {
    display: block;
    float: left;
    font-weight: bold;
    text-align: right;
    width: 130px;
}

.login-fields {
    margin: 0 0 10px;
}

.login_form .inputbox,
.login-fields .required {
    margin-left: 10px;
    width: 150px;
}

.login_form .remember .inputbox {
    width: 20px;
}

.login_form .button,
.login button {
    margin-left: 140px;
}

.form-register fieldset {
    padding: 0 0 10px;
}

.form-register p {
    margin: 0 0 5px;
}

.form-register p.form-des {
    margin: 15px 0;
}

.form-register label {
    display: block;
    float: left;
    font-weight: bold;
    text-align: right;
    width: 130px;
}

.form-register .inputbox {
    margin-left: 10px;
    width: 200px;
}

.form-register .button {
    margin-left: 140px;
}

.registration fieldset dt {
    margin-right: 5px;
}

.user-details {
    padding: 10px 0;
}

.user-details p {
    margin: 0 0 5px;
}

.user-details label {
    display: block;
    float: left;
    font-weight: bold;
    text-align: right;
    width: 130px;
}

.user-details .inputbox {
    margin-left: 10px;
    width: 200px;
}

.user-details .button {
    margin-left: 140px;
}

.user-details .paramlist .paramlist_key {
    padding: 0 0 5px;
    width: 130px;
}

.user-details .paramlist .paramlist_value {
    padding: 0 0 5px;
}

.user-details .user_name span {
    font-weight: bold;
    padding-left: 10px;
}

.remind fieldset dl,
.reset fieldset dl {
    margin: 0;
}

.remind fieldset dt,
.reset fieldset dt {
    padding: 0;
    margin: 0;
}

.remind fieldset dd,
.reset fieldset dd {
    min-height: 0;
    padding: 0;
    margin: 5px 0;
}

form#searchForm {
    padding: 15px 0;
}

.results h4 {
    margin: 15px 0 0;
}

.results p {
    margin: 0 0 10px;
}

.search fieldset {
    border: 1px solid #F0F0F0;
    margin: 25px 0 15px;
    padding: 10px;
}

.search fieldset legend {
    font-size: 100%;
}

.search .phrases-box {
    margin: 0 0 10px;
}

.search .word button {
    margin-left: 5px;
}

.search .word .inputbox {
    vertical-align: top;
}

.search .word label {
    vertical-align: bottom;
}

#component-contact address {
    font-style: normal;
}

.contact_email {
    margin: 0 0 10px;
}

.contact_email div {
    padding: 5px 0;
}

.contact_email label {
    display: block;
    font-weight: bold;
    float: left;
    width: 17em;
}

.contact_email-copy {
    margin: 15px 0;
}

.contact-email-copy label {
    display: inline;
}

div.contact-links ul li {
    background: none;
}

.panel {
    border: solid 1px #ddd;
    margin-top: -1px;
}

#ja-content-main .contact .panel h3 {
    margin: 0;
    padding: 0;
    background: #eee;
    border: 0;
}

.panel h3 a {
    display: block;
    padding: 6px;
    text-decoration: none;
    color: #444;
    padding: 6px;
}

.panel h3.pane-toggler a {
    background: #f5f5f5;
}

.panel h3.pane-toggler-down a {
    background: #f5f5f5;
    border-bottom: solid 1px #ddd;
}

.jpane-slider,
.pane-slider {
    border: solid 0px;
    padding: 0px 15px !important;
    margin: 0;
    height: 0;
    overflow: hidden;
}

.contact .panel .contact-form form,
.contact .panel .contact-address {
    margin: 15px 0 0 0;
}

.contact-image {
    margin: 15px 0;
    overflow: hidden;
    display: block;
}

.categories-list .category-desc ul li {
    list-style-type: square;
}

#ja-content-main .contact .panel .pane-hide {
    display: none;
}

div.current {
    border: 1px solid #CCCCCC;
    clear: both;
    max-width: 500px;
    padding: 10px;
}

#close a {
    text-decoration: none;
}

#contact-slider.tabs {
    clear: both;
    float: left;
    margin: 15px 0 0;
    z-index: 50;
}

#contact-slider.tabs dt {
    background: #F0F0F0;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #666666;
    float: left;
    margin-right: 3px;
    padding: 4px 10px;
}

#contact-slider.tabs dt.open {
    background: #F9F9F9;
    border-bottom: 1px solid #F9F9F9;
    color: #000000;
    z-index: 100;
}

#contact-slider.tabs dt h3 {
    margin: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

#ja-content-main .contact h3 {
    border-bottom: solid 1px #ddd;
    margin: 20px 0;
    padding-bottom: 15px;
}

.form-required {
    font-weight: bold;
    margin: 10px 0;
    background: #fff url('../plugins/system/jat3/jat3/base-themes/default/images/req.png') no-repeat !important;
    padding: 10px 40px;
}

.contact .inputbox {
    background: #fff;
    border: solid 1px #ccc;
    padding: 3px;
}

div.encyclopedia_col1 {
    width: 49%;
    float: left;
}

div.encyclopedia_col1 p.img_caption {
    font-size: .6em;
}

div.encyclopedia_col2 {
    width: 49%;
    float: right;
    padding-left: 3px;
    margin-left: 2px;
}

div.encyclopedia_col2 p {
    padding-left: 3px;
    margin-left: 2px;
}

div.encyclopedia_links ul {
    display: block;
    margin: 0px 0px 1px 0px;
    list-style-type: none;
    padding: 10px 0px 10px 0px;
    width: 100%;
}

div.encyclopedia_links ul li {
    display: inline;
    padding: 2px;
    margin: 2px;
    white-space: nowrap;
}

div.jcat-children dt {
    clear: left;
    float: left;
    min-width: 7em;
    padding: 3px 0;
}

div.jcat-children dd {
    padding: 3px 0;
    min-height: 25px;
}

.item-separator,
.row-separator {
    display: none;
}

.items-leading .leading {
    padding-bottom: 15px;
}

.items-row {
    padding-bottom: 15px;
    padding-top: 15px;
}

.img-intro-none {
    margin-bottom: 15px;
}

.img-intro-left {
    margin-bottom: 15px;
    margin-right: 15px;
    float: left;
}

.img-intro-right {
    margin-bottom: 15px;
    margin-left: 15px;
    float: right;
}

.article-tools {
    clear: both;
    display: block;
    position: relative;
}

dl.article-info {
    float: left;
    padding: 0;
    margin: 0;
    width: 70%;
    text-transform: none;
}

dl.article-info dd,
dl.article-info dt {
    padding: 0 5px 0 0;
    margin: 0;
    display: inline;
}

dd.create {
    padding-right: 5px;
}

dd.createdby {
    padding-right: 5px;
}

dd.hits {
    padding-right: 5px;
}

p.article-url {
    margin: 10px 0 0;
}

p.modifydate {
    margin: 10px 0 0;
}

.contentdescription {
    display: block;
    padding: 10px 15px;
}

.contentdescription p {
    margin: 0;
}

ul.actions {
    float: right;
    margin: 0;
    padding: 0;
}

ul.actions li {
    display: inline;
    background: none;
    padding: 0;
    margin: 0;
    line-height: 1;
}

ul.actions li img {
    border: 0;
    margin: 0 5px 0 0;
}

ul#archive-items > li {
    line-height: normal;
    overflow: visible;
    padding: 0;
    margin: 0;
}

ul#archive-items div.intro {
    clear: both;
    overflow: hidden;
}

.article-content {
    overflow: hidden;
}

div.categories-list ul li {
    background: none;
    padding-left: 0;
}

div.categories-list dl.article-count dt,
div.categories-list dl.article-count dd {
    display: inline;
}

div.categories-list dl.article-count dd {
    margin-left: 0;
}

div.categories-list ul li ul {
    margin-left: 15px;
}

div.categories-list ul li li {
    border-bottom: 1px solid #ccc;
    background: #f2f2f2;
    padding: 10px;
}

div.categories-list ul li li li {
    background: #ddd;
}

div.categories-list ul li li.last {
    border-bottom: 0;
}

.img_caption {
    margin-top: 15px;
    margin-bottom: 10px;
}

.img_caption.left {
    margin-right: 10px;
}

.img_caption.right {
    margin-left: 10px;
}

p.img_caption {
    clear: both;
    margin: 0;
    padding: 0;
    text-align: center;
}

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

td {
    font-size: 100%;
    padding: 5px;
}

ul li.cat-list-row0,
ul li.cat-list-row1 {
    background: none;
    margin: 0px;
    padding: 5px;
}

ul li.cat-list-row1 {
    border: solid 1px #ddd;
}

.cat-list-row2,
.cat-list-row1,
tr.cat-list-row2 td,
tr.cat-list-row1 td {
    border-color: #ddd;
}

.cat-list-row1:hover,
.cat-list-row2:hover {
    background-color: #ffffcc;
}

table.contentpane,
table.tablelist,
table.category {
    width: 100%;
}

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

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

table.contenttoc td {
    padding: 5px 10px;
}

table.contenttoc th {
    padding: 5px 10px;
}

div.poll {
    padding: 15px 0;
}

form#poll {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

dl.poll {
    font-size: 92%;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

dl.poll dt,
dl.poll dd {
    float: left;
}

dl.poll dt {
    clear: left;
    width: 100px;
}

dl.poll dd {
    clear: right;
    width: 400px;
}

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

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

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

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

.pagination ul,
ul.pagenav {
    float: left;
    margin: 10px 0;
}

.pagination ul li,
ul.pagenav li {
    background: none;
    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.pagination ul li span.pagenav,
.pagination ul li a.pagenav,
ul.pagenav li a {
    padding: 0 5px;
}

.ja-content-main fieldset.filters {
    font-size: 92%;
    margin: 10px 0 5px;
}

.ja-content-main .display-limit {
    font-size: 92%;
    margin: 10px 0 5px;
}

.ja-content-main fieldset.filters .filter-search,
.ja-content-main fieldset.filters .display-limit {
    float: left;
    width: 50%;
}

.ja-content-main fieldset.filters .display-limit {
    float: right;
    text-align: right;
}

.ja-content-main .pagenavbar {
    font-weight: bold;
}

.ja-content-main .pagenavcounter {
    margin: 15px 0;
    text-align: center;
}

.ja-content-main .counter {
    float: right;
    line-height: 1;
    margin: 15px 0;
    text-align: right;
}

.items-more {
    padding: 15px 0 5px;
}

.items-more h3 {
    margin: 0 0 5px;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
    display: block;
    margin: 10px 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;
    margin: 0;
    padding: 5px;
}

#system-message .alert {
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    color: #C09853;
    margin-bottom: 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

#system-message .alert-heading {
    font-weight: bold;
}

#system-message .close {
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    opacity: 0.2;
    filter: alpha(opacity=20);
    text-shadow: 0 1px 0 #FFFFFF;
}

#system-message .alert .close {
    line-height: 18px;
    position: relative;
    right: -21px;
    top: -2px;
}

#system-message .close:hover,
#system-message .close:focus,
#system-message .close:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.items-row.cols-2 .column-2 .contentpaneopen_edit {
    padding-left: 15px;
}

.tip-wrap {
    background: #ffffcc;
    border: 1px solid #e2e2b5;
    z-index: 999;
}

.tip-title {
    font-weight: bold;
    padding: 5px 10px;
    border-bottom: 1px solid #e2e2b5;
}

.tip-text {
    font-size: 100%;
    margin: 0;
    padding: 5px 10px;
}

.hasTip img {
    border: none;
    margin: 0 5px 0 0;
}

.contentpaneopen_edit img {
    vertical-align: middle;
}

.edit fieldset {
    border: 1px solid #F0F0F0;
    margin: 25px 0 15px;
    padding: 10px;
}

.edit .formelm {
    margin: 0 0 10px;
}

.edit.item-page .formelm {
    margin-top: 5px;
}

.edit .formelm label {
    min-width: 100px;
    font-weight: bold;
    display: inline-block;
}

.edit .formelm-buttons,
.edit .formelm-area {
    margin: 0 0 10px;
}

.edit .formelm-area label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.profile-edit fieldset dt {
    min-width: 17em;
}

.edit.item-page div.fltlft {
    margin-bottom: 5px;
}

div.ja-moduletable h3,
div.moduletable h3 {
    margin: 0 0 8px;
    overflow: hidden;
    padding: 0 0 5px;
}

div.moduletable_menu h3 {
    margin-bottom: 0;
}

div.ja-moduletable,
div.moduletable {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 0 20px;
    position: relative;
}

div.ja-module h3,
div.module h3 {
    margin: 0 0 10px;
    overflow: hidden;
    padding: 8px 0;
}

div.ja-module,
div.module {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.badge {
    background-image: url('../plugins/system/jat3/jat3/base-themes/default/images/icon-badge.png');
    background-repeat: no-repeat;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
}

.badge-hot .badge {
    background-position: 0 0;
}

.badge-new .badge {
    background-position: 0 -46px;
}

.badge-pick .badge {
    background-position: 0 -92px;
}

.badge-top .badge {
    background-position: 0 -138px;
}

#ja-search {
    bottom: 15px;
    position: absolute;
    right: 0;
}

#ja-search label {
    display: none;
}

#form-login-username .inputbox,
#form-login-password .inputbox {
    background-position: 5px center;
    background-repeat: no-repeat;
    font-weight: bold;
}

#form-login ul {
    margin: 0 !important;
    padding: 0;
}

#form-login p {
    margin: 0 0 5px;
}

#form-login .button {
    margin: 10px 0;
}

h4.poll-title {
    margin: 0;
    padding: 0;
}

a.poll-result {
    font-size: 92%;
    text-transform: uppercase;
}

form.poll .button {
    margin-right: 5px;
}

div.bannergroup_text div.banneritem_text {
    padding: 5px 0;
}

div.bannergroup_text div.banneritem_text a {
    font-weight: bold;
}

div.bannergroup_text div.bannerheader,
div.bannergroup_text div.bannerfooter_text a {
    font-size: 92%;
}

div.bannergroup_text div.bannerfooter_text {
    padding: 5px 0 0;
    text-align: right;
}

div.bannergroup {
    margin-bottom: 10px;
}

div.module_text span {
    clear: both;
    display: block;
    float: left;
}

div.module_noborder,
div.module_noborder .ja-box-bl,
div.module_noborder .ja-box-tr,
div.module_noborder .ja-box-tl {
    background: none;
    padding: 0;
}

h3.show {
    background: url('../plugins/system/jat3/jat3/base-themes/default/images/icon-show.png') no-repeat 100% 60%;
    cursor: pointer;
}

h3.hide {
    background: url('../plugins/system/jat3/jat3/base-themes/default/images/icon-hide.png') no-repeat 100% 60%;
    cursor: pointer;
}

div.ja-moduletable .mod-languages ul,
div.ja-module .mod-languages ul {
    margin: 0;
}

div.ja-moduletable .mod-languages ul li,
div.ja-module .mod-languages ul li {
    background: none;
    padding: 0;
    margin-right: 5px;
    display: inline-block;
}

#ja-container {
    position: relative;
    z-index: 5;
}

.ja-mass-top .ja-moduletable,
.ja-mass-top .ja-module {
    margin-left: 0;
    margin-right: 0;
}

.ja-mass-bottom .ja-moduletable,
.ja-mass-bottom .ja-module {
    margin-left: 0;
    margin-right: 0;
}

#ja-content-top .ja-moduletable,
#ja-content-top .ja-module {
    margin-left: 0;
    margin-right: 0;
}

.ja-content-main {
    margin-bottom: 20px;
}

#ja-content-bottom .ja-moduletable,
#ja-content-bottom .ja-module {
    margin-left: 0;
    margin-right: 0;
}

#ja-header {
    position: relative;
    z-index: 10;
}

#ja-header .main {
    padding: 30px 0 15px;
}

h1.logo,
div.logo-text {
    float: left;
    position: relative;
    z-index: 1;
}

h1.logo {
    height: 28px;
    width: 184px;
}

h1.logo a {
    background: url('../plugins/system/jat3/jat3/base-themes/default/images/logo-t3.gif') no-repeat left;
    display: block;
    height: 28px;
    width: 184px;
}

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

div.logo-text {
    margin-top: 8px;
}

div.logo-text h1 a {
    text-decoration: none;
}

p.site-slogan {
    display: block;
    font-size: 85%;
    margin: 8px 0 0;
    padding: 0 5px;
}

#ja-mainnav {
    line-height: 1;
    position: relative;
    z-index: 11;
}

span.has-image {
    background-position: left 1px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    padding-left: 25px;
}

span.menu-title {
    display: block;
    cursor: pointer;
}

span.menu-desc {
    display: block;
    font-size: 92%;
    font-weight: normal;
}

#ja-navhelper .main {
    padding: 5px 0;
}

#ja-navhelper a {
    padding: 0 2px;
}

.ja-breadcrums {
    float: left;
    margin-top: 2px;
    width: 80%;
}

.ja-breadcrums strong {
    margin-right: 5px;
}

.ja-breadcrums img {
    margin: 1px 5px;
}

.ja-links {
    float: right;
    margin-top: 2px;
}

.ja-links li {
    background: none;
    display: inline;
    padding: 0;
}

#ja-container ul.menu {
    margin: 0;
    padding: 0;
}

#ja-container ul.menu li {
    background: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#ja-container ul.menu li a {
    display: block;
    outline: none;
    padding: 6px 0;
}

#ja-container ul.menu li.active > a {
    font-weight: bold;
}

#ja-container ul.menu li a img {
    margin-right: 3px;
}

#ja-container ul.menu li ul {
    margin: 0 0 0 10px;
}

#ja-container ul.menu li li {
    background: url('../plugins/system/jat3/jat3/base-themes/default/images/arrow.png') no-repeat left 11px;
}

#ja-container ul.menu li li a {
    font-weight: normal;
    text-indent: 10px;
}

#ja-container ul.menu li li a:hover,
#ja-container ul.menu li li a:active,
#ja-container ul.menu li li a:focus {
    background: none;
}

#ja-container ul.menu li.active > a {
    font-weight: bold;
}

#ja-container ul.menu span.separator {
    display: none;
}

#ja-topsl .ja-box,
#ja-botsl .ja-box {
    padding: 0;
}

#ja-topsl .ja-box-right,
#ja-botsl .ja-box-right,
#ja-topsl .ja-box-full,
#ja-botsl .ja-box-full {
    background: none;
}

#ja-topsl .ja-moduletable,
#ja-botsl .ja-moduletable {
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}

#ja-topsl li,
#ja-botsl li {
    background-position: 1px 6px;
    padding-left: 10px;
}

#ja-topsl ol li,
#ja-botsl ol li {
    margin-left: 25px;
    padding: 0;
}

#ja-topsl ul,
#ja-topsl p,
#ja-topsl ol,
#ja-botsl ul,
#ja-botsl p,
#ja-botsl ol {
    margin: 0;
    padding: 0;
}

#ja-topsl .main {
    padding: 20px 0 0;
}

#ja-topsl h3 {
    margin: 0 0 8px;
}

#ja-botsl .main {
    padding: 20px 0 0;
}

#ja-botsl .ja-moduletable,
#ja-botsl .moduletable {
    margin-bottom: 20px;
}

#ja-botsl h3 {
    margin: 0 0 8px;
}

#ja-footer {
    clear: both;
    padding: 20px 0;
}

#ja-footer .main {
    padding: 0;
    position: relative;
    text-align: center;
}

#ja-footer .inner {
    padding: 0;
}

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

#ja-footer .ja-footnav {
    font-size: 100%;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
}

.ja-footnav ul {
    line-height: normal;
}

.ja-footnav li {
    display: inline;
    padding: 0 5px;
    background: none;
}

.ja-copyright small {
    display: block;
}

ul.ja-usertools-font li,
ul.ja-usertools-screen li {
    background: none;
    display: inline;
    margin: 0;
    padding: 0;
}

#ja-poweredby {
    margin: 0 auto;
}

#ja-banner {
    overflow: hidden;
    text-align: center;
    width: 100%;
}

div.ja-innerdiv {
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

div.ja-innerdiv h4 {
    margin: 5px 0;
    padding: 0;
}

a.ja-cpanel-video {
    background: url('../plugins/system/jat3/jat3/base-themes/default/images/icons/icon-youtube.png') no-repeat center center #fff;
    border: 1px solid #999;
    color: #666;
    display: block;
    font-weight: bold;
    padding: 0;
    text-decoration: none;
    text-indent: -9999px;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

a.ja-cpanel-video span {
    color: #666;
}

a.ja-cpanel-video:hover,
a.ja-cpanel-video:focus,
a.ja-cpanel-video:active {
    border-color: #666;
    text-decoration: none;
}

a.ja-cpanel-video:hover span {
    color: #0F85D8;
}

.t3-logo,
.t3-logo-sm {
    display: block;
}

.t3-logo,
.t3-logo a {
    width: 200px;
    height: 34px;
}

.t3-logo-sm,
.t3-logo-sm a {
    width: 77px;
    height: 34px;
}

.t3-logo a,
.t3-logo-sm a {
    display: block;
    text-indent: -1000em;
    background-repeat: no-repeat;
    background-position: center;
}

.t3-logo-light a {
    background-image: url('http://joomlart.s3.amazonaws.com/t3/logo/t3_logo_light.png');
}

.t3-logo-dark a {
    background-image: url('http://joomlart.s3.amazonaws.com/t3/logo/t3_logo_dark.png');
}

.t3-logo-light-sm a {
    background-image: url('http://joomlart.s3.amazonaws.com/t3/logo/t3_logo_light_sm.png');
}

.t3-logo-dark-sm a {
    background-image: url('http://joomlart.s3.amazonaws.com/t3/logo/t3_logo_dark_sm.png');
}

/* d7b.usertools.css */

#ja-cpanel-wrapper {
    position: fixed;
    top: 0;
    right: 15px;
    z-index: 1000;
    font-size: 12px;
}

#ja-cpanel a {
    color: #000;
}

#ja-cpanel {
    position: absolute;
    top: -1000px;
    right: 0;
    border-top: 0;
}

#ja-cpanel-main {
    font-size: 92%;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    margin-right: -1px;
    margin-top: -3px;
    width: 300px;
}

#ja-cpanel-main h3 {
    font-size: 90%;
    clear: both;
    text-transform: uppercase;
    margin: 0;
    background: #f7f7f7;
    padding: 5px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#ja-cpanel-main h3:first-child {
    border-top: 0;
}

#ja-cpanel-main ul {
    clear: both;
    padding: 10px;
    margin: 0;
    width: auto;
}

#ja-cpanel-main ul li {
    float: left;
    width: 45%;
    padding: 2px 0;
    margin-right: 10px;
    background-image: none;
}

.ja-box-usertools {
    background: #fff;
}

.ja-cpanel-tools {
    max-height: 400px;
}

a#ja-cpanel-toggle {
    display: block;
    line-height: 24px;
    padding: 0 10px;
    background: #333;
    color: #ccc;
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
}

a#ja-cpanel-toggle:hover,
a#ja-cpanel-toggle:active,
a#ja-cpanel-toggle:focus {
    text-decoration: none;
}

a#ja-cpanel-toggle:hover,
#ja-cpanel-toggle.open {
    color: #fff;
    background: #069;
}

#ja-cpanel-main ul.ja-usertools-font {
    width: 65px;
    height: 20px;
    background: url('../plugins/system/jat3/jat3/base-themes/default/images/usertools/font-tool.gif') no-repeat center #fff;
}

#ja-cpanel-main ul.ja-usertools-font li {
    float: left;
    width: 33%;
    height: 20px;
    cursor: pointer;
    margin: 0;
}

#ja-cpanel-main ul.ja-usertools-font li a {
    width: 100%;
    display: block;
    height: 20px;
}

#ja-cpanel-main ul.ja-usertools-font li a span {
    position: absolute;
    top: -1000px;
}

.ja-cpanel-head {
    border-bottom: 1px solid #ccc;
    display: block;
    clear: right;
}

.ja-cpanel-head a {
    display: inline-block;
    padding: 6px 10px 3px;
    border-right: 1px solid #ccc;
}

.ja-cpanel-head a.first {
    background: url('../plugins/system/jat3/jat3/base-themes/default/images/usertools/t3_logo_light_sm.png') no-repeat 10px 9px;
    padding-left: 50px;
}

.ja-cpanel-head a:hover,
.ja-cpanel-head a:active,
.ja-cpanel-head a:focus {
    background-color: #f7f7f7;
    text-decoration: none;
}

.ja-cpanel-action {
    padding: 10px 15px;
    background: #ccc;
    clear: both;
    overflow: hidden;
}

.ja-cpanel-action a {
    padding: 2px 2px;
    float: left;
}

.ja-cpanel-action a.button {
    display: inline-block;
    border: 1px solid #333;
    background: #333;
    color: #fff !important;
    padding: 2px 10px;
    font-weight: bold;
    margin-right: 10px;
}

.ja-cpanel-action a.ja-cpanel-video {
    float: right;
}

.ja-cpanel-action a.button:hover,
.ja-cpanel-action a.button:active,
.ja-cpanel-action a.button:focus {
    border: 1px solid #ddd;
    text-decoration: none;
}

/* a18.mega.css */

.ja-megamenu {
    margin: 0;
    padding: 0;
}

ul.megamenu {
    margin: 10px;
}

ul.megamenu li {
    overflow: visible;
}

.ja-megamenu ul.level0 {
    margin: 0;
    padding: 0;
}

.ja-megamenu ul.level0 li.mega {
    background: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

.ja-megamenu ul.level0 li.mega a.mega {
    display: block;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    padding: 8px 15px;
    text-decoration: none;
}

.ja-megamenu ul.level0 li.mega .has-image {
    padding-left: 25px;
    display: block;
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
}

.ja-megamenu ul.level0 li.mega span.menu-title {
    display: block;
}

.ja-megamenu ul.level0 li.mega span.menu-desc {
    display: block;
    font-weight: normal;
    font-size: 92%;
}

.ja-megamenu ul.level0 li.mega a img {
    float: left;
    padding-right: 5px;
}

.ja-megamenu ul.level0 li.haschild a.mega span.menu-title,
.ja-megamenu ul.level0 li.haschild-over a.mega span.menu-title {
    background: url('../plugins/system/jat3/jat3/base-themes/default/images/arrow3.png') no-repeat left center;
    padding-left: 12px;
}

.ja-megamenu ul.level0 li.haschild a.mega span.menu-desc,
.ja-megamenu ul.level0 li.haschild-over a.mega span.menu-desc {
    padding-left: 12px;
}

.ja-megamenu li.mega .childcontent {
    display: block;
    height: auto;
    position: absolute;
}

.ja-megamenu li.mega .childcontent,
.ja-megamenu li.haschild-over li.mega .childcontent,
.ja-megamenu li.mega li.haschild-over li.mega .childcontent,
.ja-megamenu li.mega li.mega li.haschild-over li.mega .childcontent,
.ja-megamenu li.mega li.mega li.mega li.haschild-over li.mega .childcontent,
.ja-megamenu li.mega li.mega li.mega li.mega li.haschild-over li.mega .childcontent {
    left: -999em;
}

.ja-megamenu li.haschild-over .childcontent,
.ja-megamenu li.mega li.haschild-over .childcontent,
.ja-megamenu li.mega li.mega li.haschild-over .childcontent,
.ja-megamenu li.mega li.mega li.mega li.haschild-over .childcontent,
.ja-megamenu li.mega li.mega li.mega li.mega li.haschild-over .childcontent,
.ja-megamenu li.mega li.mega li.mega li.mega li.mega li.haschild-over .childcontent {
    left: auto;
}

.ja-megamenu li.mega .right,
.ja-megamenu li.haschild-over li.mega .right,
.ja-megamenu li.mega li.haschild-over li.mega .right,
.ja-megamenu li.mega li.mega li.haschild-over li.mega .right,
.ja-megamenu li.mega li.mega li.mega li.haschild-over li.mega .right,
.ja-megamenu li.mega li.mega li.mega li.mega li.haschild-over li.mega .right {
    right: auto;
}

.ja-megamenu li.haschild-over .right {
    right: 0;
}

.ja-megamenu li.mega li.haschild-over .right,
.ja-megamenu li.mega li.mega li.haschild-over .right,
.ja-megamenu li.mega li.mega li.mega li.haschild-over .right,
.ja-megamenu li.mega li.mega li.mega li.mega li.haschild-over .right,
.ja-megamenu li.mega li.mega li.mega li.mega li.mega li.haschild-over .right {
    right: 12em;
}

.ja-megamenu ul.level1 li.mega {
    float: none;
}

.ja-megamenu ul.level1 .childcontent {
    margin: -2em 0 0 0;
}

.ja-megamenu .megacol {
    float: left;
}

.ja-megamenu ul.level1 li.mega a.mega {
    background: none;
    border: 0;
    font-weight: normal;
    padding: 8px 5px;
}

.ja-megamenu ul.level1 li.mega a.mega span.menu-title {
    background: none;
    padding: 0;
}

.ja-megamenu ul.level1 li.haschild,
.ja-megamenu ul.level1 li.haschild-over {
    background-image: url('../plugins/system/jat3/jat3/base-themes/default/images/arrow.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    padding: 0;
}

.ja-megamenu ul.level1 li.group {
    background: none;
}

.ja-megamenu .childcontent {
    z-index: 999;
}

.ja-megamenu .childcontent-inner {
    background: #fff;
}

.ja-megamenu .childcontent .ja-moduletable {
    line-height: 1.5;
    margin: 10px 0;
    padding: 0;
}

.ja-megamenu .childcontent .ja-moduletable h3 {
    background: none;
    margin-left: 10px;
    margin-right: 10px;
    text-indent: 5px;
    text-transform: none;
}

.ja-megamenu .childcontent .ja-moduletable .ja-box-ct {
    padding: 0 5px;
}

.ja-megamenu .childcontent .ja-moduletable a {
    text-decoration: none;
}

.ja-megamenu .childcontent .ja-moduletable a:hover,
.ja-megamenu .childcontent .ja-moduletable a:focus,
.ja-megamenu .childcontent .ja-moduletable a:active {
    text-decoration: none;
}

.ja-megamenu .childcontent .ja-moduletable ul:first-child {
    margin-top: 0 !important;
}

.ja-megamenu .childcontent .ja-moduletable li {
    margin-bottom: 5px;
}

.ja-megamenu .group-title {
    overflow: hidden;
}

.ja-megamenu .group-title .menu-desc {
    padding-left: 0 !important;
}

.ja-megamenu .group-content .ja-moduletable,
.ja-megamenu .group-content ul.megamenu {
    margin: 10px;
}

.ja-megamenu .childcontent ul.megamenu .ja-moduletable {
    padding: 0;
}

.ja-megamenu .childcontent ul.megamenu .ja-moduletable h3 {
    margin-left: 0;
    margin-right: 0;
}
