﻿/* COMMON STYLE
--------------------------------------------------------- */
body {
	color:#1e1e1e;
	font:13px/1.6em Helvetica, Arial, sans-serif;
	margin:0;
	background:#F5F5F5;
}
body.fs1 { font-size: 10px; }
body.fs2 { font-size: 11px; }
body.fs3 { font-size: 13px; }
body.fs4 { font-size: 13px; }
body.fs5 { font-size: 14px; }
body.fs6 { font-size: 15px; }
body.fs7 { font-size: 16px; }
body.fs8 { font-size: 17px; }
body.fs9 { font-size: 18px; }
body.fs10 { font-size: 19px; }
/* Body background ---*/
.bg {
	background: url("../images/body.png") repeat-y scroll center center #F5F5F5;
	width:auto;
}
/* Normal links ---*/
a {
	color: #2e77ac;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #333;
	text-decoration: none;
}
/* Readon links ---*/
a.readon {
	/*background: url(../images/button.png) repeat-x top #30abe8;*/
	/*border: 1px solid #40b1ea;*/
	color: #2e77ac;
	font-weight: bold;
	padding: 4px 5px;
	cursor: pointer;
	text-decoration: none;
}
/* Content spacing ---*/
.column p, .column pre, .column blockquote, .column h1, .column h2, .column h3, .column h4, .column h5, .column h6, .column ol, .column ul {
}
/* Headings & Titles ---*/



.contentheading, .componentheading, h1, h2, h3, h4, h5 {
	color: #666666;
	font-weight: normal;
	margin-bottom: 0;
}
.contentheading, .componentheading, h1 {
	font-size:20px;
	font-weight:bold;
}
.contentheading, .componentheading, h2 {
	font-size:18px;
	font-weight:bold;
}
.contentheading, .componentheading, h3 {
	font-size:13px;
	font-weight:bold;
}
.contentheading, .componentheading, h4 {
	font-size:12px;
	font-weight:bold;
}
.contentheading, .componentheading, h5 {
	font-size:12px;
	font-weight:bold;
}
h1.componentheading, .componentheading {
	margin: 0;
	padding: 0 0 5px;
}
.componentheading {
	font-size: 180%;
}
h2.contentheading, .contentheading {
	margin: 0;
	padding-top:7px;
}
.contentheading {
	font-size: 200%;
}
.blog .contentheading {
	font-size: 125%;
}
a.contentpagetitle, a.contentpagetitle:hover, a.contentpagetitle:active, a.contentpagetitle:focus {
	text-decoration: none;
}
a.contentpagetitle:hover {
	text-decoration: underline;
}
.category {
	font-size: 100%;
	font-weight: normal;
}
/* Small text ---*/
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption, .contenttoc, p.site-slogan, a.readon, .ja-navhelper, #ja-footer {
	font-size: 92%;
}
small, .small {
	color: #999;
}
.smalldark {
	text-align: left;
}
/* List ---*/
.column ul li {
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 10px;
}
.column ol li {
	margin-left: 30px;
}
/* Others ---*/
th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
}
td {
	font-size: 100%;
	padding: 5px;
}
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 #ccc;
	height: 1px;
}
/* FORM
--------------------------------------------------------- */
form label {
	cursor: pointer;
}
input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 3px 5px;
}
.inputbox {
	background: #fff;
	border: 1px solid #ccc;
	max-width:250 !important
}
.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}
.button {
	background: url(../images/button.png) repeat-x top #30abe8;
	border: 1px solid #40b1ea;
	color: #fff;
	font-weight: bold;
	padding: 4px 5px;
	cursor: pointer;
	text-decoration: none;
	text-shadow: 0px 1px 0px #3296c8;
	font-size: 92%;
}
.button:hover, .button:focus {
	border: 1px solid #000;
	color: #fff;
}
.radio {
	margin: 0 5px;
}
/* Login ---*/
.login_form fieldset {
	padding: 15px 0 0;
}
.login_form fieldset p {
	margin: 0 0 5px;
}
.login_form label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}
.login_form .inputbox {
	margin-left: 10px;
	width: 150px;
}
.login_form .remember .inputbox {
	width: 20px;
}
.login_form .button {
	margin-left: 140px;
}
/* Register ---*/
.form-register fieldset {
	padding: 0 0 10px;
}
.form-register p {
	margin: 0 0 5px;
}
.form-register p.form-des {
	margin: 15px 0;
}
.form-register label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}
.form-register .inputbox {
	margin-left: 10px;
	width: 200px;
}
.form-register .button {
	margin-left: 140px;
}
/* User ---*/
.user-details {
	padding: 10px 0;
}
.user-details p {
	margin: 0 0 5px;
}
.user-details label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}
.user-details .inputbox {
	margin-left: 10px;
	width: 200px;
}
.user-details .button {
	margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
	width: 130px !important;
	padding: 0 0 5px !important;
}
.user-details .paramlist .paramlist_value {
	padding: 0 0 5px !important;
}
.user-details .user_name span {
	padding-left: 10px;
	font-weight: bold;
}
/* Search ---*/
form#searchForm {
	border-top: 1px solid #ccc;
	padding: 15px 0;
}
.searchintro {
	border-bottom: 1px solid #ccc;
}
.results h4 {
	text-transform: none;
	font-size: 110%;
	margin: 15px 0 0;
}
.results p {
	margin: 0 0 10px;
}
/* Contact ---*/
#component-contact address {
	font-style: normal;
}
#component-contact #emailForm {
	border-top: 1px solid #ddd;
	padding-top: 15px;
}
.contact_email {
	margin: 0 0 10px;
}
.contact_email label {
	font-weight: bold;
	display: block;
}
.contact_email_checkbox {
	margin: 15px 0;
}
/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.article_separator, .leading_separator, .row_separator, .column_separator {
	display: none;
}
.leading {
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom:2px;
}
.article_column {
}
.column_separator {
	padding: 0 25px;
}
/* Meta ---*/
.article-tools {
	border-bottom: 1px solid #e0e0e0 !important;
	clear: both;
	color: #7f7f7f;
	display: block;
	line-height: normal;
	margin: 0 0 10px;
	position: relative;
}
.article-meta {
	float: left;
	padding:0;
	width: 100%;
}
.article-meta h2.contentheading {
	padding:0 !important;
	margin:0 !important;
}
.article-section, .article-category {
	color: #999;
}
.createby {
	background: url(../images/icon-user.gif) no-repeat 0 2px;
	padding: 3px 3px 3px 20px;
}
.createdate {
	background: url(../images/icon-date.gif) no-repeat 0 2px;
	padding: 3px 3px 3px 20px;
}
.modifydate {
	color: #999;
	display: block;
	margin: 10px 0;
}
.contentdescription p {
	margin: 0;
}
.buttonheading {
	float: right;
	padding-bottom:5px;
}
.buttonheading img {
	border: 0;
	float: right;
	margin: 0 5px 0 0;
}
/*Inline images ---*/
img.caption {
	margin-top: 5px;
}
.img_caption {
	color: #999;
	margin-bottom: 10px;
}
.article-content img, #ja-current-content img {
}
.article-content ul li {
	margin-bottom: 5px;
}
.article-content ol li {
	margin-left: 30px;
}
#ja-current-content .img_caption img {
	margin: 2px 0 0;
}
.img_caption p {
	background: #333;
	border-top: 1px solid #fff;
	color: #ccc;
	margin: 0;
	padding: 1px 0;
	text-align: center;
}
/* Tables ---*/
.sectiontableheader {
	background: #333;
	border: 1px solid #ccc;
	color: #fff;
	padding: 5px;
}
.sectiontableheader a, .sectiontableheader a:hover, .sectiontableheader a:focus, .sectiontableheader a:active {
	color: #fff;
}
.sectiontableentry, .sectiontableentry0, .sectiontableentry1, .sectiontableentry2 {
	background: url(../images/dot2.gif) repeat-x bottom;
	padding: 5px 5px 6px;
}
.sectiontableentry:hover, .sectiontableentry0:hover, .sectiontableentry1:hover, .sectiontableentry2:hover {
	background-color: #fffff0;
}
.sectiontableentry2 {
	background-color: #f6f6f6;
}
table.contentpane, table.tablelist {
	width: 100%;
}
table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
table.contentpaneopen .moduletable {
	float: right;
	border: 1px solid black;
	padding: 5px;
	background-color:#009900
}
/* Content Toc */
table.contenttoc {
	border: 1px solid #ddd;
	float: right !important;
	margin: 0 0 10px 12px;
	padding: 0;
	width: 30% !important;
}
table.contenttoc a {
	color: #333;
}
table.contenttoc td {
	border-bottom: 1px dotted #ccc;
	padding: 5px 10px;
}
table.contenttoc th {
	background: #f6f6f6;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
	text-transform: uppercase;
}
/* Poll */
.poll {
	padding: 15px 0;
}
form#poll {
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
dl.poll {
	border-bottom: 1px dotted #ccc;
	font-size: 92%;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
dl.poll dt, dl.poll dd {
	float: left;
}
dl.poll dt {
	clear: left;
	width: 100px;
}
dl.poll dd {
	clear: right;
}
table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}
table.pollstableborder img {
	vertical-align: baseline;
}
table.pollstableborder td {
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: 5px !important;
}
table.pollstableborder tr.sectiontableentry0 td, table.pollstableborder tr.sectiontableentry1 td {
	background: #fff;
	font-weight: normal;
}
/* Search */
table.searchintro {
	padding: 10px 0;
	width: 100%;
}
table.searchintro td {
	padding: 5px !important;
}
/* Misc. */
table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}
/* Pagination ---*/
ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
ul.pagination li span {
	padding: 4px 8px;
	line-height: 20px;
	border: 1px solid #dcdcdc;
	color: #381704;
}
ul.pagination a {
	background: #f6f6f6;
	border: 1px solid #ccc;
	color: #000;
	line-height: 20px;
	padding: 4px 8px;
	text-decoration: none;
	cursor: pointer;
}
ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	background: #2482B0;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}
.sortby {
	font-size: 92%;
	margin: 10px 0 5px;
}
.sortby .filter, .sortby .display {
	float: left;
	width: 40%;
}
.sortby .display {
	float: right;
	text-align: right;
}
.pagenavbar {
	font-weight: bold;
}
.pagenavcounter {
	margin: 15px 0 !important;
	text-align: center;
}
.counter {
	float: right;
	line-height: 1;
	margin: 15px 0 !important;
	text-align: right;
	width: 24%;
}
.counter span {
	background: url(../images/counter.png) right bottom no-repeat;
	border: 1px solid #4aa2cf;
	border-right: 0px;
	border-bottom: 0px;
	color: #fff;
	padding: 4px 25px 4px 5px;
	font-size: 90%;
}
.blog_more {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 0 5px;
}
.blog_more h2 {
	font-size: 115% !important;
	margin: 0 0 5px;
	text-transform: uppercase;
	color:#646464;
}
.blog_more ul li {
	background: url(../images/bullet.gif) no-repeat 5px 6px;
	padding-left: 15px;
}
.back_button a, .back_button a:hover, .back_button a:active {
	display: block;
	margin: 10px 0;
}
/* Messages ---*/
#system-message {
	margin: 0 -15px 10px;
}
#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: #fff;
	margin: 0;
	padding: 5px;
}
/* System Standard Messages */
#system-message dd.message ul {
	background: #069;
	border: 0;
}
/* System Error Messages */
#system-message dd.error ul {
	background: #bf0000;
	border: 0;
}
/* System Notice Messages */
#system-message dd.notice ul {
	background: #333;
	border: 0;
}
/* Tooltips --- */
.tool-tip {
	background: #ffffcc;
	border: 1px solid #D4D5AA;
	float: left;
	max-width: 300px;
	padding: 5px;
	z-index: 1000;
}
.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;
}
.hasTip img {
	border: none;
	margin: 0 5px 0 0;
}
.contentpaneopen_edit img {
	vertical-align: middle;
}
/* MODULE STYLES
--------------------------------------------------------- */
.ja-moduletable h3, .moduletable h3 {
	color: #333;
	font-size: 115%;
	margin: 0 0 0px;
	padding: 1px 0 8px;
	overflow: hidden;
}
.moduletable_menu h3 {
	margin-bottom: 0;
}
.ja-moduletable, .moduletable {
	margin-bottom: 15px;
}
#ja-left .ja-moduletable, #ja-left .moduletable, #ja-right .ja-moduletable, #ja-right .moduletable {
/*border: 1px solid #B8B4A8;*/
}
#ja-left .ja-moduletable h3, #ja-left .moduletable h3, #ja-right .ja-moduletable h3, #ja-right .moduletable h3 {
	text-transform: none;
	color: #ab1514;
	font-size:18px;
	font-weight:normal;
	padding:5px 8px;
	margin-left: -1px;
	margin-top: -1px;
	margin-right: -1px;
	border-bottom:1px solid #DDDDDD;
}
#ja-left .moduletable_menu, #ja-right .moduletable_menu {
	padding-bottom: 0px;
}
#ja-left .ja-moduletable .ja-box-ct, #ja-left .moduletable .ja-box-ct, #ja-right .ja-moduletable .ja-box-ct, #ja-right .moduletable .ja-box-ct {
	padding: 0px;/*border-top:1px solid #FFFFFF;*/
}
#ja-left .ja-moduletable .ja-box-ct .menu, #ja-left .moduletable .ja-box-ct .menu, #ja-right .ja-moduletable .ja-box-ct .menu, #ja-right .moduletable .ja-box-ct .menu {
	margin: -7px -6px -7px -7px;
}
#ja-right .ja-moduletable .moduletable_blue {
	width:100%;/*border:1px solid #d9d9d9 ;*/	
}
#ja-right .moduletable_blank {
	border:none;
	background:none;
	margin-bottom:0px;
}
#ja-left .ja-moduletable_blank .ja-box-ct, #ja-left .moduletable_blank .ja-box-ct, #ja-right .ja-moduletable_blank .ja-box-ct, #ja-right .moduletable_blank .ja-box-ct {
	background: none;
	border: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
#wrapper {
	margin-bottom: 0;
	background: url("../images/shadow.gif") repeat-y scroll center center #F5F5F5;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	clear:both;
}
/* Language Module ---*/

#LanguageWrapper {
	float:right;
	position:relative;
	left:-40%;
}
/* Search Module ---*/

#searchWrapper {
	float: right;
	margin-top: 6px;
	background:url("../images/search-bg.jpg") no-repeat scroll 0 0 transparent;
	min-height:78px;
	width:350px;
	color:#FFF;
}
#searchWrapper a {
	color:#FFF;
}
#ja-search {
	padding:5px 25px;
}
#ja-search label {
	display: none;
}
#ja-search .inputbox {
	background:url("../images/searchField.png") repeat-x scroll left top #FFFFFF;
	color:#5C0606;
	font-family:georgia;
	font-size:14px;
	height:26px;
	padding:3px 35px 3px 5px;
	width:215px;
	vertical-align:middle;
}
#ja-search .inputbox:hover, #ja-search .inputbox:focus {
}
#ja-search .button {
	font-size: 100%;
	font-weight: bold;
	text-shadow: 0px 1px 0px #2395e2;
	margin-left: 5px;
	text-transform: none;
	padding-top: 1px;
	padding-bottom: 1px;
}
/* Login Module ---*/
#form-login-username .inputbox, #form-login-password .inputbox {
	background-position: 5px center;
	background-repeat: no-repeat;
	font-weight: bold;
}
#form-login-username .inputbox, #form-login-password .inputbox {
	width: 90%;
}
#form-login ul {
	margin: 0 !important;
	padding: 0;
}
#form-login p {
	margin: 0 0 5px;
}
#form-login .button {
	margin: 10px 0;
}
/* Poll Module ---*/
h4.poll-title {
	margin: 0;
	padding: 0;
}
a.poll-result {
	font-size: 92%;
	text-transform: uppercase;
	text-decoration:none;
}
form.poll .button {
	margin-right: 5px;
}
/* Advertisement ---*/
.bannergroup_text .banneritem_text {
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
}
.bannergroup_text .banneritem_text a {
	font-weight: bold;
}
.bannergroup_text .bannerheader, .bannergroup_text .bannerfooter_text a {
	color: #999;
	font-size: 92%;
}
.bannergroup_text .bannerfooter_text {
	padding: 5px 0 0;
	text-align: right;
}
.bannergroup {
	margin-bottom: 10px;
}
/* Rounded Module --- */
.ja-module h3, .module h3 {
	border-bottom: 1px solid #ccc;
	color: #7ba566;
	font-size: 115%;
	font-weight: bold;
	margin: 0 -15px 10px;
	padding: 8px 15px;
	text-transform: uppercase;
}
.ja-module, .module {
	margin-bottom: 20px;
	overflow: hidden;
}
.ja-box-br {
	background: url(../images/b-br.gif) no-repeat bottom right #fff;
}
.ja-box-bl {
	background: url(../images/b-bl.gif) no-repeat bottom left;
}
.ja-box-tr {
	background: url(../images/b-tr.gif) no-repeat top right;
}
.ja-box-tl {
	background: url(../images/b-tl.gif) no-repeat top left;
	padding: 0 15px 10px;
}
/* text */
.module_text h3 {
	clear: both;
	display: block;
	margin: 0 0 10px;
	padding: 0;
	overflow: hidden;
	width: 100%;
	border-bottom: 0;
}
.module_text span {
	clear: both;
	display: block;
	float: left;
	font-weight: bold;
	padding: 0 3px;
	background: #fff;
}
.module_text {
	background: url(../images/bt-br.gif) no-repeat bottom right #f6f6f6;
}
.module_text .ja-box-bl {
	background: url(../images/bt-bl.gif) no-repeat bottom left;
}
.module_text .ja-box-tr {
	background: url(../images/bt-tr.gif) no-repeat top right;
}
.module_text .ja-box-tl {
	background: url(../images/bt-tl.gif) no-repeat top left;
}
.nsp_image {
	float:left !important
}
.ja-moduletable ul li, .ja-module ul li {
	background-position: 2px 8px;
}
.ja-moduletable_blue ul, .ja-module_blue ul {
	margin: 15px 0 0;
}
.ja-moduletable_blue ul li, .ja-module_blue ul li {
	padding-left: 12px;
	background-position: 2px 8px;
}
/* Collapsible h3 ---*/
h3.show {
	background: url(../images/icon-show.png) no-repeat 100% 60%;
	cursor: pointer;
}
h3.hide {
	background: url(../images/icon-hide.png) no-repeat 100% 60%;
	cursor: pointer;
}
/* MAIN LAYOUT S
--------------------------------------------------------- */
.wrap {
}
.main {
}
.ja-box {
	padding-bottom: 10px;
	padding-top: 10px;
}
#ja-wrapper {
}
#content-wrapper {
	background-image: url(../images/componentbackground.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #f7f4ee;
}
.content-wrapper {
	clear:both;
	overflow:hidden;
}
#ja-container {
	position: relative;
	z-index: 5;
}
#ja-container .main {
	padding: 0 0 0 0;
}
/* 3 Columns - Classic Layout ---*/
#ja-container.ja-l1r1 {
	position:relative;
}
/* Full */
#ja-container {
	position:relative;
}
/* Full left */
#ja-container.ja-r1 {
}
/* Full right */
#ja-container.ja-l1 {
}
/* Mass ---*/
.ja-mass-top .ja-moduletable, .ja-mass-top .ja-module {
	margin-left: 0;
	margin-right: 0;
}
.ja-mass-bottom {
}
.ja-mass-bottom .ja-moduletable, .ja-mass-bottom .ja-module {
	margin-left: 0;
	margin-right: 0;
}
/* MAIN COLUMN
--------------------------------------------------------- */
#ja-mainbody {
	background:none;
	position:relative;
}
#content-bg {
	/* background-image: url(../images/content_bg.png); 
	background-repeat: repeat-y; 
	background-position: left; */
	width:980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	display:block;
	min-height:600px;
}
#ja-main {
	position:relative;
}
#ja-main .inner {
	background: url(../images/componentGradient_w.png) left top repeat-x #fff;
	margin: 0 auto;
	display:block;
}
#ja-contentwrap {
}
/* Content Top ---*/
.ja-content-top {
}
.ja-content-top .ja-moduletable, .ja-content-top .ja-module {
	margin-left: 0;
	margin-right: 0;
}
/* Content Main ---*/
.ja-content-main {
}
/* Content Bottom ---*/
.ja-content-bottom {
}
.ja-content-bottom .ja-moduletable, .ja-content-bottom .ja-module {
	margin-left: 0;
	margin-right: 0;
}
/* @end */

/* SIDE COLUMNS
--------------------------------------------------------- */
.ja-colswrap {
}
.ja-col {
}
/* Left Columns ---*/
#ja-left .ja-l2 {
}
/* Right Columns ---*/
#ja-right .ja-r2 {
}
/* HEADER
--------------------------------------------------------- */
#ja-header {
	background:url("../images/header-bg-bl.jpg") repeat-x scroll 0 0 #ffffff;
	width: 980px;
	margin: 0 auto;
	overflow:hidden;
}
#ja-header .main {
}
h1.logo, .logo-text h1 {
	font-size: 250%;
	line-height: 1;
}
h1.logo, .logo-text {
	float: left;
	z-index: 1;
	position: relative;
	max-width: 500px;
	overflow: hidden;
	margin-left: 10px
}
/* Logo Image ---*/
.logo a {
	color:#FFF;
	text-shadow:0 1px 1px #000000;
}
/* Logo Text ---*/
.logo-text {
	margin-top: 8px;
	float:left;
}
.logo-text h1 a {
	color: #878787;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}
p.site-slogan {
	background: #2da1e1;
	color: #FFFFFF;
	display: block;
	font-size: 85%;
	letter-spacing: 1px;
	margin: 8px 0 0;
	padding: 0 5px;
	text-align: center;
	text-transform: uppercase;
}
/* Header mask ---*/
.ja-headermask {
	display: block;
	height: 80px;
	position: absolute;
	right: -1px;
	top: 0;
	width: 602px;
	z-index: 0;
}
/* Breadcrumbs */
.ja-navhelper {
	text-transform: uppercase;
}
.ja-navhelper .main {
	padding: 5px 0;
}
.ja-navhelper a {
	padding: 3px 4px;
	color: #069;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid transparent;
}
.ja-navhelper a:hover, .ja-navhelper a:active, .ja-navhelper a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #000;
	border: 1px solid #fff;
}
.ja-breadcrumbs {
	padding-top: 7px;
	float:left;
	position:relative;
	clear:right;
}
.ja-breadcrumbs strong {
	margin-right: 2px;
}
.ja-breadcrumbs img {
	margin-bottom: 2px;
	vertical-align:middle;
}
.ja-breadcrumbs a {
	color: #1f98d4;
	text-decoration: none;
}
.ja-breadcrumbs a:hover {
	text-decoration: underline;
}
/* Extras ---*/
.ja-links {
	float: right;
	margin-top: 2px;
}
.ja-links li {
	background: none;
	padding: 0;
	display: inline;
}
.ja-links li.top a {
	background: url(../images/arrow2.png) no-repeat 5px center;
	padding-left: 17px;
	padding-right: 5px;
}
.ja-links li.top a:hover {
	background-color: #069;
}
.ja-links li.layout-switcher a {
	background: #069;
	color: #fff;
	text-decoration: none;
}
.ja-links li.layout-switcher a:hover {
	background: #666;
	color: #fff;
	text-decoration: none;
}
.ja-links li.user-reset a {
	background: #bf0000;
	color: #fff;
	text-decoration: none;
}
.ja-links li.user-reset a:hover {
	background: #666;
	color: #fff;
	text-decoration: none;
}
/*.ja-box-right .ja-moduletable, .ja-box-right .moduletable,*/
.ja-box-full .ja-moduletable, .ja-box-full .moduletable {
	border: 0 !important;
	background: 0 !important;
}
.ja-box-left .ja-moduletable, .ja-box-left .moduletable {
	margin-left: 0px !important;
}
.ja-box-right .ja-moduletable, .ja-box-right .moduletable {
	margin-right: 0px !important;
}
/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 12px;
	padding-bottom:12px;
	text-align: center;
	border-top: 1px dashed #ccc;
	background:#F5F5F5 url(../images/connect.png) 865px 50% no-repeat;
}
#ja-footer a {
	color: #2e77ac;
	text-decoration:none;
}
#ja-footer a:hover {
	/*color: #2e77ac;*/
	color: #d86422;
}
#ja-footer-border {
	border: 1px solid #000000;
}
#ja-footer .main {
	/* background: url(../images/footerBackground.png) left top repeat-x #323232; */
	color: #333333;
	padding: 0px;
	position: relative;
}
#ja-footer .main .inFooter {
	padding: 16px 12px;
	/* border: 1px solid #282828; */
	position: relative;
	min-height: 18px;
}
#ja-footer .inner {
	float: right;
	padding: 0;
	width: 75%;
}
#ja-footer small {
	color: #fff;
	font-size: 100%;
}
/* Foot Links ---*/
#ja-footer .ja-footnav {
	float: right;
	font-size: 100%;
	margin: 0 0 10px;
	overflow: hidden;
	position: relative;
	height:15px;
	width: 75%;
}
.ja-footnav ul {
	float: left;
	line-height: normal;
}
.ja-footnav li {
	border-left: 1px solid #999;
	display: block;
	float: left;
	padding: 0 10px;
}
.ja-footnav li a {
	color: #222222;
	display: block;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}
.ja-copyright a {
	color: #000;
	text-decoration: none;
}
.ja-footnav li a:hover, .ja-footnav li a:active, .ja-footnav li a:focus, .ja-copyright a:hover {
	color: #ccc;
	text-decoration: none;
}
.ja-footnav .ja-firstitem {
	border-left: 0;
	padding-left: 0;
}
/* Copyright Info. ---*/
.ja-copyright small {
	display: block;
}
/* MISCELLANOUS
----------------------------------------------------------- */

/* Language Preferenc ---*/

#language {
	background-position: 0px 29px;
	background-repeat: no-repeat;
	float: right;
	overflow: hidden;
	padding: 34px 60px 12px 15px;
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
}
/* User Tools ---*/
#usertoolWrapper {
	background-position: 0px 29px;
	background-repeat: no-repeat;
	float: right;
	overflow: hidden;
	padding: 32px 15px 12px 15px;
}
ul.ja-usertools-font {
	font-size: 11px;
	float: left;
}
ul.ja-usertools-font li, ul.ja-usertools-screen li {
	padding: 0;
	margin: 0px 3px 0px 0px;
	display: inline;
	background: none;
}
ul.ja-usertools-screen {
	font-size: 11px;
	float:left;
	margin-right:15px;
	margin-top:5px;
}
ul.ja-usertools-screen li {
	margin: 0 5px;
}
/* Others ---*/
#ja-banner {
	border-top: 1px solid #ccc;
	margin: 0;
	overflow: hidden;
	padding-top: 15px;
	text-align: center;
	width: 100%;
}
.ja-inner {
	border-bottom: 1px dotted #ccc;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 12px;
}
.ja-inner h4 {
	font-family: Arial, sans-serif;
	font-size: 92%;
	font-weight: normal;
	margin: 5px 0;
	padding: 0;
	text-transform: uppercase;
}
.cufon-canvas {
	padding: 1px 0 3px;
}
/* ROTATOR MODULE */
#ja-rotator {
	/*background:url("../images/rotator-bg.jpg") no-repeat scroll center top #c6c1b0;*/
	background-color:#e0dcd0;
	position:relative;
}
#ja-rotator .ja-moduletable, #ja-rotator .moduletable {
	border: 0px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.showcasewrapper {
	background-color:#f3f3f3;
	padding-bottom:3px;
	position:relative;
	overflow:hidden;
	display:block;
}
/* CATEGORY BLOG LAYOUT */
.blogwrapper {
	width:500px;
	overflow:hidden;
	clear:both;
	float:right;
}
.blog .contentheading {
	font-size:16px;
	font-weight:bold;
	color:#646464;
}
.blog .contentheading h4 {
	color:#666666;
}
.blog .leading {
	background:none repeat scroll 0 0 #FFFFFF;/*paborder-bottom: 1px solid #f5f5f5;dding-top:0;*/
	
}
.blog .article_row .article_column {
	border-top: 1px solid #f5f5f5;
	min-height:100%;
}
.blog .article_row .article_column h3 {
	margin: 15px 0;
	padding: 0;
	font-size: 16px;
}
.blog .article_row .article_column .nsp h3 {
	margin: 5px 0;
	line-height:1.2;
}
.blog .article_row .article_column img {
	display:block;
	border:solid 1px #666666;
	margin-left:0;
	margin-right: 3px;
	margin-top: 5px;
}
.blog .cols2 .column1 {
	margin-right: 1%;
}
.blog .article_row .article_column {
	overflow:auto;
	margin: 0 auto;
}
.blog .article_row {
	border-top: solid 1px #f5f5f5 !important;
	margin-top: 5px !important;
}
.blog .article_row .column1 .contentpaneopen {
	padding:0 15px 0 0;
}
.blog .article_row .column2 .contentpaneopen {
	padding:0 0 0 15px;
}
.blog .article_row .createby {
	display:block;
	margin-top:5px;
}
.blog .article_row ul {
	list-style-type: none;
	padding: 0;
	margin: 8px 0;
}
.blog .article_row li {
	border-bottom:1px dashed #ECECEC;
	margin:0;
	display:block;
	padding:0;
}
.blog .article_row li a {
	color:#2e77ac;
}
/* CATEGORY TABLE LAYOUT */

table.tablelist {
	border:1px solid #D9D9D9;
}
table.tablelist th.sectiontableheader {
	background:none;
	padding:5px 5px 2px;
	border:none;
}
table.tablelist a {
	text-decoration:none;
}
table.tablelist tr /* .sectiontableheader */ {
	background:url("../images/sectiontableheaderBg.jpg") repeat-x scroll left top transparent;
}
table.tablelist .sectiontableentry1 {
	background:#FFF;
}
table.tablelist .sectiontableentry2 {
	background:#f5f5f5;
}
table.tablelist #count, table.tablelist #tableOrdering, table.tablelist #author, table.tablelist #hits {
	background:url("../images/thSeparator.jpg") no-repeat scroll right top transparent;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}
table.tablelist #count {
	border-left:1px solid #000000;
}
table.tablelist #tableOrdering {
}
table.tablelist #author {
}
table.tablelist #hits {
	background:none;
	border-right:1px solid #000000;
}
table.tablelist td {
	border-bottom:1px solid #D9D9D9;
	color:#585858;
}
table.tablelist td a {
	color:#1d94d0;
	font-weight:bold;
}
table.tablelist td a:hover {
	color:#333;
}
/* Table Blog layout */

/* Table Blog */
ul.oddeven {
	border:1px solid #e3e3e3;
}
ul.oddeven li.odd, ul.oddeven li.even {
	border-bottom:1px solid #e3e3e3;
	margin-bottom:0px !important;
	padding-bottom:5px;
	padding-top:5px;
	background:url("../images/bullet.gif") no-repeat scroll 20px 15px transparent;
}
ul.oddeven li.odd {
	background-color:#f8f8f8;
}
ul.oddeven li.even {
	background-color:#f3f3f3;
}
/* 404 page */
.s404Wrapper {
	background:#eeeeee !important;
	text-align:center !important;
}
#outline {
	background: #eee;
}
#errorboxoutline {
	border: 1px solid #c5c5c5;
}
#errorboxheader {
	background: url(../images/404Gradient.jpg) left top repeat-x #38aae8;
	text-shadow: 0px 1px 0px #000;
	font-size: 14px;
	line-height: 40px;
	border-bottom: 0px;
	margin: -1px -1px 0px -1px;
	border: 1px solid #00ace4;
	border-bottom: 0px;
}
#errorboxbody {
	background: url(../images/404.jpg) 99% 14px no-repeat #fff;
}
#errorboxbody a {
	color: #04a3d8;
	font-weight: bold;
	text-decoration: none;
}
#errorboxbody a:hover {
	text-decoration: underline;
}
.rotatorText {
	color:#FFFFFF;
	font-family:arial;
	margin-top:-75px;
	padding:10px 27px;
	width:920px;
}
#ja-left .column .ja-moduletable {
}
.moduletable_menu {
	padding:0 !important;
}
#ja-left .moduletable_menu h3, #ja-right .moduletable_menu h3 {
	background: url("../images/sidemenu-title-bg.jpg") repeat-x scroll 0 0 transparent !important;
	padding:6px 8px !important;
	color:#FFF !important;
}
#ja-right .ja-moduletable .ja-box-ct, #ja-right .moduletable .ja-box-ct, #ja-right .ja-moduletable .ja-box-ct, #ja-right .moduletable .ja-box-ct {
	padding:0px !important;
}
/* For Top Modules article sub titles */
#ja-topsl p.innerTitles {
	color:#242424;
	font-family:georgia !important;
	font-weight:bold;
	padding-bottom:5px;
}
/* For Search top menu */

#ja-search .search {
	margin-top:15px;
}
#ja-search .mainlevel {
	color:#FFFFFF;
	font-size:12px;
	margin-right:10px;
	text-decoration:none;
}
#ja-search .search .button {
	background:url("../images/searchBtn.jpg") no-repeat scroll 0 0 transparent;
	border:0 none;
	height:27px;
	margin-left:-30px;
	text-indent:-9999px;
	width:27px;
	vertical-align:middle;
}
/* For Slider Tabs  ENDS */


/* Blog Layout START */

.redColor {
	color:#911f1a;
}
.blog .contentheading {
	border-bottom:1px solid #DDDDDD;
}
.blog h2 {
	border-bottom:1px solid #DDDDDD;
	padding-bottom: 5px;
}
.blog .article-content {
/*border-top:1px solid #FFFFFF;*/
}
.blog .createdate {
	background:none;
	padding:3px 3px 3px 0;
}
.blog .leading .article-tools {
	margin:0 0 10px 0;
	padding-left:0;
	padding-top:0;
}
.blog .leading .contentheading, .blog .leading .article-content, .blog .article-tools {
	border:0 none;
	margin:0;
	padding:0;
}
.blog .leading .contentpaneopen {
	background:none;
}
/* Blog Layout End */

/* Black Login Module START */

.moduletable_login {
	padding:0 !important;
	border:1px solid #302f2f !important;
}
.moduletable_login .module-inside h3 {
	background:url("../images/blackModuleHeader.jpg") repeat-x scroll 0 0 #2f2f2f;
	border-bottom:1px solid #50504F !important;
	color:#FFFFFF !important;
	padding: 6px 8px !important;
	margin:0 !important;
}
.moduletable_login .module-inside .ja-box-ct {
	background:url("../images/blackBoxGradient.jpg") repeat-x scroll top left #262626;
	border:0 none !important;
}
.moduletable_login .module-inside {
}
.moduletable_login .ja-box-ct {
	padding:5px 10px !important;
}
.moduletable_login .module-inside .ja-box-ct form label, .moduletable_login .module-inside .ja-box-ct form a, .moduletable_login .module-inside .ja-box-ct .button {
	color:#FFF;
	font-size:12px;
}
.moduletable_login .module-inside .ja-box-ct ul li {
	padding-left:5px;
}
.moduletable_login .module-inside .ja-box-ct form a {
	text-decoration:none;
}
.moduletable_login input#passwd, .moduletable_login input#username {
	background:url("../images/input_bg.png") repeat-x scroll left bottom #FFFFFF;
	border:1px solid #FFFFFF;
	margin-top:5px;
	padding:5px;
}
.moduletable_login .button, .moduletable_login #ja-search .button {
	background:url("../images/login_button.jpg") repeat-x scroll left top #1C1B1B;
	border:1px solid #262626;
	padding:5px 10px;
	text-align:center;
	text-shadow:none;
	text-transform:uppercase;
}
.moduletable_login fieldset.input {
	text-align:center;
}
.moduletable_login fieldset.input p {
	text-align:left;
}
/* Black Login Module END */

#ja-main p {
	padding-bottom:15px;
	line-height:18px;
}
#ja-main p.nsp_text {
	padding-bottom : 0;
}
.ja-bottom_resize .bloglast {
	float:right;
	margin-right: 8px;
	background-color:#FFFFFF;
	width:226px;
	border:1px solid #D8D8D8;
*/
}
/* Module inside article */

.moduletable_inarticle {
	float: right;
	width:210px;
	background-color: #FFFFFF;
	border:1px solid #D8D8D8;
	padding:8px;
	position:relative;
	margin-left: 5px;
	margin-bottom:5px;
	clear:both;
}
.moduletable_inarticle a {
	color: #2e77ac;
	text-decoration:none;
}
/* Module right to article */

.moduletable_rightarticle {
	float: right;
	width:200px;
	position:relative;
	background: url("../images/sidebar-article.png") 0 0 no-repeat;
}
.moduletable_rightarticle .contentheading {
	/*background:#e1f1fe !important;
padding-top: 3px !important;
padding-left: 5px !important;
border-bottom: 1px #b54e08 solid !important;*/

font-size: 12px!important;
	border-bottom: 1px dashed #8ac9de;
	line-height: 18px;
	padding:8px 10px;
	font-weight:bold;
	background:url("../images/h4_bullet.gif") no-repeat scroll 0px 12px transparent !important;
	background-position: 2 1em !important;
}
.moduletable_rightarticle h4 {
	font-size:12px !important;
	line-height:18px !important;
}
.moduletable_rightarticle img {
	float:left;
	padding-right:10px;
}
.moduletable_rightarticle table {
	align:center;
}
.moduletable_rightarticle h3 {
	color: #1767A8;
	font-size: 140%;
}
/* Tables sytling */


table {
	border-collapse:collapse;
}
tr.odd td {
	background:#f6fbff;
	line-height: 16px;
}
tr.odd .column1 {
	background:#f4f9fe;
}
td {
	
	
	padding:.3em .4em;
	text-align:left;
	line-height: 16px;
}
th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	
	border-left:1px solid #e5eff8;
	padding:.3em .6em;
}
thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#66a3d3
}
tfoot th {
	text-align:center;
	background:#f4f9fe;
}
tfoot th strong {
	font:bold 1.2em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
}
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}
/** Tabs */

dl.tabs {
	float: left;
	margin: 10px 0 -1px 0;
	z-index: 50;
}
dl.tabs dt {
	float: left;
	padding: 4px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-left: 3px;
	background: #f0f0f0;
	color: #666;
}
dl.tabs dt.open {
	background: #F9F9F9;
	border-bottom: 1px solid #F9F9F9;
	z-index: 100;
	color: #000;
}
div.current {
	clear: both;
	border: 1px solid #ccc;
	padding: 10px 10px;
}
div.current dd {
	padding: 0;
	margin: 0;
}
/* Images styling */
#ja-container .img-align-left {
	float:left;
	padding:2px;
}
.ja-moduletable .img-align-right {
	float:right;
	padding:5px;
}
/* Social media wrapper ---*/
#socialmediaWrapper {
	float: right;
	padding-right:20px;
	clear:right;/* Article styling ---*/	
}
.article-content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;/*padding-left:15px !important;
	padding-right: 15px !important;*/
	
}
.article-content h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0c5f91;
}
.article-content h2, .article-content h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0c5f91;
}
/*.article-content h3 { font-style:italic; }*/


.article-content table {
	width:100%;
	margin:0 auto;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
.article-content table th {
	font-weight:bold
}
.article-content table td {
	padding:2px;
}
.article-content ol {
	font-size:13px;
	font-weight:normal;
	list-style-type:decimal;
}
/*.column {
	float:left;
	width:50%;
}
*/
.column.last .column-content {
	padding-left : 20px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#finder-filter-select-list li label {
	display:none;
}
#mod-finder-221 br, #mod-finder-222 br, #mod-finder-227 br, #mod-finder-233 br {
	display:none;
}
#searchwrapper .finder {
	float: right;
	width: 360px;
	display:block;
}
#mod_finder_q221, #mod_finder_q222, #mod_finder_q227 {
	width:130px !important;
	float:left;
	margin:5px 5px 0 0;
}
#mod_finder_q233 {
	width:130px !important;
	float:left;
	margin:2px 2px 0 0;
}
#mod-finder-advanced {
	float:left;
}
#tax-section {
	height:24px;
	width:185px;
}
#finder-filter-select-list li, #finder-filter-select-list li.filter-branch {
	padding : 5px 2px 5px 0 !important;
}
.finder.button {
	width: 22px !important;
	height: 24px !important;
	float: left !important;
	margin: 6px 0 0 0;
	padding:1px;
}
#searchwrapper.no-drop-down .finder {
	width :auto;
	float:right;
	margin-right:3px;
}
.autocompleter-choices {
	width: auto !important;
}
#search-query-explained {
	display:none;
}
#finder-search input {
	margin-top:20px;
}
#finder-search button {
	margin-top:20px;
	height:28px;
	padding-bottom: 8px;
}
.ja-breadcrumbs img {
	position : absolute;
	left:15px;
}
.ja-breadcrumbs {
	width:570px;
	padding-left:50px;
}
.column_container {
	margin: 0 auto;
	width:750 px;
	clear:both;
}
.column_1_1 {
	float:left;
	clear:right;
	width: 240px;
	padding-right: 10px;
	display: block;
	border-right: 1px solid #d7d7d7;
}
.column_1_2 {
	float: right;
	width: 230px;
	margin: 0 10px 0 0;
	display: block;
}
.hashedbullet {
	display:block;
	padding-left:12px !important;
	margin-left: 5px;
}
.moduletable_campaigns {
	float: right;
	width: 200px;
	margin: 5px 0 20px 10px;
	padding: 5px 10px 5px 5px;
	border: #ABABAB 1px solid;
	background: #f5f5f5;
}
.article-content .moduletable_campaigns ul li {
	background: url(../images/arrow-000-small.png) -4px 2px no-repeat !important;
	padding-left: 15px;
	border-bottom: 1px dashed #CCC;
	padding-bottom: 5px;
}
#ja-footer li {
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #666;
}
#ja-footer li.ja-firstitem {
	border:0;
}
ul.level_1 {
	margin-top: 15px;
}
via inspector ul.level_1 > li {
	background: red;
	padding: 0;
	line-height: 18px;
}
via inspector ul.level_0 > li > a:before {
	content: "- ";
}
via inspector ul.level_0 > li > a {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dashed;
	padding-bottom: 2px;
	margin-bottom: 2px;
	display: inline-block;
}
#jflanguageselection ul.jflanguageselection {
	list-style: none;
	padding: 0;
	margin-top: 3px;
	font-weight: normal;
	color: white;
}
#jflanguageselection ul.jflanguageselection li a {
	display: block;
	color: white;
}
#jflanguageselection ul.jflanguageselection li {
	background-image: none;
	padding-left: 8px;
	padding-right: 8px;
	float: left;
	margin: 1px 1px 1px 1px;
	white-space: nowrap;
	border: none;
	font-size: 0.9em;
	color: white;
}
#jflanguageselection {
	float: right;
	overflow: hidden;
	padding: 30px 50px 2px 2px;
	font: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
.blog .cols2 .article-tools {
	display:none;
}
.finder option {
	width : 300px;
}
#ja-main .inner {
	padding:15px 15px 0;
}
.blog .article_row .article_column h2.contentheading {
	margin: 0 20px 5px 0;
	border:0;
}
.blog .article_row .article_column h2 {
	margin: 10px 20px 5px 0;
	border:0;
}
.blog h3 strong {
	font-weight: normal;
	font-size: 16px;
}
.blog h3 {
	margin:0;
	padding:0;
}
.blog .article_row li a:hover {
	background: #EFEFEF;
	text-decoration: none;
}
.blog .article_row li a {
	display: block;
	padding: 5px 0;
}
.column1 .contentpaneopen {
	border-right: 1px #B7DEFD dashed;
}
#ja-right .ja-moduletable .module-inside {
	padding: 5px 10px;
}
#ja-right .ja-moduletable .module-inside h4.contentheading {
	margin-bottom:5px;
}
#ja-right .article-content ul li {
	margin:0;
	padding:0;
}
#ja-right .article-content {
	margin:10px;
}
.donate, .emergency, .rd, .resources {
	margin:0 15px;
	clear:left;
	padding-bottom:5px;
}
.footer-area {
	height: 15px;
	width: 1010px;
	margin: 0 auto 20px auto;
	background: url(../images/footer.png) 0 0 no-repeat;
}
.bgja-l1r1 #content-bg {
	background:url(../images/left-content-right.png) 0 0 repeat-y;
}
.bgja-l1 #content-bg {
	background:url(../images/left-content.png) 0 0 repeat-y;
}
li.filter-branch {
	display:none;
}
.image-right {
	margin:0 0 10px 10px;
	border:1px solid #ccc;
	box-shadow: 0 0 5px #ccc;
}
.blog .article_row .article_column h2, .health-topics .blog .article_column h2 {
	background-image: url(../images/header_icon.gif);
	background-position: 0 30%;
	background-repeat: no-repeat;
	padding-left: 15px;
	/*color: #1767A8;*/
	color:#d86422;
}
.article_column div.moduletable {
	margin:0;
}
.moduletable_rightarticle {
	min-height : 150px;
}
#ja-right .buttonheading {
	position:absolute;
	top:10px;
	right:0px;
}
.articlers-list {
	padding: 5px;
	border-bottom: 1px #B7DEFD solid;
}
.tf2 {
	background: #f7f7f7;
}
#Mod228 img {
	width:auto !important;
}
.mod_placehere_rightarticle .article-content ol li {
	padding:0;
	margin:0;
}
.current textarea {
	width: 345px;
	height: 200px;
}
.current ul#notes {
	display:none;
}
.rawimages img {
	margin: 10px 0 0 15px;
}
.article-title-a-alias label {
	width: 80px;
	display: inline-block;
	font-weight: bold;
 *display:inline;
	zoom:1;
}
.article-title-a-alias input {
	width: 500px;
	float:none;
}
.article-content ul li {
	background: url(../images/bullet.gif) 0 9px no-repeat;
	margin-left: 5px;
	line-height: 18px;
	padding-left: 12px;
}
.article-content ul.ice-navigator li, .article-content .article-content ul li, .article-content .topicsright ul li, .article-content .topics ul li, #ja-botsl ul li {
	background:none;
	margin-left: 0;
	padding-left: 0;
}
.opaque img {
	filter:alpha(opacity=40);
}
#ja-right .article-content ul li, .article_row.cols2 .article-content ul li {
	background:none;
}
div#pageBreakTOC ul li {
	background:none;
}
.article-content ul.pagination li {
	background: none;
	margin-left: 0px;
	line-height: 18px;
	padding-left: 0px;
}
.content-wrapper .article-content h3, .article-tools h2.contentheading {
	margin:0 !important;
}
#ja-right .article-content ul.rc-icons li.icon {
	padding-left: 34px;
	background-position: 0 7px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 10px;
}
#ja-right .article-content ul.rc-icons li.icon.info {
	background-image: url(../images/information.png);
}
#ja-right .article-content ul.rc-icons li.icon.program {
	background-image: url(../images/program.png);
}
#ja-right .article-content ul.rc-icons li.icon.agenda {
	background-image: url(../images/agenda.png);
}
#ja-right .article-content ul.rc-icons li.icon.speech {
	background-image: url(../images/speech.png);
}
#ja-right .article-content ul.rc-icons li.icon.video {
	background-image: url(../images/video.png);
}
#ja-right .article-content ul.rc-icons li.icon.press {
	background-image: url(../images/press-release.png);
}
#ja-right .article-content ul.comments li.icon {
	padding-left: 10px;
	background-position: 2px 2px 3px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 12px;
	padding-left: 0px;
	background-image: url(../images/comments.png);
	text-indent: 35px;
}
#ja-right .article-content ul.statistics li.icon {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 12px;
	padding-left: 0px;
	background-image: url(../images/statistics.png);
	text-indent: 35px;
	background-repeat: no-repeat;
}

ul.table-format {
	clear:both;
}
.article-content ul.table-format li.entry {
	background-image: none;
	padding: 0;
	margin: 0 0 10px;
	display: block;
	width: 173px;
	float: left;
	text-align: center;
}
.article-content ul.table-format.two-columns li.entry {
	width : 250px;
}
.article-content ul.table-format li.entry li {
	background-image: none;
	padding: 0;
	margin: 0;
}
.table-format.two-columns img {
	margin-bottom:10px;
}
.article-content ul.table-format li.entry li.title {
	text-align:left;
	padding: 0 5px 10px 18px;
}
.article-content ul.table-format li.poster {
	padding-bottom: 5px;
	margin-bottom: 5px;
}
ul.table-format img {
	border: 1px solid #CCC;
	padding: 5px;
	box-shadow: 2px 2px 3px #ccc;
}
ul.table-format .clear-entry {
	clear: left;
}
.content-wrapper .article-content .topicsright h3, .content-wrapper .article-content .topics h3 {
	margin-bottom:10px !important;
}
.article-content ul.subtitles li {
	font-size: 12px;
	font-weight: bold;
	line-height: 2;
	border-bottom: 1px dashed #CCC;
	padding: 0 0 8px 30px;
}
.article-content ul.subtitles li.message { background: url(../images/icons/adim.png) 0 0 no-repeat; }
.article-content ul.subtitles li.brochure { background: url(../images/icons/image.png) 0 0 no-repeat; }
.article-content ul.subtitles li.flyers { background: url(../images/icons/image-sunset.png) 0 0 no-repeat; }
.article-content ul.subtitles li.banners { background: url(../images/icons/tag-label.png) 0 0 no-repeat; }
.article-content ul.subtitles li.fact-sheets { background: url(../images/agenda.png) 0 0 no-repeat; }
.article-content ul.subtitles li.spot-films { background: url(../images/video.png) 0 0 no-repeat; }
.article-content ul.sigProArtistic { padding: 0 4px!important; }
.info-caption {
	color: #999;
	font-size: 12px;
}
.ie7_anon { display:none; }
body.homepage .content-wrapper {
	*height: 460px !important;
	*overflow:hidden;
}
#health-topics-articles .column1 .contentpaneopen { border:0; }
#health-topics-articles { background:url(../images/health-topics-separator.png) 466px 0 repeat-y; }
.bgja-l1 #health-topics-articles { background:url(../images/health-topics-separator.png) 48% 0 repeat-y; }
.blog #health-topics-articles .article_column h3 {
	margin: 15px 0;
	padding: 0 0 0 15px;
	font-size: 14px;
	font-weight: normal;
	background: url(../images/header_icon.png) 0 5px no-repeat;
}
#health-topics-articles .article_column {
	width: 460px !important;
	margin-right: 15px !important;
}
.bgja-l1 #health-topics-articles .article_column {
	width: 350px !important;
	margin-right: 15px !important;
}
.column .category_menu li {
	background-color: #E1F1FE;
	border-bottom: 0;
	display: block;
	margin: 0;
	padding: 0;
	color: #333 !important;
}
.column .category_menu li a {
	color: #333;
	display: block;
	text-decoration: none;
	text-indent: 2px;
	font-size: 14px;
	background: #E1F1FE;
	border-bottom: 1px #B7DEFD solid;
	padding: 3px 3px 3px 10px;
	border-top: 1px white solid;
}
.column .category_menu li.active a {
	background: #87BEE9;
	color: white;
	border-top:0 !important;
}
.arabic-title {
	display:block;
	text-align:right;
	direction:rtl;
}
.english-title {
	display:block;
	text-align:left;
	direction:ltr;
}
td p {
	margin:0 !important;
	padding:0 !important;
}
table { margin-bottom:20px !important; }
.contentheading.health-topics, .health-topics .article_column h2 {
	font-size:14px !important;
	border-bottom-color: #1767A8;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	color: #1767A8;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 0px;
	outline-color: #1767A8;
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 7px;
}
.menu-group151, .menu-group1769 {
	width : 450px;
	float:left;
}
.menu-group1769 {
	clear: both;
	border-right: dashed 1px #CCC;
!important
}
.menu-group84, .menu-group87, .menu-group288, .menu-group82, .menu-group85, .menu-group88 {
	width : 430px;
	float:left;
	margin-bottom:20px !important;
	margin-left:20px !important;
}
.menu-group151, .menu-group1769, .menu-group84, .menu-group87, .menu-group288, .menu-group82, .menu-group85, .menu-group88 {
	background-image: url(../images/header_icon.gif) !important;
	background-position: 0 3px !important;
	background-repeat: no-repeat !important;
	padding-left: 15px !important;
	color: #1767A8;
	font-weight: bold;
}
.menu-group151 li, .menu-group1769 li, .menu-group84 li, .menu-group87 li, .menu-group288 li, .menu-group82 li, .menu-group85 li, .menu-group88 li {
	font-weight:normal !important;
}
.jform form input, div.jform form select, div.jform form textarea {
	float: left;
	margin-bottom: 15px;
	width: 250px !important;
}
div.jform form input.jfbutton {
	width : 100px !important;
}
.en .fr, .en .ar { display:none; }
.ar .fr, .ar .en { display:none; }
.fr .en, .fr .ar { display:none; }
body#print-page { background:#fff; }
body#print-page .bg { background:#fff; }
.m .translateparams input.inputbox { width: 210px; }
.m input.inputbox { width: 780px; }
.toolbar .button {
	background: none;
	text-shadow:none;
}
.jfplusmodule { display:none; }
#content-box { background:#fff; }
#tinymce a {
	background: none !important;
	display:inline !important;
}
.jform h2 {
	margin-top:0 !important;
	padding-top:0 !important;
}
.content-wrapper .article-content h3 { font-size:15px; }
.nsp_image { margin-left:0 !important; }
.readon.readon_class {
	margin: 0 0 10px;
	display: block;
}
.connect {
	position: absolute;
	right: 11px;
	top: 12px;
}
#ja-footer .connect li {
	border:0;
	padding:1px;
	line-height:24px;
}
.connect img {
	vertical-align: middle;
	margin-top:-6px;
}
.logo-text { margin-bottom:10px; }