/*------------------------------------------------------------------------
# JA Labra 1.0 - July, 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: #000000;
	font-family: Arial, sans-serif;
	line-height: 1.5;
}
/* change background color */
body#bd {
	color: #CCCCCC;
	background:#FFFFFF;
	margin: 0;
}
body.contentpane {
	color: #000000;
	font-size: 11px;
	line-height:normal;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}
body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}
/* Normal link */
a {
	color: #002A6C;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #6D6E71;
	text-decoration: underline;
}
a img {
	border: none;
}
/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	line-height: normal;
}
.contentheading, .componentheading {
	color: #002A6C;
}
/* Small text */
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption,
p.site-slogan, a.readon, #ja-botsl, #ja-footer {
	font-size: 92%;
}
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption p, p.site-slogan {
	color: #1e1e1e;
}
img {
	margin: 0;
	padding: 0;
}
/* Heading */
h1 {font-size: 175%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%; text-transform: uppercase;}
p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	padding-left:0px;
	font-family:sans-serif,Verdana, Arial, Helvetica ;
	
}
.article-content p{
font-family:Verdana, Arial, Helvetica, sans-serif;
padding-bottom: 10px;
color:#000;
}

ul {
	list-style: none;
}
ul li {
/*	background: url(../images/bullet.gif) no-repeat 18px 7px;
*/
	line-height: 160%;
	padding-left: 10px;
}
ol li {
	line-height: 180%;
	margin-left: 35px;
}
.article-content ul {
	list-style: disc;
}

.article-content ul li {
	line-height: 160%;
	margin-left: 40px;
}
.article-content ol li {
	margin-left: 45px;
}
th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
}
fieldset {
	border: none;
	padding: 10px 5px;
}
fieldset a {
	font-weight: bold;
}
fieldset.input {
	padding: 0;
}
hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #CCCCCC;
	height: 1px;
}
td, div {
	font-size: 100%;
}
/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
form label {
	cursor: pointer;
}
input, select, textarea, .inputbox, .button {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 92%;
}
.inputbox {
	border: 1px solid #B3B3B5;
	padding: 2px;
	background: #FFF;
	color: #000;
	margin: 5px;
}
.button {
	padding: 2px 8px;
	border: 1px outset #07295E;
	background: #002A6C;
	color: #FFFFFF;
}
* html .button { /*IE 6*/
	padding: 0 5px !important;
}
*+html .button { /*IE 7*/
	padding: 0 5px !important;
}
/* JOOMLA STYLE
--------------------------------------------------------- */
.article_separator {
	clear: both;
	display: block;
	height: 10px;
}
.column_separator {
	padding: 0 25px;
}
/* content tables */
.sectiontableheader {
	background: #002A6C;
	color:#fff;
	border-right: 1px solid #B3B3B5;
	padding: 4px;
}

table.contentpane {
	border: none;
	width: 100%;
}
table.contentpaneopen {
	border: none;
	padding:3px;
	border-collapse: collapse;
	border-spacing: 0;
}
table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 30%;
	font-size: 92%;
	float: right;
}
table.contenttoc td {
	background: url(../images/bullet.gif) no-repeat 10px 7px;
	padding: 1px 5px 1px 20px;
}
table.contenttoc th {
	border-bottom: 1px solid #5A5A5A;
	padding: 0 0 3px;
	text-indent: 5px;
}
table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}
table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}
table.pollstableborder img {
	vertical-align: baseline;
}
table.pollstableborder td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
	background: none;
}
table.pollstableborder tr.sectiontableentry1 td {
	background: #FFF;
}
table.searchintro {
	padding: 10px 0;
	width: 100%;
}
table.searchintro td {
	padding: 5px!important;
}
.blog_more strong {
	display: block;
	font-size: 125%;
	margin: 0 0 5px;
}
.blog_more ul {
	margin: 0;
	padding: 0;
}
.blog_more ul li {
	background: url(../images/bullet.gif) no-repeat 6px 7px;
	margin: 0;
	padding: 0 0 0 17px;
}
.category {
	font-weight: bold;
}
h1.componentheading, .componentheading {
	margin: 0 0 15px;
	padding: 0 0 5px;
}
.componentheading {
	font-size: 18px;
	/*font-size: 250%;*/
/*	border-bottom: 1px solid #5A5A5A;
*/
}
.contentdescription {
	padding-bottom: 0px;
}
h2.contentheading, .contentheading {
	margin: 0;
	padding: 0px 10px 15px 0px;  
	font-size: 18px;
	font-weight:normal;
}
table.blog .contentheading {
	font-size: 175%;
}
a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}
a.readon {
	color: #000;
	text-align: center;
	display: block;
	clear: both;
	width: 90px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	background: #EEEEEE;
}
a.readon:hover, a.readon:focus, a.readon:active {
	color: #FFFFFF;
	background: #EEEEEE;
}
table.contentpaneopen td, table.contentpane td {
color: #000;
}
table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}
.moduletable {
	padding: 0;
}
ul.pagination {
	margin: 15px auto 0;
	padding: 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 {
	font-weight: bold;
	padding: 8px 5px;
}
.sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	background:#EEEEEE;
	padding-left: 14px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}
#vmMainPage tr.sectiontableentryr0 td,
#vmMainPage tr.sectiontableentryr1 td,
#vmMainPage tr.sectiontableentryr2 td {
	background:#fff;
	padding: 4px;
	border-bottom:1px solid #000000;
}


tr.sectiontableentry1 td {
	color: #000;
	background:#FFFFFF;
	border-bottom: #C5C5C5 solid 1px;
}
tr.sectiontableentry2 td {
	color: #000;
	background:#eee;
	border-bottom: #C5C5C5 solid 1px;
}
tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
background:#d0d1d3;
}

tr.sectiontableentry1:hover a,
tr.sectiontableentry2:hover a {
color:#01539c;
}

.smalldark {
	text-align: left;
}
div.syndicate div {
	text-align: center;
}
.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background:#fff;
}
/* META
--------------------------------------------------------- */
.article-toolswrap {
	display: block;
	padding: 1px;
	padding-left:80px;
	position: relative;
}
.article-tools {
	display: block;
	padding: 0 10px 0 0;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
}
.article-meta {
	width: 70%;
	float: left;
}
.createby {
	padding: 3px 5px 3px 20px;
	background: url(../images/icon-author.gif) no-repeat left center;
}
.createdate {
	padding: 3px 5px 3px 20px;
	background: url(../images/icon-date.gif) no-repeat left center;
}
.modifydate {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	padding-left:8px;
}
div.buttonheading {
}
.buttonheading img {
	margin: 0 0 0 5px;
	border: 0;
	float: right;
}
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
width:940px;
position:relative;
margin:0 auto;
background:#FFFFFF;
padding-left: 6px;
}
#ja-header,
#ja-container,
#ja-topsl,
#ja-footer {
	width: 940px;
	margin: 0 auto;
	clear: both;
}
.narrow #ja-header,
.narrow #ja-container,
.narrow #ja-topsl,
.narrow #ja-footer {
	width: 750px;
}
#ja-container {
	position: relative;
}
/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-contentwrap {
	clear: both;
	display: block;
	float: left;
	width: 98%;
}
.leftlayout #ja-contentwrap {
	float: right;
}
#ja-content {
	width: 100%;
	float:left;
}
#ja-content-f {
	background:#fff;
	width: 98.1%;
}
#ja-content-c {
	background:#fff;
	width: 100%;
	float:left;
}
/* COLUMNS
--------------------------------------------------------- */
#ja-colwrap {
	float: right;
	overflow: hidden;
}
.leftlayout #ja-colwrap {
	float: left;
}
/*columns*/
#ja-col1 {
	float: left;
}
#ja-col2 {
	float: left;
}
* html #ja-col2 {
}
#ja-col1 div.ja-innerpad {
	padding-right: 0px;
}
#ja-col2 div.ja-innerpad {
}
/*common style for column*/
#ja-colwrap table {
	border-collapse: collapse;
	border-spacing: 0;
}
#ja-colwrap .article_separator {
	display: none;
}
#ja-colwrap ul {
	list-style: none;
}
/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
.main_wrapper
{
background: #FFFFFF url(../images/main_spacer.gif) repeat-y;
margin-left:0px;
}
#ja-containerwrap,
#ja-containerwrap-f,
#ja-containerwrap-c {
	clear: both;
	background: #FFFFFF;
	margin-bottom: -20px;
}
/* full */
#ja-containerwrap-f #ja-container  {
	background: none;
}
#ja-containerwrap-f #ja-container-inner {
	background: none;
}
#ja-containerwrap-f #ja-contentwrap {
	width: 100%;
}
/* content + 1 col */
#ja-containerwrap-c #ja-container  {
	background: none;
}
#ja-containerwrap #ja-contentwrap {
	width: 99.6%;
}
#ja-containerwrap-c #ja-contentwrap {
	width: 98.1%;
}
#ja-containerwrap-c #ja-colwrap {
}
#ja-containerwrap-c #ja-col1,
#ja-containerwrap-c #ja-col2 {
	width: 100%;
}
#ja-containerwrap-c #ja-col1 div.ja-innerpad,
#ja-containerwrap-c #ja-col2 div.ja-innerpad {
	padding: 0;
}
/* MODULE
--------------------------------------------------------- */
div.module_hilite h3 {
	background: url(../images/h3-hilite-l.gif) no-repeat top left #FF9B14;
}
div.module_hilite h3 span {
	background: url(../images/h3-hilite-r.gif) no-repeat top right;
}
div.module,
div.module_text,
div.module_menu,
div.module_hilite,
div.ja-box-br {
	margin-bottom: 10px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background:#fff;
	color: #000;
	overflow: hidden;
}
div.module div,
div.module_text div,
div.module_menu div,
div.module_hilite div,
div.ja-box-bl {
	padding: 0;
	background: url(../images/box-bl.gif) no-repeat bottom left;
}
div.module div div,
div.module_text div div,
div.module_menu div div,
div.module_hilite div div,
div.ja-box-tr {
	padding: 0;
	float:left;
	width:58.3%;
	background:#fff;
}
div.module div div,
div.module_text div div,
div.module_menu div div,
div.module_hilite div div,
div.ja-box-tr-c {
	padding: 0;
	float:left;
	width:76%;
	background:#fff;
}
div.module div div,
div.module_text div div,
div.module_menu div div,
div.module_hilite div div,
div.ja-box-tr-f {
	padding: 0;
	padding-left:0px;
	float:left;
	width:100%;
	background:#fff;
}
div.module div div,
div.module_text div div,
div.module_menu div div,
div.module_hilite div div,
div.ja-tabs-tr-f {
	padding: 0;
	padding-left:0px;
	
	
	float:left;
	width:100%;
	background:#fff;
}
div.module div div div,
div.module_text div div div,
div.module_menu div div div,
div.module_hilite div div div,
div.ja-box-tl {
	padding-left: 0px;
}
div.ja-box-tl #ja-current-content {
background:#FFF;
color:#13264F;
width:100%;
/*padding-top:6px;*/
float:left;
text-align: left;
}
div.module div div div div,
div.module_text div div div div,
div.module_menu div div div div,
div.module_hilite div div div div {
	margin: 0;
	padding: 0;
	background: none;
}
/* box style */
.ja-boxw-br {
	clear: both;
	background: url(../images/box-white-br.gif) no-repeat bottom right #FFFFFF;
}
.ja-boxw-bl {
	background: url(../images/box-white-bl.gif) no-repeat bottom left;
}
.ja-boxw-tr {
	background: url(../images/box-white-tr.gif) no-repeat top right;
}
.ja-boxw-tl {
	background: url(../images/box-white-tl.gif) no-repeat top left;
	padding: 15px;
}
/*module tools*/
.left_menu_bar span.ja-mdtool {
	padding: 0;
	margin: 0;
	margin-right:-5px !important;
	position: absolute;
	top: 0;
	right: 0;
	background: none !important;
	width: 17px;
	height: 16px;
}
.right_menu_bar span.ja-mdtool {
	padding: 0;
	margin: 0;
	margin-right:5px;
	margin-top:2px;
	position: absolute;
	top: 0;
	right: 0;
	background: none !important;
	width: 17px;
	height: 16px;
}
/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
}
div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
div.module ul,
div.module_text ul,
div.module_menu ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
div.module li,
div.module_text li,
div.module_menu li,
div.module_hilite li {
	background: url(../images/bullet.gif) no-repeat 5px 8px;
	margin: 0;
list-style-type:none;
	padding-left: 0px;
}
/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	height: 110px;
	width:932px;
	background: #FFFFFF;
	z-index: 101;
	position: relative;
}
#ja-header {
	height: 110px;
	width:932px;
	line-height: normal;
	background:#fff;
	position: relative;
/*	margin-left:65px;*/
	background: url(../images/tab-active.png) no-repeat top right;
}

h1.logo, h1.logo-text {
	margin: 0;
	padding: 0;
	font-size: 250%;
}
h1.logo a {
	width: 283px;
	display: block;
	background: url(../images/header_logo.jpg) no-repeat;
	position: absolute;
	height: 72px;
	top: 0px;
	left: 0;
}
h1.logo a:hover, h1.logo a:active, h1.logo a:focus {
}
h1.logo a span {
	position: absolute;
	top: -1000px;
}
h1.logo-text a {
	text-decoration: none;
	outline: none;
	position: absolute;
	top: 10px;
	left: 10px;
	color: #CCCCCC;
}
h1.logo-text a:hover, logo-text a:active, logo-text a:focus {
	color: #FFFFFF;
	background: none;
}
p.site-slogan {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 45px;
	left: 10px;
	letter-spacing: 2px;
}
.h-shadow {
	background: url(../images/shadow.jpg) repeat-x left #FFFFFF;
	margin-left:0px;
	height: 15px;
	line-height: normal;
	width: 932px;
}
#main_flash_area
{
    background: #FFFFFF;
	height: 290px;
	line-height: normal;
	padding-bottom: 10px;
}
/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	height: 37px;
	width:100%;
	position: absolute;
	background: url(../images/menu_bg.jpg) repeat-x;
	bottom: 0;
	left: 0;
}
#ja-mainnav a, #ja-subnav a, object {
	outline: none;
}
#ja-subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#ja-subnav li {
	background: none;
	margin: 0;
	padding: 1px 0;
	border-bottom: 1px solid #5A5A5A;
}
#ja-subnav a {
	display: block;
	outline: none;
	padding: 4px 2px 4px 14px;
	color: #CCCCCC;
	text-decoration: none;
	background: url(../images/bullet.gif) no-repeat 3px 10px;
}
#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
	color: #FF9B14;
}
#ja-subnav li.active a {
	font-weight: bold;
	color: #FFFFFF;
}
/* breadcrumbs */
.breadcrumbs {
	font-size: 9px;
	text-transform: uppercase;
}

#ja-pathway {
	padding: 6px 0 7px;
	text-transform: uppercase;
	font-size: 9px;
}
#ja-pathway strong {
	margin-right: 5px;
	padding: 5px 5px 5px 31px;
	text-transform: uppercase;
}
#ja-pathway a {
	text-decoration: none;
		font-size: 9px;
}
#ja-pathway a:hover {
	text-decoration: underline;
}
#ja-pathway img {
	margin: 1px 5px;
}
/* Default Joomla! Menu */
ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-type:none;
}
ul.menu li {
	background: #EDEDED;
	list-style-type:none;
	list-style:none;
	margin: 0;
	padding: 1px 0;
}
ul.menu li a {
	display: block;
	outline: none;
	padding: 4px 2px 4px 14px;
	color: #001964;
	text-decoration: none;
	font-weight:bold;
}
ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
background: #D0D1D3;
	color: #3F3F3F;
	font-weight:bold;
}
ul.menu li.active a {
	font-weight: bold;
	background: #D0D1D3;
	color: #3F3F3F;
}
ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.menu li li {
	border: none;
}
ul.menu li li a {
	background: url(../images/arrow.png) no-repeat 15px 11px !important;
	border: none;
	font-weight: normal !important;
	padding-left: 25px !important;
	width: 75%; /*need for ie6*/
}
ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	background: none;
	color: #FF9B14;
}
/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}
.ja-box-left, .ja-box-center {
}
/* Top spotlight */
#ja-topslwrap {
	background: #FFFFFF;
}
#ja-topsl {
	color: #FFFFFF;
	position: relative;
	min-height: 290px;
	z-index: 10;
}
/* FOOTER
--------------------------------------------------------- */
.main_wrapper_footer
{
background: #FFFFFF url(../images/main_spacer.gif) repeat-y;
margin-left:-6px;
height:46px;
padding-top: 50px;
}
.footer-bottom
{
background: #FFFFFF url(../images/footer_bottom_bg.png) no-repeat;
height:35px;
margin-top:-10px;
z-index:550;
}
#ja-footerwrap {
	clear: both;
	background: url(../images/footer_bg.gif) repeat-x;
	padding: 10px 0;
	width:932px;
	margin-left:5px;
	position: relative;
}
#ja-footer {
	position: relative;
}
#ja-footer small {
	color: #7789C2;
	font-size: 100%;
	padding: 8px 10px;
}
#ja-footer ul {
	margin: 0;
	padding-bottom: 5px;
	
	margin-left:-10px;
	line-height: normal;
}
#ja-footer li {
	display: inline;
	margin: 0;
	padding: 0;
	background: url(../images/vline.gif) no-repeat center left;
}
#ja-footer li a {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	display: inline;
	line-height: 30px;
	padding: 00px 10px 00px 10px;
	color:#022B6D;
	text-decoration:none;
}
li.ja-firstitem {
	background: none !important;
}
#ja-footer a {
	color: #022B6D;
	text-decoration: underline;
}
#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	color: #5A5A5A;
}
/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}
/* Login */
#form-login p {
	margin: 0 0 5px;
}
#form-login ul {
	margin: 5px 0 0;
}
#modlgn_username, #modlgn_passwd {
	width: 90%;
}
/* Tabs */
#ja-tabs {
margin-top:10px;
}
#ja-tabs div.ja-box-tl, #ja-tabs div.ja-box-br {
	padding: 0;
	margin: 0;
}
/* Search */
/* Search by Dimitar*/
#ja-search {
	top: 5px;
	right: 0px;
	position: absolute;
	font-size: 12px;
	width: 327px;
	height: 25px;
}
#ja-search:hover {
	background: url(../images/search-bgg.gif) no-repeat bottom;
}
#ja-search .inputbox {
	padding: 1px 5px 0 35px;
	background: none;
	text-align:center;
	border: none;
	color: #000;
}
#ja-search .button {
	background: url(../images/searchButton.gif) no-repeat top;
	top:0.5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:7px;
	left: 139px;
	position: absolute;
	font-size: 12px;
	width:70px;
	height: 25px;
}
/*others*/
#ja-welcome {
	padding-top: 12px;
	padding-right: 6px;
	font-size: 10px;
	color: #B4BAC9;
	text-align:right;
}
#ja-welcome a {
	color: #BDBAD6;
	text-decoration: underline;
}
#ja-welcome a:hover {
	text-decoration: none;
}
#ja-mgc {
	top: 0px;
	right: 0px;
	position: absolute;
	font-size: 12px;
	width: 105px;
	height: 35px;
}
#ja-mgc .toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}
#ja-mgc .toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}
#ja-mgc .toggleopacity img{
}
#ja-mgc .toggleborder:hover img{
border: 1px solid navy;
}
#ja-mgc .toggleborder:hover{
color: red; /* Dummy definition to overcome IE bug */
}
#ja-banner {
	padding: 20px 0 0;
	text-align: center;
	overflow: hidden;
	width: 100%;
	clear: both;
}
div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	background: none!important;
	display: block;
	margin: 10px 0;
	text-decoration: none!important;
}
.clr {
	clear: both;
}
.hasTip img {
	border: none;
	margin: 10px 5px 0 0;
}
div.ja-innerdiv {
	padding: 10px 0 5px !important;
	border-bottom: 1px solid #5A5A5A;
}
div.ja-innerdiv img {
	padding: 0;
	margin: 0;
}
/* User Tools */
#ja-usertoolswrap {
	margin: 0 -15px 15px;
	padding: 0;
	font-size: 11px;
	clear: both;
	display: block;
	background: url(../images/h3-l.gif) no-repeat left top #262626;
}
#ja-usertools {
	background: url(../images/h3-r.gif) no-repeat right top;
	padding: 8px 10px 3px 5px;
	display: block;
}
#ja-usertools ul {
	margin: 0;
	padding: 2px 0 0 10px;
}
#ja-usertools ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: inline;
}
#ja-usertools img {
	padding: 0 3px 0 0;
}
.ja-usertools-font, .ja-usertools-body {
	float: left;
}
.ja-usertools-layout, .ja-usertools-expand {
	float: right;
}
.ja-usertools-modfunc a {
	display: block;
	position: absolute;
	right: 20px;
	top: 10px;
	width: 125px;
	height: 16px;
	background: url(../images/reset.gif) no-repeat top;
	text-indent: -50000px;
	outline: none;
}
* html .ja-usertools-modfunc a {
	background: url(../images/reset.gif) no-repeat 0px 1px;
}
.ja-usertools-modfunc a:hover {
	background: url(../images/reset.gif) no-repeat bottom;
}
/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	max-width: 200px;
	padding: 5px;
	z-index: 999;
	color: #333333;
}
.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}
.tool-text {
	font-size: 100%;
	margin: 0;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	margin: 0;
	padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
}
/* System Standard Messages */
#system-message dd.message ul {
	background: #666666;
	border: none;
}
/* System Error Messages */
#system-message dd.error ul {
	background: #666666;
	border: none;
}
/* System Notice Messages */
#system-message dd.notice ul {
	background: #666666;
	border: none;
}
/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html > body .clearfix {
	display: block;
	width: 100%;
}
* html .clearfix {
	height: 1%;
}
.moving {
	border: dotted 0px #ff0000;
}
.left_menu_bar
{
background:#FFF;
width:180px;
float:left;
margin-left:0px;
overflow:hidden;
margin-right:9.5px;
}
.left_menu_bar div.ja-innerpad {
	padding-right: 0px;
}
.left_menu_bar div.module h3,
.left_menu_bar div.module_text h3,
.left_menu_bar div.module_menu h3,
.left_menu_bar div.module_hilite h3 {
	width:169px;
	text-align:left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;
	background:#EAEAEA url(../images/module_menu_left.gif) repeat-x;
	position: relative;
	margin-top:0px;
	padding-left:11px;
	padding-bottom:5px;
}
.left_menu_bar div.module h3 span,
.left_menu_bar div.module_text h3 span,
.left_menu_bar div.module_menu h3 span,
.left_menu_bar div.module_hilite h3 span {
	display: block;
	padding: 4px 14px 0px 0;
}
.right_menu_bar
{
background:#FFF;
width:180px;
float:left;
margin-left:11px;
margin-right:7.5px;
overflow:hidden;
}
/*right menu*/
.right_menu_bar div.module h3,
.right_menu_bar div.module_text h3,
.right_menu_bar div.module_menu h3,
.right_menu_bar div.module_hilite h3 {
	text-align:left;
	color: #000;
	font-weight: bold;
	font-size: 100%;
	background:#E7E7E8 url(../images/module_menu_right.gif) repeat-x;
	position: relative;
	heigh: 18px;
	margin-top:0px;
	padding-top:4px;
	padding-left:11px;
	padding-bottom:4px;
	border-bottom:1px solid #ECECED;
}
.right_menu_bar div.module h3 span,
.right_menu_bar div.module_text h3 span,
.right_menu_bar div.module_menu h3 span,
.right_menu_bar div.module_hilite h3 span {
	
}
.right_menu_bar div.module_menu div div div
{
float:right;
padding: 0;
width:178px;	
border:1px solid #D0D4DE;
}
.right_menu_bar .ja-mod-content
{
width:180px;
border:0px;
background: #F9F8F7;
}
.right_menu_bar ul.menu {
    list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-type:none;
}
.right_menu_bar  ul.menu li {
	background: none;
	list-style-type:none;
	list-style:none;
	margin: 0;
	padding: 1px 0;
}
.right_menu_bar  ul.menu li a {
	display: block;
	outline: none;
	padding: 4px 0px 4px 14px;
	color: #A6121A;
	text-decoration: none;
	font-weight:bold;
}
.right_menu_bar  ul.menu li a:hover,
.right_menu_bar  ul.menu li a:active,
.right_menu_bar  ul.menu li a:focus {
padding: 4px 0px 4px 14px;
background: #FFFFFF;
	color: #3F3F3F;
}
#footer_custom a
{
color: #6E6F73;
text-decoration:none;
}
/*--------------------*/
/*VMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM*/
#lbOverlay{
z-index:200;
}
#lbCenter{
z-index:300;
}
#lbBottomContainer{
z-index:300;
}
ul.tabbernav
{
list-style-type:none;
}
ul.tabbernav li
{
list-style-type:none;
}
#vmMainPage td
{
font-size:11px;
color:#000000;
border:0px solid #BBBDD4
}
#vmMainPage tr.sectiontableentryr0 td,
#vmMainPage tr.sectiontableentryr1 td,
#vmMainPage tr.sectiontableentryr2 td {
background:#fff;
padding: 4px;
border-bottom:1px solid #BBBDD4;
vertical-align:top;
border-top:0px solid #BBBDD4;
border-left:0px solid #BBBDD4;
border-right:0px solid #BBBDD4;
}
#product_detail tr td{
border:0px solid #FFFFFF;
}
a.boldbuttons{
background: transparent url('/media/content/roundedge-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
}
a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}
a.boldbuttons span{
background: transparent url('/media/content/roundedge-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

/* Search container */
#srchResult {
width: 630px; 
padding: 4px;
}

#srchResult .cse-search-results
{
width: 730px; 
}

.dots ul {
	list-style-type: disc;
}

.dots li {
	margin-left: 25px;
	padding-bottom: 5px;
}

.dots a {
	color: #005696;
	text-decoration: underline;
}

/*-------------------------------------------*/
/* RSform!Pro by Dimitar
-------------------------------------------- */
.rsform {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	width: 98%;
}

.rsform tr {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.rsform td {
	text-align: left;
	padding-left: 10px;
	vertical-align: top;
	font-size: 12px;
}
.rsform .rslable {
	text-transform: uppercase;
	text-align: right;
	width: 210px;
}
.rsform .rslable2 {
	text-align: right;
	width: 180px;
}
.rsform .rshelp {
	font-size: 10px;
	color: #666666;
}
.rsform input {
	color: #2F4979;
}

.mirRSclass fieldset {
	border: 1px dashed #CCC;
}
.mirRSclass legend {
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #000;
}

.mirRSclass a {
	color: #039;
	text-decoration: underline;
}
.mirRSclass a:hover {
	color: #06F;
	text-decoration: none;
}

.mirRSclass h5 {
	color: #039;
	font-size: 14px;
	text-transform: capitalize;
}
/*-------------------------------------------*/
/* com_employmentlistings
-------------------------------------------- */

#employmentlisting .list1, 
#employmentlisting .list2 {
	font-size: 12px;
}
#employmentlisting .title a {
	font-weight: bold;
}
#employmentlisting .ltitle {
	font-size: 9px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	background-color: #E4E4E4;
}
#employmentlisting .date {
	font-size: 10px;
}
#employmentlisting table.list1 {
	background: #F7F7F7;
	border-bottom: 1px solid #CCCCCC;
}
#employmentlisting table.list2 {
	border-bottom: 1px solid #CCCCCC;
	background-color: #E4E4E4;
}
#employmentlisting .posting td {
	border-bottom: 1px solid #CCCCCC;
}
#employmentlisting h1 {
padding: 10px;
}

#employmentlisting ul {
	list-style-type: square;
}

#employmentlisting li {
	margin-left: 20px;
}