	/*
 * ------------------------------------------------------------------------
 * JA Nex Template J15
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 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
--------------------------------------------------------- */
@import url(../fonts/tex_gyre_adventor/stylesheet.css);

body {
	color: #333;
	font-family: Georgia, Arial, sans-serif;
	line-height: 1.6;
}

body#bd { background: #ffffff; color: #666; }

/* Normal links ---*/
a { color: #37b; text-decoration: none; }

a:hover, a:active, a:focus { text-decoration: underline; color: #c33; }

/* Readon links ---*/
p.readmore a { text-transform: none; color: #c33; font-size: 100%;}

p.readmore a:hover,
p.readmore a:focus,
p.readmore a:active { color: #666; }

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
	font-family: Georgia, Arial, sans-serif;
	font-weight: 100;
}

h1.componentheading, .componentheading {
	font-weight: 100;
	text-transform: uppercase;
	font-size: 100%; 
	color: #666;
	line-height: 1.1;
	padding: 0 0 10px;
}

div.componentheading {
	font-size: 200%;
	margin: 3px 0 15px;
	text-transform: none;
	padding: 0 0 15px;
}

h2.contentheading, .contentheading {
	font-weight: 100;
	color: #993300;
}

h2.contentheading a, .contentheading a {
	color: #225180;
}

.contentheading { font-size: 200%; }

.blog-featured .contentheading { font-size: 150%; }

.jitem-title { font-size: 110%; font-weight: 700; }

/* Others ---*/
hr { border-top: 1px solid #ccc; }

/* FORM
--------------------------------------------------------- */
input, select, textarea, .inputbox {
	padding: 2px;
	font-family: Georgia, Arial, sans-serif;
}

textarea { overflow: auto; }

.inputbox,
input[type="text"],
input[type="email"],
input[type="password"]{
	background: #F5F5F5;
	border: 1px solid #D5D5D5;
	color: #666;
	padding: 5px;
}

.inputbox:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
	color: #333;
	background: #fff;
}

.button,
input[type="button"],
button[type="submit"] {
	background: url("../images/bg-menu.gif") repeat-x left bottom #FEFEFE;
	border: 1px solid #ddd;
	color: #666;
	display: inline-block;
	margin-right: 5px;
	overflow: visible;
	padding: 4px 10px 5px 10px;
	text-transform: uppercase;
	font-size: 95%;
}

.calendar .button {
	display: table-cell;
}

.button:hover,
input[type="button"]:hover,
button[type="submit"]:hover { background: #fff; color: #c33; cursor: pointer; }

input[type="checkbox"] {
	border: none; 
	padding: 0;
	margin: 0;
	background: none;
}

#user-registration button.validate { margin-left: 5px; vertical-align: top; }

#form-login-username .inputbox, #form-login-password .inputbox { width: 93%; }

.login_form label, .login label { margin-right: 10px; }

.login_form .remember .inputbox { margin-left: 7px; }

.login_form .button { margin-left: 150px;}

/* Search ---*/
.searchintro { border-bottom: 1px solid #ccc; }

.results h4 { text-transform: none; font-size: 110%; }

.search fieldset { border: 1px solid #ccc; margin: 15px 0; padding: 10px; }

.search legend {	font-size: 100%; font-weight: bolder; line-height: 1.2; margin-left: 10px; }

#ja-search { bottom: 12px; }

#ja-search, .moduletable_search .ja-box-ct { background: #682725; padding: 2px !important; right: 0;}

#ja-search .search,
.search_search{ background: #fff; border: solid 1px #5b211f; padding: 5px 10px; }

#ja-search .inputbox,
.moduletable_search .inputbox_search { border: none; background: #fff; width: 200px; color: #ababab; padding: 2px; text-transform: capitalize; }

#ja-search .inputbox:hover,
#ja-search .inputbox:focus,
#ja-search .inputbox:active { background: #fff; }

#ja-search input.button,
.moduletable_search input.button_search {
	margin-top: 3px;
	margin-right: 0;
	vertical-align: top;
	background: none;
	padding: 2px;
	border: none;
}

.moduletable_search .inputbox_search{
	width: 95% !important;
}
/* Top Header */

.topheader  { float: right; width: 68%;}

/*#ja-social { float: right; margin-right: 270px; margin-top: 15px; }*/

#ja-social { bottom: 12px; position: absolute; right: 250px; }

#ja-social .social { background: #682725; padding: 2px; float: right;}

#ja-social .ico-social {
	width: 30px;
	height: 30px;
	text-indent: -9999em;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	float: left;
	background-position: left top;
	border-left: solid 1px #682725;
}

#ja-social .ico-news {
	width: 160px;
	height: 29px;
	text-indent: -9999em;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	float: left;
	background-position: left top;
	border: solid 1px #993300;
}

#ja-social .ico-social:hover,
#ja-social .ico-social:focus,
#ja-social .ico-social:active { background-position: left bottom; }

#ja-social .ico-news.ico-newses 			{ background-image: url(../images/icon-news.png); }

#ja-social .ico-social.ico-rss 			{ background-image: url(../images/icon-rss.png); }
#ja-social .ico-social.ico-facebooks 	{ background-image: url(../images/icon-facebook.png); border: none;}
#ja-social .ico-social.ico-twitters 	{ background-image: url(../images/icon-twitter.png); }

/* Contact ---*/
.contact h2 { text-transform: uppercase; }

#component-contact #emailForm { border-top: 1px solid #ccc;}

#contact-slider {
	float: none;
}

#contact-slider .title {
	padding: 8px 10px;
	border-top: 1px solid #e2e2b5;
	border-left: 1px solid #e2e2b5;	
	border-right: 1px solid #e2e2b5;
	margin: 0;
}

#contact-slider .jpane-toggler-down { background: #333333; }

#contact-slider .jpane-toggler-down a { color: #fff; }

#contact-slider dt.closed { background: #ffffcc; }

#contact-slider .content { padding: 8px 10px; }

#contact-slider .contact-image { margin: 15px 0; float: right; }

div.contact-links ul li {
	background: url("../images/arrow1.png") no-repeat 0 center;
	border: medium none;
	margin-bottom: 0;
	padding: 2px 10px;
	text-indent: 0;
}

.jicons-icons { float: left; margin-right: 3px; }

.contact #jform_contact_message {
	background: #F5F5F5;
	border: 1px solid #D5D5D5;
	color: #666;
	padding: 5px;
	width: 330px;
}

.contact_email div { overflow: hidden; padding: 0 0 10px; }

span.contact-position, div.contact-miscinfo { overflow: hidden; padding: 0 0 10px; display: block; }

div.jcontact-address { overflow: hidden; }

.contact_email label { line-height: 2; cursor: default; }

.contact_email .lbcheckbox { display: inline-block; }

.contact_email { margin: 15px 0 0; }

.form-validate .contact_email input, .form-validate .contact_email .button { margin: 0; }

.form-validate .contact_email input[type="checkbox"] { width: 15px; height: 15px; }

.contact_email input[type="text"], .contact_email textarea { width: 70%; }

.contact fieldset dt { min-width: 13em; }
.contact fieldset dd { margin-left: 0 !important; }

div.current { max-width: 550px; }

div.current .tabs { float: none; }

#contact-slider.tabs dt.closed { background: #F9F9F9; border-color: #E5E5E5; }

#contact-slider.tabs dt.open {
	background: #fff;
	border-color: #E5E5E5;
	border-bottom: 1px solid #F9F9F9;
}

.contact .contact-form form#contact-form { padding: 0; }

#ja-content-main .contact h3 { text-transform: uppercase; font-size: 98%; }

.josForm p.clearfix label, .josForm p.clearfix input, .josForm p.clearfix button { display: inline; vertical-align: middle; }

.josForm p.clearfix button { margin-left: 5px; height: 26px; line-height: 1.4; }

*+ html .josForm p.clearfix button { margin-left: 8px; height: 27px; }

/* Profile */
.profile > a { color: #c33; }

/* -- EDITOR STYLES ----------------------------- */
#adminForm fieldset {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
}

#adminForm fieldset legend {
	padding: 0 5px;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/

.items-leading .leading { padding-bottom: 10px; }

.items-row { border-bottom: 1px solid #ccc; }

/* Meta ---*/
dl.article-info { color: #999; text-transform: uppercase; }

dl.article-info dd {
	background: url("../images/bullet2.gif") no-repeat right 50%;
	margin-right: 5px;
}

dl.article-info dt.article-info-term {
 	padding: 0; margin: 0;
}

dl.article-info dd.hits { background: none; }

.contentdescription { padding: 0; min-height: 20px; }

.contentdescription img { margin-right: 15px; }

.sortby {
    font-size: 92%;
    margin: 15px 0;	
}

.sortby .display { text-align: right; }

table.weblinks,
table.tablelist, 
table.category { width: 100%; }

table.contentpane { width: 100%; margin: 0 0 20px; }

table.weblinks td, table.category td, table.contentpane td, table.tablelist td, table.newsfeeds td {
	border-bottom: 1px solid #e6e6e6;
	padding: 5px 10px;
}

table.weblinks td img, table.category td img, table.contentpane td img, table.tablelist td img, table.newsfeeds td  img { vertical-align: middle; margin-right:5px; }

table.weblinks td.hits, table.category td.hits { width: 50px; }

table.weblinks p, table.category p{ margin: 5px 0; }

.newsfeed .display { margin: 15px 0; overflow:hidden; text-align: right; }

.newsfeed .display form { font-size: 92%; }

div.newsfeed, div.weblinks { margin-bottom: 20px; overflow: hidden; }

.com_newsfeeds .ja-content-main ul li {
	padding-left: 13px;
	background: url(../images/arrow1.png) no-repeat left 7px;
}

.ja-content-main form[name="adminForm"] { padding: 0 15px 20px; background: #fff; border: 1px solid #e5e5e5; border-top: none; }

.ja-content-main .weblinks form[name="adminForm"], .ja-content-main .newsfeed form[name="adminForm"] { border: none; padding: 0; }

.ja-content-main .weblinks form[name="adminForm"], .ja-content-main .display form[name="adminForm"] { padding-bottom:0; }

.ja-content-main .newsfeed .counter, .ja-content-main .weblinks .counter { float: none; text-align: center; }

ul.actions li {
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}

ul.actions li img { vertical-align: middle; }

.items-row .contentpaneopen_edit { padding-left: 0; }

/*Inline images ---*/
p.img_caption { color: #999; /*text-transform: uppercase;*/ }

/* Tables ---*/
thead tr th, table.weblinks th, table.newsfeeds th {
	background: #333;
	color: #fff;
	padding: 5px;
}

table.weblinks tr th a,
table.weblinks tr th a:hover,
table.weblinks tr th a:focus,
table.weblinks tr th a:active,
thead tr th a,
thead tr th a:hover,
thead tr th a:focus,
thead tr th a:active { color: #fff; }

.cat-list-row1,
.cat-list-row12,
tr.cat-list-row1 td,
tr.cat-list-row2 td { border-bottom: 1px solid #ccc; padding: 5px; }

.sectiontableentry1:hover,
.sectiontableentry2:hover,
.cat-list-row1:hover,
.cat-list-row2:hover { background: #ffc; }

.sectiontableentry2, .cat-list-row2,
tr.sectiontableentry2 td, tr.cat-list-row2 td { background-color: #f6f6f6; }

/* Content Toc */
table.contenttoc { border: 1px solid #ccc; }

table.contenttoc td { border-bottom: 1px dotted #ccc; }

table.contenttoc th {
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}

/* Poll */
form#poll {
	border-bottom: 1px dotted #ccc;
	font-weight: 700;
}

dl.poll { border-bottom: 1px dotted #ccc; }

table.pollstableborder td {
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	font-weight: 700;
	padding: 5px !important;
}

table.pollstableborder tr.sectiontableentry0 td,
table.pollstableborder tr.sectiontableentry1 td { background: #fff; font-weight: 100; }

/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable, div.moduletable {
	padding-bottom: 0;
	background: #fff;
	border: solid 1px #e5e5e5;
	margin: 0 5px 10px 5px;
}

div.ja-moduletable .ja-box-ct, div.moduletable .ja-box-ct {
	padding: 15px;
}

div.ja-moduletable h3, div.moduletable h3 {
	font-size: 130%;
	text-transform: uppercase;
	font-family: Georgia,Arial,sans-serif;
	padding: 10px 15px;
	margin: 0;
	color: #993401;
	font-weight: bold;
	border-bottom: 1px solid #ddd; 
}

/* Module Black */
div.ja-moduletable.blackbg.bgcolor ,
div.moduletable.blackbg.bgcolor {
	border: solid 1px #222;
	border-bottom: solid 1px #111;
}

div.ja-moduletable.redbg.badge-top .ja-box-ct, div.moduletable.redbg.badge-top .ja-box-ct {

}

div.ja-moduletable.blackbg h3, div.moduletable.blackbg h3 { border-color: #333; color: #fff;}

div.ja-moduletable.bgcolor h3, div.moduletable.bgcolor h3 { border: none; }

div.ja-moduletable.blackbg.bgcolor .ja-box-ct {
	background: #e09b33;
	padding: 15px;
	margin: 0 15px 15px;
}

div.ja-moduletable.blackbg,
div.moduletable.blackbg {
	background: #222;
	color: #fff;
}

/* No Background */
div.ja-moduletable.no-bg, div.moduletable.no-bg {
	background: none;
	border: 0;
}

div.ja-moduletable.no-bg > h3, 
div.moduletable.no-bg > h3 { padding-left: 0; padding-right: 0; }

div.ja-moduletable.no-bg .ja-box-ct { padding: 0; }

/* No Padding */
div.ja-moduletable.no-padding .ja-box-ct {
	padding: 0;
}

/* No background */

div.ja-moduletable.no-background,
div.moduletable.no-background {
	background: none; 
	border: none;
}
/* Absolute Title */
div.ja-moduletable.absolute-title,
div.moduletable.absolute-title {
	position: relative;
}

div.ja-moduletable.absolute-title > h3,
div.moduletable.absolute-title > h3 {
	position: absolute;
	top: 240px;
	left: 0;
	z-index: 1;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	background: #000;
}

/* Simple Title */
div.ja-moduletable.absolute-title.simple-title > h3,
div.moduletable.absolute-title.simple-title > h3 {
	background: #c33;
}

/* Hightlight Title */
div.ja-moduletable.absolute-title.hightlight-title > h3,
div.moduletable.absolute-title.hightlight-title > h3 {
	background: #82b040;
}

/* Module Red */
div.ja-moduletable.redbg,
div.moduletable.redbg {
	background: #fff;
}

div.ja-moduletable.redbg h3, div.moduletable.redbg h3 { background: #c33; color: #fff; }

/* Accordion Module */ 
.ja-accordion .ja-accordion-containner { margin: 0; }

.ja-accordion .ja-accordion-containner li {
	background: none;
	line-height: normal;
	margin-bottom: 0;
	padding-left: 0;
	position: relative;
	width: 100%;
}

*+ html .ja-accordion .ja-accordion-containner li { float: left; clear: both; }

div.ja-moduletable.redbg .ja-accordion .ja-accordion-title {
	color: #aaa;
	background: #222;
	border-bottom: 1px solid #333;
}

div.ja-moduletable.redbg .ja-accordion .ja-accordion-title.active {
	color: #fff;
	background: #c33;
	border-bottom: 1px solid #ddd;
}

.ja-accordion-content { padding: 0 15px; }

.ja-accordion-content div.ja-bulletin { margin: 0 -15px; }

.ja-accordion .ja-slidenews-item { float: none; width: auto; }

.ja-accordion .ja-slidenews-item .ja-title { color: #fff; display: none; }

.ja-accordion .ja-slidenews-item .ja-title:hover, 
.ja-accordion .ja-slidenews-item .ja-title:active, 
.ja-accordion .ja-slidenews-item .ja-title:focus {
	color: #e49292;
}

.ja-tab-subcontent a.readmore, .ja-tab-subcontent a.readon { font-size: 100%; display: block; }

.ja-tab-subcontent a.readmore { color: #c33; }

.ja-tab-subcontent a.readmore:hover, 
.ja-tab-subcontent a.readmore:active, 
.ja-tab-subcontent a.readmore:focus { color: #666; text-decoration: underline; }

.ja-accordion .ja-accordion-content ul li {
	background: url(../images/bullet1.gif) no-repeat 0 5px;
	padding: 0 0 0 15px;
	line-height: 1.6;
}

div.ja-moduletable .ja-box-ct .ja-accordion-content p { line-height: 1.6; padding: 0; }

hr.system-pagebreak { border: none !important; border-top: 1px solid #e5e5e5 !important; margin: 0 0 12px; }

div.ja-moduletable.redbg .ja-accordion .ja-accordion-content h3 { background: none; padding: 0; border-bottom: none; }

ul.ja-accordion-containner .ja-sidenews-list .ja-slidenews-item{
	border-top: 1px solid #e5e5e5;
	background: none;
	padding: 10px 0;
}

ul.ja-accordion-containner .ja-sidenews-list .ja-slidenews-item:first-child {
	border-top: none;
}

.ja-accordion-content div.sample-module {
	padding-bottom: 15px;
}

/* Login Module ---*/
#form-login { margin-bottom: 10px; }

#form-login p br { display: none; }

.loginform ul { margin-left: 155px; }

#form-login ul li,
.loginform ul li {
	background: url("../images/arrow1.png") no-repeat 0 center;
	margin-bottom: 0;
	padding: 0 10px;
}

#form-login label {
	display: block;
	color: #222; 
	font-weight: 700;
	line-height: normal;
	margin-bottom: 2px;
}

#form-login #form-login-remember label { display: inline; }

#form-login ul { margin: 0; padding: 0;}

/* Menu Module ---*/
.moduletable_menu h3 { border-bottom: none !important; }

div.moduletable_menu ul.menu { margin-top: -10px !important;}

#ja-container ul.menu li { border: none !important; }

#ja-container ul.menu li a {
	color: #666;
	margin-bottom: 5px ;
	border: solid 1px #ddd ;
	padding: 5px 10px ;
	background: url(../images/bg-menu.gif) repeat-x left bottom #fefefe ;
}

#ja-container ul.menu li a:hover,
#ja-container ul.menu li a:focus,
#ja-container ul.menu li a:active { color: #c33; text-decoration: none; background: #fff ;}

#ja-container ul.menu li.active > a, #ja-container div.k2CategoriesListBlock li.activeCategory > a {
	font-weight: 100;
	color: #c33;
} 

#ja-container ul.menu li ul { margin-top: 10px; margin-bottom: 10px; }

#ja-container ul.menu li li { background: none !important; border: none !important; }

#ja-container ul.menu li li a,
#ja-container ul.menu li li a:hover,
#ja-container ul.menu li li a:focus,
#ja-container ul.menu li li a:active {
	text-indent: 0;
	border: none;
	background: url(../images/arrow1.png) no-repeat 0 center;
	padding: 2px 10px;
	margin-bottom: 0;
}

/* Advertisement ---*/	
div.ja-moduletable.adv .ja-box-ct, 
div.moduletable.adv .ja-box-ct { padding: 0; }

div.ja-moduletable.adv .adv, 
div.moduletable.adv .adv { margin: 4px; }

div.ja-moduletable.adv .adv img, 
div.moduletable.adv .adv img { display: block; }

#ja-1 div.ja-moduletable.adv .adv, 
#ja-topsl1 div.moduletable.adv .adv {
	background: #ecaf3d;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-mainbody { /*margin-bottom: 10px;*/ }

#ja-content-main {
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 13px 15px;
}

.com_content #ja-content-main,
.com_kunena #ja-content-main {
	background: none;
	border: 0;
	padding: 0;
}

/* Top Menu ---*/
#ja-topmenu { background: #222; border-bottom: solid 1px #111; color: #999; padding: 5px 0;}

p.ja-day { float: left; display: inline-block; margin-top: 4px; }

p.ja-day span { padding-right: 3px; }

#ja-topmenu ul { float: right; }

#ja-topmenu ul li {
	float: left;
	padding: 3px 15px;
	border-left: solid 1px #333;
}

#ja-topmenu ul li a { color: #999; }

#ja-topmenu ul li a:hover,
#ja-topmenu ul li a:focus,
#ja-topmenu ul li a:active { color: #fff; }

/* HEADER
--------------------------------------------------------- */
#ja-header { background: #c33; }

/*#ja-header .main { background: url(../images/map-bg.png) no-repeat left bottom; padding: 8px 0 15px 0; }*/

#ja-header .main { background: url(../images/bg.png) no-repeat left bottom; padding: 8px 0 170px 0; }

h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; margin-left: -30px; float: left;}

div.logo-text h1 { margin-left: 0; }
/* Logo Image ---*/
h1.logo { width: 152px; height: 62px; }

h1.logo a {
	background: url(../images/logo.png) no-repeat center center;
	display: block;
	width: 152px;	
	height: 62px;
}

/* Logo Text ---*/
div.logo-text h1 {
	font-size: 250%;
	font-family: Arial, sans-serif;
	font-weight: 700;
}

div.logo-text h1 a {
	text-decoration: none;
	background: #fff;
	color: #c33;
}

p.site-slogan {
	color: #fff;
	display: block;
	font-size: 85%;
	margin: 3px 0 0;
	padding: 0;
	text-transform: uppercase;
	clear: both;
}

/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav { background: url(../images/mainnav-bg.gif) repeat-x left bottom #CC3333; padding-bottom: 6px;}

/* Breadcrumbs ---*/
#ja-breadcrums a { color: #222; }

.ja-breadcrums { float: none; width: 100%; }

.breadcrumbs  {
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	padding: 10px 0 10px 15px;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
}

.breadcrumbs strong { color: #bbb; }

.breadcrumbs img { margin: 0 3px; }

/* Footer ---*/
#ja-footer { background: #222; border-top: 1px solid #333;  }

#ja-footer .main, .ja-copyright small { text-align: left; }

.ja-copyright { margin: 0 25px 10px 0; }

#ja-poweredby { margin: 0; padding: 0; }

#ja-navhelper .ja-links li.top a {
	background: url(../images/top.gif) no-repeat left top;
	width: 20px;
	height: 20px;
	text-indent: 100px;
	padding: 0;
	float: left;
	display: block;
	overflow: hidden;
}

.ja-copyright a { color: #fff; }

.ja-copyright a:hover { color: #fff; text-decoration: underline;}

#ja-poweredby {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 8px;
}

#ja-footer .ja-links {
	background: #333;
	padding-right: 0;
	position: absolute;
	right: 0;
	top: -22px;
}

/* Extras ---*/
#ja-navhelper .main { padding: 0; }

.ja-links { padding-right: 10px; }

.ja-links li { padding: 0 10px; }

/* Default Joomla! Menu ---*/
#ja-container ul.menu li { border-bottom: 1px dotted #ccc; }

#ja-container ul.menu li li { border-bottom: 0; border-top: 1px dotted #ccc; }

div.moduletable_menu ul { margin-top: -10px;}

div.moduletable_menu ul li { border: none; background: none; margin: 0; padding: 0;  }

div.moduletable_menu ul li a {
	color: #666;
	margin-bottom: 5px ;
	border: solid 1px #ddd ;
	padding: 5px 10px ;
	display: block;
	background: url(../images/bg-menu.gif) repeat-x left bottom #fefefe ;
}

div.moduletable_menu ul li a:hover,
div.moduletable_menu ul li a:focus,
div.moduletable_menu ul li a:active { color: #c33; text-decoration: none; background: #fff ;}

div.moduletable_menu ul li.active > a {
	font-weight: 100;
	color: #c33;
} 

/* Default Joomla! Content ---*/

/* Category List */
.category-list .category-desc,
.categories-list .category-desc {
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 10px 15px;
	margin-bottom: 10px;
}

.cat-items {
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 15px;
}

.category-list .jcat-children ul li,
.categories-list > ul li {
	background: none;
	padding-left: 15px;
	margin-bottom: 0;
}

.category-list .jcat-children ul li .jitem-title,
.categories-list ul li .jitem-title {	
	font-size: 100%;
	text-transform: uppercase;
	font-family: Georgia,Arial,sans-serif;
	padding: 13px 15px;
	margin: 0;
	color: #222;
	display: block;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	background: #fff;
}

.category-desc img.image-left {
	float: left; 
	margin-right: 10px;
}
 
.category-list .cat-items span.hasTip a { color: #c33; font-weight: 700; }

.category-list .cat-items span.hasTip a:hover,
.category-list .cat-items span.hasTip a:focus,
.category-list .cat-items span.hasTip a:active {
	text-decoration: underline;
}
/* Category page */
.blog .item .contentpaneopen,
.blog .leading .contentpaneopen { 
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 13px;
}

.blog .items-row { padding-top: 0; border-bottom: 0; }

.blog .items-row .item .contentpaneopen h2.category-name,
.blog .items-leading .item .contentpaneopen h2.category-name {
	font-size: 100%;
	text-transform: uppercase;
	font-family: Georgia,Arial,sans-serif;
	padding: 0 15px 13px;
	margin: 0 -15px 13px;
	color: #666;
	border-bottom: 1px solid #e5e5e5; 
}

.blog .items-row h2.contentheading {
	font-size: 100%;
	font-weight: 700;
	margin: 0 0 10px;
	padding: 0;
	clear: both;
}

.blog .items-leading h2.contentheading {
	font-size: 175%;
	margin: 10px 0;
	padding: 0;
}

.blog .items-row h2.contentheading a,
.blog .items-leading h2.contentheading a {
	color: #222;
}

.blog .items-row h2.contentheading a:hover,
.blog .items-row h2.contentheading a:focus,
.blog .items-row h2.contentheading a:active,
.blog .items-leading h2.contentheading a:hover,
.blog .items-leading h2.contentheading a:focus,
.blog .items-leading h2.contentheading a:active {
	color: #c33;
}

.blog .items-row .article-image .img_caption,
.blog .items-leading .article-image .img_caption {
	margin-top: 0;
}

.blog .items-row .article-image img,
.blog .items-leading .article-image img {
	margin-bottom: 10px;
	display: block;
}

.blog .item .contentpaneopen dl.article-info {
	width: 65%;
}

.blog .item .contentpaneopen dl.article-info dd,
.blog .leading .contentpaneopen dl.article-info dd {
	background: none;
}

.blog .items-leading .linksmeta ul li {
	display: inline;
	padding-right: 5px;
}

.blog .leading .contentpaneopen .jac-add-button {
	padding-right: 5px;
}

/* Article Page */
.item-page {
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 13px 15px;
}

.item-page .article-tools {
	margin-bottom: 10px;
}

.thumb-left {
	float: left;
	margin: 18px 10px 0 0;
}

.thumb-right {
	float: right;
	margin: 18px 0 0 10px;
}

.thumb-auto {
	float: none;
	margin: 18px 0 0;
}

/* Archive */
.archive {
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 13px 15px;
}

.archive .article-tools {
	margin-bottom: 10px;
}

/* Pagination */
div.pagination {
	background: url(../images/line.gif) repeat-x left top;
}

div.pagination div.pagination {
	background: none;
	float: right;
}

div.pagination .counter {
	display: none;
}

div.pagination ul li {
	line-height: 0;
	margin-left: 5px;
}

div.pagination ul li span,
div.pagination ul li strong {
	padding: 10px 12px 5px;
	background: url(../images/pagenav.png) no-repeat center top ;
	display: block;
	line-height: normal;
	color: #666;
	text-transform: uppercase;
}

div.pagination ul li.pagination-prev span.pagenav {
	padding: 10px 12px 5px;
	background: url(../images/pagenav.png) no-repeat center top ;
	color: #666;
}

div.pagination ul li span.pagenav,
div.pagination ul li.pagination-prev span.pagenav {
	background: url(../images/pagenav-current.png) no-repeat center top;
	padding: 10px 12px 5px;
	color: #fff;
}

.items-more { border-bottom: 1px solid #ccc; }

.items-more h3 { font-size: 125%; }

/* SPOTLIGHT
--------------------------------------------------------- */

/* Top spotlight ---*/
#ja-topsl2 div.ja-moduletable .ja-box-ct, #ja-topsl2 div.moduletable .ja-box-ct {
	padding: 0;
}

#ja-topsl2 div.ja-moduletable h3, #ja-topsl2 div.moduletable h3 {
	background: #222;
	color: #fff;
	border: none;
}

/* Bot spotlight ---*/
#ja-botsl1 {
	/*background: url(../images/navhelper-bg.gif) repeat-x left top;*/
	background: #ffffff;
	padding-top: 7px;
}

#ja-botsl1 .wrap-inner1 {
	background: #ffffff;
	border-top: solid 1px #111;
}

#ja-botsl1 .main {
	/*background: url("../images/map-bg.png") no-repeat left bottom;*/
	background: #ffffff;
}

#ja-botsl1 div.ja-moduletable, #ja-botsl1 div.moduletable {
	background: none; 
	border: none;
}

#ja-botsl1 div.moduletable_menu .ja-box-ct {
	padding: 0;
	margin-bottom: 0;
	background: #772F2C;
	border: solid 1px #5B211F;
	border-top: none;
}

#ja-botsl1 div.moduletable_menu ul.menu { margin: 0 !important; }

#ja-botsl1 div.moduletable_menu ul.menu li {
	float: left;
	background: url("../images/line-menu.gif") repeat-y right top;
	margin: 0;
	padding: 10px 15px;
}

#ja-botsl1 div.moduletable_menu ul.menu li a {
	color: #fff;
	font-weight: 700;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	display: inline;
}

#ja-botsl1 div.moduletable_menu ul.menu li a:hover { color: #d5d5d5; }

#ja-botsl2 {
	background: #222222;
	border-top: 1px solid #111111;
}

#ja-botsl2 div.ja-moduletable, #ja-botsl2 div.moduletable {
	background: none; 
	border: none;
	margin: 0;
	padding: 0;
}

#ja-botsl2 div.ja-moduletable h3, #ja-botsl2 div.moduletable h3{
	border: none;
}

#ja-botsl2 .list-item { float: left; width: 33%; border-left: solid 1px #333; padding: 25px 0 60px;}

#ja-botsl2 .ja-box-right { border-left: solid 1px #333; padding-top: 25px; }

#ja-botsl2 .list-item:hover { background: #1a1a1a; }

#ja-botsl2 .list-item h3 {
	text-transform: uppercase;
	color: #fff;
	padding: 0;
	margin: 0 0 0 20px;
}

#ja-botsl2 .list-item ul li { padding: 5px 0 5px 20px; display: block; background: none;  margin: 0;}

#ja-botsl2 .list-item ul li:hover { background: #111; color: #fff; }
 
#ja-botsl2 .list-item ul li a { color: #666; }

#ja-botsl2 .list-item ul li:hover a,
#ja-botsl2 .list-item ul li a:hover { color: #fff; }

#ja-botsl2 .social a.ico-social {
	float: left;
	width: 30%;
	display: inline-block;
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-left: 30px;
	line-height: 20px;
	color: #666;
}

#ja-botsl2 .social a.ico-social:hover { color: #fff; background-position: left bottom; }

#ja-botsl2 .social a.ico-social.ico-facebooks { background-image: url(../images/icon-facebook-bt.png); }

#ja-botsl2 .social a.ico-social.ico-twitters { background-image: url(../images/icon-twitter-bt.png); }

#ja-botsl2 .social a.ico-social.ico-rss { background-image: url(../images/icon-rss-bt.png); }

#ja-botsl2 .social a.ico-social.ico-flick { background-image: url(../images/icon-flick-bt.png); }

#ja-botsl2 div.ja-moduletable.connect,
#ja-botsl2 div.moduletable.connect { border-bottom: solid 1px #333 !important; margin-bottom: 35px; }

#ja-botsl2 .ja-box-right div.ja-moduletable h3, 
#ja-botsl2 .ja-box-right div.moduletable h3 {
	border: none; 
	padding: 0;
	margin-left: 15px;
	margin-bottom: 0;
	font-size: 100%;
	color: #fff;
}

#ja-botsl2 .ja-box-right label, #ja-topsl1 .letter label { display: block; margin-bottom: 5px; }

#ja-botsl2 div.ja-moduletable.imgtemp, #ja-botsl2 div.moduletable.imgtemp {
	float: left; 
	width: 32%; 
	margin-top: 25px;
}

#ja-botsl2 div.ja-moduletable.imgtemp img {
	display: block;
	margin-bottom: 10px;
}

#ja-botsl2 div.ja-moduletable.partner, #ja-botsl2 div.moduletable.partner {
	float: right; 
	width: 63%; 
	margin-right: 1px;
	margin-left: 0;
}

/* Mass Bottom ----*/
.ja-mass-bottom .ja-moduletable div.images-adv, 
.ja-mass-bottom .ja-module div.images-adv { margin: 5px; }

#ja-content-mass-bottom div.ja-moduletable > h3,
#ja-content-mass-bottom div.moduletable > h3 {
	color: #fff;
	background: #222;
	border-bottom: none;
}

.ja-tab-subcontent p img[align="left"] { margin-right: 15px; }

.ja-tab-subcontent p img[align="right"] { margin-left: 15px; }
/* MISCELLANOUS
----------------------------------------------------------- */
/* Others ---*/
#ja-top-panel .main-inner1 {
	border: 2px dotted #e2e2b5;
	padding: 5px 10px;
	text-align: center;
	margin-top: 15px;
	background: #ffffcc;
	position: relative;
}

#ja-banner { border-top: 1px solid #ccc; }

div.ja-innerdiv { border-bottom: 1px dotted #ccc; }

div.ja-innerdiv h4 {
	font-family: Georgia, Arial, sans-serif;
	font-size: 92%;
	font-weight: 100;
/*	text-transform: uppercase;*/
}

/* Sticker News */
.ja-healineswrap { padding: 10px 0; }

.ja-healineswrap em {
	background: url(../images/sticker-bg.gif) no-repeat right top;
	text-transform: uppercase; 
	padding: 0 15px 0 5px;	
	height: 17px;
	line-height: 17px;
	margin-right: 5px;
	color: #fff;
	float: left;
	font-size: 92%;
	padding: 0 15px 0 5px;
}

div.list-useful .blocknumber {
	border-bottom: solid 1px #e5e5e5;
	padding: 5px 0 5px 30px !important;
	margin: 5px 0 !important;
}

div.list-useful .blocknumber.last { border: none !important; }

div.list-useful .blocknumber .bignumber {
	background: url(../images/arround-red.png) no-repeat left top;
	color: #fff; 
	font-size: 95%;
	width: 20px;
	height: 20px;
	line-height: 20px !important;
	top: 10px;
}

span.title-bignumber {
	display: block;
	color: #222;
	font-size: 115%;
	margin-bottom: 2px;
}

#ja-botsl2 div.ja-moduletable form, #ja-botsl2 div.moduletable form div { overflow: hidden; }

#ja-botsl2 input.form-text, #ja-botsl2 a.links { float: left; }

#ja-botsl2 input.form-text {
	background: #111; 
	border: solid 1px #333; 
	width: 130px;
	color: #5e5e5e;
}

#ja-botsl2 input.form-text:focus { background: #1a1a1a; }

.moduletable_search { width: 46%; margin-left: 28% !important; }

.moduletable_search label{ display: none; }
	
#ja-botsl2 a.links {
	background: #fff; 
	color: #666; 
	text-transform: uppercase; 
	padding: 0 8px;
	margin: 0;
	cursor: pointer;
	margin-left: 3px;
	border: solid 1px #111;
	font-size: 95%;
	display: inline-block;
	height: 24px; 
	line-height: 24px;
}

#ja-botsl2 a.links:hover,
#ja-botsl2 a.links:focus { color: #c33; }

#ja-topsl1 .letter input.form-text { width: 125px; }

#ja-topsl1 .letter a.links { background: #fcfcfc; border: solid 1px #d5d5d5; display: inline-block; padding: 3px 8px; cursor: pointer; }

.badge-letter .badge {
	background: url("../images/icon-newllter.png") no-repeat;
	width: 45px;
	height: 38px;
	right: 5px;
	top: -5px;
}

/* weblinks page */
.categories-list, .weblink-category { padding: 0 0 30px; }

.categories-list h1, .weblink-category h2, .newsfeed h2,
.cat-children h3 { margin: 15px 0; text-transform: uppercase; font-size: 120%; }

div.categories-list .item-title {
	display: inline-block;
	padding: 3px 8px;
}

.weblink-category .cat-children {
	background: none;
	border: 0;
	padding: 0;
}

div.categories-list a, .weblink-category a { font-weight: 700; color: #666; }

.weblink-category .edit-icon .hasTip a { border-bottom: none; }

div.categories-list a:hover, div.categories-list a:active, div.categories-list a:focus,
.weblink-category a:hover, .weblink-category a:active, .weblink-category a:focus { color: #c33; }

.categories-list ul { margin: 0; padding: 0; }

div.categories-list ul li { padding-left: 0; }

div.categories-list ul li li {
	background: url(../images/tree-bg.gif) no-repeat;
	border: none;
	margin-bottom: 0;
	padding: 10px 0 0 8px;
}

div.categories-list ul li li.last { background: url(../images/tree-last.gif) no-repeat; }

.newsfeed-category { padding-bottom: 15px !important; }

div.categories-list.allpage {
	padding: 0; margin-left: -5px; margin-right: -5px;
}

div.categories-list.allpage ul li {
	float: left;
	width: 33.3%;
	margin: 0 0 10px;
}

div.categories-list.allpage .category-desc {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
}

div.newsfeed-category table.category thead tr th {
	padding: 5px 10px;
}

.ja-content-main fieldset.filters {
	padding: 0 5px 5px 5px !important;
	margin: 0 0 10px !important;
}

.ja-content-main .display-limit {
	margin: 0 !important; padding: 0 !important;
}

.allpage div.view-category {
    background: #fff;
    border: 1px solid #E5E5E5;
    margin: 0 5px;
    padding: 13px;
}

.allpage .view-category .jitem-title {
	border: 0;
	border-bottom: 1px solid #E5E5E5;
	color: #666;
	font-family: Georgia,Arial,sans-serif;
	font-size: 100%;
	margin: -11px -13px 12px;
	padding: 13px;
	text-transform: uppercase;
	display: block;
	font-weight: 100;
}

.allpage .view-category .jitem-title a{ font-weight: 100; }

.allpage .view-category .category-desc img {
	display: block; 
	margin-bottom: 10px;
}

.category-desc .clr {
	display: none;
}
table.contentpane, 
table.tablelist, 
table.category { width: 100%; border: 1px solid #e5e5e5; }

table.category td, table.contentpane td, table.tablelist td {
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 10px;
}

table.category td.hits { width: 50px; }

table.category p { margin: 5px 0; }

.newsfeed-category .display-limit { margin: 0; }

.newsfeed-category .display-limit select { padding: 2px; }

.cat-children {
	background: #FFFFFF;
    border: 1px solid #E5E5E5;
    padding: 13px 15px;
}

.reset-confirm fieldset label { margin-top: 4px; display: block; }

.reset-confirm fieldset dt,
.reset-confirm fieldset dd{ margin: 0;  }
 
.reset-confirm input.required { width: 180px; }

.reset-confirm button.validate { margin: 0 0 15px 145px; }

.jac-add-button a {
	background: url("../images/ico-comment.gif") no-repeat 0 0 ;
	padding-left: 19px;
	color: #aaa;
}

.linksmeta {
	border-top: 1px solid #E5E5E5;
	padding: 10px 0 0;
	margin: 10px 0 0;
	color: #aaa;
	font-size: 98%;
}

.jac-add-button, .linksmeta ul {
	display: block;
	margin: 0;
}

.linksmeta ul li {
	background: none;
	padding-left: 0;
	padding-right: 5px;
	margin: 0;
}

.linksmeta span {
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-left: 0;
}

.linksmeta span.hits {
	background-image: url("../images/hits-icon.png");
	padding-left: 20px;
}

.linksmeta span span,
.linksmeta .jac-add-button span {
	background: none; padding: 0;
}

.jac-add-button a:hover,
.jac-add-button a:focus,
.jac-add-button a:active { color: #c33; }

.highslide img {
	border: solid 1px #222 !important;	
	padding: 0 !important;
	margin: 2px;
}

.highslide-img {
	margin: 0 !important;
}

div.ja-moduletable ul.jac-lasmod-main, div.moduletable ul.jac-lasmod-main { margin: 0; }

.article-content li p { margin: 0; }

.com_content .ja-mf #ja-content-main div.componentheading, .com_content #ja-content-main > h1.componentheading {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	padding: 13px 15px;
	margin: 0;
}

.com_content .ja-mf #ja-content-main form[name="adminForm"], .com_content #ja-content-main > ul {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: none;
	padding: 13px 15px;
}

.com_content #ja-content-main > ul { margin: 0; }

.adminform img, .adminform input.inputbox { vertical-align: middle; }

.adminform img.calendar { margin: 0 0 0 5px; }

#editor-xtd-buttons { padding: 5px 0; }

#editor-xtd-buttons .button2-left { margin-left: 0; margin-right: 5px; }

/* Latest comment */
div.ja-moduletable ul li.jac-has-layout, div.ja-module ul li.jac-has-layout { padding-left: 0; }

.ja-thumbnailwrap.thumb-right .ja-thumbnail .thumbnail {
	right: 2px;
	left: auto;
}

img[align="right"] {
    margin-left: 20px;
}

.img-border {
    border: 1px solid #EEEEEE;
    padding: 4px;
}