/*
 * ------------------------------------------------------------------------
 * JA Norite Template for Joomla 2.5
 * ------------------------------------------------------------------------
 * 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
--------------------------------------------------------- */

body, body#bd
 {
	background: #202020 ;
	color: #ccc ;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 1.6;
}
body.fs1 { font-size: 14px; }
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 links ---*/
a { color: #cccccc; text-decoration: none; }

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

/* Readon links ---*/
a.readon { clear: both; color: #889900; }

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

p a.readon { clear: none; display: inline; }

/* Content spacing ---*/
.column p, .column pre, .column blockquote,
.column h1, .column h2, .column h3, .column h4, .column h5, .column h6,
.column ol, .column ul { margin: 10px 0; }

/* Headings & Titles ---*/
h1 { font-size: 180%; }
h2 { font-size: 175%; }
h3 { font-size: 125%; }
h4 { font-size: 100%; text-transform: UPPERCASE; }
h5 { font-size: 100%; }

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2;
}

.contentpaneopen { position: relative; }

.contentpaneopen_edit {
	float: right !important;
	position: relative;
	z-index: 1;
}

h1.componentheading, .componentheading { color: #ffffff; margin: 0 0 10px; padding: 0 0 5px; }

.componentheading {
	border-bottom: 1px solid #2a2a2a;
	font-size: 200%;
	font-weight: normal;
}

h2.contentheading, .contentheading {
	color: #ffffff;
	font-size: 200%;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
}

h2.contentheading a, .contentheading a { color: #ffffff; text-decoration: none; }

.blog .contentheading { font-size: 220%; line-height: normal; }

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus { font-weight: bold; }

.category { }

/* Small text ---*/
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption, .contenttoc,
p.site-slogan, a.readon, #ja-navhelper, #ja-footer { font-size: 92%; }

small, .small { color: #656565; }

.smalldark { text-align: left; }

/* List ---*/
.column ul li {
	background:none !important;
	line-height: 175%;
	margin-bottom: 5px;
	overflow: hidden;
	background-repeat:no-repeat ;
}

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

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

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

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

fieldset a { font-weight: bold; }

fieldset.input { padding: 0; }

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

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

form label { cursor: pointer; }

input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 3px 5px;
	vertical-align: middle;
}

.inputbox, input#image, input#url,
.login_form input, .login input {
	background: url(../images/grad-bg.gif) repeat-x top left #181818;
	border: 1px solid #2a2a2a;
	color: #c5c5c5;
	padding: 5px;
}

.inputbox:hover, .inputbox:focus { background-position: top right; }

.button {
	background: url(../images/button-bg.gif) repeat-x scroll left top;
	border: 0;
	color: #656565;
	cursor: pointer;
	font-size: 92%;
	font-weight: bold;
	padding: 6px 10px;
	text-transform: none;
	margin-left: 5px;
	vertical-align: middle;
	overflow: visible;
}

.button:hover, .button:focus {
	background-image: url(../images/button-bg2.gif);
}

/*
-------------------------------general.css */
.button2-left div,
.button2-right div {
	float: none !important;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	float: none !important;
}

.button2-left a,
.button2-left span,
.button2-right a,
.button2-right span {
	padding: 0 10px !important;
}

.button2-left {
	float: right;
	margin-left: 0;
	margin-right: 5px;
}

.button2-right {
	margin-left: 0;
	margin-right: 5px;
}

.button2-left {
	position: relative;
}

.button2-left a:hover, .button2-left a:active, .button2-left a:focus {
	text-decoration: none !important;
}

.toggle-editor {
	margin-top: -10px;
}
/* end general */

.checkbox { }

.radio { margin: 0 5px; }

input[type="radio"], input[type="checkbox"], .checkbox {
	background: transparent !important;
	border: 0;
	vertical-align: middle;
	float: left;
}

/* Login ---*/
.login_form fieldset { padding: 15px 0 0; }

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

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

.login_form .inputbox { margin-left: 10px; width: 150px; }

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

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

/* Register ---*/
.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; }

#login-form ul li {
	padding-left: 0;
	background-position: left 6px !important;
}

#login-form ul li a{
	padding-left: 15px; 
	display: block;
}
/* User ---*/
.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 !important; width: 130px !important; }

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

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

/* Search ---*/
form#searchForm { border-top: 1px solid #2a2a2a; padding: 15px 0; }

.searchintro { border-bottom: 1px solid #2a2a2a; }

.results h4 {
	font-size: 110%;
	margin: 15px 0 0;
	text-transform: none;
}

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

/* Contact ---*/
.panel {
	border-color: #2a2a2a;
}

#ja-content-main .contact .panel h3,
.panel h3.pane-toggler-down a {
	background-color: #151515;
	border-color: #2a2a2a;
}

.panel h3.pane-toggler a {
	background-color: #1a1a1a;
}

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

#component-contact #emailForm { border-top: 1px solid #252525; padding-top: 15px; }

.contact_email { margin: 0 0 10px; }

.contact_email label { font-weight: bold; display: block;  float: none;}

.contact_email_checkbox { margin: 15px 0; }

#component-contact img {
	float: right;	
}

#component-contact table img {
	float: none;
}

#contact_text {
	width: 500px;	
}

.contact-form input.required,
.contact-form textarea.required {
	background: url(../images/grad-bg.gif) repeat-x  left top #181818;
	 border: 1px solid #2A2A2A;
	 color: #C5C5C5;
	 margin-bottom: 0;
}
.form-validate dt { clear: left; margin: 0; padding: 3px 0; }

.form-validate dd { min-height: 25px; padding: 3px 0; margin: 0; }

.contact .panel .contact-form form, 
.contact .panel .contact-address, 
.contact_email div, 
.panel .contact-form, 
.panel .contact-miscinfo {
    overflow: hidden;
}

.contact-miscinfo .jicons-icons, .contact-miscinfo .contact-misc {
	float: left;   
}

.contact-miscinfo .jicons-icons {
	margin-top: 10px;
	margin-right: 5px;
}

.contact-address address { display: inline; }

div.current {
	overflow: hidden;
}

#ja-form #contact .form-list {
	width: 95%;
}
/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.blog { }

.article_separator,
.leading_separator,
.row_separator,
.column_separator { display: none; }

.items-leading {
	border-bottom: 1px solid #2a2a2a;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.items-row {
	border-bottom: 1px solid #2a2a2a;
	margin-bottom: 20px;
	padding-bottom: 25px;
}

.article_column { }

.ja-article { position: relative; }

.column_separator { padding: 0 25px; }

.cols2 .column1 .contentpaneopen { padding-right: 7px; }

.cols2 .column2 .contentpaneopen { padding-left: 7px; }

/* Meta ---*/
.article-tools {
	clear: both;
	color: #656565;
	display: block;
	line-height: normal;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
}

.article-meta { float: left; padding: 0; }

.article-section, .article-category { color: #656565; }

.createby {
	background: url(../images/icon-user.gif) no-repeat 0 2px;
	padding: 3px 3px 3px 20px;
}

.createdate {
	background: url(../images/icon-date.gif) no-repeat 0 2px;
	color: #656565;
	padding: 3px 3px 3px 20px;
}

.modifydate { color: #656565; display: block; margin: 10px 0; }

.contentdescription {
	border-bottom: 1px solid #2a2a2a;
	display: block;
	margin: 0;
	padding: 10px 0;
}

.contentdescription p { margin: 0; }

.buttonheading { float: right; }

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

.content_rating { }

.content_rating img { padding: 0 4px; }

ul.actions {
	margin: 0;
}

ul.actions li {
	margin: 0;
	line-height: 1;
}

/* Inline images ---*/
a img { border: none; }

.img_caption { color: #656565; margin-bottom: 10px; margin-top: 5px; }

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

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

.article-image .img_caption { margin: 0 !important; }

.article-content img,
.article-content div.img_caption {
	background: #181818;
	border: 1px solid #2a2a2a;
	padding: 4px;
}

.article-content div.img_caption img { background: none; border: none; padding: 0; }

#jac-social-links img,
#jac-wrapper img { background: transparent; }

.img_caption p {
	background: #181818;
	color: #656565;
	margin: 0;
	padding: 2px 0 0;
	text-align: center;
}

.haveimage, .article_column .haveimage { padding-left: 240px !important; }

.article-image { left: 0; position: absolute; top: 5px; }

.article-image span {
	background: #181818;
	border: 1px solid #2a2a2a;
	display: block;
	float: left;
	padding: 4px;
}

/* Tables ---*/
.sectiontableheader {
	background: #181818;
	border: 1px solid #2a2a2a;
	color: #ffffff;
	padding: 4px;
}

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

.sectiontableentry,
.sectiontableentry0,
.sectiontableentry1,
.sectiontableentry2 {
	border-bottom: 1px dotted #2a2a2a;
	padding: 5px 5px 6px;
}

.sectiontableentry:hover,
.sectiontableentry0:hover,
.sectiontableentry1:hover,
.sectiontableentry2:hover { background-color: #2a2a2a; }

.sectiontableentry2 { background-color: #181818; }

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

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

/* Content Toc */
table.contenttoc {
	border: 1px solid #2a2a2a;
	float: right;
	font-size: 92%;
	margin: 0 0 10px 12px;
	padding: 0;
	width: 30%;
}

table.contenttoc a { text-decoration: none; }

table.contenttoc td {
	background: url(../images/bullet7.gif) no-repeat 10px 6px;
	padding: 1px 5px 1px 20px;
}

table.contenttoc th {
	background: #181818;
	border-bottom: 1px solid #2a2a2a;
	padding: 5px 10px;
	text-indent: 5px;
	text-transform: uppercase;
}

/* Poll */
div.poll { padding: 15px 0; }

form#poll {
	border-bottom: 1px dotted #2a2a2a;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

dl.poll {
	border-bottom: 1px dotted #2a2a2a;
	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; }

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

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

table.pollstableborder td {
	background: #1A1A1A;
	border-bottom: 1px solid #2a2a2a;
	font-weight: bold;
	padding: 5px !important;
}

table.pollstableborder tr.sectiontableentry0 td,
table.pollstableborder tr.sectiontableentry1 td { background: #202020; font-weight: normal; }

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

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

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

/* Pagination ---*/
div.pagination ul { margin: 10px 0; }

div.pagination ul li {
	background: none !important;
	display: inline;
	margin: 0;
	overflow: hidden;
	padding: 0 5px;
}

div.pagination ul li span { line-height: 20px; padding: 0 5px; }

div.pagination ul a {
	background: #181818;
	border: 1px solid #2a2a2a;
	color: #c5c5c5;
	line-height: 20px;
	padding: 2px 14px !important;
	text-decoration: none;
}

div.pagination ul a:hover, div.pagination ul a:active, div.pagination ul a:focus {
	background: #890;
	border: 1px solid #890;
	color: #fff;
	text-decoration: none;
}

.sortby { font-size: 92%; margin: 10px 0 5px; }

.sortby .filter, .sortby .display { float: left; width: 40%; }

.sortby .display { float: right; text-align: right; }

.pagenavbar { font-weight: bold; }

.pagenavcounter { margin: 15px 0 !important; text-align: center; }

.counter {
	line-height: 1;
	margin-top: 12px  !important;
	text-align: right;
}

.counter span {
	background: #890;
	color: #fff;
	padding: 2px 5px;	
}

.blog_more { border-bottom: 1px solid #2a2a2a; padding: 5px 0 0; }

.blog_more h2 {
	font-size: 115%;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.blog_more ul li {
	background: url(../images/bullet7.gif) no-repeat 5px 6px;
	padding-left: 15px;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active { display: block; margin: 10px 0; }

/* Messages ---*/
#system-message { margin: 0 15px 10px; }

#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: #006699; border: 0; }

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

/* System Notice Messages */
#system-message dd.notice ul { background: #333333; border: 0; }

/* Tooltips --- */
.tip-wrap {
	color: #656565;
}

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

.contentpaneopen_edit img { vertical-align: middle; }

/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable h3, div.moduletable h3 {
	color: #ffffff;
	font-size: 175%;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 0 0 8px;
}

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

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

/* Badge Module ---*/
.badge {
	background-image: url(../images/icon-badge.png);
	background-repeat: no-repeat;
	height: 38px;
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
}
.badge-top .badge {
	height: 45px;
}
.moduletable_badge .badge{
	height:38px;
}
.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; }

/* Icon Module ---*/
.icon1 h3 {
	background: url(../images/icons/icon-1.png) no-repeat bottom left;
	padding-left: 30px !important;
}

.moduleicon2 h3 {
	background: url(../images/icons/icon-2.png) no-repeat top left;
	padding: 0 0 3px 30px !important;
}

.icon3 h3 {
	background: url(../images/icons/icon-3.png) no-repeat top left;
	padding: 4px 0 4px 40px !important;
}

.icon4 h3 {
	background: url(../images/icons/icon-4.png) no-repeat top left;
	padding: 4px 0 4px 40px !important;
}

.icon5 h3 {
	background: url(../images/icons/icon-5.png) no-repeat top left;
	padding: 4px 0 4px 40px !important;
}

.icon6 h3 {
	background: url(../images/icons/icon-6.png) no-repeat top left;
	padding: 4px 0 4px 40px !important;
}

/* Search Module ---*/
#ja-search {
	font-size: 11px;
	position: absolute;
	right: 16px;
	top: 6px;
}

#ja-search label { display: none; }

#ja-search .inputbox {
	background: url(../images/icon-search.gif) no-repeat 5px center;
	border: 1px solid #2a2a2a;
	padding: 2px 5px 2px 22px;
}

#ja-search .inputbox:hover, #ja-search .inputbox:focus { }

#ja-search .button {
	font-size: 100%;
	font-weight: bold;
	margin-left: 5px;
	text-transform: none;
}

/* High light Module ---*/
div.moduletable_hilite h3 { }

/* Poll Module ---*/
h4.poll-title { margin: 0; padding: 0; }

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

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

/* Advertisement ---*/
div.bannergroup_text div.banneritem_text { border-bottom: 1px dotted #2a2a2a; 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 { color: #656565; font-size: 92%; }

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

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

/* Rounded Module --- */
div.ja-module h3, div.module h3 {
	color: #ffffff;
	font-size: 175%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

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

.ja-box-br { background: url(../images/b-br.gif_ORIG) no-repeat bottom /*right #202020*/; }
.ja-box-bl { background: url(../images/b-bl.gif_ORIG) no-repeat bottom left; }
.ja-box-tr { background: url(../images/b-tr.gif_ORIG) no-repeat top right; }
.ja-box-tl {
	background: url(../images/b-tl.gif) no-repeat top left;
	padding: 0 20px 10px;
}

div.ja-module .ja-box-tl, div.module .ja-box-tl { padding-top: 15px; }

/* Text Module ---*/
div.module_text h3 {
	border-bottom: 0;
	clear: both;
	display: block;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

div.module_text span {
	background: #fff;
	clear: both;
	display: block;
	float: left;
	font-weight: bold;
	padding: 0 3px;
}

div.module_text { background: url(../images/bt-br.gif) no-repeat bottom right #f6f6f6; }
div.module_text .ja-box-bl { background: url(../images/bt-bl.gif) no-repeat bottom left; }
div.module_text .ja-box-tr { background: url(../images/bt-tr.gif) no-repeat top right; }
div.module_text .ja-box-tl { background: url(../images/bt-tl.gif) no-repeat top left; }

/* Blank Module ---*/
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; }

/* Hilite Module */
div.module_hilite {
	background: url(../images/bh-br.gif) no-repeat bottom right #181818;
}

div.module_hilite .ja-box-bl {
	background: url(../images/bh-bl.gif) no-repeat bottom left;
}

div.module_hilite .ja-box-tr {
	background: url(../images/bh-tr.gif) no-repeat top right;
}

div.module_hilite .ja-box-tl {
	background: url(../images/bh-tl.gif) no-repeat top left;
}

/* Dark Module ---*/
div.module_dark {
	background: url(../images/b-bl-box-dark.gif) no-repeat bottom left;
}

div.module_dark .ja-box-bl {
	background: url(../images/b-br-box-dark.gif) no-repeat bottom right;
	padding-bottom: 6px;
}

.column div.module_dark ul li {

}

/* High light Module (Rounded) ---*/
div.module_square,
div.module_square .ja-box-bl,
div.module_square .ja-box-tr,
div.module_square .ja-box-tl,
div.module_bordertb,
div.module_bordertb .ja-box-bl,
div.module_bordertb .ja-box-tr,
div.module_bordertb .ja-box-tl { background: none; padding: 0; }

div.module_square h3 {
	background: url(../images/mainnav-bg.gif) no-repeat bottom center;
	margin: 0 0 15px;
	padding: 0 20px 10px;
}

div.module_square h3 { margin: 0 0 5px; }

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

/* Module list ---*/
div.ja-moduletable ul, div.ja-module ul { margin: 15px 0 0; }

div.ja-moduletable ul li, div.ja-module ul li { background-position: 2px 6px; padding-left: 12px; }


/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
.wrap { }

.main {  }

.ja-box { padding-bottom: 10px; padding-top: 10px; }

#ja-wrapper { }

#ja-container {
	margin: 10px 0 0;
	padding-bottom: 2px;
	position: relative;
	z-index: 5;
}

#ja-container .main {  padding: 0; }

/* Full */
#ja-container #ja-main { }

/* Full left */
#ja-container.ja-r1 { }

/* Full right */
#ja-container.ja-l1 { }

/* 3 Columns - Classic Layout ---*/
#ja-container.ja-l1r1 { }

/* 3 Columns - 2 Columns Left Layout  ---*/
#ja-container.ja-l2 { }

/* 3 Columns - 2 Columns Right Layout [Default] ---*/
#ja-container.ja-r2 { }

/* Mass ---*/
.ja-mass { margin: 0; overflow: hidden; }

.ja-mass .ja-moduletable { padding-bottom: 10px; }

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

.ja-mass .ja-moduletable h3 { margin: 0 0 10px; }

.ja-mass-top { }

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

.ja-mass-bottom { }

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

/* MAIN COLUMN
--------------------------------------------------------- */
#ja-mainbody { }

#ja-main { }

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

#ja-contentwrap { }

/* Content Top ---*/
.ja-content-top {
	border-bottom: 1px solid #2a2a2a;
	font-size: 92%;
	margin: 0 0 10px;
	overflow: hidden;
}

.ja-content-top .ja-moduletable h3 { margin: 0 0 10px; }

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

/* Content Main ---*/
#ja-content, #ja-current-content { }

.ja-content-main { padding:0 10px; position: relative; margin-bottom:0px !important;  }

/* Content Bottom ---*/
.ja-content-bottom { font-size: 92%; margin: 0 1px 10px; overflow: hidden; }

.ja-content-bottom .ja-moduletable h3 { margin: 0 0 10px; }

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

/* @end */
/* SIDE COLUMNS
--------------------------------------------------------- */
.ja-colswrap { }

.sidebar { overflow: hidden; }

.ja-col { }

.ja-col div.ja-moduletable h3 {
	background: url(../images/mainnav-bg.gif) no-repeat bottom center;
	margin: 0 0 5px;
}

/* Left Columns ---*/
#ja-left .ja-l2 { }

/* Right Columns ---*/
#ja-right .ja-r2 { }

/* HEADER
--------------------------------------------------------- */
#ja-header {
	background: url(../images/header-subpage-bg.gif) repeat-x top left;
	line-height: normal;
	position: relative;
	z-index: 10;
}

#header .main .inner { padding: 0px 10px 0; margin:0 auto; }

h1.logo, div.logo-text h1 { font-size: 200%; line-height: 1; }

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

/* Logo Image ---*/
h1.logo { height: 42px; width: 163px; }

h1.logo a {
	background: url(../images/logo2.png) no-repeat left !important;
	display: block;
	height: 42px;
	width: 163px;
}

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


h1.logo, div.logo-text{
	float: left;
}	
/* Logo Text ---*/
div.logo-text { }

div.logo-text h1 { float: left; }

div.logo-text h1 a {
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

p.site-slogan { clear: both; float: left; margin: 0; padding: 0; }

/* Login Form */
label.ja-login-user span,
label.ja-login-password span {
	display: block;
	float: left;
	height: 20px;
	text-indent: -5000px;
}

label.ja-login-user input,
label.ja-login-password input {
	width: 90%;
}

/* Main Nav ---*/
#ja-mainnav {
	background: url(../images/mainnav-bg.gif) no-repeat bottom center ;
	font-size: 12px;
	line-height: 1;
	padding-top: 15px;
	position: relative;
	z-index: 11;
	height:42px;
	margin-top:15px;
}

#ja-mainnav .group-title span.menu-title {
	font-size: 105%;
	font-weight: bold;
}
	

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

span.menu-title { }

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

/* Sub Nav ---*/
#ja-subnav {
	background: url(../images/mainnav-bg.gif) no-repeat bottom center ;
	position: relative;
	z-index: 9;
}

#ja-subnav .inner{
	padding: 0 10px !important;
	float: right;
}

#ja-subnav .jasdl-subnav {
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
}

#ja-subnav .sublevel {
	position: relative;
	margin: 0;
	padding: 0;
}

#ja-subnav ul { padding: 4px 0 3px 0; }

#ja-subnav li {  margin: 0  20px 0 0  !important; }

#ja-subnav li.over, #ja-subnav li.hover { }

#ja-subnav li.first-item { border-left: 0; }

#ja-subnav ul li a {
	background: url(../images/bullet3.gif) no-repeat 0 center;
	color: #c5c5c5;
	cursor: pointer;
	display: block;
	padding: 0 0 0 20px;
	text-decoration: none;
}

#ja-subnav ul li a:hover,
#ja-subnav ul li a.active {
	background: url(../images/bullet4.gif) no-repeat 0 center;
	color: #889900 !important;
}

#ja-subnav ul.active li a { }

#ja-subnav ul.active li a:hover { color: #889900; }

#ja-subnav ul span.menu-desc { color: #656565; }

#ja-subnav ul li.empty { visibility: hidden; }

#ja-subnav li.last-item { margin: 0; }

/* Sub Nav (lv2) ---*/
#ja-subnav ul li ul {
	background: url(../images/mainnav-grad.gif) repeat-x bottom left #202020;
	border: 1px solid #2a2a2a;
	color: #c5c5c5;
	display: block;
	height: auto;
	left: -999%;
	overflow: visible;
	padding: 10px 20px 20px;
	position: absolute;
	width: 190px;
}

#ja-subnav ul li.hover ul {
	display: block;
	height: auto;
	left: auto;
	margin-left: 5px;
	margin-top: 9px;
	position: absolute;
}

#ja-subnav ul li.haschild a.haschild span.menu-title {
	background: url(../images/arrow-01.gif) no-repeat 100% 5px;
	display: block;
	padding-right: 12px;
}

#ja-subnav ul li.hover a.haschild span.menu-title {
	background: url(../images/arrow3.png) no-repeat right center;
}

#ja-subnav ul li.haschild li a.haschild span.menu-title, #ja-subnav ul li.hover li a.haschild span.menu-title {
	background: url(../images/arrow3.png) no-repeat right center;
	padding-right: 0;
}

#ja-subnav ul li ul li {
	background: url(../images/line-sep.gif) no-repeat bottom center;
	border-bottom: 1px solid #202020;
	border-left: none;
	display: block;
	float: none;
	margin: 0;
	padding: 8px 0;
}

#ja-subnav ul li ul li a {
	border: 0 !important;
	font-weight: normal !important;
	text-decoration: none !important;
}

#ja-subnav ul li ul li a span.menu-title { padding-bottom: 3px; padding-top: 3px; }

#ja-subnav ul li ul li a.active {
	color: #889900 !important;
	font-weight: bold !important;
}

#ja-subnav ul li ul li.hover { }

/* Sub Nav (lv3) ---*/
#ja-subnav ul li.hover ul ul { display: none; }

#ja-subnav ul ul li.hover ul, #ja-subnav ul ul li:hover ul {
	display: block;
	height: auto;
	left: auto;
	margin: -2em 0 0 14em;
}

#ja-subnav ul li li.haschild a.haschild span.menu-title {
	background: url(../images/arrow-01.gif) no-repeat 100% 5px;
	display: block;
	padding-right: 12px;
}

/* Breadcrumbs ---*/
#ja-navhelper { margin-top: 10px; }

#ja-navhelper .main { color: #656565; font-weight: bold; }

#ja-navhelper .inner {
	background: url(../images/grad-bg.gif) repeat-x top left #181818;
	border: 1px solid #2a2a2a;
	margin: 0 10px;
	padding: 0;
	height:30px;
}

#ja-navhelper a { color: #890; padding: 0 2px; text-decoration: none; }

#ja-navhelper a:hover, #ja-navhelper a:active, #ja-navhelper a:focus {
	background-color: #890;
	color: #fff;
	text-decoration: none;
}

.ja-breadcrums { float: left; padding: 6px 15px 5px; width: 90%;}

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

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

.ja-breadcrums a.pathway {
	background: url(../images/arrow-02.gif) right 5px no-repeat;
	padding-right: 8px;
	margin-right: 10px;
}
#ja-navhelper a {
	padding-right: 8px;
	margin-right: 10px;
}

/* Extras ---*/
.ja-links { position: absolute; right: 0; top: 0; }

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

.ja-links li.top a {
	background: url(../images/arrow2.png) no-repeat 5px center;
	padding-left: 17px;
	padding-right: 10px;
}

.ja-links li.top a:hover {
	background: url(../images/arrow2-w.png) no-repeat 5px center #889900;
	color: #fff;
	text-decoration: none;
}

.ja-links li.layout-switcher a {
	background: #889900;
	color: #fff;
	text-decoration: none;
}

.ja-links li.layout-switcher a:hover {
	background: #656565;
	color: #fff;
	text-decoration: none;
}

.ja-links li.user-reset a {
	background: #bf0000;
	color: #fff;
	text-decoration: none;
}

.ja-links li.user-reset a:hover {
	background: #656565;
	color: #fff;
	text-decoration: none;
}
/* List ---*/
.ja-moduletable ul li,
.ja-module ul li,
.ja-content-main ul li {
	background: url(../images/bullet.gif) no-repeat 18px 6px !important;
	line-height: 160%;
	margin-bottom: 5px;
	overflow: hidden;
}

.ja-moduletable ol li,
.ja-module ol li,
.ja-content-main ol li { line-height: 180%; margin-left: 30px; }

.ja-moduletable dt,
.ja-module dt,
.ja-content-main dt { font-weight: bold; }

.ja-module dd,
.ja-content-main dd,
.ja-content-main dd { margin-left: 0; overflow: hidden }

.ja-content-main ul.checklist li {
	background: none !important;
}

/* Default Joomla! Menu ---*/
#ja-container ul.menu { margin: 0; padding: 0; }

#ja-container ul.menu li {
	background: none;
	border-bottom: 1px dotted #2a2a2a;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#ja-container ul.menu li a {
	background: url(../images/bullet3.gif) no-repeat left center #202020 ;
	color: #c5c5c5;
	display: block;
	outline: none;
	padding: 6px 0;
	text-decoration: none;
	text-indent: 15px;
}

#ja-container ul.menu li a:hover,
#ja-container ul.menu li a:active,
#ja-container ul.menu li a:focus {
	background: url(../images/bullet4.gif) no-repeat left center #202020;
	color: #890;
}

#ja-container ul.menu li.active a { color: #890; }

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

#ja-container ul.menu li li {
	background: none;
	border-bottom: 0;
	border-top: 1px dotted #2a2a2a;
}

#ja-container ul.menu li li a {
	background: url(../images/bullet5.gif) no-repeat left center;
	border: none;
	color: #c5c5c5 !important;
	font-weight: normal !important;
	text-indent: 15px;
	width: 100%; /*need for ie6 transparent*/
}

#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: url(../images/bullet6.gif) no-repeat left center;
	color: #890 !important;
}

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

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

#ja-container ul.menu li li li a {
	background: url(../images/bullet7.gif) no-repeat left 12px !important;
}

#ja-container ul.menu li li li a:hover,
#ja-container ul.menu li li li a:active,
#ja-container ul.menu li li li a:focus {
	background: url(../images/bullet8.gif) no-repeat left center !important;
}

#ja-container ul.menu li li li li a { color: #656565 !important; }

#ja-container ul.menu li.active > a { color: #890 !important; }

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

/* CONTENT-SPOTLIGHT
--------------------------------------------------------- */
#ja-content-botsl1 .ja-box, #ja-content-botsl2 .ja-box { padding: 0; }

#ja-content-botsl1 { padding-top: 15px; }

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-top {  }


#ja-top .ja-moduletable { padding: 0; }

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

#ja-topsl, #ja-botsl { }

#ja-topsl .ja-box-right, #ja-botsl .ja-box-right,
#ja-topsl .ja-box-full, #ja-botsl .ja-box-full { }

#ja-botsl .ja-box-left, #ja-botsl .ja-box-center { }

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

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

#ja-topsl li {
	background: url(../images/bullet7.gif) no-repeat 5px 6px;
	margin: 0;
	padding: 0 0 0 15px;
}

#ja-topsl ol li, #ja-botsl ol li { margin: 0 0 0 20px; padding: 0 !important; }

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

#ja-botsl ul li {
	background: none;
}

/* Top spotlight ---*/
#ja-topsl { }

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

#ja-topsl h3 { }

#ja-topsl a { }

#ja-topsl .ja-moduletable .ja-box-ct { padding: 0px 0 10px 0; }

#ja-topsl ul.mostread, #ja-topsl ul.latestnews { margin: 0; }

#ja-botsl .ja-box-right {
	position: static;
}

/* Bot spotlight ---*/
#ja-botsl { background: #1a1a1a url(../images/container-bg.gif) repeat-x  left top  ; color: #c5c5c5; }

#ja-botsl .main {
	background: url(../images/line.gif) no-repeat bottom center;
	padding: 0 0 20px 0;
}

#ja-botsl h3 {
	background: url(../images/line-2.gif) no-repeat bottom center;
	border: none;
	color: #fff;
	margin: 20px 0 10px;
}

#ja-botsl .menu a { color: #555; }

#ja-botsl a:hover, #ja-botsl a:active, #ja-botsl a:focus { color: #890; }

#ja-botsl a.readon { color: #890; }

#ja-botsl a.readon:hover, #ja-botsl a.readon:active, #ja-botsl a.readon:focus { color: #555; }

#ja-botsl a.hilite { color: #890; }

#ja-botsl a.hilite:hover, #ja-botsl a.hilite:active, #ja-botsl a.hilite:focus { color: #555; }

#ja-botsl ul li {
	background: url(../images/bullet.gif) no-repeat 5px 6px;
	color: #555;
	margin: 0;
	padding: 0 0 0 15px;
}

#ja-botsl ul.menu li { background: none !important; margin: 0; padding: 0; }

#ja-botsl .inputbox, #ja-botsl .input-box input {
	background: url(../images/inputbox-bg.gif) no-repeat top left #181818 !important;
	border: none;
	border-bottom: 1px solid #2a2a2a;
	border-right: 1px solid #202020;
	font-size: 92%;
	max-width: 200px;
	padding: 9px 10px 8px;
	color: #555;
}

#ja-botsl textarea.inputbox, #ja-botsl textarea.textarea {
	background: url(../images/inputbox-bg2.gif) no-repeat top left #181818 !important;
	font-size: 92%;
	max-height: 80px;
	max-width: 320px;
	overflow: auto;
	padding: 10px;
}

#ja-botsl .button, .btn_link {
	background: url(../images/button-bg.gif) repeat-x top left !important;
	border: none !important;
	color: #555 !important;
	cursor: pointer;
	height: 31px;
	line-height: 31px;
	padding: 0 8px;
}

.btn_link {
	display: inline-block;
	font-size: 95%;
	font-weight: bold;
}

.btn_link:hover { text-decoration: none; }

	
#ja-botsl .button:hover, #ja-botsl .button:focus, .btn_link:hover {
	background: url(../images/button-bg2.gif) repeat-x top left !important;
	color: #555;
	text-decoration: none;
}

#ja-botsl .ja-slidenews-item { border-bottom: 1px solid #2a2a2a; }

#ja-botsl .ja-slidenews-item .ja-title { color: #fff; }

#ja-botsl  .ja-slidenews-item .ja-createdate { color: #555; }

.ja-box-right .ja-moduletable, .ja-box-right .moduletable,
.ja-box-full .ja-moduletable, .ja-box-full .moduletable { background: 0 !important; border: 0 !important; }

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	background: #1a1a1a;
	color: #555;
	padding: 20px 0;
}

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

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

/* Foot Links ---*/
#ja-footer .ja-footnav { font-size: 100%; overflow: hidden; position: relative; margin: 0px !important; }

.ja-footnav ul { line-height: normal; margin: 0px; padding: 0; }

.ja-footnav li {
	background: url(../images/hline.gif) no-repeat center left;
	display: inline;
	margin: 0;
	padding: 0;
}

.ja-footnav li:first-child {
	background: none;
}

.ja-footnav li a { color: #555; line-height: normal; padding: 0 10px; }

.ja-footnav li a:hover, .ja-footnav li a:active, .ja-footnav li a:focus { color: #890; }

.ja-footnav #item-464 {
	background: none !important;
	border-left: 0;
	padding-left: 0;
}

/* T3 Framework logo ---*/
#ja-poweredby { height: 34px; margin: 8px auto 0; width: 200px; }

#ja-poweredby a {
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999em;
	text-decoration: none;
}

#ja-poweredby a#t3-logo:hover,
#ja-poweredby a#t3-logo:focus,
#ja-poweredby a#t3-logo:active {
	background-position: center bottom;
	text-decoration: none !important;
}

/* Copyright Info. ---*/
.ja-copyright small { display: block; float: none; width: 100%; }

/* MISCELLANOUS
----------------------------------------------------------- */


/* JA Tiwitter */
.ja-twitter { padding: 0; }

.ja-twitter h4 { padding: 5px 0 !important; }

div.ja-twitter div.ja-twitter-item {
	border-bottom: 0;
	border-top: 1px dotted #2a2a2a;
	margin: 0;
	padding: 10px 0;
}

div.ja-twitter div.ja-twitter-item:first-child { border-top: 0; }

div.ja-twitter div.ja-twitter-date { color: #656565; }

/* JA Bullettin */
ul.ja-bullettin li { border-bottom: 1px solid #2a2a2a; }

ul.ja-bullettin .mostread-image{
	float: left;
	margin-right: 5px;
}
ul.ja-bullettin span { color: #656565; display: block; }

ul.ja-bullettin span.createby {
	background-position: 10px center; 
	padding-left: 25px;
}
/* JA Slidenews ---*/
.ja-sidenews-list { padding-top: 8px; }

.ja-slidenews-item {
	border-bottom: 1px dotted #2a2a2a;
	border-top: 0;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.ja-slidenews-item img {
	background: #1a1a1a;
	border: 1px solid #181818;
	float: left;
	margin: 5px 20px 0 0;
	padding: 4px;
}

.ja-slidenews-item img[align="left"] {
	margin-right: 20px;
	margin-left: 0;
}

.ja-slidenews-item img[align="right"] {
	margin-left: 20px;
	margin-right: 0;
}

.ja-slidenews-item .ja-title { color: #fff; }

.ja-slidenews-item .ja-createdate { color: #656565; display: block; font-weight: normal; }

.ja-slidenews-item a.readon { display: block; }

#ja-botsl .ja-slidenews-item .ja-title { color: #fff; }

/* JA Comment */
.article-content .jac-add-button,
.article-content .jac-links {
	bottom: 0;
	font-size: 92%;
	position: absolute;
	right: 0;
}

/* Others ---*/
.mostread, .latestnews { text-decoration: none; }

#ja-banner {
	margin: 0 0 15px;
	overflow: hidden;
	padding-top: 15px;
	text-align: center;
	width: 100%;
}

.ja-createby, .ja-createdate, .ja-category { color: #656565; font-size: 92%; }

div.ja-innerdiv {
	border-bottom: 1px solid #2a2a2a;
	clear: both;
	margin-top: 10px;
	padding-bottom: 10px;
}

div.ja-innerdiv img {
	border: 1px solid #2a2a2a;
	float: left;
	margin: 2px 8px 0 0;
	padding: 2px;
}

.ja-box div.ja-innerdiv,
.megamenu div.ja-innerdiv { border: none; margin: 0; padding: 0; }

.ja-box div.ja-innerdiv img,
.megamenu div.ja-innerdiv img {
	border: none;
	float: left;
	margin: 5px 5px 0 0;
	padding: 0;
}

div.ja-innerdiv h4 {
	font-family: Arial, sans-serif;
	font-size: 92%;
	font-weight: normal;
	margin: 5px 0;
	padding: 0;
	text-transform: uppercase;
}

blockquote.testimonial {
	font-family: "Lucida Grande",Arial,sans-serif;
	font-size: 100%;
	margin: 10px 0 0;
	padding: 0 0 5px;
}

.module_hilite blockquote.testimonial {
	background: url(../images/quotation.png) no-repeat top right;
	padding-right: 45px;
}

blockquote.testimonial p { font-style: italic; }

.author {
	background: url(../images/icon-author.gif) no-repeat left center;
	color: #656565;
	display: block;
	margin-top: 5px;
	padding-left: 15px;
}

.author a, .author_info { color: #656565; }

.author a:hover { color: #fff; text-decoration: none; }

.cufon-canvas { padding: 1px 0 3px; }

/* About me */
#ja-botsl ul.address { margin-top: 5px !important; }

#ja-botsl ul.address li { font-size: 95%; background-position: left 6px !important; }

#ja-botsl ul.address li strong{ font-weight: bold; }

/* JA Popup ---*/
.ja-gallery { text-align: center; }

div.ja-thumb { float: left; margin: 5px 10px 8px 0; }

div.last { margin-right: 0; }

div.ja-thumb img {
	background: #181818;
	border: 1px solid #2a2a2a;
	padding: 4px;
}

.module_bordertb {
	border-bottom: 1px solid #2a2a2a;
	border-top: 1px solid #2a2a2a;
}

.module_bordertb .ja-box-ct { padding: 20px 20px 10px; }

/* JA-HOME */
.ja-home #ja-header {
	background: url(../images/header-bg.gif) repeat-x top left;
}

.ja-home h1.logo { float: none; margin: 0 auto; }

.ja-home h1.logo { height: 101px; width: 400px; }

.ja-home h1.logo a {
	background: url(../images/logo.png) no-repeat left !important;
	height: 101px;
	width: 400px;
}

.ja-home div.logo-text { float: none; padding-top: 0; text-align: center; }

.ja-home div.logo-text h1 { float: none; font-size: 500%; }

.ja-home div.logo-text p.site-slogan { float: none; font-size: 150%; }

.ja-home #ja-mainnav { padding-top: 0px; }

.ja-home #ja-mainnav .inner {

	margin: 0 auto;
}
#ja-mainnav{

}	
.ja-home #ja-mainnav{
	margin-left:0px;
}	
#ja-mainnav .inner{
	float:right;
}	
.ja-home #ja-mainnav .inner{
	float:none;
}	
.ja-home #ja-subnav #jasdl-subnav {
	margin: 0 auto;
	padding: 0 150px;
}

.ja-home #ja-subnav .inner {
	float: none !important;
}

/* newsfeed */
.newsfeed .display {
	margin-bottom: 10px;
}

/* print */
.buttonheading .ja-button-email a,
.buttonheading .ja-button-print a,
.buttonheading .ja-button-pdf a,
#fontDecrease,
#fontIncrease,
.itemEmailLink,
.itemPrintLink {
	display: inline-block;
	height: 16px;
	margin: 0 0 0 5px;
	width: 16px;
}

#fontDecrease{
	background: url(../images/font_decrease.gif) center center no-repeat;
}

#fontIncrease{
	background: url(../images/font_increase.gif) center center no-repeat;
}

.buttonheading .ja-button-email a, .itemEmailLink {
	background: url(../images/emailButton.png) center center no-repeat;
}

.buttonheading .ja-button-print a, .itemPrintLink {
	background: url(../images/printButton.png) center center no-repeat;
}

.buttonheading .ja-button-pdf a {
	background: url(../images/pdf_button.png) center center no-repeat;
}
/*
==============================
vesion 1.6
==============================
*/

#jasdl-mainnav li.active a, #jasdl-mainnav li.active a:hover, #jasdl-mainnav li.active a:active, #jasdl-mainnav li.active a:focus{

}
/* Mod ja-tabs */	
.no_boder, .no_boder .ja-box-bl, .no_boder .ja-box-tr, .no_boder .ja-box-tl {
	background: none !important;
	padding: 0px;
}	
.no_boder div.ja-module .ja-box-tl, div.module .ja-box-tl	{
	padding:0px
}	
div#ja-bulletin ul.ja-bullettin li span{
	display:block;
	padding-top:7px;
}	
	
.ja-home #ja-navhelper{
	display:none !important;
}	
#ja-container .ja-home #ja-container  {
	background-image:none !important;
}	

.norite .container .ja-tabs-title-top ul.ja-tabs-title li {
	background: none !important;
}

/*menu-mega*/
	
.ja-home .ja-megamenu {
    background: url(../images/mainnav-sep.gif) no-repeat right ;
}
.ja-megamenu ul.level0 li.mega {
    background: url(../images/mainnav-sep.gif) no-repeat  left bottom ;
}
.ja-megamenu ul.level1 li.mega,
.ja-megamenu ul.level1 li.haschild { background:url(../images/line-sep.gif) no-repeat  center bottom; clear:both;}

/* Mod ja_tab*/
.norite .ja-tab-content li {
    background: url(../images/dot-sep2.gif) repeat-x  center bottom  !important ;
}
	
/*login*/
.system-unpublished, tr.system-unpublished{
	background:none;
	 border-bottom:0px;
	 border-top:none;
}

#form-login-username label, #form-login-password label {}

#form-login-username .inputbox, #form-login-password .inputbox {
	display: block; 
	width: 98%;
}


#login-form input[type="checkbox"] {
	float: none !important;
}

/*com comment*/
div#jac-social-links{
	display:none !important;
}	
#jac-wrapper .form-userdata span.jac-form-guest{
	display:block !important;
}
	
/*ja-tab*/
.norite .container .ja-tabs-title-top ul.ja-tabs-title li.active {
	background-image: url(../images/tab_active_bg.gif)!important;
	background-color: #1a1a1a!important;
}

/* category list*/
.category-list li{
	float:left;
	width:48%;
	padding-left: 0 !important;
	padding-right: 10px;
}

.category-list .cat-items	{
	display:none;
}	
.category-list li	span.jitem-title a{
	color:#fff;
	font-size:130%;
	font-weight:bold;
}	
.category-list .category-desc{
	padding-top:10px;
}	
ul.actions li {
    float: left;
	background: none !important;
}

.weblink-category table tr td {
	vertical-align: top;
}

.weblink-category table tr td.hits {
	padding-top: 15px;
}

.norite .container .mostread {
	display: block;
}

#member-registration input{
	float: left;
}

#ja-ctForm .form-info {
	display: block;
	margin: 0px 0px 10px 0px;
}

div.registration {
	margin-bottom: 15px;
}

body.contentpane .formelm label {
	min-width: 150px;
}

.com_mailto.contentpane #ja-switch,
.com_content.contentpane #ja-switch,
.com_jacomment.contentpane #ja-switch {
	display: none;
}

/* Archive page
--------------------------------------------------------- */
.archive dl.article-info { float:none; }

ul#archive-items li {
	background: none;
	padding-left: 10px;
}

.categories-list dt, 
.categories-list dd { display:inline; }

input#contact_email_copy {
	background: none !important; 
	border: none !important; 
	padding: 0px !important;
	margin: 3px 0px 0px 0px !important;
	float: left;
	display: inline-block;
}

ul.form-list li label.send-mail {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	margin-bottom: 0px;
}

.ja-twitter h4{
	border-bottom: none;
}

.login_form label, .login label {
	text-align: left;
	font-weight: normal;
}

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

#contact a.button {
	background: url("../images/button-bg.gif") repeat-x left top !important;
	border: medium none !important;
	color: #555555 !important;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
	display: inline-block;
}