/*

 * ------------------------------------------------------------------------
 * JA Larix template for joomla 1.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
--------------------------------------------------------- */
html, body, form, fieldset { margin: 0; padding: 0; }

body {
	background: #FFFFFF;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 150%;
}

body#bd { background: #E1D8C3; color: #403C3A; }

body.contentpane {
	background: #FFFFFF;
	color: #000000;
	font-family: serif;
	font-size: 12pt;
	line-height: 140%;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

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: #EE9600; text-decoration: none; }

a:hover, a:active, a:focus { color: #EE9600; text-decoration: underline; }

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 { font-weight: bold; }

/* Small text */
small, .small, .smalldark, .mosimage_caption { color: #999999; font-size: 100%; }

/* Heading */
h1 { font-size: 180%; }
h2 { font-size: 155%; }
h3 { font-size: 125%; }
h4 { font-size: 100%; text-transform: uppercase; }

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 { margin: 15px 0; padding: 0; }

ul { list-style: none; }

ul li {
	background: url(../images/bullet-list.gif) no-repeat 18px 8px;
	line-height: 180%;
	padding-left: 30px;
}

ol li { line-height: 180%; margin-left: 35px; }

th { font-weight: bold; padding: 5px; text-align: left; }

fieldset { border: none; }

fieldset a { font-weight: bold; }

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #DDDDDD;
	height: 1px;
}

a img { border: none; }

td, div { font-size: 100%; }

/* FORM
--------------------------------------------------------- */
form { margin: 0; padding: 0; }

form label { cursor: pointer; }

input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	padding: 1px;
}

select, textarea, .inputbox { background: #FFFFFF; color: #403C3A; }

.button {
	background: url(../images/but-bg.gif) repeat-x top #E6E6E6;
	border: 1px solid #C8C8C8;
	color: #403C3A;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.5;
	cursor: pointer;
	padding: 2px;
}

.inputbox {
	background: #FFFFFF;
	border: 1px solid #999999;
	margin-bottom: 1px;
	padding: 3px 0 3px 5px;
}

.inputbox:hover,
.inputbox:active,
.inputbox:focus { outline: none; }

input.addtocart {
	background: url(../images/button-addtocart-big.gif) no-repeat top center !important;
	color: #E2E2E2;
	font-size: 0;
	margin-right: 3px;
	width: 89px!important;
}

*+ html form#form-login div { zoom: 1; }

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	background: #FFFFCC;
	border-left: 5px solid #999999;
	margin: 5px 0 15px;
	padding: 10px 15px;
}

blockquote { padding: 1em 40px 1em 15px; }

blockquote span.open {
	background: url(../images/so-q.gif) no-repeat left top;
	padding: 0 0 0 20px;
}

blockquote span.close {
	background: url(../images/sc-q.gif) no-repeat bottom right;
	padding: 0 20px 0 0;
}

/* Quote hilight */
.quote-hilite {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 0;
	padding: 10px 15px;
}

/* Small quote */
.small-quote { background: none; margin: 0; padding: 0; }

.small-quote span.open-quote {
	background: url(../images/so-q.gif) no-repeat center left;
	margin: 0;
	padding-left: 20px;
}

.small-quote span.close-quote {
	background: url(../images/sc-q.gif) no-repeat center right;
	margin: 0;
	padding-right: 20px;
}

.small-quote span.author {
	background: url(../images/author.gif) no-repeat 5px 4px #DDDDDD;
	border-top: 1px solid #DDDDDD;
	display: block;
	font-size: 90%;
	margin: 0.5em 0 0;
	padding: 2px 5px 2px 20px;
	text-transform: uppercase;
}

/* Rropcap */
.dropcap {
	color: #999999;
	display: block;
	float: left;
	font: 50px/40px Georgia, Times, serif;
	padding: 4px 8px 0 0;
}

/* Tips, Error, Message, Hightlight*/
.error {
	background: url(../images/bullet-error.gif) no-repeat top left;
	color: #CC0000;
	padding-left: 25px;
}

.message {
	background: url(../images/bullet-info.gif) no-repeat top left;
	color: #EE9600;
	padding-left: 25px;
}

.tips {
	background: url(../images/bullet-tips.gif) no-repeat top left;
	color: #EE9600;
	padding-left: 25px;
}

.highlight {
	background: #FFFFCC;
	font-weight: bold;
	padding: 1px 5px;
}

/* Note Style */
p.stickynote {
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 10px 0 10px 40px;
}

p.download {
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 10px 0 10px 40px;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist { list-style: none; }

ul.checklist li {
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
	margin-left: 15px;
	padding: 0 0 5px 20px;
}

/* Check list */
ul.stars { list-style: none; }

ul.stars li {
	background: url(../images/star-bg.gif) no-repeat 0 3px;
	margin-left: 15px;
	padding: 0 0 5px 20px;
}

/* Bignumber */
.bignumber {
	background: url(../images/ol-bg.gif) no-repeat top left;
	color: #FFFFFF;
	display: block;
	float: left;
	font: 20px/normal Arial, sans-serif;
	font-weight: bold;
	margin-right: 8px;
	padding: 6px 7px;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 { margin: 15px 0; }

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	background: url(../images/author.gif) no-repeat center left;
	font-weight: bold;
	margin-left: 15px;
	padding-left: 15px;
}

div.bubble1 div {
	background: url(../images/bub1-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div { margin: 0; padding: 15px 15px 30px 15px; width: auto; }

div.bubble2 div {
	background: url(../images/bub2-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div { margin: 0; padding: 15px 15px 35px 15px; width: auto; }

div.bubble3 div {
	background: url(../images/bub3-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div { margin: 0; padding: 15px 15px 50px 15px; width: auto; }

div.bubble4 div {
	background: url(../images/bub4-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div { margin: 0; padding: 15px 15px 55px 15px; width: auto; }

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog { }

.article_separator {
	background: url(../images/dot.gif) repeat-x center left;
	display: block;
	height: 40px;
}

#ja-col1 .article_separator, #ja-col2 .article_separator { display: none; }

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: 35%; }

table.contenttoc a { text-decoration: none; }

table.contenttoc td {
	background: url(../images/bullet-list.gif) no-repeat 5% 60%;
	padding: 5px 5px 1px 25px;
}

table.contenttoc th {
	border-bottom: 1px solid #DDDDDD;
	padding: 0 0 3px;
	text-indent: 5px;
	text-transform: uppercase;
}

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: 2px!important;
}

table.pollstableborder tr.sectiontableentry1 td { background: #DDDDDD; border: none; }

table.pollstableborder tr.sectiontableentry2 td { border: none; }

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 .inputbox { }

.blog_more { margin: 10px 0; }

.blog_more strong { display: block; font-size: 150%; margin: 0 0 10px; }

.blog_more ul { margin: 0; padding: 0; }

.blog_more ul li {
	background: url(../images/bullet-list.gif) no-repeat 5px 7px;
	margin: 0;
	padding: 0 0 0 18px;
}

td.buttonheading { padding: 0 0 0 8px!important; text-align: center; }

.category { font-size: 120%; font-weight: bold; }

.clr { clear: both; }

.componentheading {
	background: url(../images/dot.gif) repeat-x bottom left;
	font-size: 200%;
	margin: 5px 0 20px;
	padding: 0 0 15px 0;
	text-transform: uppercase;	
}

.contentdescription { padding-bottom: 30px; }

.contentheading { font-size: 170%; text-transform: capitalize; }

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus { text-decoration: none !important; }

a.readon {
	display: block;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
}

a.readon:hover, a.readon:active, a.readon:focus { }

table.contentpaneopen td, table.contentpane td { padding: 5px 0; }

table.contentpaneopen td select.inputbox, table.contentpane td select.inputbox { padding: 0 0 0 5px; height: 23px;}

table.contentpaneopen, table.contentpane, table.blog { width: 100%; }

.createdate { color: #999999; font-weight: bold; padding-top: 5px; }

.modifydate { color: #999999; height: 15px; padding-top: 15px; }

.moduletable { padding: 0; }

.mosimage { margin: 15px 5px 10px 0; padding: 0 5px 5px; }

* html .mosimage {
	margin: 15px 10px 10px 0;
	padding: 5px 0 !important; /*IE 6*/
}

*+html .mosimage { padding: 5px 0 !important; /*IE 7*/ }

.mosimage img { margin: 0 !important; padding: 0 !important; }

.mosimage_caption { color: #999999; margin-top: 5px; padding: 1px 2px; }

.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 {
	background: url(../images/pages.gif) no-repeat center left;
	padding-left: 14px;
}

.pagenavcounter {
	background: url(../images/pages.gif) no-repeat 0 11px;
	padding: 8px 14px 0 14px;
}

.sectiontableheader {
	background: #DDDDDD;
	border-top: 15px solid #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	padding: 8px 5px !important;
	text-transform: uppercase;
}

tr.sectiontableentry1 td {
	background: url(../images/dot.gif) repeat-x bottom;
	padding: 8px 5px;
}

tr.sectiontableentry2 td {
	background: url(../images/dot.gif) repeat-x bottom;
	padding: 8px 5px;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td { background: url(../images/dot.gif) repeat-x bottom; }

.smalldark { text-align: left; }

div.syndicate div { text-align: center; }

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td { background: none; }

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper1 { margin: 0 auto; width: 990px; }

.narrow #ja-wrapper1 { width: 770px; }

#ja-wrapper2 {
	background: url(../images/shadow-right.gif) repeat-y right #FFFFFF;
	padding-right: 14px;
}

.narrow #ja-wrapper2 { background: #FFFFFF; padding-right: 0; }

#ja-wrapper3 {
	background: url(../images/shadow-left.gif) repeat-y left;
	overflow: hidden;
	padding-left: 14px;
}

.narrow #ja-wrapper3 { background: #FFFFFF; padding-left: 0; }

#ja-containerwrap, #ja-containerwrap-fr, #ja-containerwrap-fl {
	background: url(../images/mainwrap-right-bg.gif) repeat-y top right;
	clear: both;
}

#ja-containerwrap-f { background: none; clear: both; }

#ja-container {
	background: url(../images/mainwrap-bg.gif) repeat-y 20% 0%;
}

#ja-containerwrap-f #ja-container { background: none; border-top: 8px solid #DDDDDD; }

#ja-containerwrap-fl #ja-container { background: none; }

#ja-mainbody, #ja-mainbody-fr, #ja-mainbody-fl {
	background: url(../images/top-border-c.gif) repeat-x top;
}

#ja-mainbody-inner {
	background: url(../images/top-border-r.gif) no-repeat top right;
	padding: 25px 0;
}

#ja-containerwrap-f #ja-mainbody-inner { background: none; }

#ja-mainbody, #ja-mainbody-fr { float: right; width: 80%; }

#ja-mainbody #ja-contentwrap { float: left; width: 74.9%; }

#ja-mainbody-fl { float: left; width: 100%; }

#ja-mainbody-fl #ja-contentwrap { background: none; float: left; width: 74.9%; }

#ja-mainbody-fl #ja-col2 { float: right; width: 25%; }

#ja-mainbody-f { background: none; float: none; width: 100%; }

#ja-content {
	clear: both;
	display: block;
	margin: 0;
	padding: 0 20px;
}

#ja-mainbody-fr #ja-content { padding: 0 40px 0 20px; }

/* MODULE
--------------------------------------------------------- */
div.moduletable h3 {
	color: #403C3A;
	font-size: 120%;
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;
}

div.moduletable { margin-bottom: 30px; padding: 0 15px; }

#ja-col1 div.moduletable { margin-bottom: 15px; }

#ja-col1 div.moduletable h3 {
	background: #403C3A;
	color: #EE9600;
	margin: 0 -15px 5px;
	padding: 8px 15px;
}

/* Right Module */
div.module h3,
div.module-grey h3,
div.module-dark h3 {
	font-size: 120%;
	line-height: normal;
	margin: 0 -14px 5px;
	padding: 0 14px 8px;
	text-transform: uppercase;
}

div.module,
div.module-grey,
div.module-dark,
div.module-blank {
	clear: both;
	float: left;
	margin: 5px 0 10px;
	padding: 0;
	width: 100%;
}

div.module div, div.module div div,
div.module-grey div, div.module div div,
div.module-dark div, div.module div div { padding: 0; }

div.module div div div,
div.module-grey div div div,
div.module-dark div div div { padding: 8px 15px 15px; }

div.module-blank div div div { padding: 15px; }

div.module div div div div,
div.module-grey div div div div,
div.module-dark div div div div,
div.module-blank div div div div { background: none; float: none; margin: 0; padding: 0; }

div.module h3 { border-bottom: 1px solid #DDDDDD; }

div.module {
	background: url(../images/box-br.gif) no-repeat bottom right;
}

div.module div {
	background: url(../images/box-bl.gif) no-repeat bottom left;
}

div.module div div {
	background: url(../images/box-tr.gif) no-repeat top right;
}

div.module div div div {
	background: url(../images/box-tl.gif) no-repeat top left;
}

/* Right Module - Grey */
div.module-grey h3 { background: url(../images/sep.gif) repeat-x bottom; }

div.module-grey {
	background: url(../images/box-br-grey.gif) no-repeat bottom right #E6E6E6;
}

div.module-grey div {
	background: url(../images/box-bl-grey.gif) no-repeat bottom left;
}

div.module-grey div div {
	background: url(../images/box-tr-grey.gif) no-repeat top right;
}

div.module-grey div div div {
	background: url(../images/box-tl-grey.gif) no-repeat top left;
}

/* Right Module - Dark */
div.module-dark h3 { background: url(../images/sep2.gif) repeat-x bottom; }

div.module-dark {
	background: url(../images/box-br-dark.gif) no-repeat bottom right #544F4C;
	color: #E6E6E6;
}

div.module-dark div {
	background: url(../images/box-bl-dark.gif) no-repeat bottom left;
}

div.module-dark div div {
	background: url(../images/box-tr-dark.gif) no-repeat top right;
}

div.module-dark div div div {
	background: url(../images/box-tl-dark.gif) no-repeat top left;
}

div.module-dark a, div.module-dark a:hover, div.module-dark a:active, div.module-dark a:focus { color: #FFFFFF; text-decoration: underline; }

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	background: url(../images/header-bg.gif) repeat top left;
	clear: both;
	height: 100px;
	position: relative;
}

#ja-header { }

h1.logo {
	display: block;
	float: left;
	font-size: 300%;
	height: 100px;
	margin: 0;
	padding: 0;
	width: 295px;
}

h1.logo a {
	background: url(../images/logo.gif) no-repeat;
	display: block;
	float: left;
	height: 100px;
	outline: none;
	text-decoration: none;
	text-indent: -4000px;
	text-transform: uppercase;
	width: 280px;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap { border-bottom: 1px solid #C8C8C8; clear: both; }

#ja-mainnav {
	background: url(../images/mainnav-bg.gif) repeat-x bottom #544F4C;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #544F4C;
	font-family: Arial, Helvetica, sans-serif;
}

#ja-mainnavwrap a,
#ja-mainnavwrap a:hover,
#ja-mainnavwrap a:active,
#ja-mainnavwrap a:focus { outline: none; }

#ja-subnav { background: #DDDDDD; padding: 8px 0; }

/* Default Joomla! Menu */
a.mainlevel {
	background: url(../images/a-mainlevel-bg.gif) no-repeat bottom left;
	color: #403C3A;
	display: block;
	font-weight: bold;
	padding: 5px 0 6px 15px;
	text-decoration: none;
	width: 90%;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	background: url(../images/a-mainlevel-hover.gif) no-repeat bottom left;
	color: #403C3A;
	text-decoration: none;
}

a.mainlevel#active_menu {
	background: url(../images/a-mainlevel-hover.gif) no-repeat bottom left;
	color: #EE9600;
	font-weight: bold;
	text-decoration: none;
}

a.sublevel {
	background: url(../images/bullet-list2.gif) no-repeat 8px 8px;
	color: #403C3A;
	display: block;
	padding: 2px 4px 2px 20px;
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus { color: #EE9600 !important; text-decoration: none; }

#active_menu { color: #EE9600 !important; font-weight: bold; }

/* PATHWAY + SEARCH
--------------------------------------------------------- */
#ja-pathwaywrap {
	background: url(../images/pathway-right-bg.gif) no-repeat bottom right;
	clear: both;
	height: 50px;
	position: relative;
}

#ja-pathway {
	display: block;
	float: right;
	padding-top: 20px;
	text-indent: 20px;
	width: 80%;	
}

#ja-pathway strong { margin-right: 10px; }

#ja-pathway img { margin: 0 5px; }

#ja-pathway a { font-weight: bold; text-decoration: none; }

/* Search */
#ja-searchwrap {
	background: url(../images/pathway-bg.gif) no-repeat bottom right;
	float: left;
	height: 50px;
	position: relative;
	width: 20%;
}

#ja-search {
	background: url(../images/search-bg.gif) no-repeat center;
	height: 24px;
	margin-top: 15px;
}

#ja-search .inputbox {
	background: none;
	border: none;
	left: 16px;
	padding: 2px 5px 3px;
	position: absolute;
	top: 16px;
	width: 132px;
}

.narrow #ja-search {
	background: url(../images/search-narrow-bg.gif) no-repeat center;
}

.narrow #ja-search .inputbox { width: 100px; }

#searchForm .inputbox { height: 16px; }

#searchForm .button { margin-left: 5px; }

#searchForm select.inputbox { padding: 0 0 0 5px; height: 21px; }



/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ja-col1 {
	background: url(../images/top-border-l.gif) no-repeat top right;
	float: left;
	overflow: hidden;
	width: 20%;
}

#ja-col1 div.ja-innerpad { color: #C8C8C8; padding: 8px 0 10px; }

#ja-col1 a { color: #C8C8C8; font-style: normal !important; }

#ja-col1 a:hover, #ja-col1 a:active, #ja-col1 a:focus { color: #FFFFFF; }

#ja-col2 { float: right; overflow: hidden; width: 24.9%; }

#ja-col2 div.ja-innerpad { padding: 0 25px 10px 0; }

#ja-col2 li a { color: #403C3A; }

#ja-col2 li a:hover, #ja-col2 li a:active, #ja-col2 li a:focus { color: #403C3A; }

#ja-col1 table,
#ja-col2 table { border-collapse: collapse; border-spacing: 0; }

#ja-col1 ul li,
#ja-col2 ul li {
	background: url(../images/bullet-list.gif) no-repeat 2px 8px;
	margin: 0;
	padding-left: 15px;
}

#ja-col1 li {
	background-image: url(../images/bullet-list3.gif) !important;
}

#ja-col1 ul,
#ja-col2 ul { margin: 0; }

/* USER TOOLS
--------------------------------------------------------- */
#ja-usertools,
#ja-usercolors {
	font-size: 11px;
	position: absolute;
	right: 30px;
	top: 22px;
	padding-right: 0 !important;
}

#ja-usercolors ul,
#ja-usertools ul { float: left; margin: 0; padding: 0; }

#ja-usercolors ul li,
#ja-usertools ul li {
	background: none;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#ja-usercolors img,
#ja-usertools img { margin: 0; padding: 0; }

#ja-usercolors { float: left; padding: 10px 5px 4px; }

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	background: url(../images/footer-right.gif) no-repeat top right #E6E6E6;
	clear: both;
	float: left;
	height: 100px;
	position: relative;
	width: 100%;
}

#ja-footerwrap span.spacer {
	background: url(../images/footer-left.gif) no-repeat top right #C8C8C8;
	display: block;
	float: left;
	height: 100px;
	width: 20%;
}

#ja-footer {
	color: #403C3A;
	float: right;
	padding: 20px 0;
	position: relative;
	width: 80%;
	text-align: left;
}

#ja-footer small, #ja-footer address {
	color: #403C3A;
	display: block;
	font-size: 100%;
	font-style: normal;
	padding: 0 0 0 20px;
}

#ja-footer ul { margin: 0 0 10px 5px; padding: 0; }

#ja-footer li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#ja-footer li a {
	background: url(../images/v-dot.gif) repeat-y top right;
	color: #544F4C;
	display: inline;
	font-weight: bold;
	line-height: normal;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
}

#ja-footer li a:hover, #ja-footer li a:active, #ja-footer li a:focus { color: #544F4C; text-decoration: underline; }

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility { position: absolute; top: -100%; }

#ja-banner { text-align: center; }

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;
}

#modlgn_passwd, #modlgn_username { width: 90%; }

#modlgn_remember { background: none; border: none; }

/* JA slider */
#ja-sliderwrap { padding: 20px 20px 0; }

#ja-slider { margin: 0; padding: 0; }

.ja-slider-center { float: left; margin: 0; padding: 0; text-align: center; }

.narrow .ja-slider-center { width: 650px !important; }

#ja-slider-left,
#ja-slider-right { float: left; position: relative; width: 25px; }

#ja-slider-left img,
#ja-slider-right img { position: absolute; right: 0; top: 55px; }

#ja-slider-center span {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	width: 140px;
}

#ja-slider-center img { margin: 0; padding: 0; }

/* Tool tips ---*/
div.tool-tip {
	background: #ffc;
	border: 1px solid #d2d2a8;
	padding: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix { display: block; width: 100%; }

* html .clearfix { height: 1%; }

/* Firefox Scrollbar Hack - Do not remove */
html {
	height: 100%!important;
	height: auto;
	margin-bottom: 1px;
}

#form-login p { margin: 0; }

#form-login ul li a { color: #FFF; }

/* Style for ?tp=1 ---*/
.mod-preview {
	background: #ffffa3;
	border: 2px solid #dd6d14;
	margin: 2px;
	overflow: hidden;
	padding: 2px;
	position: relative;
	z-index: 1000;
}

.mod-preview-wrapper {
	border: 1px dotted #dd6d14;
	height: 100%;
	min-height: 22px;
	overflow: hidden;
}

div.mod-preview-info {
	background: #e6b85c;
	border: 0;
	color: #000;
	font-size: 110%;
	font-weight: bold;
	margin: 1px 3px 0 1px;
	padding: 2px 8px;
	text-transform: capitalize;
	z-index: 999;
}

.buttons_heading a{ margin-right: 5px; }

/* VM */
#vmMainPage { position: relative; }

#vmMainPage .next_page { position: absolute; right: 0; top: 30px; }

#vmMainPage .previous_page {position: absolute; left: 0; top: 30px;  }

#vmMainPage .stretcher input#agreed_field { border: none; }

