/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 150%;
}

body#bd {
	color: #666666;
	background: #E6E6E6;
}

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: #3172B4;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #3172B4;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3 {
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* 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%;
	font-weight: bold;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 33px;
	background: url(../images/arrow.png) no-repeat 18px 5px;
	line-height: 180%;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #DDDDDD;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	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 {
	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #666666;
}

.button {
	padding: 2px 5px;
	border: 1px solid #6E9DCD;
	color: #FFFFFF;
	background: url(../images/but-bg.gif) repeat-x center #6E9DCD;
}

* html .button, *+html .button {
	padding: 2px 3px !important;
	border: 1px solid #FFFFFF;
}

.inputbox {
	margin-bottom: 1px;
	padding: 3px 2px;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	background: #F0F5FB;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	padding: 0 0 0 20px;
	background: url(../images/so-q.gif) no-repeat left top;
}

blockquote span.close {
	padding: 0 20px 0 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;
}

/* Small quote */
.small-quote {
	margin: 0;
	padding: 0;
	background: none;
}

.small-quote span.open-quote {
	margin: 0;
	padding-left: 20px;
	background: url(../images/so-q.gif) no-repeat center left;
}

.small-quote span.close-quote {
	margin: 0;
	padding-right: 20px;
	background: url(../images/sc-q.gif) no-repeat center right;
}

.small-quote span.author {
	padding: 2px 5px 2px 20px;
	border-top: 1px solid #DDDDDD;
	margin: 0.5em 0 0;
	display: block;
	background: url(../images/author.gif) no-repeat 5px 4px #DDDDDD;
	font-size: 90%;
	text-transform: uppercase;
}

/* Dropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #3172B4;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #CC0000;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 25px;
	color: #FF7705;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 25px;
	color: #3172B4;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	padding: 1px 5px;
	background: #F0F5FB;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	padding: 10px 0px 10px 50px;
	border: 1px solid #DDDDDD;
	background: url(../images/sticky-bg.gif) no-repeat 5px 10px #FFFFFF;
}

p.download {
	padding: 10px 0px 10px 50px;
	border: 1px solid #DDDDDD;
	background: url(../images/download-bg.gif) no-repeat 5px 10px #FFFFFF;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}

/* Check list */
ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(../images/star-bg.gif) no-repeat 0 3px;
}

/* Smallnumber */
ol.smallnumber {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol.smallnumber li {
	margin: 10px 0 10px 30px;
	padding: 3px 0 5px 30px;
	line-height: 150%;
}

ol.smallnumber li.number-1 {
	background: url(../images/n-1.gif) no-repeat left top;
}

ol.smallnumber li.number-2 {
	background: url(../images/n-2.gif) no-repeat left top;
}

ol.smallnumber li.number-3 {
	background: url(../images/n-3.gif) no-repeat left top;
}

ol.smallnumber li.number-4 {
	background: url(../images/n-4.gif) no-repeat left top;
}

ol.smallnumber li.number-5 {
	background: url(../images/n-5.gif) no-repeat left top;
}

ol.smallnumber li.number-6 {
	background: url(../images/n-6.gif) no-repeat left top;
}

ol.smallnumber li.number-7 {
	background: url(../images/n-7.gif) no-repeat left top;
}

ol.smallnumber li.number-8 {
	background: url(../images/n-8.gif) no-repeat left top;
}

ol.smallnumber li.number-9 {
	background: url(../images/n-9.gif) no-repeat left top;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	color: #FFFFFF;
	background: url(../images/ol-bg.gif) no-repeat top left;
	font: 20px/normal Arial, sans-serif;
	font-weight: bold;
}

/* 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 {
	padding-left: 15px;
	margin-left: 15px;
	background: url(../images/author.gif) no-repeat center left;
	font-weight: bold;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub1-br.gif) no-repeat bottom right;
}

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 {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br.gif) no-repeat bottom right;
}

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 {
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br.gif) no-repeat bottom right;
}

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 {
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br.gif) no-repeat bottom right;
}

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;
}

/* Rating */
.rating {
	width: 66px;
	float: left;
	margin: 10px 10px 0 0;
	background: url(../images/rating-bg.gif) no-repeat top left;
	height: 65px;
}

div.rate-1 {
	font-size: 11px;
	text-align: center;
	line-height: 20px;
	height: 20px;
}

div.rate-2 {
	color: #CC0000;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}

div.rate-3 {
	font-size: 11px;
	text-align: center;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_seperator {
	display: block;
	background: url(../images/sep.gif) no-repeat center bottom;
	height: 50px;
}

#ja-col1 .article_seperator, #ja-col2 .article_seperator {
	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%;
	border: 1px solid #EFEFEF;
}

table.contenttoc a {
}

table.contenttoc td {
	padding: 3px 5px 3px 25px;
	background: url(../images/arrow.png) no-repeat 10px 7px;
}

table.contenttoc th {
	padding: 5px;
	background: url(../images/grad2.gif) repeat-x center #EFEFEF;
	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 .sectiontableheader {
	padding: 8px 5px !important;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	border: none;
	background: #F7F7F7;
}

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 {
	margin: 0 0 5px;
	display: block;
	background: url(../images/h3-bg.gif) no-repeat center left;
	font-size: 150%;
	line-height: 30px;
	text-indent: 10px;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 24px;
	background: url(../images/arrow.png) no-repeat 10px 6px;
}

td.buttonheading {
	padding: 0 0 0 8px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	padding: 0 0 15px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
	font-size: 250%;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 170%;
}

.contentheading {
	padding-bottom: 5px;
	font-size: 200%;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}

a.readon {
	float: left;
	width: 120px;
	display: block;
	background: url(../images/readon.gif) no-repeat top left;
	font-size: 11px;
	line-height: 20px;
	text-indent: 27px;
	height: 20px;
}

a.readon:hover, a.readon:active, a.readon:focus {
	background: url(../images/readon.gif) no-repeat bottom left;
	color: #666666;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding: 2px;
	color: #999999;
}

.modifydate {
	padding-top: 15px;
	color: #999999;
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	margin: 15px 10px 10px 0;
	padding: 0 0 5px;
}

* html .mosimage {
	padding: 5px 0 !important; /*IE 6*/
	margin: 15px 10px 10px 0;
}

*+html .mosimage {
	padding: 5px 0 !important; /*IE 7*/
}

.mosimage img {
	padding: 0 !important;
	margin: 0 !important;
}

.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
	color: #999999;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
}

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 {
}

.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 7px 5px;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	background: url(../images/grad2.gif) repeat-x center #F7F7F7;
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 7px 5px;
	background: url(../images/dot.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 7px 5px;
	background: url(../images/dot.gif) repeat-x bottom;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/dot.gif) repeat-x bottom #F0F5FB;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
}

#ja-header, ja-topslwrap, #ja-container, #ja-footer {
	width: 980px;
	margin: 0 auto;
	clear: both;
}

.narrow #ja-header, .narrow ja-topslwrap, .narrow #ja-container, .narrow #ja-footer {
	width: 770px;
	margin: 0 auto;
	clear: both;
}

#ja-containerwrap {
}

#ja-container {
	background: url(../images/grad1.gif) repeat-x top #FFFFFF;
}

div.shadow1 {
	padding-right: 20px;
	background: url(../images/shadow-right.gif) repeat-y top right;
	overflow: hidden;
}

div.shadow2 {
	padding-left: 20px;
	background: url(../images/shadow-left.gif) repeat-y top left;
	overflow: hidden;
}

#ja-mainbody, #ja-mainbody-fl {
	float: left;
	display:block;
	width: 78%;
}

#ja-mainbody #ja-contentwrap {
	float: left;
	width: 69.9%;
}

#ja-mainbody-fl #ja-contentwrap {
	float: left;
	width: 99%;
}

#ja-mainbody-fr {
	float: left;
	width: 100%;
}

#ja-mainbody-fr #ja-contentwrap {
	float: left;
	width: 75%;
	background: none;
}

#ja-mainbody-fr #ja-col1 {
	float: right;
	width: 24%;
}

#ja-mainbody-f {
	float: none;
	width: 100%;
}

#ja-content {
	padding: 25px 10px 10px 20px;
	margin: 0;
	clear: both;
	display: block;
}

#ja-mainbody-f #ja-content, #ja-mainbody-fl #ja-content {
	padding: 25px 20px 10px;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	background: #999999;
	line-height: normal;
	height: 150px;
}

#ja-header {
	background: url(../images/header-bg.jpg) no-repeat #3172B4;
	height: 150px;
	position: relative;
	z-index: 10;
}

.narrow #ja-header {
	background: url(../images/header-narrow-bg.jpg) no-repeat #3172B4;
}

h1.logo {
	margin: 0;
	padding: 0;
	width: 262px;
	font-size: 300%;
	position: absolute;
	top: 0;
	left: 30px;
	height: 100px;
}

h1.logo a {
	width: 262px;
	float: left;
	display: block;
	background: url(../images/logo.png) no-repeat;
	text-transform: uppercase;
	text-indent: -5000px;
	height: 100px;
	outline: none;
}

#ja-pathway {
	padding: 0 3px 5px;
	display: block;
	color: #999999;
}

#ja-pathway img {
	margin: 1px 5px 0;
}

#ja-pathway a {
	font-weight: bold;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	position: absolute;
	bottom: 0;
	left: 30px;
}

/*
///////////////////////////
*/
#ja-subnav {
	width:700px;
	left: 0px;
	position: absolute;
	top: 0px;
}

#ja-subnavwrap  {
	background: #216DAF;
	border-top: none;
	position: relative;
}

#ja-search-new {
	width: 192px;
	background: url(../images/search-bg.gif) no-repeat ;
	position: relative;
	border: 1px solid #216DAF;
	margin-top: -25px;
	margin-right: 20px;
	float:right;
}

#ja-search-new .inputbox {
	width: 100px;
	padding: 3px 5px 0;
  border: none;
	margin-left: 2px;
	color: #3172B4;
	background: #FFFFFF;
}

#ja-search-new .button {
	width: 50px; 	position: absolute;
  padding: 3px 5px 0;
	margin-left: 55px;
}

#ja-mainnav a,
#ja-mainnav a:hover,
#ja-mainnav a:active,
#ja-mainnav a:focus,
#ja-subnav a,
#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
	font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
	outline: none;
}

/* Default Joomla! Menu */
a.mainlevel {
	padding: 5px 0 5px 18px;
	width: 90%;
	border-top: 1px solid #EFEFEF;
	display: block;
	color: #666666;
	background: url(../images/arrow.png) no-repeat 3px 9px;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #3172B4;
	background: url(../images/arrow2.png) no-repeat 3px 9px;
	text-decoration: none;
}

a.mainlevel#active_menu {
	color: #666666;
	background: url(../images/arrow2.png) no-repeat 3px 9px #EFEFEF;
	font-weight: bold;
}

a.sublevel {
	padding: 5px 4px 5px 15px;
	display: block;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
}

#active_menu {
	color: #3172B4;
	font-weight: bold;
}

/* MODULE
--------------------------------------------------------- */
/*div.moduletable h3 {
	padding: 0 2px 10px;
	margin: 0 -2px 10px;
	font-size: 100%;
	font-weight: bold;
}
*/
/*-------------------------test begin-------------------------------- */
/*ja-newflash*/
.nftitle {
	font-size: 115%;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0 0 5px;
}

/*others*/
.mostread, .latestnews {
	text-decoration: none;
}

#ja-banner {
	margin-top: 15px;
	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;
}

.clr {
	clear: both;
}

.hasTip img {
	border: none;
	margin: 10px 5px 0 0;
}

.ja-innerdiv {
	border-bottom: 1px solid #EFEFEF;
	clear: both;
	margin: 10px 0;
}

.ja-innerdiv img {
	margin: 5px 10px 5px 0;
}



/* hilite module */

div.ja-box-br {
	background: url(../images/box-br.gif) no-repeat bottom right;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

div.ja-box-bl {
	background: url(../images/box-bl.gif) no-repeat bottom left;
	padding: 0;
}

div.ja-box-tr {
	background: url(../images/box-tr.gif) no-repeat top right;
	padding: 0;
}

div.ja-box-tl {
	background: url(../images/box-tl.gif) no-repeat top left;
	padding: 10px;
}

/* TOP SPOTLIGHT
--------------------------------------------------------- */
#ja-mainwrap {
	background: #78C1E5;
	border: 1px solid #85D6FD;
	clear: both;
	margin: 1px 0;
	padding: 0 0 10px;
}

.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

/* Top spotlight1 */
#ja-topslwrap div.ja-box-br {
	background: url(../images/topsl-br.gif) no-repeat bottom right;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#ja-topslwrap div.ja-box-bl {
	background: url(../images/topsl-bl.gif) no-repeat bottom left;
	padding: 0;
}

#ja-topslwrap div.ja-box-tr {
	background: url(../images/topsl-tr.gif) no-repeat top right;
	padding: 0;
}

#ja-topslwrap div.ja-box-tl {
	background: url(../images/topsl-tl.gif) no-repeat top left;
	padding: 10px;
}

#ja-topslwrap ul {
	margin: 0;
	padding: 0;
}

#ja-topslwrap li {
	margin: 0;
}

#ja-topslwrap .ja-innerdiv img {
	border: none;
}

#ja-topsl2 .moduletable {
	margin-left: 2%;
	padding-left: 0;
	padding-right: 0;
	width: 96%;
}



/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

div.moduletable ul,
div.moduletable_text ul,
div.moduletable_menu ul,
div.moduletable_hilte ul {
	margin: 0;
	padding: 0;
}

div.moduletable li,
div.moduletable_text li,
div.moduletable_menu li,
div.moduletable_hilite li {
	background: url(../images/bullet.gif) no-repeat 5px 8px;
	margin: 0;
	padding-left: 16px;
}

#ja-col2 div.moduletable,
#ja-col2 div.moduletable_text,
#ja-col2 div.moduletable_menu,
#ja-col2 div.moduletable_hilite,
#ja-containerwrap-c div.moduletable,
#ja-containerwrap-c div.moduletable_text,
#ja-containerwrap-c div.moduletable_menu,
#ja-containerwrap-c div.moduletable_hilite {
	padding: 10px 20px 5px 5px;
}


/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_text h3,
div.moduletable_hilite h3 {
	background: url(../images/c-r.gif) no-repeat right #EFEFEF;
	font-size: 115%;
	font-variant: small-caps;
	height: 28px;
	line-height: 28px;
	margin: 0 -5px 5px;
	padding: 0;
	text-indent: 5px;
}

div.moduletable h3 span,
div.moduletable_text h3 span,
div.moduletable_hilite h3 span {
	background: url(../images/c-l.gif) no-repeat left;
	display: block;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0;
}

div.moduletable,
div.moduletable_text,
div.moduletable_hilite {
	margin: 0;
	padding: 10px 15px;
}

/* hilite module */
div.moduletable_hilite h3 {
	background: url(../images/c-hilite-r.gif) no-repeat right #2C79BF;
	color: #FFFFFF;
}

div.moduletable_hilite h3 span {
	background: url(../images/c-hilite-l.gif) no-repeat left;
}
/*-------------------------test begin-------------------------------- */


#ja-col1 div.moduletable {
	padding: 0 25px;
	margin-bottom: 10px;
}

#ja-col1 div.moduletable h3 {
	margin: 0 -12px 10px;
	padding: 7px 15px;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	background: url(../images/grad2.gif) repeat-x center #F7F7F7;
	font-size: 125%;
}

#ja-col1 div#flashcontent{
	margin: -10px -10px 0px;

}

.narrow #ja-col1 div.moduletable h3 {
	margin: 0 -14px 10px;
}

#ja-col2 div.moduletable {
	padding-right: 0;
	margin-bottom: 15px;
}

#ja-col2 div.moduletable h3 {
	margin: 0 -10px 5px;
	padding: 0 0px;
	background: url(../images/h3-bg.gif) repeat-y center left;
	font-size: 125%;
	line-height: 30px;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

.ja-box-full {
	float: none;
	overflow: hidden;
}

.ja-box-left div.moduletable {
	padding: 0 0 0 0px;
}

.ja-box-right div.moduletable {
	padding: 0 0 0 0px;
}

.ja-box-center div.moduletable {
	padding: 0 15px;
}

/* Bottom Spotlight */
#ja-botsl {
	width: 100%;
	clear: both;
	margin-top: 15px;
	border-top: 2px solid #EFEFEF;
	background: url(../images/grad5.gif) repeat-x top;
}

#ja-botsl div.moduletable {
	padding: 10px 15px;
	margin: 0;
	background: none;
}

#ja-botsl div.ja-box-left,
#ja-botsl div.ja-box-center {
	background: url(../images/vdot2.gif) repeat-y right;
}

#ja-botsl h3 {
	margin: 0 0 5px;
	padding: 3px 0;
	font-size: 125%;
}

#ja-botsl ul {
	margin: 0;
	padding: 0;
}

#ja-botsl li {
	padding-left: 17px;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 2px 6px;
}

#ja-botsl td {
	padding: 0;
}

#ja-botsl .article_seperator {
	display: none;
}

#ja-botsl table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	width: 30%;
	padding: 0;
	background: url(../images/col1-center-bg.gif) repeat-y center bottom;
	overflow: hidden;
}

.narrow #ja-col1 {
	background: url(../images/col1-center-narrow-bg.gif) repeat-y center bottom;
}

#ja-col1 div.shadow1 {
	padding: 0;
	background: url(../images/col1-bot-bg.gif) no-repeat center bottom;
}

.narrow #ja-col1 div.shadow1 {
	background: url(../images/col1-bot-narrow-bg.gif) no-repeat center bottom;
}

#ja-col1 div.shadow2 {
	padding: 0;
	background: url(../images/col1-top-bg.gif) no-repeat center top;
}

.narrow #ja-col1 div.shadow2 {
	background: url(../images/col1-top-narrow-bg.gif) no-repeat center top;
}

#ja-col1 div.ja-innerpad {
	padding: 25px 0 10px;
}

#ja-mainbody-fr #ja-col1 div.ja-innerpad {
	padding: 25px 3px 10px;
}

#ja-col2 {
	float: right;
	width: 22%;
	overflow: hidden;
}

#ja-col2 div.ja-innerpad {
	padding: 25px 20px 10px 0;
}

#ja-col1 table,
#ja-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-col1 ul li,
#ja-col2 ul li {
	padding-left: 15px;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 3px 9px;
}

#ja-col1 ul,
#ja-col2 ul {
	margin: 0;
}

/* USER TOOLS
--------------------------------------------------------- */
#ja-usercolorswrap {
	font-size: 11px;
	position: absolute;
	top: 20px;
	right: 15px;
}

#ja-usertoolswrap {
	font-size: 11px;
	position: absolute;
	top: -1px;
	left: 289px;
}

#ja-usertools {
	margin: 0;
	padding: 10px 0 4px 0;
	float: left;
}

#ja-usercolors ul,
#ja-usertools ul {
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
}

#ja-usercolors ul li,
#ja-usertools ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	background: none;
}

#ja-usercolors img,
#ja-usertools img {
	padding: 0;
	margin: 0;
}

#ja-usercolors {
	float: left;
	padding: 10px 5px 4px;
}

/*-------------------------test begin-------------------------------- */
#ja-colwrap .article_separator {
	display: none;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap, #ja-containerwrap-c, #ja-containerwrap-f {
	padding: 0;
}


/* META
--------------------------------------------------------- */
.article-tools {
	background: url(../images/dot.gif) repeat-x top;
	display: block;
	display: block;
	margin-bottom: 15px;
	overflow: hidden;
	white-space: nowrap;
}

.article-meta {
	float: left;
	padding: 5px;
	width: 70%;
}

.createby {
	background: url(../images/icon-author.gif) no-repeat 0 1px;
	padding: 3px 3px 3px 20px;
}

.createdate {
	background: url(../images/icon-date.gif) no-repeat 0 2px;
	padding: 3px 3px 3px 20px;
}

.modifydate {
	float: left;
	width: 100%;
}

div.buttonheading {
	float: right;
	width: 20%;
}

.buttonheading img {
	border: 0;
	float: right;
	margin: 7px 5px 0 0;
}

.article_separator {
	clear: both;
	display: block;
	height: 10px;
}

* html .article_separator {
	display: block;
	font-size: 1px;
	height: 1px;
}

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%;
}

/* --------------------------------------------------------*/


/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	clear: both;
}

#ja-footer {
	color: #AAAAAA;
	background: url(../images/footer-bg.gif) repeat-x top #666666;
	position: relative;
}

#ja-footer div.shadow2 {
	padding: 30px 0 25px 20px;
}

#ja-footer h1.logo {
	margin: 0;
	padding: 0;
	width: 175px;
	font-size: 200%;
	position: absolute;
	top: 0;
	left: 30px;
	height: 69px;
}

#ja-footer h1.logo a {
	width: 175px;
	float: left;
	display: block;
	background: url(../images/logo-footer.gif) no-repeat;
	text-transform: uppercase;
	text-indent: -5000px;
	height: 69px;
	outline: none;
}

#ja-footer small, #ja-footer address {
	padding: 0 0 0 200px;
	float: left;
	display: block;
	color: #AAAAAA;
	font-style: normal;
}

#ja-footer a {
	color: #E6E6E6;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	color: #FFFFFF;
}

#ja-footer ul {
	margin: 0 0 5px 200px;
	padding: 0;
}

#ja-footer li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#ja-footer li a {
	padding: 0 20px 0 0;
	display: inline;
	font-weight: bold;
	line-height: normal;
}

/* Search */
#ja-search {
	width: 162px;
	background: url(../images/search-bg.gif) no-repeat;
	position: absolute;
	bottom: 45px;
	right: 50px;
	height: 29px;
}

.shopsearch .inputbox{
 background: url(../images/search-bg.gif) no-repeat;
 height: 20px; 
 width: 160px;
}

#ja-search .inputbox {
	width: 130px;
	padding: 3px 5px 0;
	border: none;
	margin-left: 2px;
	color: #3172B4;
	background: #FFFFFF;
}

/* 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 {
	margin: 10px 0;
	display: block;
}

#mod_login_password, #mod_login_username {
	width: 80%;
}

#mod_login_remember {
	border: none;
	background: none;
}

/* Clearfix */
.clearfix: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;
}
