/*------------------------------------------------------------------------
# JA Xenia II - Feb, 2007
# ------------------------------------------------------------------------
# Copyright (C) 2004-2006 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
-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #484848;
	background: #FFFFFF;
	font-family: Tahoma, Arial, sans-serif;
	
	background: url(bg000000.gif) 
}

body#bd {
	background: #EFEFEF;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	/*font-family: serif;*/
	line-height: 140%;
}

body.fs1{
	font-size: 9px;
}

body.fs2{
	font-size: 10px;
}

body.fs3{
	font-size: 11px;
}

body.fs4{
	font-size: 12px;
}

body.fs5{
	font-size: 13px;
}

body.fs6{
	font-size: 14px;
}

/* Normal link */
a {
	color: #F85703;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #F85703;
	text-decoration: none;
}

/* Title text */
.contentheading,
.componentheading,
div.moduletable h3,s
h1, h2, h3 {
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar, a.readon {
}

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

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 100%;
	/*text-transform: uppercase;*/
}



fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px dotted #484848;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}

/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #F85703;
	background: url(stripe20.gif);
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px 15px 60px;	
	/*font: italic 1em/1.5 Georgia, Times, serif;*/
}

.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #F85703;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #F85703;
	background: url(bullet-e.gif) no-repeat top left;
}

.message {
	padding-left: 25px;
	color: #F85703;
	background: url(bullet-i.gif) no-repeat top left;
}

.tips {
	padding-left: 25px;
	color: #F85703;
	background: url(bullet-t.gif) no-repeat top left;
}

.highlight {
	border-bottom: 1px dotted #999999;
	padding: 0 5px;
	background: #FEFAE1;
	font-weight: bold;
}

p.stickynote {
	padding: 20px 80px 10px 20px;
	background: url(sticky-b.gif) no-repeat top right #FEFAE1;
}

p.pinnote {
	padding: 20px 60px 10px 20px;
	background: url(pin-bg00.gif) no-repeat top right #FEFAE1;
}

p.clipnote {
	padding: 20px 60px 10px 20px;
	background: url(clip-bg0.gif) no-repeat top right #FEFAE1;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

.bignumber {
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	padding: 0 2px;
	display: block;
	color: #F85703;
	font: 30px/normal Arial, sans-serif;
	font-weight: bold;
}

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

input, select {
	font: 11px/normal Tahoma, Arial, sans-serif;
	color: #484848;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button, .button:hover {
	padding: 2px 10px!important;
	padding: 1px 5px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	background: url(but-bg00.gif) repeat-x bottom #EFEFEF;
}

.button:active, .button:focus {
	border-top: 1px solid #999999;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #999999;
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: url(stripe10.gif) #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #999999;
	background: #FFFFFF;
}

input.addtocart {
	color: #C74E36;
	font-size: 0px;
	background: url(button-a.gif) no-repeat top center!important;
	width: 89px!important;
	margin-right: 3px;
}
/* MODULE
--------------------------------------------------------- */
/* Left Module Style */
div.moduletable h3 {
	margin: 0 -12px 5px;
	padding: 6px;
	border-top: 1px solid #EFEFEF;
	background: url(h3-bg000.gif) no-repeat bottom left;
	font-size: 1em;
	text-indent: 25px;
	line-height: normal;
}

div.moduletable {
	padding: 0 12px 8px;
	margin: 0;
	clear: both;
}

/* Right Module Style */
div.module-lprod h3,
div.module h3 {
	margin: 0 -3px 5px;
	padding: 2px;
	border-bottom: 3px solid #DDDDDD;
	font-size: 1em;
}

div.module-lprod,
div.module {
	margin-bottom: 5px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(box-br00.gif) no-repeat bottom right;
}

div.module-lprod div,
div.module div {
	padding: 0;
	background: url(box-bl00.gif) no-repeat bottom left;
}

div.module-lprod div div,
div.module div div {
	padding: 0;
	background: url(box-tr00.gif) no-repeat top right;
}

div.module-lprod div div div,
div.module div div div {
	padding: 10px 15px 15px;
	background: url(box-tl00.gif) no-repeat top left;
}

div.module-lprod div div div div,
div.module div div div div,
div.module-hilite div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

/* Lastest product */
div.module-lprod h3 {
}

div.module-lprod tr.sectiontableentry1 td,
div.module-lprod tr.sectiontableentry2 td {
	background: #FFFFFF;
}

div.module-lprod tr.sectiontableentry1 td {
	border-bottom: 1px solid #DDDDDD;
}

/* Hilite Module */
div.module-hilite h3,
div.module-brick h3,
div.module-blue h3,
div.module-green h3 {
	margin: 0 -3px 5px;
	padding: 2px;
	border-bottom: 3px solid #FFFFFF;
	font-size: 1em;
	color: #FFFFFF;
}

div.module-hilite,
div.module-brick,
div.module-blue,
div.module-green {
	margin-bottom: 5px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(box-hili.gif) no-repeat bottom right #F85703;
}

div.module-hilite div,
div.module-brick div,
div.module-blue div,
div.module-green div {
	padding: 0;
	background: url(box-hili.gif) no-repeat bottom left;
}

div.module-hilite div div,
div.module-brick div div,
div.module-blue div div,
div.module-green div div {
	padding: 0;
	background: url(box-hili.gif) no-repeat top right;
}

div.module-hilite div div div,
div.module-brick div div div,
div.module-blue div div div,
div.module-green div div div {
	padding: 10px 15px 15px;
	background: url(box-hili.gif) no-repeat top left;
	color: #FFFFFF;
}

div.module-hilite a,
div.module-hilite a:hover,
div.module-hilite a:active,
div.module-hilite a:focus {
	color: #FFFFFF!important;
}

div.module-brick a,
div.module-brick a:hover,
div.module-brick a:active,
div.module-brick a:focus {
	color: #FFFFFF!important;
}

div.module-blue a{
	color: #FFFFFF!important;
}

div.module-blue a:hover,
div.module-blue a:active,
div.module-blue a:focus {
	color: #0264B0!important;
}
div.module-green a,
div.module-green a:hover,
div.module-green a:active,
div.module-green a:focus {
	color: #FFFFFF!important;
}

div.module-hilite li,
div.module-brick li,
div.module-blue li,
div.module-green li {
	background-image: url(bullet-m.gif) !important; 
}

/* Blue hilite */
div.module-blue {
	background-image: url(box-hili.gif);
	background-color: #0264B0;
}

div.module-blue div {
	background-image: url(box-hilj.gif);
}

div.module-blue div div {
	background-image: url(box-hilk.gif);
}

div.module-blue div div div {
	background-image: url(box-hill.gif);
}

/* Green hilite */
div.module-green {
	background-image: url(box-hilm.gif);
	background-color: #4CA55E;
}

div.module-green div {
	background-image: url(box-hilm.gif);
}

div.module-green div div {
	background-image: url(box-hilm.gif);
}

div.module-green div div div {
	background-image: url(box-hilm.gif);
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_seperator {
	display: block;
	background: url(seperato.gif) repeat-x center;
	height: 20px;
}

#ja-leftcol .article_seperator, #ja-rightcol .article_seperator {
	display: none;
}

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

table.contentpaneopen {
	border: none;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

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

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(bullet-l.gif) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 4px;
	background: url(stripe20.gif);
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

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

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

table.pollstableborder td {
	padding: 2px!important;
}

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

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

table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}
.adminform {
width:300px;
}
.adminform .inputbox {
}

.blog_more {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #EFEFEF;
	background: url(stripe20.gif) #F2F2F2;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	color: #484848;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 12px;
	background: url(bullet-l.gif) no-repeat 0 8px;
}

td.buttonheading {
	padding: 0 0 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	padding-bottom: 5px;
	margin-bottom: 10px;
	background: url(seperato.gif) repeat-x bottom;
	font-size: 200%;
	font-weight: bold;
	line-height: normal;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 120%;
	font-weight: bold;
	line-height: normal;
}

.contentheading {
	font-size: 110%;
	font-weight: bold;
	line-height: 120%;
	color: #484848;
	border-bottom: 1px;
}

a.contentpagetitle {
	text-decoration: none!important;
}

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

a.readon {
	float: right;
	padding: 1px 5px 1px 22px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	border-left: 1px solid #DDDDDD;
	display: block;
	background: url(bullet-t.gif) no-repeat 5% 50% #F2F2F2;
	color: #484848;
	text-transform: lowercase;
	text-decoration: none;
}

a.readon:hover, a.readon:active, a.readon:focus {
	color: #F85703;
	background: url(bullet-u.gif) no-repeat 5% 50% #FFFFFF;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

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

.createdate {
	padding: 2px 0 10px 0;
	color: #999999;
	line-height: 10px;
}

.modifydate {
	color: #999999;
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {	
	margin: 8px!important;
	margin: 8px;
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 2px;
}
 
 img:hover
 {
 border-color: #06c;
 }
.mosimage img:hover
 {
 border-color: #06c;
 }
.mosimage img {
	padding: 0;
	margin: 0!important;
}

.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
	color: #999999;
	font-family:tahoma;
	font-size:8pt;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration: none;
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	text-decoration: none;
}

.pagenavbar {
	padding-left: 14px;
	background: url(pages000.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(pages000.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 3px 5px;
	border: 1px solid #484848;
	background: #484848;
	color: #FFFFFF;
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 5px;
	background: url(seperato.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 5px;
	background: url(seperato.gif) repeat-x bottom #F2F2F2;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(seperato.gif) repeat-x bottom #FEFAE1;
}

.small {
	color: #999999;
}

.smalldark {
	color: #999999;
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	width: 800px;
	margin: 0 auto;
	padding-left: 8px;
	background: url(shadowle.gif) repeat-y top left #FFFFFF;
	text-align: center;
}

.wide #ja-wrapper {
	width: 920px;
}

.auto #ja-wrapper {
	width: 800px;
	min-width:800px;
	max-width:920px;
}

#ja-wrapper-inner {
	padding-right: 8px;
	background: url(shadownr.gif) repeat-y top right #FFFFFF;
	text-align: left;
}

#ja-containerwrap {
	padding: 0;
	background: url(stripe10.gif) #FFFFFF;
}

#ja-container {
	padding: 0;
}

#ja-contentwrap {
	width: 100%;
}

#ja-content {
	margin: 0;
	clear: both;
	display: block;
	min-height: 300px;

	width: 95%;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	background: url(headerri.gif)  top #F85703;
}

#ja-header {
	clear: both;
	background: url(headerri.gif)  top right;
	text-align: left;
	line-height: normal;
	height: 122px;
	position: relative;
}

#ja-header h1 {
	font-size: 2em;
	position: absolute;
	top: 0;
	left: 0;
}

#ja-header h1 a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

#ja-header h1 img {
	float: left;
}

/* Top Menu in Header */
#ja-topnavwrap {
	padding-left: 5px;
	background: url(topnav-l.gif) no-repeat top left;
	position: absolute;
	top: 0;
	height: 26px;
}

#ja-topnavwrap ul {
	margin: 0;
	padding: 0;
	float: left;
	background: url(topnav-r.gif) no-repeat top right;
	height: 26px;
}

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

#ja-topnavwrap li a {
	padding: 0 10px;
	color: #DDDDDD;
	text-decoration: none;
	line-height: 24px;
}

#ja-topnavwrap li a:hover,
#ja-topnavwrap li a:active,
#ja-topnavwrap li a:focus {
	color: #FFFFFF;
}

/* Search */
#ja-search {
	position: absolute;
	top: 100px;
}

#ja-search div.search {
	padding-left: 18px;
	background: url(icon-sea.gif) no-repeat center left;
}

#ja-search .inputbox {
	width: 100px;
	padding-left: 5px;
	border: 1px solid #C74E36;
	background: url(stripe20.gif) #EFEFEF;
}

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

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap {
	background: url(mainnav-.gif) repeat-x top #FFFFFF;
}

#ja-mainnav {
	clear: both;
	float: left;
	font-size: 1em;
	line-height: normal;
}

#ja-subnav {
	padding: 6px 5px;
	margin: 0;
	clear: both;
	border-bottom: 1px solid #FFFFFF;
	background: url(stripe20.gif) #F2F2F2;
	line-height: normal;
}

.ja-mainnavshadow {
	clear: both;
	padding: 1px 0 2px;
	background: url(mainnav0.gif) repeat-x top;
}

/* Default Joomla! Menu */
a.mainlevel {
	padding: 3px 3px 5px 3px;
	width: 94.5%;
	display: block;
	background: url(a-mainle.gif) no-repeat bottom right;
	color: #484848;
	text-decoration: none;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #484848;
	background: url(a-mainlf.gif) no-repeat bottom right #EFEFEF;
	text-decoration: none;
}

a.mainlevel#active_menu {
	color: #0264B0;
	background: url(a-mainlg.gif) no-repeat bottom right #EFEFEF;
	font-weight: bold;
	text-decoration: none;
}

a.sublevel {
	padding: 2px 4px 2px 15px;
	display: block;
	color: #484848;
	background: url(bullet-l.gif) no-repeat 2% 50%;
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #F85703;
	background: url(bullet-m.gif) no-repeat 2% 50%;
	text-decoration: none;
}

#active_menu {
	background: url(bullet-m.gif) no-repeat 2% 50%;
	color: #F85703;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Sub Header */
#ja-sh {
	clear: both;
	border-bottom: 3px solid #F85703;
	background: #484848;
	height: 152px;
	overflow: hidden;
}

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

.ja-box-left div.moduletable {
	padding-right: 20px;
}

.ja-box-right div.moduletable {
	padding-left: 20px;
}

.ja-box-center div.moduletable {
	padding: 0 20px;
}

/* Top Spotlight */
#ja-topslwrap {
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(seperato.gif) repeat-x bottom;
}

#ja-topsl {
	padding: 0;
}

#ja-topsl h3 {
	border: 1px solid #EFEFEF;
}

#ja-topsl div.moduletable {
}

#ja-topsl div.ja-box-left,
#ja-topsl div.ja-box-center,
#ja-topsl div.ja-box-right {
	padding: 0 0 5px;
}

#ja-topsl div.ja-box-left,
#ja-topsl div.ja-box-center {
	background: url(v-sepera.gif) repeat-y top right;
}

/* Bottom Spotlight */
#ja-botsl {
	margin-bottom: 10px;
	padding-bottom: 15px;
	background: url(seperato.gif) repeat-x bottom;
	color: #999999;
}

#ja-botsl a {
}

#ja-botsl h3 {
	padding: 0;
	margin: 0 0 5px;
	border: none;
	background: none;
	text-indent: 0;
}

#ja-botsl div.moduletable {
	margin: 0;
	padding: 0 10px;
}

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

#ja-topsl li,
#ja-botsl li {
	padding: 0 0 0 12px;
	margin: 0;
	background: url(bullet-l.gif) no-repeat 0 5px;
}

#ja-topsl li a,
#ja-botsl li a {
	color: #484848;
	text-decoration: none;
}

#ja-topsl li a:hover, #ja-topsl li a:active, #ja-topsl li a:focus,
#ja-botsl li a:hover, #ja-botsl li a:active, #ja-botsl li a:focus {
	color: #F85703;
	text-decoration: none;
}

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

#ja-botsl .article_seperator,
#ja-topsl .article_seperator {
	display: none;
}

#ja-botsl table,
#ja-topsl table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* PATHWAY
---------------------------------------------------------*/
#ja-pathway {
	margin: 0 -20px 10px;
	padding: 7px 6px;
	display: block;
	background: url(pathway-.gif) repeat-y top left #F2F2F2;
	font-size: 1em;
	line-height: normal;
	text-indent: 15px;
}

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

#ja-pathway strong {
	margin-right: 5px;
}

#ja-pathway a {
}

#ja-pathway a:hover, #ja-pathway a:active {
	text-decoration: none;
}

/* CONTENT COLUMN
--------------------------------------------------------- */
#ja-mainbody, #ja-mainbody-fl, #ja-mainbody-fr, #ja-mainbody-f {
}

#ja-mainbody, #ja-mainbody-fr {
	float: left;
	width: 99%;
}

#ja-mainbody-fl {
	float: left;
	width: 99%;
}

#ja-mainbody-fl #ja-contentwrap {
	float: left;
	width: 100%;
	background: none;
}

#ja-mainbody-fl #ja-pathway,
#ja-mainbody-f #ja-pathway {
	background: url(stripe20.gif);
}

#ja-mainbody-fl #ja-rightcol {
	float: right;
	width: 20%;
}

#ja-mainbody-f {
	float: left;
	width: 95%;
}

#ja-mainbody-f #ja-contentwrap {
	background: none;
}

#ja-mainbody #ja-contentwrap {
	float: left;
	width: 100%;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ja-leftcol {
	float: right;
	width: 100%;
	min-width:170px;
	padding-bottom: 15px;
}

#ja-rightcol {
	float: right;
	width: 100%;
	min-width:170px;
	padding-bottom: 15px;
}

#ja-rightcol-inner {
	padding:0;
	width:100%;
}

#ja-leftcol table,
#ja-rightcol table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-leftcol ul li,
#ja-rightcol ul li {
	padding-left: 5px;
	margin: 0;
	background: url(bullet-l.gif) no-repeat 0 7px;
}

#ja-leftcol ul,
#ja-rightcol ul {
	margin: 0;
}

#ja-leftcol li a,
#ja-rightcol li a{
	color: #484848;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	clear: both;
	padding: 17px 12px 10px;
	background: url(footer-b.gif) repeat-x top #DDDDDD;
	color: #000000;
	text-align:center;
}

#ja-footer {
	height: 100px;
	overflow: hidden;
	position: relative;
}

#ja-footer a {
	color: #000099;
	text-decoration: none;
}

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

#ja-bottomline {
	text-align:left;
	float: left;
	margin: 0;
	display: block;
	padding-left: 15px;
	width:80%;
	vertical-align:top;
	nowrap:nowrap
}

#ja-sublogo {
	float: left;
	width: 15%;
	background: url(v-sepera.gif) repeat-y top right;
	text-align: center;
}

#ja-cert {
	float: right;
	margin-top: 0px;
	font-size: 2px;	
	line-height:2px;
}

#ja-cert a {
	padding: 0;
}

/* MISCELLANOUS
----------------------------------------------------------- */
#ja-banner {
	margin-bottom: 10px;
	text-align: center;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}

#mod_login_password, #mod_login_username {
	width: 93%;
}

#mod_login_password {
}

#mod_login_username {
}

#mod_login_remember {
	border: none;
	background: none;
}

/* JA CoolAds Module */
#ja-coolads {
	height: 0;
	overflow: hidden;
	position: relative;
}

#ja-coolads-container {
	margin-right: 5%;
	overflow: hidden;
}

#ja-coolads-container div.moduletable {
	overflow: hidden;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

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

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}


/* User Tools */
#jausertoolswrap {
	font-size: 12px;
	width: 150px;
	display: block;
	z-index: 999;
	position: relative;
}

#jausertoolswrap:hover,
#jausertoolswrap.ja-toolswraphover {
}

span.ja-sitetool {
	margin: 0;
	padding: 0;
	width: 150px;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;

}

#ja-usertools {
	padding: 0;
	font-size: 11px;
	position: absolute;
	bottom: 20px;
	right: 0px;
	height: 0px;
	overflow: hidden;
	width: 150px;
	line-height: normal;
}

#ja-usertools ul {
	margin: 5px 0 5px;
	padding: 0;
}

#ja-usertools ul li {	
	line-height: normal;
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
}

#ja-usertools img {
	padding: 0 7px;
	clear: both;
}

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position: absolute;
	overflow: hidden;
	left: -1000px;
	top: -1000px;
}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position: absolute;
}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
}

.transMenu.top .items {
}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	-moz-opacity: .9;
	filter: alpha(opacity=90);
}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	width: 2px;
	position: absolute;
	z-index: 3;
	top: 3px;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position: absolute;
	z-index: 1;
	left: 3px;
	height: 2px;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}

/* each TR.item is one menu item */
.transMenu .item {
	color: #484848;
   text-decoration: none;
	text-transform: none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border: none;
	cursor: pointer;
	font-size: 11px;
}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	color: #FFFFFF;
	background: #F85703;
}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left: 10px;
}

/* ----------------------------------------------------------------
- Added classes by Khanh - 050629
- Style and mark-up improved by Hieu Nguyen & Ha Le Viet - 060718
-------------------------------------------------------------------*/
.transMenu .item#active {
	background: #484848;
	color: #FFFFFF;
	/* -moz-opacity: .6;
	filter: alpha(opacity=60); */
}

.transMenu .item#active:hover {
	color: #FFFFFF;
	background: #484848;
}

#ja-mainnav div.transmenu-inner {
	float: left;
}

/* For first level menu.*/
#ja-transmenu {
	margin: 0;
	padding: 0;
	float: left;
}

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

#ja-transmenu li a { /* common styles for 1st level menu */
	margin: 0;
	float: left;
	display: block;
	background: url(mainnav1.gif) no-repeat top right;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 11px;
}

#ja-transmenu li a span { /* common styles for 1st level menu */
	color: #484848;
}

#ja-transmenu li a:hover { /* common styles for 1st level menu */
	background: url(mainnav1.gif) no-repeat top right #FFFFFF;
}

a.havechild-mainlevel-trans {
	background: url(arrow-of.gif) center right no-repeat;
}

a.havechild-mainlevel-active-trans,
a.havechild-mainlevel-active-trans:hover,
a.havechild-mainlevel-active-trans:active,
a.havechild-mainlevel-active-trans:focus {
	background: url(mainnav2.gif) no-repeat bottom right #FFFFFF!important;
}

a.jahover {
	background: url(mainnav1.gif) no-repeat top right #FFFFFF!important;
}

a.jahover-active {
	background: url(mainnav1.gif) no-repeat top right #FFFFFF!important;
}

a.mainlevel-trans {
}

a.mainlevel-trans:hover,
a.mainlevel-trans:active,
a.mainlevel-trans:focus {
	background: url(mainnav1.gif) no-repeat top right #FFFFFF;
}

a.mainlevel-active-trans,
a.mainlevel-active-trans:hover,
a.mainlevel-active-trans:active,
a.mainlevel-active-trans:focus {
	background: url(mainnav2.gif) no-repeat bottom right #FFFFFF!important;
}