/*------------------------------------------------------------------------
# JA Rutile for Joomla 1.5 - Version 1.0 - Licence Owner JA130731
# ------------------------------------------------------------------------
# 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 
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0 auto;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0 auto;	
}

body#bd {
	color: #000000;
	margin-top: 5px;
	/*background: #F1F1F1;*/
        background: #FFFFFF;
}

body.contentpane {
	color: #000000;
	font-size: 12px;
	line-height: 1.3em;
	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: #CC0000;
	text-decoration: none;
} 

a:hover, a:active, a:focus {
	color: #CC0000;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	line-height: normal;
	color: #000000;
}

/* Small text */
small, .small, .smalldark, .article-meta, .modifydate, .img_caption p, .site-slogan,
#ja-topnav, #ja-pathway, #ja-subnav, #ja-footer, #ja-col1, #ja-col2, #ja-botsl {
	font-size: 95%;
}

img {
	margin: 0;
	padding: 0;
}

.img_caption p {
	text-align: center;
}

.img_caption.left, .img_caption.right {
	margin-top: 3px;
}

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet.gif) no-repeat 10px 8px;
	padding-left: 20px;
	padding-right: 10px;
line-height: 1.5em
}

ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/dot.gif) repeat-x top;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #EEEEEE;
	height: 1px;
clear: both

}

br {
	height: 1px;
	font-size: 1px;
}

td, th, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.inputbox {
	padding: 2px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	color: #000000;
	font-size: 100%;
}

.button {
	padding: 0px 6px 2px 10px;
	border: 1px solid #333333;
	background: #519FFF /*#333333*/;
	color: #FFFFFF;
	text-transform: none;
	font-size: 92%;
}

* html .button { /*IE 6*/
	padding: 0 5px !important;
}

*+html .button { /*IE 7*/
	padding: 0 5px !important;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_separator, .article_seperator {
	clear: both;
	display: block;
	height: 25px;
	margin: 0;
	background: url(../images/dot.gif) repeat-x center;
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
.sectiontableheader {
	background: #333333;
	padding: 4px 8px;
	color: #FFFFFF;
	font-weight: bold;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:active,
.sectiontableheader a:focus {
	color: #FFFFFF;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 8px;
	background: url(../images/dot.gif) repeat-x bottom;
}

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: 30%;
	float: right;
}

table.contenttoc td {
	background: url(../images/bullet.gif) no-repeat 12px 8px;
	padding: 1px 5px 1px 20px;
}

table.contenttoc th {
	border-bottom: 1px solid #CCCCCC;
	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: #E6E6E6;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.blog_more {
	margin: 15px 0 0;
	padding: 10px 0 0;
	background: url(../images/dot.gif) repeat-x top;
}

.blog_more strong {
	display: block;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(../images/bullet.gif) no-repeat 4px 8px;
	margin: 0;
	padding: 0 0 0 12px;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	/*
	font-size: 250%;
	margin: 10px 0 10px 0px;
	padding: 5px 0px;
	*/
	color:#A6A7AB;
  font-family:Arial,Trebuchet,sans-serif;
  font-size:197%;
  font-weight:normal;
  margin:10px 0 3px;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	margin: 0;
  padding-top: 15px;
  padding-bottom: 20px;  
	font-size: 150%;
	
  color:#4E4E4E;
  font-family:arial;
  font-size:146.5%;
  font-weight:normal;
}

table.blog .contentheading {
	font-size: 175%;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}

a.readon {
	text-align: center;
	color: #FFFFFF;
	background: url(../images/readon-bg.gif) no-repeat center left #CC0000;
	width: 90px;
	height: 20px;
	line-height: 20px;
	display: block;
	text-transform: uppercase;
	font-size: 10px;
}

a.readon:hover, a.readon:focus, a.readon:active {
	color: #FFFFFF;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

table.blog img {
	padding-right: 0.5em;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto 0;
	padding: 40px 0 20px;
	background: url(../images/dot.gif) repeat-x top;
	color: #999999;
}

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;
	background: #EEEEEE;
	color: #000000;
	border: 1px solid #DDDDDD;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	background: #CC0000;
	color: #FFFFFF;
}

.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;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

ul.latestnews a, ul.mostread a {
	color: #666666;
}

/* META
--------------------------------------------------------- */
.article-toolswrap {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
}

.article-tools {
	display: block;
	padding: 0 10px 0 0;
}

.article-meta {
	width: 70%;
	float: left;
	color: #999999;
}

.createby {
}

.createdate {
	padding-right: 6px;
	margin-right: 5px;
	background: url(../images/vline.gif) no-repeat right;
}

.modifydate {
	width: 100%;
	display: block;
	color: #CC0000;
	margin: 15px 0;
}

.article-section {
	padding-left: 6px;
	margin-left: 5px;
	background: url(../images/vline.gif) no-repeat left center;
}

.article-section a {
	color: #999999;
}

.article-category a {
	color: #999999;
}

div.buttonheading {
	position: absolute;
	top: 0;

	right: 10px;

}



.buttonheading img {
	margin: 0 0 0 5px;
	border: 0;
	float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	/*width: 985px;*/
	margin: 0 auto;

}

.narrow #ja-wrapper {
	width: 760px;
	margin: 0 auto;
}


#ja-container {
	margin-top: 15px;
}

#ja-mainbody {
	width: 81%;
	float: left;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-content {
	clear: both;
	display: block;
	float: right;
	width: 76%;
	background: url(../images/content-centerX.gif) repeat-y center;
	margin-top: -1px;
}

#ja-content-top {
	background: url(../images/content-topX.gif) no-repeat center top;
}

#ja-content-bot {
	background: url(../images/content-botX.gif) no-repeat center bottom;
}

.narrow #ja-content {
	background: url(../images/content-center-n.gif) repeat-y center;
}

.narrow #ja-content-top {
	background: url(../images/content-top-n.gif) no-repeat top center;
}

.narrow #ja-content-bot {
	background: url(../images/content-bot-n.gif) no-repeat bottom center;
}

#ja-current-content {
	padding-top:	5px;
  padding-right:	23px;
  padding-bottom:	25px;
  padding-left:	23px;
}

/* COLUMNS
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	overflow: hidden;
	width: 23.65%;
}

#ja-col1 div.ja-innerpad {
}

#ja-col2 {
	float: right;
	overflow: hidden;
	width: 18.65%;
}

#ja-col2 div.ja-innerpad {

}

/*common style for column*/


/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap,
#ja-containerwrap-fr,
#ja-containerwrap-fl,
#ja-containerwrap-f {
         width: 985px;
	padding: 0;
	margin: 0 auto;
	clear: both;
}

#ja-containerwrap-f {
         width: 100%;
}
/*content + left*/
#ja-containerwrap-fr #ja-mainbody {
	width: 100%;
}

#ja-containerwrap-fr #ja-col1 {
	width: 22%;
}

#ja-containerwrap-fr #ja-content {
	width: 78%;
	background: url(../images/content-center2.gif) repeat-y center;
}

#ja-containerwrap-fr #ja-content-top {
	background: url(../images/content-top2.gif) no-repeat center top;
}

#ja-containerwrap-fr #ja-content-bot {
	background: url(../images/content-bot2.gif) no-repeat center bottom;
}

.narrow #ja-containerwrap-fr #ja-content {
	background: url(../images/content-center2-n.gif) repeat-y center;
}

.narrow #ja-containerwrap-fr #ja-content-top {
	background: url(../images/content-top2-n.gif) no-repeat center top;
}

.narrow #ja-containerwrap-fr #ja-content-bot {
	background: url(../images/content-bot2-n.gif) no-repeat center bottom;
}

/*content + right*/
#ja-containerwrap-fl #ja-content {
	width: 100%;
	/*background: url(../images/content-center2.gif) repeat-y center;*/
}

#ja-containerwrap-fl #ja-content-top {
	/*background: url(../images/content-top2.gif) no-repeat center top;*/
}

#ja-containerwrap-fl #ja-content-bot {
	/*background: url(../images/content-bot2.gif) no-repeat center bottom;*/
}

.narrow #ja-containerwrap-fl #ja-content {
	background: url(../images/content-center2-n.gif) repeat-y center;
}

.narrow #ja-containerwrap-fl #ja-content-top {
	background: url(../images/content-top2-n.gif) no-repeat center top;
}

.narrow #ja-containerwrap-fl #ja-content-bot {
	background: url(../images/content-bot2-n.gif) no-repeat center bottom;
}

/*full*/
#ja-containerwrap-f #ja-mainbody {
	width: 100%;
}

#ja-containerwrap-f #ja-content {
	width: 100%;
	/*background: url(../images/content-center1.gif) repeat-y center;*/
         background: none !important;
}

#ja-containerwrap-f #ja-content-top {
	/*background: url(../images/content-top1.gif) no-repeat center top;*/
         background: none !important;
}

#ja-containerwrap-f #ja-content-bot {
	/*background: url(../images/content-bot1.gif) no-repeat center bottom;*/
         background: none !important;
}

#ja-containerwrap-f #ja-current-content {
	padding-left: 0px;
	padding-right: 0px;
}

#ja-containerwrap-f #ja-current-content #ja-pathway {
         display: none;
}

.narrow #ja-containerwrap-f #ja-content {
	background: url(../images/content-center1-n.gif) repeat-y center;
}

.narrow #ja-containerwrap-f #ja-content-top {
	background: url(../images/content-top1-n.gif) no-repeat center top;
}

.narrow #ja-containerwrap-f #ja-content-bot {
	background: url(../images/content-bot1-n.gif) no-repeat center bottom;
}

/* MODULE
--------------------------------------------------------- */
div.module h3,

div.module_text h3,

div.module_menu h3,
div.module_menu_blue h3,
div.module_hilite h3,
div.ja-box-br h3 {
	margin: 0 0 5px;
	padding: 8px 0 2px 15px;
	font-size: 175%;
}

div.module_menu_blue h3 {
  background: #D7E9FF !important;
  color: #4E4E4E !important;
}


div.module,
div.module_text,
div.module_menu,
div.module_menu_blue,
div.module_hilite

/* , div.ja-box-br */ {
	padding: 0;
	float: left;
	clear: both;
	width: 100%;

	background: url(../images/box-br.gif) no-repeat bottom right #FFFFFF;
	overflow: hidden;
}

div.ja-box-br {
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/box-br.gif) no-repeat bottom right #FFFFFF;
	overflow: hidden;
  margin-bottom: 7px;
}

div.module div,
div.module_text div,
div.module_menu div,
div.module_menu_blue 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_menu_blue div div,
div.module_hilite div div,
div.ja-box-tr {
	padding: 0;
	background: url(../images/box-tr.gif) no-repeat top right;
}

div.module div div div,
div.module_text div div div,
div.module_menu div div div,
div.module_menu_blue div div div,
div.module_hilite div div div,
div.ja-box-tl {
	padding: 4px 3px 4px 4px;
	background: url(../images/box-tl.gif) no-repeat top left;
}

div.ja-box-tl h3 {
	padding: 5px 3px 3px 4px;
        font-size: 12px;
        padding-left: 8px;
        background: #D7E9FF; /*#eeeeee;*/
        color: #4E4E4E;
        margin-bottom: 0px;
}

div.module div div div div,
div.module_text div div div div,
div.module_menu div div div div,
div.module_menu_blue div div div div,
div.module_hilite div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

div.ja-box-ct {
	background: url(../images/box-bg.gif) repeat-x top left !important;
	padding: 10px 5px 5px 5px !important;
	display: block;
}

div.module_menu div.ja-box-ct {
	padding: 2px 0 0 !important;
}

div.module_menu_blue div.ja-box-ct {
	padding: 2px 0 0 !important;
	background: #F0F4FD !important;
}

/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

div.moduletable li,
div.moduletable_menu li,
div.moduletable_menu_blue li,
div.moduletable_text li {
	padding-left: 13px;
	background-position: 5px 7px;
}

div.module_menu_blue a {
  color: #00508E;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
	line-height: normal;
	position: relative;
	padding: 20px 0 0;
	z-index: 999;
        width: 985px;
        margin: 0 auto;
        display: block;
}

h1.logo, div.logo-text {
	margin: -12px 0 15px 2px;
	padding: 0;
}

h1.logo a img {
	/*width: 372px;
	height: 64px;*/
	display: block;
	/*background: url(../images/logo.jpg) no-repeat center;*/
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

div.logo-text {
	outline: none;
}

div.logo-text h1 {
	font-size: 250%;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

div.logo-text h1 a {
	color: #333333;
	text-transform: uppercase;
}

.site-slogan {
	color: #999999;
	margin: 0 0 -2px 10px;
	padding: 0;
	letter-spacing: 1px;
}

#ja-topnav {
	position: absolute;
	top: 5px;
	right: 0px;
}

#ja-topnav ul {
  float: right;
  clear: left;
  margin: 0;
}

#ja-topnav form {
  float: right;
  clear: left;
  margin: 0 7px 7px 12px;
}

#ja-topnav li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	background: url(../images/vline.gif) no-repeat center left;
}

#ja-topnav li a {
	display: inline;
	padding: 0 10px;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
  margin-left: 5px;
	padding: 0;
	/*background: url(../images/grad-2.gif) repeat-x top #333333;*/
	width: 99%;
	position: relative;
  color: #333;
  font-weight: bold;
}

#ja-mainnav a, #ja-subnav a {
	outline: none;
	line-height: normal;
}

#ja-subnav {
	background: #FFFFFF;
	clear: both;
}

#ja-subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ja-subnav li {
	background: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#ja-subnav a {
	display: block;
	float: left;
	outline: none;
	padding: 7px 15px 5px;
	margin: 0;
	text-decoration: none;
	background: url(../images/vline.gif) no-repeat left 9px;
}

#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
	text-decoration: underline;
}

#ja-subnav li.active a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

/* breadcrumbs */
#ja-pathway {
  background-color: #fff;
  font-family:	Arial,Helvetica,sans-serif;
  font-size:	12px;
  font-weight:	400;
  font-style:	normal;
  color:	#A6A7AB;
  /*height: 18px;*/
  line-height: 20px;
	padding-top: 4px;
	padding-bottom: 2px;
	border-bottom: 1px solid #eee;
}

#ja-pathway a {
  background-color: #fff;
  font-family:	Arial,Helvetica,sans-serif;
  font-size:	11px;
  font-weight:	400;
  font-style:	normal;
  color:	#0698BC;
  height: 18px;
  line-height: 18px;
}

#ja-pathway strong {
	margin-right: 5px;
}

#ja-pathway img {
	margin: 1px 5px;
}

/* Default Joomla! Menu */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;	
	display: block;
	background: #F7F7F7;
}

ul.menu li {
	display: block;
	background: #F7F7F7  url(../images/menu-sep.gif) repeat-x bottom !important;
	margin: 0 10px;
	padding: 0;
	line-height: normal;
}

ul.menu li a {
	display: block;
	outline: none;
	padding: 6px 5px;
	margin: 0;
	text-decoration: none;
	color: #4E4E4E;
font-family:	arial,helvetica,clean,sans-serif;
font-size:	12px;
font-weight:	400;
font-style:	normal;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #0698BC;
	text-decoration: none;
	/*background: #DFE1E2!important;*/
	background: #DFE1E2!important;
}

ul.menu li a:focus {
	background: #DFE1E2 !important;
  font-weight: bold !important;	
}

ul.menu li.active a {
	font-weight: bold;	
	color: #DFE1E2;
background: #DFE1E2

       
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li {
	border: none;
	background: #f0f0ff !important;
 	padding: 0;
	margin: -2px -4px -2px -10px !important;
}

ul.menu li li a {
	border: none;
	padding: 4px 5px 4px 20px;
	text-transform: none;
	font-weight: normal !important;
	/*background: url(../images/arrow.gif) no-repeat 25px 10px #F7F7F7 !important;*/
	background: no-repeat 25px 10px #f7f7f7 !important;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	/*color: #CC0000;*/
	text-decoration: underline;
	background: #DFE1E2; 
}

ul.menu li li.active a {
	/*color: #1999BC;*/
 color: #1999BC;
   background: no-repeat 25px 10px #F7F7F7 !important;
}

ul.menu li li li a {
	color: #000000 !important;
	font-weight: normal !important;
	padding-left: 45px !important;
	background: url(../images/bullet.gif) no-repeat 35px 10px !important;
}

ul.menu li li li.active a {
 
	font-weight: bold !important;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

/* Bottom spotlight */
#ja-botsl {
	clear: both;
	margin: 0;
	padding: 0;
}

#ja-botsl .ja-box-tl {
	padding: 0;
	background: #ffffff !important;
}

#ja-botsl div.module h3 {
	margin: 0 -14px;
	padding: 0 0 3px 10px;
	font-size: 133%;
	border-bottom: 1px solid #DDDDDD;
}

#ja-botsl div.module {
	margin: 20px 5px;
	padding: 0;
	float: none;
	width: auto;
	background: url(../images/box-r-br.gif) no-repeat bottom right #FFFFFF;
	overflow: hidden;
}

#ja-botsl div.module div {
	background: url(../images/box-r-bl.gif) no-repeat bottom left;
}

#ja-botsl div.module div div {
	background: url(../images/box-r-tr.gif) no-repeat top right;
}

#ja-botsl div.module div div div {
	padding: 10px 15px;
	background: url(../images/box-r-tl.gif) no-repeat top left;
}

#ja-botsl div.module div div div div {
	padding: 0;
	background: none;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	clear: both;
	position: relative;
	padding: 15px 20px;
	color: #999999;
	text-align: center;
}

#ja-footer small {
	font-size: 100%;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

li.ja-firstitem, #ja-subnav li.first-item a, #ja-subnav a.first-item {
	background: none !important;
}

/* Login */
#form-login p {
	margin: 0 0 5px;
}

#form-login ul {
	margin: 5px 0 0;
}

#modlgn_username, #modlgn_passwd {
	width: 90%;
}

/*usertools*/
#ja-usertools {
	position: absolute;
	right: 10px;
	top: 8px;
}

#ja-usertools ul {
	margin: 0;
	padding: 0 10px 0 0;
	display: inline;
}


#ja-usertools ul li {
	margin: 0;
	padding: 0 2px;
	float: right;
	background: none;
}

/* Search */
#ja-search {
	/*background: url(../images/search-bg.gif) no-repeat ;*/
	position: absolute;
	right: 3px;
	top: 45px;
	height: 24px;
	/*width: 276px;*/
	font-size: 12px;
}

#ja-search .inputbox {
	margin: 2px 3px 0 5px;
	border: none;
	background: none;
	width: 198px;
	color: #999;
}


#ja-search .button {
	border: none;
	background: none;
	font-size: 11px;
}

* html #ja-search .button {
	width: 66px;
	height: 22px;
}

/*others*/
#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;
}

div.ja-innerdiv {
	padding: 10px 0 12px !important;
	background: url(../images/dot.gif) repeat-x bottom !important;
}

div.ja-innerdiv img.border {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}

/* 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 {
	display: block !important;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
	display: block;
}

#video_playlist1 img.gk_news_show_news_image_static {
        border: 4px solid #ccc;
        margin-right: 5px;
        clear: left;
        padding-right: 0;
}

#category_contents img.gk_news_show_news_image_static {
        border: 1px solid #ccc;
        clear: right!important;
        padding-right: 0px;
        margin-right: 5px;
        margin-bottom: 11px;
        margin-top: 5px;
}

#category_header img.gk_news_show_news_image_static {
        clear: right!important;
        padding: 0;
        margin: 10px 10px 10px 5px;
        border: 1px solid #ddd;
}

#video_playlist1_header img.gk_news_show_news_image_static {
        clear: both !important;
        padding: 0 !important;
        margin: 5px 0px 2px 0px !important;
        border: 4px solid #ccc !important;
}

#video_playlist1 p.gk_news_show_news_text {
  font-family: verdana,arial,helvetica,clean,sans-serif !important;
  font-size: 11px !important;
  line-height: 12px !important; 
  width: 155px !important;
  float: left !important;
  vertical-align: middle !important;
  margin-left: 6px !important;
}

#video_playlist1 td.gk_news_show_center {
  padding-bottom: 7px!important;
  padding-left: 3px !important;
}

#category_contents td.gk_news_show_center{
        border-bottom: 1px dotted #e3e3e3 !important;
        padding-bottom: 0px !important;
}

#category_contents tr.gk_news_show_tablerow {
        min-height: 97px !important;
}

#category_header td.gk_news_show_center {
  background: #F7F8FC;
  padding: 0 0 0 10px !important;
  border: 1px solid #F0F1F6;
}

#video_playlist1_header td.gk_news_show_center {
  background: #F7F8FC;
  padding: 0 0 0 10px !important;
  border: 1px solid #F0F1F6;
}


#video_playlist1 a {
  font-family: verdana,arial,helvetica,clean,sans-serif;
  text-align: left;
  float: left;
  clear: left;
  color: black;
  font-size: 8px;
  font-weight: bold;
  line-height: 10px;
  margin: 0;
  width: 105px;
}

#video_playlist1_header a {
  font-family: verdana,arial,helvetica,clean,sans-serif;
  text-align: left;
  float: left;
  clear: left;
  color: black;
  font-size: 8px;
  font-weight: bold;
  line-height: 10px;
  margin: 0;
}

#video_playlist1 a:hover {
  text-decoration: none !important;
}

#video_playlist1_header a:hover {
  text-decoration: none !important;
}

#video_playlist1 a span.duration {
  color: #888 !important;
  font-size: 9px !important;
}

#video_playlist1_header a span.duration {
  color: #888 !important;
  font-size: 9px !important;
  margin-bottom: 3px !important;
  clear: both !important;
}

#video_playlist1 h4.gk_news_show_news_header a {
    font-family: arial !important;
    font-size: 12px !important;
    font-weight: bold !important;
    font-style:	normal !important;
    color: #008BB3 !important;
    width: auto !important;
    text-align: left !important;
    margin-bottom: 5px !important;
    margin-top: 3px !important;
    line-height: 14px !important;
}

#video_playlist1_header h4.gk_news_show_news_header a {
    font-family: arial !important;
    font-size: 14px !important;
    font-weight: bold !important;
    font-style:	normal !important;
    color: #008BB3 !important;
    width: auto !important;
    text-align: left !important;
    margin-bottom: 0 !important;
    margin-top: 3px !important;
    clear: right !important;
    line-height: 14px !important;    
}

#video_playlist1 h4.gk_news_show_news_header {
    margin: 0 0 3px 0 !important;
}

#video_playlist1_header h4.gk_news_show_news_header {
    margin: 0 0 3px 0 !important;
}

#video_playlist1_header p.gk_news_show_news_text {
    clear: left;
    font-family:verdana,arial,helvetica,clean,sans-serif !important;
    font-size:11px !important;
    line-height:14px !important;
    padding-top: 4px !important;
}

#video_playlist1 p.gk_news_show_news_info {
  font-family: verdana,arial,helvetica,clean,sans-serif;
  text-align: right !important;
  float: left !important;
  clear: left !important;
  color: black !important;
  font-size: 8px !important;
  font-weight: bold !important;
  line-height: 10px !important;
  margin: 0 !important;
  width: 105px !important;
}

#category_contents h4.gk_news_show_news_header {
  margin-top: 18px !important;
  margin-bottom: 1px !important;
}

#category_header h4.gk_news_show_news_header {
  margin-top: 7px !important;
}

#video_playlist1_header h4.gk_news_show_news_header {
  margin-top: 10px !important;
}

td.gk_news_show_left, td.gk_news_show_center, td.gk_news_show_right {
        padding-bottom: 10px!important;
}

td.gk_news_show_left {
  padding-right: 2.5%;
}

td.gk_news_show_right {
  padding-left: 2.5%;
}

td.gk_news_show_center {
  padding-right: 0.25%;
  padding-left: 0.25%;  
}

td.gk_news_show_right {
  padding-bottom: 10px!important;
}

.article-content {
  font-family:	verdana,arial,helvetica,clean,sans-serif !important;
  font-size:	13px !important;
  font-weight:	400 !important;
  font-style:	normal !important;
  color:	#333 !important;
  text-transform:	none !important;
  text-decoration:	none !important;
  letter-spacing:	normal !important;
  word-spacing:	normal !important;
  line-height:	17px !important;
  text-align:	justify !important;
  vertical-align:	baseline !important;
}

.article-content p {
  margin: 0 0 1em 0 !important;
}

.article-content h2 {
 /*padding-bottom: 10px !important;
  font-size: 110% !important;
  font-style: normal !important;*/
  color:#7E7F81;
  font-family:arial;
  font-size:116%;
  font-weight:normal;
  margin:0;
  padding-bottom: 5px;
  font-style: normal !important;
  }

.article-content h1 {
 /* color: #666666 !important;
  font-family: arial !important;
  font-size: 100% !important;*/
  color: #4E4E4E !important;
  font-family: arial !important;
  font-size: 146.5% !important;
  font-weight: normal !important;
  padding-top: 0px !important;
  padding-top: 10px !important;
  padding-bottom: 5px !important;
  font-style: normal !important;
}

.article-content h3 img {
  margin-right: 3px !important;
  margin-left: 0px !important;
}

.article-content img {
  margin: 0px 3px 3px 0px !important;
  padding-right: 0.5em
}

ul.slick-rss-list {
  margin: 0;
}

ul.slick-rss-list li.slick-rss-item {
  /*
  background: transparent url(../images/blue/arrow.gif) no-repeat scroll 15px 7px !important;
  */
  background:transparent url(../images/bullet.gif) no-repeat scroll 0px 8px;  
  padding-left: 10px !important;
  padding-bottom: 2px !important;
/*Levon - change font size*/
  font-size: 95%;

}


 ul.slick-rss-list li.slick-rss-item a {
  color: #0087A8 !important;
}


ul.slick-rss-list li.slick-rss-item a:hover {
  color: #0087A8 !important; 
  text-transform: underline !important;
}

table.blog td h2 {
  color:#7E7F81;
  font-family:arial;
  font-size:116%;
  font-weight:normal;
  margin:0;
  padding-bottom: 5px;
  font-style: italic;
}

table.blog td br {
  font-size: 1px;
}

table.blog .contentheading {
  color: #4E4E4E;
  font-family: arial;
  font-size: 135%;
  font-weight: bold;
  padding-top: 14px;
  padding-bottom: 5px;
  font-style: normal;
}

.contentpane_xxx {
  /*position: fixed;
  left: 0px;*/
  width: 100%;
}

.wrapper_xxx {
  clear: both;
  /*position: absolute;
  left: 0px;*/
}

#assets {
  width: 100% !important;
  display: block !important;
  float: left !important;
}

.Apple-style-span, .MsoNormal {
  width: 100% !important;
  display: block !important;
  float: left !important;
}

.dtree103 a.nodeSel {
  font-weight: bold !important;
}

.dtree123 img {
  margin: 0 !important;
}

#cse-search-results iframe {
width: 716px !important;
}

#cse-search-box input#B1 {
  cursor:pointer;
  position: absolute;
  right: 0;
}

#cse-search-box input#TXT {
  border: 1px solid #d2d3d6 !important;
  border-right: none !important;
  height: 17px;
  color: #777;
  position: absolute;
  right: 25px;
  top: 4px;
}

form#formQuickNav select {
  color: #777;
}

.addthis_default_style .at300b, .addthis_default_style .at300m {padding: 2px 2px}
html[lang=ko-kr] h1.logo, html[lang=ko-kr] div.logo-text, html[lang=pt-br]  h1.logo, html[lang=pt-br]  div.logo-text {
	margin: 0;
}

html[lang=ko-kr] #jazin-hlnext, html[lang=pt-br] #jazin-hlnext{
	width: 370px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-left: 3px;
	height: 100%;
}
html[lang=ko-kr] .item511, html[lang=pt-br] .item511{
	background: #ddd url(../images/menu-sep.gif) repeat-x bottom !important;
}
html[lang="lt-lt"] #jazin-hlwrap{display:none !important}
html[lang="lt-lt"] #jazin-wrap{margin-top: 20px}