/*------------------------------------------------------------------------
# JA Corona 1.0 - Feb, 2008
# ------------------------------------------------------------------------
# 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
-------------------------------------------------------------------------*/
/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #333333;
	font-family: Tahoma, Arial, sans-serif;
	line-height: 1.4;
	min-height:1000px;
}

body#bd {
	background-color:#005000;
	color: #333333;
	
}

body.contentpane {
	color: #333333;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	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;
}
div.center {
text-align:center;
}
In
/* Normal link */
a {
	color: #2C79BF;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
}

/* Small text */
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption {
	color: #999999;
	font-size: 100%;
}

img {
	margin: 0;
	padding: 0;
}

/* Heading */
h1 {
	font-size: 200%;
	text-align: center;

}

h2 {
	font-size: 100%;

}

h3 {
	font-size: 100%;

}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	margin-top: 70px;
	padding: 0;
}


ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet.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;
	padding: 10px 5px;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #DDDDDD;
	height: 1px;
}

td, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .radio {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	
}

.inputbox {
	border: 1px solid #005000;
	padding: 2px;
}

* html .inputbox, *+html .inputbox {
	padding: 2px;
	border: none;
}

.button {
	border: 1px solid #DDDDDD;
	padding: 2px 8px;
}

* html .button, *+html .button {
	padding: 1px 5px !important;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
	clear: both;
	display: block;
	height: 10px;
}

* html .article_separator {
	display: block;
	font-size: 1px;
	height: 1px;
}

.article_column {
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
td.sectiontableheader {
	background: url(../images/grad2.gif) repeat-x top #666666;
	border-right: 1px solid #FFFFFF;
	padding: 4px;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
	padding: 3px;
}

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.gif) no-repeat 5% 50%;
	padding: 1px 5px 1px 25px;
}

table.contenttoc th {
	border-bottom: 1px solid #DDDDDD;
	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;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #F2F2F2;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
}

.adminform .inputbox {
}

.blog_more {
	border-top: 1px solid #EFEFEF;
	padding: 10px;
}

.blog_more strong {
	display: block;
	font-size: 100%;
	margin: 0 0 5px;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(../images/bullet.gif) no-repeat 6px 8px;
	margin: 0;
	padding: 0 0 0 17px;
}

.category {
	font-size: 100%;
	font-weight: bold;
}

h1.componentheading, .componentheading {
	margin: 0 0 10px;
	padding: 0 0 5px;
}

.componentheading {
	font-size: 100%;
	font-weight: bold;
        color: #e40019;
}

.contentdescription {
	padding-bottom: 10px;
}

h2.contentheading, .contentheading {
        font-weight: bold;
	margin: 30;
	padding: 0;
	color:#e40019;
}

.contentheading {
	font-size: 100%;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none !important;
}

a.readon {
	background: url(../images/bullet-readon.gif) no-repeat center left;
	display: block;
	float: right;
	font-size: 92%;
	font-weight: bold;
	padding: 0;
	text-decoration: none;
	text-indent: 16px;
	text-transform: uppercase;
	color:#005000;
}

a.readon:hover, a.readon:active, a.readon:focus {
	background: url(../images/bullet-readon2.gif) no-repeat center left;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	background: url(../images/hline.gif) repeat-x top;
	margin: 15px auto;
	padding: 10px 0;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 3px;
	text-decoration: none;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
}

.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;
}

.sectiontableheader {
	color: #EFEFEF;
	font-weight: bold;
	padding: 8px 5px;
}

.sectiontableheader a {
	color: #EFEFEF;
}

tr.sectiontableentry1 td {
	background: url(../images/hline.gif) repeat-x bottom;
	padding: 8px 5px;
}

tr.sectiontableentry2 td {
	background: url(../images/hline.gif) repeat-x bottom #F0F6FB;
	padding: 8px 5px;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/hline.gif) repeat-x bottom #FFFFCC;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* 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;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper-top {
	/*background: url(../images/body-top.jpg) no-repeat center top;*/
	background:transparent url(../images/4.jpg) no-repeat scroll center top ;
	min-width: 1023px;	
}
#ja-wrapper {
	margin: 0 auto;
	padding: 15px 0px 0px 0px;
	width: 906px;
}
.narrow #ja-wrapper {
	width: 750px;
}
#ja-mainwrap {	
	background:transparent repeat-x scroll left top;
	clear: both;
	margin: 0px 0;
	padding: 0 0 0px;
	width:100%;	
}
#ja-container {
	background: url(../images/middle-container.png) repeat-y left;
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}
.narrow #ja-container {
	background: url(../images/middle-container.png) repeat-y center;
}

#ja-container-top {
	
	padding-top: 0px;
}

.narrow #ja-container-top {
	background: url(../images/container-top-n.gif) no-repeat top center;
}

#ja-container-bot {
	background:transparent;
	padding-bottom: 20px;
	background: url(../images/3.jpg) repeat-x scroll center bottom;
}

.narrow #ja-container-bot {
	background: url(../images/container-bot-n.gif) no-repeat bottom center;
}



/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-content {
	clear: both;
	display:inline;
	float:left;
	width:906px;
clear: both;
	display: block;
	width:906px;
	
}

#ja-content div.ja-innerpad {
	padding: 20px 30px 0 35px;
	width:842px;
}

/* COLUMNS
--------------------------------------------------------- */

#container{
with:100%;

clear:both;
}
.clearboth { clear:both; }
#col3{
margin:31px 0 0 3px;
position: relative;
width:53%;
float:left;
display:inline;
}
#ja-col {
	float: left;
	width:21%;
	display:inline;
	
}

#ja-col2 {
	float:right;
	width:25%;
	display:inline;
	
}
#col3 div.moduletable, #ja-col div.moduletable, #ja-col2 div.moduletable{
	padding:10px 0 10px 15px;
}

/*common style for column*/
#ja-colwrap table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-colwrap .article_separator {
	display: none;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap, #ja-containerwrap-c, #ja-containerwrap-f {
	padding: 0;
}

/* full */
#ja-containerwrap-f #ja-content {
	float:left;
	width: 99%;
}

#ja-containerwrap-f #ja-container-inner1,
#ja-containerwrap-f #ja-container-inner2 {
	background: none;
}

/* content + col */
/*#ja-containerwrap-c #ja-content {
	width: 76%;
}
*/
#ja-containerwrap-c #ja-container-inner1 {
	background: none;
}

#ja-containerwrap-c #ja-container-inner2 {
	background-position: 77% 0;
}

#ja-containerwrap-c #ja-colwrap {
	background: none;
}
#ja-colwrap{
	width:100%;
}
#ja-containerwrap-c #ja-col1
 {
	width: 100%;
}

.ja-spotlight{
	background:url(../images/middle-container.png) repeat-y center;
	width: 100%;
	height: 120px;
}
/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_hilite h3 {
	background:none;
	font-size: 115%;
	font-variant: small-caps;
	height: 28px;
	line-height: 28px;
	margin: 0 -5px 0px;
	padding: 0;
	text-indent: 5px;
}

div.moduletable h3 span,
div.moduletable_menu h3 span,
div.moduletable_text h3 span,
div.moduletable_hilite h3 span {
	background: none;
	display: block;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0;
}

div.moduletable,
div.moduletable_menu,
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: #005000;
}

div.moduletable_hilite h3 span {
	background: url(../images/c-hilite-l.gif) no-repeat left;
}

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 right;*/
	padding: 0px;
}

/* 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 10px 15px;
}
/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	clear:both;	
	background:url(../images/header.jpg);
	height:174px;
	width:906px;
        align:left;
}

#ja-header_l {
	
	background: url(../images/green/mw_header_t_l.png) no-repeat scroll 0 0;
	position:relative;
	
}
#ja-header_r {
	/*background: url(../images/header-bg.png) no-repeat top left;*/
	background:transparent url(../images/green/mw_header_t_r.png) no-repeat scroll 0 0;  

}
#ja-header_r {
    height:90px;
    overflow:hidden;
    padding-left:570px;
    padding-right:30px;
    padding-top:15px;
    text-align:left;
	}
/*.narrow #ja-header {
	background: url(../images/header-bg-n.png) no-repeat top left;
}

#ja-header a {
	color: #F0F6FB;
}*/

h1.logo {
	font-size: 200%;
	margin: 0 0 0 5px;
	padding: 0;
	text-transform: uppercase;
}

h1.logo a {
	background: url(../images/logo.png) no-repeat;
	bottom: 10px;
	display: block;
	height: 70px;
	left: 20px;
	outline: none;
	position: absolute;
	width: 285px;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	height: 40px;
	position: absolute;
	right: 1px;
	top: 0;
	width: 825px;
	z-index: 999;
}

* html #ja-mainnav {
	width: 820px;
}

.narrow #ja-mainnav {
	width: 524px;
}

* html .narrow #ja-mainnav {
	width: 520px;
}

#ja-mainnav a, #ja-subnav a {
	outline: none;
}

#ja-mainnav span.menu-title {
	display: block;
	font-size: 145%;
	font-weight: bold;
	padding: 25px 15px 5px;
	text-transform: uppercase;
}

#ja-mainnav span.menu-desc {
	clear: both;
	color: #A9CAE8;
	display: block;
	line-height: normal;
	padding: 0 15px;
}

#ja-subnavwrap {
	background:url(../images/9.png) ;	
	border-top: none;
	height: 38px;
	position: relative;
}

#ja-subnav {
	background:/*url(../images/nav-sep2.gif) no-repeat left center*/;
	left: 120px;
	position: absolute;
	top: 3px;
}

#ja-subnav ul {
	margin: 0 0 0 5px;
	padding: 0;
}

#ja-subnav li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#ja-subnav li a {
	color: #FFFFFF;
	display: block;
	float: left;
	line-height: 22px;
	margin-right: 5px;
	padding: 0 35px 0 0;
	text-decoration: none;
	font-size: 115%;
	font-weight: bold;
}

#ja-subnav li a span {
	cursor: pointer;
	display: block;
	float: left;
	padding: 0 5px 0 10px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#ja-subnav a span {
	float: none;
}

/* End IE5-Mac hack */
#ja-subnav li a:hover,
#ja-subnav li a:active,
#ja-subnav li a:focus {
	background: /*url(../images/subnav-bg.gif) no-repeat top right*/;
	color: #E0F46E;
	text-decoration: none;
}

#ja-subnav li a:hover span,
#ja-subnav li a:active span,
#ja-subnav li a:focus span {
	background: url(../images/subnav-bg.gif) no-repeat top left;
	color: #005000;
}

#ja-subnav li.active a,
#ja-subnav li.active a:hover,
#ja-subnav li.active a:active,
#ja-subnav li.active a:focus {
	background: url(../images/subnav-bg.gif) no-repeat bottom right;
	color: #E0F46E;
	text-decoration: none;
}

#ja-subnav li.active a span,
#ja-subnav li.active a:hover span,
#ja-subnav li.active a:active span,
#ja-subnav li.active a:focus span {
	background: url(../images/subnav-bg.gif) no-repeat bottom left;
	text-decoration: none;
}

/* breadcrumbs */
#ja-breadcrumb {
}

#ja-breadcrumb strong {
	font-weight: normal;
	margin-right: 5px;
}

#ja-breadcrumb a {
	text-decoration: none;
}

#ja-breadcrumb img {
	margin: 1px 5px;
}

/* Default Joomla! Menu */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

ul.menu li {
	background: none;
	margin: 0;
	padding: 0;
}

ul.menu li a {
	/*border-bottom: 1px solid #EFEFEF;*/
	color: #333333;
	display: block;
	outline: none;
	padding: 4px;
	text-decoration: none;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #2C79BF;
	text-decoration: none;
	
}

ul.menu li.active a {
	background: none no-repeat 2px 9px;
	color: #2C79BF;
	font-weight: bold;
	padding-left: 18px;
	text-decoration: none;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li a {
	background: none !important;
	border: none;
	color: #333333 !important;
	font-weight: normal !important;
	padding-left: 30px !important;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	background: none;
	color: #2C79BF !important;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.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: 0px;
}

#ja-topslwrap ul {
	margin: 0;
	padding: 0;
}

#ja-topslwrap li {
	margin: 0;
}

#ja-topsl2 .moduletable {
	margin: 0;
	padding: 0 0 0 2px;
	width: 100%;
}

/* FOOTER
--------------------------------------------------------- */

#clear {
background:/*#FFCC99 url(../images/footer.png) repeat-x scroll 0 100% */;
height:18px;
width:100%;
}

#ja-footerwrap {
	clear: both;
	position: relative;
	background:#005000;
	/*background:#005000; */
}

#ja-footer {
	/*background: url(../images/footer-bg.png) bottom left;*/
	color: #4eab05;
	height: 80px;
	padding: 0;
}

.narrow #ja-footer {
	background: /*url(../images/footer-bg-n.png) bottom left*/;
}

#ja-footer small {
	color: #4eab05;
	display: block;
}

#ja-footer .copyright {
	font-style: normal;
	left: 20px;
	position:relative;
	top: 20px;
}

#ja-footer a {
	color: #4eab05;
	text-decoration: none;
}

#ja-footer a:hover,
#ja-footer a:active,
#ja-footer a:focus {
	color: #FFFFFF;
	text-decoration: none;
}

#ja-footer ul {
	margin: 0 0 5px;
	padding: 0;
	text-align:center;
}

#ja-footer li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#ja-footer li a {
	background:/* url(../images/vline.gif) no-repeat center left*/;
	display: inline;
	line-height: normal;
	padding: 0 10px 0 12px;
	text-decoration: none;
}

.ja-cert {
	position: absolute;
	right: 30px;
	top: 20px;
}

.ja-cert a {
	border: none;
	border: none;
	margin: 0 0 0 5px;
	padding: 0;
	text-decoration: none;
}


.ja-cert a span {
	display: none;
}

.ja-cert a img {
	border: none;
}

.banneritem {
	display: block;
}
/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

/* Search */

#ja-menu {	
	bottom: 5px;
	height: 20px;

	left: 15px;
	position: absolute;
	width: auto;
	color:#ecbf62;
}
a#active_menu, a.mainlevel{
color:#E0F46E;
/*text-decoration:none;
text-align:center;
padding:0px 50px;*/
}
a.mainlevel#active_menu {
	color: #E0F46E;
}
a.mainlevel{
border-left:none;
}
#active_menu{ 
border:0px solid #fff;
color: red;
}
#ja-menu td{
text-align:center;
}

#ja-search {
	background: url(../images/search-bg.gif) no-repeat;
	height: 20px;
	width: 194px;
	float:right;
}

#ja-search .inputbox {
	background: transparent;
	border: none;
	margin-left: 20px;
	margin-top: 4px;
	padding: 0 5px;
	width: 155px;
}

/*usertool*/
#ja-usertools {
	font-size: 11px;
	padding: 0;
	position: absolute;
	right: 0;
	top: -30px;
}

#ja-usertools ul {
	float: left;
	margin: 0;
	padding: 4px 5px 2px;
}

#ja-usertools li {
	background: none;
	display: block;
	float: left;
	line-height: normal;
	margin: 0;
	padding: 0;
}

#ja-usertools img {
	padding: 0 2px;
}

/* Login Form */
#form-login-username,
#form-login-password,
#form-login-remember {
	margin: 0;
}

input#modlgn_username {
	background: url(../images/icon-user.gif) no-repeat 3px 1px;
	padding: 2px 0 2px 22px;
}

input#modlgn_passwd {
	background: url(../images/icon-key.gif) no-repeat 3px 1px;
	padding: 2px 0 2px 22px;
}

.narrow input#modlgn_username,
.narrow input#modlgn_passwd {
	width: 80px;
}

/*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;
}

#ja-topslwrap .ja-innerdiv img {
	border: none;
}

/* Tooltips */
.tool-tip {
	background: #FFFFCC;
	border: 1px solid #D4D5AA;
	float: left;
	max-width: 200px;
	padding: 5px;
}

.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: #2C79BF;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #CC0000;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #EE9600;
	border: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

/*style box*/
div.ja-box-br {
height:120px;
padding:0px;
position:relative;
width:100%;
margin: 0;

}


div#ja-move{
height:auto;
width:100%;
padding-top:20px;
}
/*start top1*/
div#top_ja_menu{
height:20px;
width:100%;
float:left;
padding-bottom:10px;
}
.search{
}


a.mainlevel_producten {
	text-decoration: none;
	color: #529200;
}
div#language{
	float:right;
	margin-right:10px;
	height:20px;
}
div#language a{
	color:#fff;
	text-decoration:none;
	line-height:20px;
}
div#language a:hover{
	text-decoration:underline;
}
div#language span{
	color:#fff;
}