 /*------------------------------------------------------------------------
# JA Rutile for Joomla 15 - Version 1.0 - Licence Owner JA144578
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6;
}

body#bd {
	color: #333333;
	background: #FFFFFF;
}

body.contentpane {
	color: #000000;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* Normal link */
a {
	color: #CC0000;
	text-decoration: none;
}

a:hover, a:active, a:focus {
/*	color: #CC0000;
	text-decoration: underline;*/
	color: #d54e21;
	text-decoration: none;	
}

a img {
	border: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	line-height: normal;
}

/* Small text */
/*
small, .small, .smalldark, .article-meta, .modifydate, .img_caption p, .site-slogan,
#ja-topnav, #ja-pathway, #ja-subnav, #ja-footer, #ja-col1, #ja-col2, #ja-botsl {
	font-size: 92%;
}
*/

small, .small, .smalldark, .article-meta, .modifydate, .img_caption p, p.site-slogan, .sectiontableheader,
#ja-tpwrap, #ja-subnav, #ja-footer, #ja-col1, #ja-col2, #ja-botsl {
	font-size: 85%;
}


img {
	margin: 0;
	padding: 0;
}

.img_caption p {
	text-align: center;
}

.img_caption.left, .img_caption.right {
	margin-top: 3px;
}

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet.gif) no-repeat 20px 8px;
	padding-left: 30px;
}

ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/dot.gif) repeat-x top;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #EEEEEE;
	height: 1px;
}

br {
	height: 1px;
	font-size: 1px;
}

td, th, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family: inherit;
	font-size: 100%;
}

.inputbox {
	padding: 2px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	color: #000000;
}

.button {
	padding: 2px 8px;
	border: 1px solid #333333;
	background: #333333;
	color: #FFFFFF;
	text-transform: uppercase;
	font-variant: small-caps;
	letter-spacing: 1px;
}

* html .button { /*IE 6*/
	padding: 2px 8px !important;
}

*+html .button { /*IE 7*/
	padding: 2px 8px !important;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_separator {
	height: 0;
	visibility: hidden;
}

.leading_separator, .row_separator {
	clear: both;
	display: block;
	height: 10px;
	margin: 0;
	background: url(../images/dot.gif) repeat-x center;
}

/*.column_separator {
	padding: 0 25px;
}*/

.blog {
	margin: 0;
	padding: 0; 
}

.cols2 .article_column { width: 49%; }
.cols3 .article_column { width: 32%; }

.article_row {
	margin: 0;
	padding: 0;

	clear: both;
	overflow: hidden;
}

.article_column {
	margin: 0;
	padding: 0;
	display: inline;
}

.cols2 .column1 {
	float: left;
}

.cols2 .column2 {
	float: right;
}

/* page counter */
.pagecounter {
	font-weight: bold;
	text-align: center;
}

/* content tables */
.sectiontableheader {
	background: #333333;
	padding: 4px 8px;
	color: #FFFFFF;
	font-weight: bold;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:active,
.sectiontableheader a:focus {
	color: #FFFFFF;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 8px;
	background: url(../images/dot.gif) repeat-x bottom;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 30%;
	float: right;
}

table.contenttoc td {
	background: url(../images/bullet.gif) no-repeat 12px 8px;
	padding: 1px 5px 1px 20px;
}

table.contenttoc th {
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 3px;
	text-indent: 5px;
}

table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
	background: none;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #E6E6E6;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

/*
.blog_more {
	margin: 15px 0 0;
	padding: 10px 0 0;
	background: url(../images/dot.gif) repeat-x top;
}
*/

.blog_more strong {
	display: block;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(../images/bullet.gif) no-repeat 4px 8px;
	margin: 0;
	padding: 0 0 0 12px;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	font-size: 140%;
	border-bottom: 1px solid #EEEEEE;
	margin: 0 0 15px;
	padding: 5px 0;
}

.contentdescription {
	padding-bottom: 10px;
	font-size: 92%;
}

h2.contentheading, .contentheading {
	margin: 0;
	padding: 0;
	font-size: 125%;
}

h1.contentheading {
	font-size: 140%;
}

a.readon {
	text-align: center;
	color: #FFFFFF;
	background: url(../images/readon-bg.gif) no-repeat center left #CC0000;
	width: 90px;
	height: 20px;
	line-height: 20px;
	display: block;
	text-transform: uppercase;
	font-size: 10px;
}

a.readon:hover, a.readon:focus, a.readon:active {
	color: #FFFFFF;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	text-align: center;
/*	padding: 10px 0 0;
	background: url(../images/dot.gif) repeat-x top; */
	color: #999999;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.pagination span, ul.pagination a {
	margin: 0 2px;
	padding: 2px 3px;
	border: 1px solid #DDDDDD;
}

ul.pagination a {
	text-decoration: none;
	background: #EEEEEE;
	color: #000000;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	background: #CC0000;
	color: #FFFFFF;
}

.pagenavbar {
	background: url(../images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}

.pagenavcounter {
	background: url(../images/icon-pages.gif) no-repeat 0 11px;
	font-weight: bold;
	padding: 8px 14px 0 14px;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

ul.latestnews a, ul.mostread a {
	color: #666666;
}

#copyright {
	color: #999999;
}


/* META
--------------------------------------------------------- */
.article-toolswrap {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
}

.article-tools {
	display: block;
	padding: 0 10px 0 0;
}

.article-meta {
	width: 70%;
	float: left;
	color: #999999;
}

.createby {
}

.createdate {
	padding-right: 6px;
	margin-right: 5px;
	background: url(../images/vline.gif) no-repeat right;
}

.modifydate {
	width: 100%;
	display: block;
	color: #CC0000;
	margin: 15px 0;
}

.article-section {
	padding-left: 6px;
	margin-left: 5px;
	background: url(../images/vline.gif) no-repeat left center;
}

.article-section a {
	color: #999999;
}

.article-category a {
	color: #999999;
}

div.buttonheading {
	position: absolute;
	top: 0;
	right: 10px;
}

.buttonheading img {
	margin: 0 0 0 5px;
	border: 0;
	float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-tp,
#ja-header,
#ja-mainnav,
#ja-subnav,
#ja-container,
#ja-footer {
	width: 970px;
	margin: 0 auto;
	clear: both;
}

.narrow #ja-tp,
.narrow #ja-header,
.narrow #ja-mainnav,
.narrow #ja-subnav,
.narrow #ja-container,
.narrow #ja-footer {
	width: 760px;
	margin: 0 auto;
	clear: both;
}

#ja-container {
}

#ja-mainbody {
	width: 72%;
	float: left;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-content {
	clear: both;
	display: block;
	float: right;
	width: 72%;
}

#ja-content-top {
}

#ja-content-bot {
}

.narrow #ja-content {
}

.narrow #ja-content-top {
}

.narrow #ja-content-bot {
}

#ja-current-content {
	padding: 20px 20px 10px;
}

/* COLUMNS
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	overflow: hidden;
	width: 28%;
}

#ja-col1 div.ja-innerpad {
}

#ja-col2 {
	float: right;
	overflow: hidden;
	width: 28%;
}

#ja-col2 div.ja-innerpad {

}

/*common style for column*/


/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap,
#ja-containerwrap-fr,
#ja-containerwrap-fl,
#ja-containerwrap-f {
	padding: 0;
	margin: 0;
	clear: both;
}

/*content + left*/
#ja-containerwrap-fr #ja-mainbody {
	width: 100%;
}

#ja-containerwrap-fr #ja-col1 {
	width: 22%;
}

#ja-containerwrap-fr #ja-content {
	width: 78%;
}

#ja-containerwrap-fr #ja-content-top {
}

#ja-containerwrap-fr #ja-content-bot {
}

.narrow #ja-containerwrap-fr #ja-content {
}

.narrow #ja-containerwrap-fr #ja-content-top {
}

.narrow #ja-containerwrap-fr #ja-content-bot {
}

/*content + right*/
#ja-containerwrap-fl #ja-content {
	width: 100%;
}

#ja-containerwrap-fl #ja-content-top {
}

#ja-containerwrap-fl #ja-content-bot {
}

.narrow #ja-containerwrap-fl #ja-content {
}

.narrow #ja-containerwrap-fl #ja-content-top {
}

.narrow #ja-containerwrap-fl #ja-content-bot {
}

/*full*/
#ja-containerwrap-f #ja-mainbody {
	width: 100%;
}

#ja-containerwrap-f #ja-content {
	width: 100%;
}

#ja-containerwrap-f #ja-content-top {
}

#ja-containerwrap-f #ja-content-bot {
}

#ja-containerwrap-f #ja-current-content {
	padding-left: 20px;
	padding-right: 20px;
}

.narrow #ja-containerwrap-f #ja-content {
}

.narrow #ja-containerwrap-f #ja-content-top {
}

.narrow #ja-containerwrap-f #ja-content-bot {
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3 {
	display: block;
	float: left;
	padding: 0 14px 0 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	font-size: 92%;
	background: url(../images/arrow2.png) no-repeat right center;
	letter-spacing: 1px;
}

.narrow div.moduletable h3,
.narrow div.moduletable_menu h3,
.narrow div.moduletable_text h3 {
	display: block;
	float: left;
	padding: 0 14px 0 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	font-size: 92%;
	background: url(../images/arrow2.png) no-repeat right center;
	letter-spacing: 1px;
}

div.moduletable,
div.moduletable_menu,
div.moduletable_text {
	margin-top: 10px;
}

div.moduletable_hilite h3 {
}

div.moduletable_hilite {
}

/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

div.moduletable li,
div.moduletable_menu li,
div.moduletable_text li {
	padding-left: 13px;
	background-position: 5px 7px;
}


/* HEADER
--------------------------------------------------------- */
#ja-header {
	position: relative;
	padding: 20px 0;
	line-height: normal;
	position: relative;
	text-align: center;
	z-index: 0;
}

h2.logo, div.logo-text h2 {
	margin: 0 auto;
	padding: 0;
}

h2.logo a {
	width: 100%;
	height: 40px;
	display: block;
	background: url(../images/logo.jpg) no-repeat center;
}

h2.logo a span {
	position: absolute;
	top: -1000px;
}

div.logo-text {
	width: 100%;
	outline: none;
}

div.logo-text h2 {
	font-size: 500%;
	text-transform: uppercase;
	letter-spacing: 8px;
	font-weight: bold;
}

p.site-slogan {
	margin: 0;
	padding: 0;
	letter-spacing: 8px;
	word-spacing: 5px;
	text-transform: uppercase;
	color: #999999;
}

#ja-tpwrap {
	background: #333333;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height: 26px;
	letter-spacing: 1px;
}

#ja-tpwrap a {
	color: #CCCCCC;
}

#ja-tpwrap a:hover, #ja-tpwrap a:active, #ja-tpwrap a:focus {
	color: #FFFFFF;
}

#ja-tp {
	position: relative;
	z-index: 1;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap {
/*	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD; */
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

#ja-mainnav {
	background: url(../images/grad-2.gif) repeat-x top #333333;
	padding: 0;
	position: relative;
}

#ja-mainnav a, #ja-subnav a {
	outline: none;
	line-height: normal;
}

#ja-subnav {
	background: #FFFFFF;
	clear: both;
}

#ja-subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ja-subnav li {
	background: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#ja-subnav a {
	display: block;
	float: left;
	outline: none;
	padding: 7px 15px 5px;
	margin: 0;
	text-decoration: none;
	background: url(../images/vline.gif) no-repeat left 9px;
}

#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
	text-decoration: underline;
}

#ja-subnav li.active a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

/* breadcrumbs */
#ja-pathway {
	text-transform: uppercase;
	float: left;
	padding-top: 4px;
}

#ja-pathway {
	width: 760px;
	height: 20px;
	overflow: hidden;
}

.narrow #ja-pathway {
	width: 450px;
	height: 20px;
	overflow: hidden;
}

#ja-pathway strong, span {
	margin-right: 5px;
}

#ja-pathway img {
	margin: 1px 5px;
}

/* Default Joomla! Menu */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

ul.menu li {
	display: block;
	background: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	border-bottom: 1px solid #F1F1F1;
}

ul.menu li a {
	display: block;
	outline: none;
	padding: 8px 25px;
	margin: 0;
	text-decoration: none;
	color: #333333;
	background: url(../images/arrow.png) no-repeat 16px 12px;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #CC0000;
	text-decoration: none;
	background: url(../images/arrow.gif) no-repeat 16px 12px #F7F7F7;
}

ul.menu li.active a {
	font-weight: bold;
	background: url(../images/arrow.gif) no-repeat 16px 12px #F7F7F7;
	color: #CC0000;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li {
	border: none;
	background: none;
	padding: 0;
}

ul.menu li li a {
	border: none;
	padding: 5px 5px 5px 35px !important;
	text-transform: none;
	font-weight: normal !important;
	background: url(../images/arrow.gif) no-repeat 25px 10px #F7F7F7 !important;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	color: #CC0000;
	text-decoration: underline;
}

ul.menu li li.active a {
	color: #CC0000;
	font-weight: bold;
}

ul.menu li li li a {
	color: #000000 !important;
	font-weight: normal !important;
	padding-left: 45px !important;
	background: url(../images/bullet.gif) no-repeat 35px 10px !important;
}

ul.menu li li li.active a {
	font-weight: bold !important;
}

/* Subnav menu */
#ja-topnav {
	position: absolute;
	bottom: 10px;
	right: 0px;
}

#ja-topnav ul {
	margin: 0;
	padding: 2px 0;
}

#ja-topnav li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	background: url(../images/vline.gif) no-repeat center left;
}

#ja-topnav li a {
	display: inline;
	padding: 0 10px;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

/* Bottom spotlight */
#ja-botsl {
	clear: both;
	margin: 0;
	padding: 0;
}

.ja-box-ct {
	overflow: hidden;
}

.module  .ja-box-ct {
	padding: 2px 10px 4px 10px;
}

.module_menu  .ja-box-ct {
	padding: 2px 10px 4px 10px;
}

#ja-botsl .ja-box-ct {
	padding: 10px 15px 15px 15px;
}

.ja-box-br div.sl-header {
	margin: 0 -14px;
	padding: 0px 15px 7px 15px;
	font-size: 150%;
	border-bottom: 1px solid #DDDDDD;
}

#ja-botsl .ja-box-br {
	margin: 10px 5px;
	padding: 0;
	float: none;
	width: auto;
}

.ja-box-br {
	margin-top: 10px;
	background: url(../images/box-r-br.gif) no-repeat bottom right #FFFFFF;
}

.ja-box-br div {
	background: url(../images/box-r-bl.gif) no-repeat bottom left;
}

.ja-box-br div div {
	background: url(../images/box-r-tr.gif) no-repeat top right;
}

.ja-box-br div div div {
	background: url(../images/box-r-tl.gif) no-repeat top left;
}

.ja-box-br div div div div {
	background: none;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	clear: both;
	position: relative;
	padding: 15px 0;
	border-top: 5px solid #CCCCCC;
	color: #999999;
	margin-top: 5px;
}

#ja-footer small {
	font-size: 100%;
	float: left;
	margin-top: 5px;
}

#ja-footer ul {
	margin: 0;
	padding: 0;
	float: right;
}

#ja-footer li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	background: url(../images/vline.gif) no-repeat center left;
}

#ja-footer li a {
	display: inline;
	padding: 0 10px;
}

#ja-footer div.banners {
	float: right;

}


/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

li.ja-firstitem, #ja-subnav li.first-item a, #ja-subnav a.first-item {
	background: none !important;
}

/* Login */
a.login-switch {
	background: url(../images/vline.gif) no-repeat left center;
	padding-left: 12px;
	padding-right: 8px;
}

#ja-login {
	padding: 0 15px;
	overflow: hidden;
	position: absolute;
	top: 26px;
	right: 0;
	display: none;
	z-index: 999;
	height: 50px;
	border: 1px solid #CCCCCC;
	border-top: none;
	text-align: left;
}

#ja-login form {
	float: left;
	margin-top: 5px;
}

#ja-login form label {
	float: left;
}

label.ja-login-user span {
	display: block;
	float: left;
	text-indent: -5000px;
	background: url(../images/icon-user.gif) no-repeat center left;
	width: 20px;
	height: 20px;
}

label.ja-login-password span {
	display: block;
	float: left;
	text-indent: -5000px;
	background: url(../images/icon-key.gif) no-repeat center left;
	width: 20px;
	height: 20px;
}

#ja-login form input.button {
	font-size: 11px !important;
	float: left;
}

#ja-login form #mod_login_username,
#ja-login form #mod_login_password {
	width: 110px;
	margin: 1px 8px 0 0;
	font-size: 11px !important;
	padding: 2px;
}

#ja-login form a {
	color: #858783;
	padding: 0 5px 0 10px;
	text-decoration: none;
	background: url(../images/bullet.gif) no-repeat left center;
}

#ja-login form a:hover,
#ja-login form a:active,
#ja-login form a:focus {
	color: #858783;
	text-decoration: underline;
}

.ja-login-links {
	padding-top: 2px;
	clear: both;
	text-transform: none;
	letter-spacing: normal;
	font-size: 11px;
}

div#login {
	display: inline;
	background: url(../images/vline.gif) no-repeat left center;
	padding-left: 12px;
	padding-right: 8px;
}

div#login .button {
	float: left;
}

/*usertools*/
#ja-usertools {
	float: right;
	text-align: right;
	padding-top: 4px;
}

#ja-usertools ul {
	margin: 0;
	padding: 0 10px 0 0;
	display: inline;
}

#ja-usertools ul li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

/* Search */
a.search-switch {
	background: url(../images/vline.gif) no-repeat left center;
	padding-left: 12px;
}

#ja-search {
	padding: 0 15px;
	overflow: hidden;
	position: absolute;
	top: 26px;
	right: 0;
	display: none;
	z-index: 999;
	height: 32px;
	border: 1px solid #CCCCCC;
	border-top: none;
	text-align: left;
}

* html #ja-search { /*IE 6*/
	width: 280px;
}

#ja-search form {
	float: left;
	margin-top: 5px;
}

#ja-search form label {
	float: left;
}

#ja-search label.searchword span {
	display: block;
	float: left;
	text-indent: -5000px;
	background: url(../images/icon-search.gif) no-repeat center left;
	width: 20px;
	height: 20px;
}

#ja-search form #mod_search_searchword {
	width: 150px;
	margin: 1px 8px 0 0;
	font-size: 11px !important;
}

#ja-search form input.button {
	float: left;
	font-size: 11px !important;
}

/*others*/
#ja-banner {
	padding: 20px 0 0;
	text-align: center;
	overflow: hidden;
	width: 100%;
	clear: both;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	background: none!important;
	display: block;
	margin: 10px 0;
	text-decoration: none!important;
}

.clr {
	clear: both;
}

.hasTip img {
	border: none;
}

div.ja-innerdiv {
	padding: 2px !important;
	margin: 0 0 0 0 !important;
	background: url(../images/dot.gif) repeat-x bottom !important;
}

div.ja-innerdiv img {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
}

div.article-content img {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin: 2px 2px 2px 2px;
}

img.border {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}

/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	max-width: 200px;
	padding: 5px;
	z-index: 999;
	color: #333333;
}

.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	margin: 0;
	padding: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #666666;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #666666;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #666666;
	border: none;
}

/* Clearfix */
/* add to floating elements which should not float afterthem */ 

.clearfix:after { /* FF, IE8, O, S, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}
*/

/* pictures */
.xgallery {
	list-style: none;
	margin: 0;
	padding: 0;
}

.xgallery, .ximage {
	/* mozilla hack */
	display:-moz-inline-stack;
	/* proper */
	display:inline-block;
}

.xgallery li {
	list-style: none;
	float: left;
}

.xgallery li, .ximage {
	background: url(../images/xgallery/shadow.gif) no-repeat bottom right;
	margin: 0;
	padding: 0;
}

.xgallery li {
	margin: 0 5px 5px 0;
}

.xgallery li div, .ximage div {
	background: url(../images/xgallery/shadow2.png) no-repeat left top !important;
	background: url(../images/xgallery/shadow2.gif) no-repeat left top;

	margin: 0;
	padding: 0 5px 5px 0;
}

.xgallery li div div.notitle, .ximage div div.notitle {
	border: 1px solid #ccc;

	margin: 0;
	padding: 4px 4px 4px 4px;
	background: #FFF;
}

.xgallery li div div.withtitle, .ximage div div.withtitle {
	border: 1px solid #ccc;

	margin: 0;
	padding: 4px 4px 2px 4px;
	background: #FFF;
}

.xgallery li div div a, .ximage div div a {
	text-decoration: none;
}

.xgallery li div div img, .ximage div div img {
	display: block;

	margin: 0;
	padding: 0;

	border: 1px solid #ccc;
}

.xgallery li div div a:hover, .ximage div div a:hover {
}

.xgallery li div div span, .ximage div div span {
	display: block;

	margin: 0 1px 0 1px;
	padding: 0;
}

.xgallery li div div span span, .ximage div div span span {
	display: inline;

	margin: 0;
	padding: 0;

	font-weight: bold;
	font-size: 80%;

	width: 100%;
}

.xgallery li div div a span span, .ximage div div a span span {
	padding-left: 16px;
	background: url(../images/xgallery/magnify_plus.gif) no-repeat left center !important;
}


/*
.ja-box-br div.sl-header {
	margin: 0 -14px;
	padding: 0px 15px 7px 15px;
	font-size: 150%;
	border-bottom: 1px solid #DDDDDD;
}
*/

.ja-box-ct {
	margin-bottom: 4px !important;
}

.sl-header-small {
	margin: 0 -14px 4px -14px;
	padding: 2px 14px 2px 14px;
	font-size: 92%;
	border-bottom: 1px solid #DDDDDD;
}

.sl-header span {
	color: #999999;
}

.sl-header-small span {
	padding: 0;

	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	letter-spacing: 1px;
}

.sl-header a, .sl-header-small a {
	background: url(../images/arrow2.png) no-repeat right center;
}

ul.relateditems {
	margin: 4px 0;
	padding: 0;
}

ul.relateditems li {
	background: url(../images/bullet.gif) no-repeat left 6px;
	padding: 0 0 0 8px;
	margin: 0;
}

/* XCopyLinks */

div.xcopylinks {
}

div.xcopylinks ul {
	list-style: none;
}

div.xcopylinks ul li {
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
}

div.xcopylinks ul li input {
	overflow: hidden;
	width: 100%;
	color: #999999;
	font-size: 92%;
}

div.xcopylinks ul li span {
	display: block;
	font-size: 92%;
}

div.xcopylinks #note {
	color: #999999;
	font-size: 92%;
}
