/* COMMON STYLE
--------------------------------------------------------- */
/* Normal links ---*/

html { 
overflow-y: scroll;
min-height: 100%; margin-bottom: 1px;
}

a { color: #0A4E80; text-decoration: none; }

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

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus { font-weight: bold; }

a.ja-icon-video span { color: #666; }

a.ja-icon-video:hover span { color: #0F85D8; }

a.ja-icon-video:hover,
a.ja-icon-video:focus,
a.ja-icon-video:active { border-color: #ddd; text-decoration: none; }

a.poll-result { font-size: 92%; text-transform: uppercase; }

body {
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.5;
}



body#bd { background: #fff; color: #333; }

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

dd.hits, .hits { line-height:21px; }

dd.create, .createdate {
	background: url(../images/icon-date.gif) no-repeat 0 2px;
	padding: 3px 3px 3px 20px !important;
	line-height: 15px;
}

dd.createdby, .createby {
	/*background: url(../images/icon-user.gif) no-repeat 0 2px;*/
	color: #444;
  font-weight: bold;
border-left: 1px solid #999;
margin-left: 5px !important;
padding-left: 2px !important;
  
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active { display: block; margin: 10px 0; }

/* Advertisement ---*/
div.bannergroup_text div.banneritem_text { border-bottom: 1px dotted #ccc; padding: 5px 0; }

div.bannergroup_text div.banneritem_text a { font-weight: bold; }

/* Rounded Module --- */
div.ja-module h3, div.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;
}

div.ja-module, div.module {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable h3, div.moduletable h3 {
	color: #333;
	margin: 0;
	padding: 1px 0 5px;
	overflow: hidden;
	font-weight: bold;
}

#ja-left.column.sidebar div.ja-moduletable h3, div.moduletable h3 {
font-size: 19px;
}

div.ja-moduletable ul li, div.ja-module ul li { padding-left: 12px; background: none; padding-right: 0 !important; background-position: 2px 8px; }

/* Module list ---*/
div.ja-moduletable ul, div.ja-module ul { margin: 5px 0 0; }

div.ja-moduletable, div.moduletable {
	/*border-bottom: 1px solid #ccc;*/
	margin: 0px;
	padding: 0;
	position: relative;
}

div.ja-moduletable.moduletable_blue h3 {
color: #F70;
font-size: 20px;
padding-top: 0px;
padding-bottom: 0px;
font: normal normal 20px arial;
margin-bottom: 3px;
padding-right: 0;
font-weight: bold;
}

div.ja-moduletable.moduletable_border {
padding: 5px 10px 10px 5px; 
margin-bottom: 20px !important;
}

div.ja-moduletable.moduletable_border h3{
}

ul.categories-module_border li {
/*background: none;*/
padding-left: 0px !important;
margin: 0;
/*float: right;*/
}

ul.categories-module_border li h3 {
margin: 0;
}

ul.categories-module_border li a {
}

/* Logo Text ---*/
div.logo-text { margin-top: 8px; }

div.logo-text h1 a {
	color: #ccc;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

div.module_black .inputbox, div.module_green .inputbox, div.module_blue .inputbox, div.module_red .inputbox { color: #333 !important; }

/* text color for high contrast module */
div.module_black, div.module_green, div.module_blue, div.module_red { color: #fff; }

/* blue */
div.module_blue {
	background: url(../images/bb-br.gif) no-repeat bottom right #0A4E80;
}

div.module_blue .ja-box-bl {
	background: url(../images/bb-bl.gif) no-repeat bottom left;
}

div.module_blue .ja-box-tl {
	background: url(../images/bb-tl.gif) no-repeat top left;
}

div.module_blue .ja-box-tr {
	background: url(../images/bb-tr.gif) no-repeat top right;
}

div.module_blue a { color: #7BA566; }

/* green */
div.module_green {
	background: url(../images/bg-br.gif) no-repeat bottom right #7ba566;
}

div.module_green .ja-box-bl {
	background: url(../images/bg-bl.gif) no-repeat bottom left;
}

div.module_green .ja-box-tl {
	background: url(../images/bg-tl.gif) no-repeat top left;
}

div.module_green .ja-box-tr {
	background: url(../images/bg-tr.gif) no-repeat top right;
}

div.module_green div.bannergroup_text div.bannerheader,
div.module_green div.bannergroup_text div.bannerfooter_text a { color: #ccc; }

/* Blank */
div.module_noborder,
div.module_noborder .ja-box-bl,
div.module_noborder .ja-box-tr,
div.module_noborder .ja-box-tl { background: none; padding: 0; }

/* red */
div.module_red {
	background: url(../images/br-br.gif) no-repeat bottom right #bf0000;
}

div.module_red .ja-box-bl {
	background: url(../images/br-bl.gif) no-repeat bottom left;
}

div.module_red .ja-box-tl {
	background: url(../images/br-tl.gif) no-repeat top left;
}

div.module_red .ja-box-tr {
	background: url(../images/br-tr.gif) no-repeat top right;
}

div.module_text {
	background: url(../images/bt-br.gif) no-repeat bottom right #f6f6f6;
}

div.module_text .ja-box-bl {
	background: url(../images/bt-bl.gif) no-repeat bottom left;
}

div.module_text .ja-box-tl {
	background: url(../images/bt-tl.gif) no-repeat top left;
}

div.module_text .ja-box-tr {
	background: url(../images/bt-tr.gif) no-repeat top right;
}

/* text */
div.module_text h3 {
	clear: both;
	display: block;
	margin: 0 0 10px;
	padding: 0;
	overflow: hidden;
	width: 100%;
	border-bottom: 0;
	background: none;
}

div.module_text span {
	clear: both;
	display: block;
	float: left;
	font-weight: bold;
	padding: 0 3px;
	background: #fff;
}

/* black */
div.moduletable_black {
	background: url(../images/bl-br.gif) no-repeat bottom right #333;
}

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

div.moduletable_black .ja-box-tl {
	background: url(../images/bl-tl.gif) no-repeat top left;
}

div.moduletable_black .ja-box-tr {
	background: url(../images/bl-tr.gif) no-repeat top right;
}

div.moduletable_menu h3 { margin-bottom: 0; }

div.pagination {
background: url(../images/dot1.gif) repeat-x center center;
margin-bottom: 25px;
margin-top: 30px;
}


div.pagination ul a, ul.pagination a {
/*
	background: #f6f6f6;
	border: 1px solid #ccc;
	color: #000;
	line-height: 20px;
	padding: 0 5px;
	text-decoration: none;
*/
margin-left: 0px;
border: 1px solid white;
background: #66C2F1;
border-radius: 5px;
color: white !important;
font-size: 12px;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
}

div.pagination ul a:hover, div.pagination ul a:active, div.pagination ul a:focus {
	background: #0A4E80;
	border: 1px solid #0A4E80;
	color: #fff;
	text-decoration: none;
}

div.pagination ul li, ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div.pagination ul li, ul.pagination li span { padding: 0 18px; line-height: 20px; float: none; background: url(../images/blank.gif);}

/* Pagination ---*/
div.pagination ul, ul.pagination { float: none !important; margin: 15px auto 0 auto; width: 100%; text-align: center;}

/* Poll */
div.poll { padding: 15px 0; }

/* Meta ---*/
dl.article-info { color: #999; width: 100%; margin-bottom: 10px;}

.blog-featured dl.article-info { width: 70%; }

dl.poll {
	border-bottom: 1px dotted #ccc;
	font-size: 92%;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

dl.poll dd { clear: right; }

dl.poll dt { clear: left; width: 100px; }

dl.poll dt, dl.poll dd { float: left; }

fieldset { border: none; padding: 10px 5px; }

fieldset a { font-weight: bold; }

fieldset.input { padding: 0; }

/* FORM
--------------------------------------------------------- */
form label { cursor: pointer; }

form#poll {
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/* Search ---*/
form#searchForm { border-top: 1px solid #ccc; }

.search .word label {	
	padding-right: 5px;
}

.search .word .inputbox {
	margin: 0;
}

.search .word button {
	height: 22px;	
}

#mod-search-searchword.inputbox {
height: 21px;
line-height: 21px;
border-color: #ccc;
border-style: solid;
border-width: 1px;
position: relative;
bottom: 0px;
left: 0px;
vertical-align: center;

-webkit-box-shadow: #fff 1px 1px 2px;
-moz-box-shadow: #fff 1px 1px 2px;
box-shadow: #fff 1px 1px 2px;
background: #fdfdfd;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fdfdfd), to(#E0E0E0));
background: -webkit-linear-gradient(#fdfdfd, #E0E0E0);
background: -moz-linear-gradient(#fdfdfd, #E0E0E0);
background: -ms-linear-gradient(#fdfdfd, #E0E0E0);
background: -o-linear-gradient(#fdfdfd, #E0E0E0);
background: linear-gradient(#fdfdfd, #E0E0E0);
-pie-background: linear-gradient(#fdfdfd, #E0E0E0);

}

/* Search ---*/
form#searchForm { border-top: 1px solid #ccc; padding: 15px 0; }

form.poll .button { margin-right: 5px; }

/* Headings & Titles ---*/
h1 { font-size: 180%; }

h1.componentheading, .componentheading { margin: 0; padding: 0 0 7px; }

/* Logo Image ---*/
h1.logo { height: 79px; width: 207px; }

h1.logo a {
	/*background: url(../images/arvut_logo.jpg) no-repeat left;*/
	display: block;
	height: 65px;
	width: 650px;
}

div.logo a {
	/*background: url(../images/arvut_logo.jpg) no-repeat left;*/
	display: block;
	height: 65px;
	width: 650px;
}


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

div.logo, h1.logo, div.logo-text { float: left; z-index: 1; position: relative; }

div.logo, h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; }

h2 { font-size: 200%; color: #fff; }

h2.contentheading, .contentheading { margin: 0; padding: 0 0 7px; }

h3 { font-size: 125%; }

h3.hide {
/*
	background: url(../images/icon-hide.png) no-repeat 100% 60%;
	cursor: pointer;
*/
}

/* Collapsible h3 ---*/
h3.show {
	/*background: url(../images/icon-show.png) no-repeat 100% 60%;
	cursor: pointer;*/
}

h4 { font-size: 100%; text-transform: UPPERCASE; }

/* Poll Module ---*/
h4.poll-title { margin: 0; padding: 0; }

h5 { font-size: 100%; }

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #ccc;
	height: 1px;
}

input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 3px 5px;
	border: 1px solid #999;
	border-style: solid;
	border-width: 1px;
	border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
	margin-bottom: 0px;
}

/*Inline images ---*/
p.img_caption { color: #999; text-transform: uppercase; }

.readmore {
clear: both;
}

p.readmore a { }

/* Readon links ---*/
p.readmore a, a.readon {
}

p.readmore a:hover, a.readon:hover, 
p.readmore a:active,a.readon:active, 
p.readmore a:focus, a.readon:focus { }

p.site-slogan {
	background: #444;
	color: #999;
	display: block;
	font-size: 85%;
	letter-spacing: 1px;
	margin: 8px 0 0;
	padding: 0 5px;
	text-align: center;
	text-transform: uppercase;
}

small, .small { color: #999; }

/* Small text ---*/
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption, .contenttoc,
p.site-slogan, a.readon, .ja-navhelper, #ja-footer { font-size: 92%; }

span.has-image {
	padding-left: 25px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
}

span.menu-desc {
	display: block;
	font-weight: normal;
	font-size: 92%;
	color: #999;
}

span.menu-title { display: block; }

table.contentpane, table.tablelist { width: 100%; }

table.contentpaneopen {
	/*border: none;
	border-collapse: collapse;
	border-spacing: 0;*/
}

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

/* Content Toc */
table.contenttoc {
	border: 1px solid #ddd;
	float: right;
	margin: 0 0 10px 12px;
	padding: 0;
	width: 30%;
}

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 #ccc;
	text-transform: uppercase;
}

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

td { font-size: 100%; padding: 5px; }

/* Others ---*/
th { font-weight: bold; padding: 5px; text-align: left; }

/* Tables ---*/
thead tr th { background: #333; color: #fff; padding: 5px; }

thead tr th a,
thead tr th a:hover,
thead tr th a:focus,
thead tr th a:active { color: #fff; }

ul.actions { list-style-type: none; margin: 0 !important; }

.article_column { }

.article_row { padding-bottom: 10px; padding-top: 10px; }

.article_separator,
.leading_separator,
.row_separator,
.column_separator { display: none; }

.article-content img { margin: 5px; }

.article-info-term{ display: none !important; }

.article-meta { float: left; padding: 0; width: 70%; }

.article-section, .article-category { color: #999; }

.article-tools {
/*	background: #f6f6f6;
	border: 1px solid #ddd;
	*/
	clear: both;
	color: #999;
	display: block;
	line-height: normal;
	margin: 0 0 10px;
	padding: 5px 0 5px 0px;
	position: relative;
}

/* Badge Module ---*/
.badge {
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	background-image: url(../images/icon-badge.png);
	background-repeat: no-repeat;
}

.badge-hot 	.badge { background-position: 0 0; }

.badge-new 	.badge { background-position: 0 -46px; }

.badge-pick .badge { background-position: 0 -92px; }

.badge-top 	.badge { background-position: 0 -138px; }

/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.blog p img { float: left; padding: 0 0 10px; }

.blog_more {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 0 5px;
}

.blog_more h2 {
	font-size: 115%;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.blog_more ul li {
	background: url(../images/bullet.gif) no-repeat 5px 6px;
	padding-left: 15px;
}

.blog-featured .contentheading { font-size: 125%; }

.button {
font-weight: bold;
font-size: 14px;
color: #555;
}

.button:hover, .button:focus { background: #ccc; }

.buttonheading { float: right; }

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

.category { font-size: 110%; font-weight: bold; }


.cat-list-row1,
.cat-list-row12,
tr.cat-list-row1 td,
tr.cat-list-row2 td { padding: 5px; }

.cat-list-row0:hover,
.cat-list-row1:hover,
.cat-list-row2:hover { background: #ffffcc; }

.cat-list-row2,
tr.cat-list-row2 td { background-color: #f6f6f6; }

.checkbox { }

.column ol li { line-height: 180%; margin-left: 30px; }

/* Content spacing ---*/
.column p, .column pre, .column blockquote,
.column h1, .column h2, .column h3, .column h4, .column h5, .column h6,
.column ol, .column ul { margin: 8px 0; padding: 0; }


.column p {font-size: 14px; line-height: 20px;}
.column p a { text-decoration: underline; font-weight: normal !important;}

/* List ---*/
.column ul li { }
.item-page h2 {
  margin-top: 22px;
  margin-bottom:0;
}

.column div.ja-moduletable, .column div.moduletable, .column div.ja-module, .column div.module {
margin: 10px;
}

.column_separator { padding: 0 25px; }

.componentheading { font-size: 200%; }

.contact_email { margin: 0 0 10px; }

.contact_email label { font-weight: bold; display: block; }

.contact_email_checkbox { margin: 15px 0; }

.contentdescription { border-bottom: 1px solid #ccc; }

.contentdescription {
	border-bottom: 1px solid #ccc;
	display: block;
	margin: 0 -15px;
	padding: 10px 15px;
}

.contentdescription p { margin: 0; }

.contentheading { font-size: 225%; }

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	line-height: 1.2;
}
.contentpaneopen_edit img { vertical-align: middle; }

.counter {
	float: right;
	line-height: 1;
	margin: 15px 0 !important;
	text-align: right;
	width: 24%;
}

.counter span {
	background: #0A4E80;
	border: 1px solid #0A4E80;
	color: #fff;
	padding: 1px 5px;
}

.custom_banner { float: left; display: block; margin-top: 10px; }

.form-register .button { margin-left: 140px; }

.form-register .inputbox { margin-left: 10px; width: 200px; }

/* Register ---*/
.form-register fieldset { padding: 0 0 10px; }

.form-register label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}

.form-register p { margin: 0 0 5px; }

.form-register p.form-des { margin: 15px 0; }

.hasTip img { border: none; margin: 0 5px 0 0; }

.img_caption { color: #999; margin-bottom: 10px; }

.img_caption img { margin: 5px 0 0; padding: 0 0 10px; }

.img_caption p {
	background: #333;
	border-top: 1px solid #fff;
	color: #ccc;
	margin: 0;
	padding: 1px 0;
	text-align: center;
}

.inputbox { border: 1px solid #ccc; background: #fff; }

.inputbox:hover, .inputbox:focus { background: #ffffcc; }

/*
.items-more {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
*/

.items-more h3 { text-transform: uppercase; }

.ja-box { padding-bottom: 10px; padding-top: 10px; }

.ja-box-bl {
	background: url(../images/b-bl.gif) no-repeat bottom left;
}

.ja-box-br {
	background: url(../images/b-br.gif) no-repeat bottom right #fff;
}

.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-tl {
	background: url(../images/b-tl.gif) no-repeat top left;
	padding: 0 15px 10px;
}

.ja-box-tr {
	background: url(../images/b-tr.gif) no-repeat top right;
}

.ja-breadcrums {
	float: left;
	margin-left: 10px;
	margin-top: 2px;
	width: 80%;
}

.ja-col { }

/* @end */
/* SIDE COLUMNS
--------------------------------------------------------- */
.ja-colswrap { }

/* Content Bottom ---*/
.ja-content-bottom { }

.ja-content-bottom .ja-moduletable, .ja-content-bottom .ja-module { margin-left: 0; margin-right: 0; }

/* Content Main ---*/
.column .ja-content-main h1{color: #4c4c4c; margin-top:40px}
.column .ja-content-main p { font-size: 1.25em; color: #333; line-height: 22px; margin-bottom: 24px}
.column .ja-content-main ul{margin-bottom: 24px}
.column .ja-content-main ul li{font-size: 1.25em; color: #333; line-height: 22px; margin-bottom: 0px}
/* Content Top ---*/
.ja-content-top { }

.ja-content-top .ja-moduletable, .ja-content-top .ja-module { margin-left: 0; margin-right: 0; }

.ja-copyright { float: right; text-align: left; width: 75%; }

.ja-footnav li {
	border-left: 1px solid #999;
	display: block;
	float: left;
	padding: 0 10px;
}

.ja-footnav li a {
	color: #666;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.ja-footnav li a:hover, .ja-footnav li a:focus, .ja-footnav li a:active { color: #333; }

.ja-footnav ul { float: left; line-height: normal; }

/* Header mask ---*/
.ja-headermask {
display: block;
	height: 80px;
	position: absolute;
	right: -1px;
	top: 0;
	width: 602px;
	z-index: 0;
}

/* Extras ---*/
.ja-links { float: right; margin-top: 2px; }

.ja-links li { background: none; padding: 0; display: inline; }

.ja-links li.layout-switcher a { background: #0A4E80; color: #fff; text-decoration: none; }

.ja-links li.layout-switcher a:hover { background: #666; color: #fff; text-decoration: none; }

.ja-links li.top a {
	background: url(../images/arrow2.png) no-repeat 5px center;
	padding-left: 17px !important;
	padding-right: 5px !important;
}

.ja-links li.top a:hover { background-color: #0A4E80; }

.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-mass-bottom { }

.ja-mass-bottom .ja-moduletable, .ja-mass-bottom .ja-module { margin-left: 0; margin-right: 0; }

/* Mass ---*/
.ja-mass-top { margin-top: 0px; }

.ja-mass-top .ja-moduletable, .ja-mass-top .ja-module {
margin-left: 0; margin-right: 0;
border-bottom: none;
padding: 0;
margin-top: 0;
}

.jamod-content p{ margin: 0; }

.jitem-title { font-size: 110%; font-weight: bold; }

.leading {
	padding-bottom: 10px;
	padding-top: 10px;
	min-height: 170px;
}

.login_form .button { margin-left: 140px; }

.login_form .inputbox { margin-left: 10px; width: 150px; }

.login_form .remember .inputbox { width: 20px; }

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

.main { }

.modifydate { color: #999; display: block; margin: 10px 0; }

.pagenavbar { font-weight: bold; }

.pagenavcounter { margin: 15px 0 !important; text-align: center; }

.pagination a{ font-weight: bold; }

.radio { margin: 0 5px; }

.results h4 { text-transform: none; font-size: 110%; }

.results h4 {
	text-transform: none;
	font-size: 110%;
	margin: 15px 0 0;
}

.results p { margin: 0 0 10px; }

.search fieldset { border: 1px solid #ccc; margin: 15px 0; padding: 10px; }

.search legend {
	font-size: 100%;
	font-weight: bolder;
	line-height: 1.2;
	margin-left: 10px;
}

.searchintro { border-bottom: 1px solid #ccc; }

.searchintro { border-bottom: 1px solid #ccc; }

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

.sectiontableheader {
	background: #333;
	border: 1px solid #ccc;
	color: #fff;
	padding: 5px;
}

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

.smalldark { text-align: left; }

.sortby { font-size: 92%; margin: 10px 0 5px; }

.sortby .display { float: right; text-align: right; }

.sortby .filter, .sortby .display { float: left; width: 40%; }

.tool-text { font-size: 100%; margin: 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;
}

/* User ---*/
.user-details { padding: 10px 0; }

.user-details .button { margin-left: 140px; }

.user-details .inputbox { margin-left: 10px; width: 200px; }

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

.user-details label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}

.user-details p { margin: 0 0 5px; }

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
.wrap { }

/* -- EDITOR STYLES ----------------------------- */
#adminForm fieldset {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
}

#adminForm fieldset legend { padding: 0 5px; }

/* Article index */
#article-index {
	border: 1px solid #dedede;
	float: right;
	margin: 0 0 10px 12px;
	padding: 0;
	width: 30%;
}

#article-index li {
	border-bottom: 1px dotted #dedede;
	background: none;
	padding-left: 10px;
}

#article-index li  a{ font-size: 11px; }

#article-index ul { list-style-type: none !important; }

/* Contact ---*/
#component-contact #emailForm { border-top: 1px solid #ccc; }

#component-contact #emailForm { border-top: 1px solid #ddd; padding-top: 15px; }

/* Contact ---*/
#component-contact address { font-style: normal; }

#contact-slider { float: none; border-bottom: 1px solid #e2e2b5; }

#contact-slider .content { border: 1px solid #e2e2b5; padding: 8px 10px; }

#contact-slider .jpane-toggler-down { background: #333333; }

#contact-slider .jpane-toggler-down a { color: #fff; }

#contact-slider .title {
	padding: 8px 10px;
	border-top: 1px solid #e2e2b5;
	border-left: 1px solid #e2e2b5;
	border-right: 1px solid #e2e2b5;
	margin: 0;
}

#contact-slider dt.closed { background: #ffffcc; }

#form-login .button { margin: 10px 0; }

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

#form-login ul { margin: 0 !important; padding: 0; }

#form-login-remember input { border: none; padding-top: 0px; padding-bottom: 0px; }

#form-login-username .inputbox, #form-login-password .inputbox { width: 90%; }

/* Login Module ---*/
#form-login-username .inputbox,
#form-login-password .inputbox {
	background-position: 5px center;
	background-repeat: no-repeat;
	font-weight: bold;
}

#ja-absolute .main {
	position: fixed;
	width: auto;
	height: auto;
	z-index: 99999;
	top: 1px;
	left: 1px;
}

#ja-absolute .main a {
	width: 91px;
	height: 99px;
	overflow: hidden;
	display: block;
	background: url(../images/joomla15.png) no-repeat left top #fff;
	text-indent: -9999px;
}

#ja-absolute .main a:hover,
#ja-absolute .main a:focus { background-position: left bottom; }

/* Bot spotlight ---*/
#ja-botsl { background: #eeeeec; color: #999; margin-top: 20px;}

#ja-botsl .ja-moduletable, #ja-botsl .moduletable { border-bottom: 0; margin-bottom: 0; }

#ja-botsl .main { padding: 0; width: 1020px}

#ja-botsl h3 {
	margin: 0 0 8px;
	padding: 0;
	color: #fff;
	background: none;
}

#ja-container {
	position: relative;
	z-index: 5;
}

/* Full */
#ja-container { }

#ja-container .main { 
padding: 35px 0 0 0;
min-height: 300px;
}

.body-frontpage #ja-container .main, .body_arvut_tv_live #ja-container .main { 
padding: 10px 0 0 0;
min-height: 300px;
}

#ja-container div.module_black h3,
#ja-container div.module_green h3,
#ja-container div.module_blue h3,
#ja-container div.module_red h3 { color: #fff; }

#ja-container div.module_black ul li a,
#ja-container div.module_green ul li a,
#ja-container div.module_blue ul li a,
#ja-container div.module_red ul li a { color: #fff; }

#ja-container div.module_black ul li a:hover,
#ja-container div.module_black ul li a:active,
#ja-container div.module_black ul li a:focus,
#ja-container div.module_green ul li a:hover,
#ja-container div.module_green ul li a:active,
#ja-container div.module_green ul li a:focus,
#ja-container div.module_blue ul li a:hover,
#ja-container div.module_blue ul li a:active,
#ja-container div.module_blue ul li a:focus,
#ja-container div.module_red ul li a:hover,
#ja-container div.module_red ul li a:active,
#ja-container div.module_red ul li a:focus { color: #0A4E80; }

#ja-container div.module_blue #form-login ul li a:hover,
#ja-container div.module_blue #form-login ul li a:active,
#ja-container div.module_blue #form-login ul li a:focus { color: #7BA566; }

#ja-container div.module_blue ul.menu li.active > a,
#ja-container div.module_red ul.menu li.active > a { color: #000 !important; }

/* Default Joomla! Menu ---*/
#ja-container ul.menu { margin: 0; padding: 0; }

#ja-container ul.menu li {
	background: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#ja-container ul.menu li a {
	color: #333;
	display: block;
	outline: none;
	padding: 6px 0;
	text-decoration: none;
	text-indent: 5px;
        border-bottom: 1px dotted #ccc;
}

#ja-container ul.menu li a:hover,
#ja-container ul.menu li a:active,
#ja-container ul.menu li a:focus { color: #0A4E80; background: #f6f6f6; }

#ja-container ul.menu li li {
	background: url(../images/arrow.png) no-repeat left 11px;
}

#ja-container ul.menu li li a:hover,
#ja-container ul.menu li li a:active,
#ja-container ul.menu li li a:focus { color: #0A4E80 !important; background: none; }

#ja-container ul.menu li ul { margin: 0 0 0 10px; }

#ja-container ul.menu li.active > a { color: #0A4E80; font-weight: bold; }

#ja-container ul.menu span.separator { display: none; }

/* Full right */
#ja-container.ja-l1 { }

/* 3 Columns - Classic Layout ---*/
#ja-container.ja-l1r1 { }

/* Full left */
#ja-container.ja-r1 { }

#ja-contentwrap { }

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	clear: both;
	padding: 20px 0;
	display: none;
}

/* Foot Links ---*/
#ja-footer .ja-footnav {
	float: right;
	font-size: 100%;
	margin: 0 0 10px;
	overflow: hidden;
	position: relative;
	width: 75%;
}

#ja-footer .ja-footnav li:first-child { margin-left: -10px; border-left: none; }

#ja-footer .main {
	color: #666666;
	padding: 0;
	position: relative;
}

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

/* HEADER
--------------------------------------------------------- */
#ja-header { background: url(../images/header_pattern.png); position: relative; z-index: 10; }

#ja-header .main {
	height: 100px;
	padding: 20px 0;
	width: 980px;
	background: url(../images/header_pattern.png);
}

#ja-header .main .main-inner1{
	margin-left: 0px;
	margin-right: 0px;
        height: 100%;
}

/* Left Columns ---*/
#ja-left .ja-l2 { }

#ja-left ul.menu img, #ja-right ul.menu img { display: none; }

#ja-main .inner { padding-left: 5px; padding-right: 30px;}

/* MAIN COLUMN
--------------------------------------------------------- */
#ja-mainbody { margin-top: 22px; }

/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav {
	/*
	background: url(../images/grad1-mask.png) repeat-x top #444;
	border-top: 1px solid #666;
	*/
	line-height: 1;
	position: relative;
	z-index: 9999;
	background: url(../images/header_pattern.png);
}

#ja-mainnav .main { 
font-size: 16px;
/*background: url(../images/grad1-mask.png) repeat-x top #444;*/
background: #f6f6f6;
width: 980px;
background-image: none;
margin: 15px 0;
clear: both;
margin: 0 auto 0;
min-height: 30px;
padding: 0;
position: relative;
color: #000;
border: 1px solid #ddd;
border-bottom: none;
font-weight: bold;
}

/* Breadcrumbs ---*/
#ja-navhelper {
	background: #f6f6f6;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}

#ja-navhelper .main { padding: 5px 0; }

#ja-navhelper a { padding: 0 2px; color: #0A4E80; text-decoration: none; }

#ja-navhelper a:hover, .ja-navhelper a:active, .ja-navhelper a:focus {
	color: #333;
	text-decoration: none;
	background-color: #0A4E80;
}

#ja-poweredby {
	position: absolute;
	left: 0px;
	top: 25px;
	display: block;
	margin: 0 0 5px;
}

#ja-poweredby a, #ja-poweredby a:hover, #ja-poweredby a:active, #ja-poweredby a:focus { text-decoration: none; }

/* Right Columns ---*/
#ja-right .ja-r2 { }


#ja-search .button {
	background: url(../images/search_lens_icon.png) no-repeat center left transparent;	
	border-style: none;
	border-width: 0;
	color: transparent !important;
	height: 26px;
	width: 26px;
	font-size: 0em !important;
	overflow: hidden;
	cursor: pointer;
	line-height: 0 !important;
	text-align: left;
	clear: none;
  padding-top: 13px;
  position: absolute;
  left: 5px;
}

/*#ja-search .button:hover {
	background: url(../images/find-mouseOver.gif) no-repeat center left transparent;
}*/

#ja-search .inputbox {	
	/*width: 200px;
	border: 1px solid #333*/
	padding: 1px;
	color: #777;
	background: white;
	font-size: 14px;
	/*font-weight: bold;*/
  padding-left: 28px;
	padding-right: 19px;
  width: 170px;
	}

/* Search Module ---Levon
 #ja-search {
	padding-left: 20px;
	background: url(../images/icon-search.gif) no-repeat center left;
	position: absolute;
	top: 10px;
	right: 15px;
	float: right;
}


#ja-search .button {
	 
	font-weight: normal;
	border: 1px solid #ccc;
	color: #555;
	
	font-size: 0px;
	border: none !important;
 	background: url(../images/find-def.gif) no-repeat center left;

	padding: 12px;
	margin-right: -5px;
	margin-top: 0px;
	text-transform: none;
	
	height: 26px;
	

}

#ja-search .inputbox {
	width: 200px;
	border: 1px solid #333;
	padding: 1px 1px;
	color: #555;
	background: transparent;
	font-size: 100%;
	height: 20px;
	/*font-weight: bold;*/
	}

*/
#ja-search .inputbox:hover, #ja-search .inputbox:focus { }

#ja-search label { display: none; }

/* Sub Nav ---*/
#ja-subnav {
	position: relative;
	z-index: 9;
	height: 0;
	display: block;
}

#ja-subnav .main { line-height: 1; z-index: 10; }

#ja-subnav li {
	background: none;
	border-left: 1px dotted #999;
	display: block;
	float: left;
	padding: 0 10px 0 11px;
	margin: 0;
}

#ja-subnav li.first-item { border-left: 0; }

#ja-subnav ul { overflow: hidden; }

#ja-subnav ul li a { color: #ccc; display: block; text-decoration: none; }

#ja-subnav ul li a:hover { color: #fff; }

/* Sub Nav (lv2) ---*/
#ja-subnav ul li ul {
	background: #ddd;
	border: 1px solid #ccc;
	display: block;
	height: auto;
	left: -999em;
	padding: 0;
	position: absolute;
}

#ja-subnav ul li ul li {
	border-bottom: 1px solid #ccc;
	border-left: 0;
	display: block;
	float: none;
	overflow: hidden;
	padding: 5px;
	text-align: left;
}

#ja-subnav ul li ul li a {
	background-image: none !important;
	border: 0 !important;
	color: #333 !important;
	font-weight: normal !important;
	text-decoration: none !important;
}

#ja-subnav ul li ul li a span.menu-title { padding-top: 3px; padding-bottom: 3px; }

#ja-subnav ul li ul li a.active {
	color: #0A4E80;
	font-weight: bold !important;
}

#ja-subnav ul li ul li a:hover {
	background-image: none !important;
	color: #0A4E80 !important;
	text-decoration: underline !important;
}

#ja-subnav ul li.active a,
#ja-subnav ul li.active a:hover,
#ja-subnav ul li.active a:active,
#ja-subnav ul li.active a:focus {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#ja-subnav ul li.empty { visibility: hidden; }

#ja-subnav ul li.haschild a {
	background: url(../images/arrow.png) no-repeat right center;
	padding-right: 12px;
}

#ja-subnav ul li.haschild a:hover {
	background: url(../images/arrow3.png) no-repeat right center;
}

#ja-subnav ul li.haschild li a, #ja-subnav ul li.hover li a { background: none; padding-right: 0; }

#ja-subnav ul li.hover ul {
	display: block;
	height: auto;
	left: auto;
	position: absolute;
	margin-top: 3px;
	margin-left: 5px;
}

#ja-subnav ul.active { }

#ja-subnav ul.active li a { color: #ccc; }

#ja-subnav ul.active li a:hover { color: #fff; }

/* Top spotlight ---*/
#ja-topsl {
	/*
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	*/
	background: url(../images/header/head-grad.jpg) repeat-x;
	color: #ccc;
	margin-bottom: -13px;
}

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl .ja-box, #ja-botsl .ja-box {
	padding: 0;
	background: url(../images/dot3.gif) repeat-y right;
}

#ja-topsl .ja-box-right, #ja-botsl .ja-box-right,
#ja-topsl .ja-box-full, #ja-botsl .ja-box-full { background: none; }

#ja-topsl .ja-moduletable, #ja-botsl .ja-moduletable {
	border-bottom: 0;
/*	margin-bottom: 8px;*/
	padding-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

#ja-topsl .main { padding: 10px 0 0 0; height: 350px;}

#ja-topsl a, #ja-botsl a {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

#ja-topsl a:hover, #ja-topsl a:active, #ja-topsl a:focus,
#ja-botsl a:hover, #ja-botsl a:active, #ja-botsl a:focus {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#ja-topsl h3 {
	margin: 0 0 8px;
	padding: 0;
	color: #fff;
	background: none;
}

#ja-topsl li, #ja-botsl li {
	background-image: url(../images/bullet2.gif);
	background-position: 1px 8px;
	padding-left: 10px;
	background-repeat:no-repeat;
}

#ja-topsl ol li, #ja-botsl ol li { margin-left: 25px; padding: 0 !important; }

#ja-topsl ul, #ja-topsl p, #ja-topsl ol,
#ja-botsl ul, #ja-botsl p, #ja-botsl ol { padding: 0; margin: 0 !important; }

/* Contact ---*/
#component-contact #emailForm { border-top: 1px solid #ccc; }

.contact-form #jform_contact_emailmsg, .contact-form input { width:210px; }

.contact-form #jform_contact_email_copy { width: 13px; }

.jicons-icons img { float: left; padding-right:5px; }

/* Advertisement ---*/
.bannergroup_text {  
	color: #999999;
    font-size: 92%;
}

.bannergroup_text .banneritem {
    border-bottom: 1px dotted #CCCCCC;
    padding: 5px 0;
}

.bannergroup_text .banneritem a {
    font-weight: bold;
}

.img_caption.left { margin-top: 0; }
#slideshow .slide-container {
overflow: hidden;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}

body {
/*background: white url(../images/flag-ltr.gif) no-repeat center top !important;*/
}

#jasdl-mainnav a.menu_hl {
	color: #fea432;
	font-weight: bold;	
}

div.mod-languages a, div.mod-languages_bot a {
font-size: 14px;
color: #06c;
}

.add_this_div {
margin-top: 65px;
clear: both;
}

div.ja-module h3, div.module h3 {
border-bottom: none;
}

h3.hide {
background: none;
cursor: pointer;
}

h3.show {
background: none;
cursor: pointer;
}

.pathway {
text-decoration: none;
}

.breadcrumbs.pathway {
width: 100%;
}

.roundbox, .ja-moduletable {
}

.roundbox.lightblue {
background: #00AEEF;
}

css3-containter {
direction: ltr !important;
}

#mod-search-searchword.inputbox, select.inputbox {
clear: none;
font-family: Arial, Helvetica, Verdana, sans-serif;
}

#mod-search-searchword.inputbox {

}

select.inputbox {
border: 1px solid #777;
}

.search fieldset {
border: 1px solid #ccc;
}

form.subscription {
background: #f6f6f6;
color: white;
padding: 0px 8px 0px 10px;
font-size: 15px;
}

form.subscription tbody {
padding-left: 0px;
}

form.subscription table {
width: 290px;
}

form.subscription tr td {
padding: 0px 0 4px 13px;
color: #444;
}

form.subscription tr td p {
color: #777;
font-size: 12px;
padding: 0;
margin: 0;
font-weight: bold;
}

form.subscription tr td h3 {
padding-right: 5px;
}

form.subscription tr td input {
float: left;
color: #888;
font-family: Arial, Helvetica, Verdana, sans-serif;
}

form.subscription tr td input.username, form.subscription tr td input.email {
width: 93%;
font-size: 13px;
}

form.search {
padding: 60px 0;
text-align: left;
width: 219px;
/*-webkit-box-shadow: #666 1px 1px 2px;*/
-moz-box-shadow: #666 1px 1px 2px;
background: transparent;
/*box-shadow: #666 1px 1px 2px;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fdfdfd), to(#E0E0E0));
background: -webkit-linear-gradient(#fdfdfd, #E0E0E0);
background: -moz-linear-gradient(#fdfdfd, #E0E0E0);
background: -ms-linear-gradient(#fdfdfd, #E0E0E0);
background: -o-linear-gradient(#fdfdfd, #E0E0E0);
background: linear-gradient(#fdfdfd, #E0E0E0);
-pie-background: linear-gradient(#fdfdfd, #E0E0E0);
*/
padding: 1px !important;
font-size: 14px;
color: #444;
}

.mod-languages select.inputbox {
left: auto;
right: 0;
background: #eee;
color: #1F4379;
font-weight: bold;
top: 5px;
float: right;
z-index: 99;
position: absolute;
border: none !important;
/*
filter:alpha(opacity=70);
-moz-opacity:0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
*/
font-size: 14px;
width: 80px;
padding: 0;
}

.mod-languages_bot select.inputbox {
left: -99px;
right: auto;
background: #333;
color: #fff;
font-weight: bold;
top: -175px;
float: right;
z-index: 99;
position: relative;
border: transparent !important;
font-size: 12px;
width: 60px;
padding: 0;
}

.cat-children {
display: none;
}

.ja-mass-top .ja-moduletable .ja-box-ct {

}

div.ja-moduletable {
margin-bottom: 20px;
}

.category-desc {
padding-bottom: 10px;
}

.category-desc p {
font-size: 14px !important;
font-weight: bold !important;
color: #666 !important;
line-height: 20px !important;
}

dl.article-info dd, dl.article-info dt {
padding: 0;
}

h2.contentheading {
margin-bottom: 0;
}

div.item.column-1 {
border-bottom: 1px solid #F5F5FA;;
}

div.custom_blue {
margin: 0;
padding: 0;
}

.wgPicasa table tbody tr td {
padding: 14px;
}

.wgPicasa table tbody tr td a img {
-webkit-box-shadow: #888 1px 5px 5px 1px;
box-shadow: #888 1px 5px 5px 1px;
-moz-box-shadow: #888 1px 5px 5px 1px;
margin-bottom: 5px;
}

/*
.blog, .item-page {
width: 95%;
}
*/

#ja-left .ja-colswrap {
float: left;
width: 95%;
}

.gkTabItem {
padding: 0;
}

.gkTabs.top {
float: right;
}

.gkTabItemSpace {
padding: 0;
}

ul.gkTabs li span {
height: 20px;
line-height: 18px;
font-size: 12px;  
padding: 0 5px 0 5px;
}

.yt_facebook-nav {
border:2px solid #e0e9e4;
 width:300px !important;
 z-index:10;
 height: 319px;
 overflow: hidden;
 position:relative;
 top:-1px;
 margin-top: 10px;
}

.yt_facebook-nav iframe{
  left:-1px;
  overflow:hidden;
  position:relative;
  top:-1px;
}

ul.menu#top_services {
left: auto;
right: 100px;
background: transparent;
top: 5px;
z-index: 99;
position: absolute;
font-size: 14px;
padding: 0;
}

ul.menu#top_services li {
float: left;
padding: 0 10px 0 10px;
}

ul.menu#top_services li a {
font-size: 14px;
color: #1F4379;
font-weight: bold;
}

.item-page_wide {
width: 950px;
margin-left: auto;
margin-right: auto;
left: -10px;
position: relative;
}

.ja-megamenu ul.level0 li.haschild a.mega span.menu-title, .ja-megamenu ul.level0 li.haschild-over a.mega span.menu-title {
background: none !important;
padding-right: 0 !important;
}

.bold_item {
  font-weight: bold;
}

#ja-left .ja-l1 .ja-col, #ja-right .ja-r1 .ja-col {
background: #f6f6f6;
}

#ja-left.column .avPlayerWrapper .avPlayerContainer {
padding: 0 !important;
margin: 0 !important;
}

#ja-botsl .moduletable_footnav {
background: #eeeeec !important;
margin-right: 2px;
float: right;
height: 185px;
width: 810px;
}

#ja-botsl .moduletable_footnav_main {
background: #4d4d4d !important;
width: 187px;
float: right;
z-index: 1;
margin-left: 3px;
margin-right: 0;
height: 185px;
direction: rtl;
}

#ja-botsl .moduletable_footnav li, #ja-botsl .moduletable_footnav_main li {
float: right;
width: 158px;
background-image: none;
margin-left: 3px;
padding-top: 12px;
}

#ja-botsl .moduletable_footnav_main li {
width: 187px;
background: url(../images/arvut_logo_small.png) no-repeat #333;
background-position: 101px 5px;
}

#ja-botsl .moduletable_footnav li a, #ja-botsl .moduletable_footnav_main li a  {
border: none;
font-weight: bold;
color: #fff;
font-size: 12px;
margin-right: 5px;
line-height: 24px;
}

#ja-botsl .moduletable_footnav li a:hover, #ja-botsl .moduletable_footnav_main li a:hover  {
text-decoration: underline;
}

#ja-botsl .moduletable_footnav_main li a {
color: transparent;
}

#ja-botsl .moduletable_footnav li ul li a, #ja-botsl .moduletable_footnav_main li ul li a {
font-size: 11px;
font-weight: normal;
margin: 0;
line-height: 16px;
}

#ja-botsl .moduletable_footnav_main li ul li a {
padding-right: 7px;
color: #fff;
}

#ja-botsl .moduletable_footnav li ul li {
margin: 0;
background: #eeeeec !important;
padding-top: 0;
line-height: 16px;
}

#ja-botsl .moduletable_footnav_main li ul li {
margin: 0;
background: #4d4d4d !important;
padding-top: 0;
line-height: 16px;
}

/* main */
#ja-botsl .moduletable_footnav li.item-126 {
background: #739fd0;
display: none;
}

#ja-botsl .moduletable_footnav li.item-126 ul li a {
color: #739fd0;
padding-right: 5px;
}

/* ideology */
#ja-botsl .moduletable_footnav li.item-104 {
background: #2D9DA4;
}

#ja-botsl .moduletable_footnav li.item-104 ul li a {
color: rgb(46,52,54);
}

/* events & lectures */
#ja-botsl .moduletable_footnav li.item-341 {
background: #fdd400;
}

#ja-botsl .moduletable_footnav li.item-341 ul li a {
color: #fdd400;
color: #99691a;
}

/* round table */
#ja-botsl .moduletable_footnav li.item-105 {
background: #3565a5;
}

#ja-botsl .moduletable_footnav li.item-105 ul li a {
color: #3565a5;
}

/* Arvut TV */
#ja-botsl .moduletable_footnav li.item-106 {
background: #555752;
}

#ja-botsl .moduletable_footnav li.item-106 ul li a {
color: #555752;
}

/* Current events */
#ja-botsl .moduletable_footnav li.item-309 {
background: rgb(143,89,2);
}

#ja-botsl .moduletable_footnav li.item-309 ul li a {
color: rgb(143,89,2);
}

/* finance */
#ja-botsl .moduletable_footnav li.item-300 {
 background: #ad7ea8;
}

#ja-botsl .moduletable_footnav li.item-300 ul li a {
color: #ad7ea8;
}

/* education */
#ja-botsl .moduletable_footnav li.item-310 {
 background: #4e9a14;
}

#ja-botsl .moduletable_footnav li.item-310 ul li a {
color: #4e9a14;
}

/* family */
#ja-botsl .moduletable_footnav li.item-307 {
 background: #fcae3f;
}

#ja-botsl .moduletable_footnav li.item-307 ul li a {
color: #ce5c00;
}

/* science */
#ja-botsl .moduletable_footnav li.item-308 {
 background: #a41205;
 display: none;
}

#ja-botsl .moduletable_footnav li.item-308 ul li a {
color: #a41205;
}

#ja-botsl .moduletable_footnav li.item-426 {
display: none;
}
/* about-us */
#ja-botsl .moduletable_footnav li.item-103 {
display: none;
}

#ja-botsl .moduletable_footnav li.item-470 {
background: #f57900;
}

#ja-botsl .moduletable_footnav li.item-470 ul li a {
color: #f57900;
}
/*haim hadashim*/
#ja-botsl .moduletable_footnav li.item-523{
background: #a41205;
}
#ja-botsl .moduletable_footnav li.item-523 ul li a {
color: #a41205;
}
/*mihlala*/
#ja-botsl .moduletable_footnav li.item-521{
background: #4e9a14;
}
#ja-botsl .moduletable_footnav li.item-521 ul li a {
color: #4e9a14;
}

/* main */
ul#jasdl-subnav126 {
background: #739fd0;
visibility: hidden;
display: none;
}

ul#jasdl-subnav126 li a {
color: #739fd0;
padding-right: 5px;
visibility: hidden;
display: none;
}

/* ideology */
ul#jasdl-subnav104 {
background: #2D9DA4;
}

ul#jasdl-subnav104 li a {
color: rgb(46,52,54) !important;
}

ul#jasdl-subnav104 li a.active {
color: #fff !important;
}

/* about-us */
ul#jasdl-subnav103 {
background: rgb(0,133,204);
}

ul#jasdl-subnav103 li a {
color: rgb(46,52,54) !important;
}

ul#jasdl-subnav103 li a.active {
color: #fff !important;
}
/* events & lectures */
ul#jasdl-subnav341 {
background: #fdd400 !important;
}

ul#jasdl-subnav341 li a {
color: #333 !important;
}

/* round table */
ul#jasdl-subnav105, ul#jasdl-subnav157, ul#jasdl-subnav254 {
background: #3565a5;
}

ul#jasdl-subnav105 li a, ul#jasdl-subnav157 li a, ul#jasdl-subnav254 li a {
color: #c0c0d9 !important; 
}

ul#jasdl-subnav105 li a.active, ul#jasdl-subnav157 li a.active, ul#jasdl-subnav254 li a.active {
color: #66c2f1 !important; 
}

/* Arvut TV */
ul#jasdl-subnav106, ul#jasdl-subnav106 li a.active, ul#jasdl-subnav106 li a:hover {
background: #555752;
color: #fff !important;
}

ul#jasdl-subnav106 li a {
color: #66c2f1 !important;
}

/* Current events */
ul#jasdl-subnav309 {
background: rgb(143,89,2);
padding-right: 185px !important;
}

ul#jasdl-subnav309 li a {
color: #ccc !important;
} 

ul#jasdl-subnav309 li a.active {
color: #fff !important;
}

/* finance */
ul#jasdl-subnav300 {
 background: #ad7ea8;
padding-right: 380px !important; 
}

ul#jasdl-subnav300 li a {
font-weight: normal;
}

ul#jasdl-subnav300 li a.active {
color: #fff !important;
}

/* education */
ul#jasdl-subnav310 {
 background: #4e9a14;
padding-right: 377px !important;  
}

ul#jasdl-subnav310 li a {
color: #333 !important;
}

ul#jasdl-subnav310 li a.active {
color: #fff !important;
}

/* family */
ul#jasdl-subnav307 {
 background: #fcae3f;
 padding-right: 336px !important;  
}

ul#jasdl-subnav307 li a {
color: #333 !important;
}

ul#jasdl-subnav307 li a.active {
color: #fff !important;
}

/* science */
ul#jasdl-subnav308 {
 background: #a41205;
 margin-left: 0px;
 padding-right: 525px !important;   
}

ul#jasdl-subnav308 li a {
color: #bbb !important;
}

ul#jasdl-subnav308 li a.active {
color: #fff !important;
}

/* events & lectures */
ul#jasdl-subnav341 {
background: #edd400;
padding-right: 310px !important;
}

ul#jasdl-subnav341 li a {
color: #333 !important;
}

/* games */
ul#jasdl-subnav470 {
background: #f57900;
padding-right: 566px !important;
}

ul#jasdl-subnav470 li a {
color: #333 !important;
}

.blog-frontpage .category-desc p, .blog-frontpage .category-desc p span,
.blog-featured-frontpage .category-desc p, .blog-featured-frontpage .category-desc p span {
margin-bottom: 0;
color: #000 !important;
font-size: 21px !important;
}

.blog-frontpage .items-row, .blog-featured-frontpage .items-row {
padding-top: 5px;
padding-bottom: 10px;
vertical-align: top;
}

.blog-frontpage .items-row img, .blog-featured-frontpage .items-row img {
padding-top: 0px; 
padding-left: 15px;
padding-bottom: 15px;
}

.blog-frontpage .items-row.cols-1.row-0, .blog-featured-frontpage .items-row.cols-1.row-0 {
margin-top: 0;
padding-top: 0;
}

.blog-frontpage h2.contentheading, .blog-featured-frontpage h2.contentheading {
font-size: 240%;
}

dd.parent-category-name {
border-left: 1px solid #999;
margin-left: 5px !important;
padding-left: 2px !important;
}

dd.parent-category-name a {
color: #a40000;
}

dd.category-name {
border-left: 1px solid #999;
margin-left: 5px !important;
padding-left: 2px !important;
}

dd.category-name a {
color: #a40000;
}


dd.published {
color: #555;
}

#ja-content-main div.blog div.items-row, #ja-content-main div.blog-frontpage div.items-row,
#ja-content-main div.blog-featured-frontpage div.items-row, #ja-content-main div.blog_games div.items-row{
margin-left: 0 !important;
margin-right: 0 !important;
}

div#ja-left1 div.ja-moduletable {
margin-bottom: 25px;
}

body.body_arvut_tv_live {
background: url(../images/arvut-tv-bg.gif) repeat-x 0 125px !important;
}

.item-page_arvut_tv_live {
margin-top: -6px;
width: 980px !important;
}

body.body_about_round_table {
background: url(../images/about_rt_bg.gif) repeat-x 0 125px !important;
}

body.body_about_round_table div#ja-topsl {
background: none !important;
}

*body.body_about_round_table div#ja-main div.inner {
padding: 0 !important;
margin: 0 !important;
}

body.body_about_round_table div#ja-container div.main {
padding-top: 0;
}

div.blog_about_round_table div.items-row {
margin-right: 0px;
margin-left: 0px;
}

.item-page_about_round_table {
margin-top: -13px;
width: 980px !important;
}


.item-page_about_round_table .avPlayerWrapper .avPlayerContainer {
padding: 0 !important;
margin: 0 auto !important;
}

body.body_about_round_table .avPlayerWrapper {
margin-top: -8px;
}


.newsletter_subs_btn {
margin-left: 0px;
border: 1px solid white;
background: #66C2F1;
border-radius: 3px;
color: white !important;
font-size: 12px;
padding-left: 7px;
padding-right: 7px;
}

.newsletter_subs_btn:hover {
border: 1px solid #66C2F1;
background: white;
color: #66C2F1 !important;
}

.readmore_btn {
margin-left: 0px;
border: 1px solid white;
background: #66C2F1;
border-radius: 5px;
color: white !important;
font-size: 12px;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
}

.readmore_btn:hover {
border: 1px solid #66C2F1;
background: white;
color: #66C2F1 !important;
}

body.body_youtube_player {
background: #252525 !important;
}

body.body_youtube_player div#ja-main div.inner {
padding: 0 !important;
margin: 0 !important;
}

.item-page_youtube_player .page {
padding-right: 0;
}
.item-page_youtube_player {
margin-top: -15px;
width: 980px !important;
}

.aidanews2_fp_recommended .aidanews2_art {
clear: none;
float: right;
}

.aidanews2_fp_recommended .aidanews2_art .aidanews2_positions {
 margin-left: 35px;
}

.ja-moduletable.moduletable_fp_recommended {
width: 640px;
}

.ja-moduletable.moduletable_fp_recommended h3 {
font-size: 21px;
padding-bottom: 10px;
}

.aidanews2_fp_recommended .aidanews2_botR {
padding-bottom: 10px;
}

.moduletable_next_events h3 {
font-size: 22px;
}

.moduletable_next_events .flatview {
display: none;
}

div#ja-left .galleria-container {
background: #f6f6f6;
}

div#ja-left .galleria-container .galleria-stage {
  top: 0px;
  bottom: 0px;
  left: 18px;
  right: 0px;
}


.shortlink {
background-position: 100% 7px;
background-repeat: no-repeat;
height: 23px;
padding: 0 20px 0 0;
clear: both;
margin: 25px 0 0;
background-image: url("/images/link.gif");
}

.shortlink input {
border: 1px solid #e8e8e8;
}

.addthis_button_facebook_like {
height: 21px !important;
overflow: hidden !important;
}

.article_thumb {
float: left;
clear: none !important;
margin: 5px 7px 7px 0;
}

/**
* Custom page: About - Hebrew
**/

body.body_about_he{
	
}
body.body_about_he #ja-topsl{
	background: white none;
	border-top: 1px solid #d3d7cf;
}
body.body_about_he #ja-topsl #about_he_top{
	margin-top: 25px;
}

body.body_about_he #ja-topsl td, #about_he_top td, #about_he_bottom td{
	padding: 0;
	margin-bottom:0;
}

body.body_about_he #ja-topsl h1{
	color: #00AEEF;
	font-size:26px;
	font-weight: 400;
	line-height: 32px;
}
body.body_about_he #ja-topsl p, body.body_about_he .ja-content-main p  {
	color: #333;
	font-size:14px;
	font-weight: 100;
	line-height: 22px;
	padding-bottom: 8px;
}
body.body_about_he #ja-topsl  .avPlayerWrapper{
	float:left;
	margin-top:55px;
}
body.body_about_he #ja-topsl #featured-items{
	margin-top: 60px;
}

body.body_about_he #ja-topsl #featured-items ul{
	list-style-type: none;
}
body.body_about_he #ja-topsl #featured-items ul li{
	display:block;
	float: right;
	width: 142px;
	text-align:center;
	margin-left: 25px;
	list-style: none;
	background-image: none;
}
body.body_about_he #ja-topsl #featured-items ul li:first-child{
	margin-right:2px;
}
body.body_about_he #ja-topsl #featured-items ul li:last-child{
	margin-left: 0;
}

body.body_about_he #ja-topsl #featured-items ul li div{
	width: 140px;
	height: 140px;
	border: 1px solid transparent;
	margin-bottom: 15px;
}
body.body_about_he #ja-topsl #featured-items ul li a{
	text-decoration: none;
	border: none;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
}
body.body_about_he #ja-topsl #featured-items ul li a:hover{

}
/** iruim **/
body.body_about_he #ja-topsl #featured-items ul li.it1 div{
	background: url(http://www.arvut.org/images/about-he/madurim.jpg) -1px 1px no-repeat;
}
body.body_about_he #ja-topsl #featured-items ul li.it1 div:hover{
	background: url(http://www.arvut.org/images/about-he/madurim.jpg) 0px -140px no-repeat;
}
body.body_about_he #ja-topsl #featured-items ul li.it1 a{
	color: #E0BC06;
}

/** hevra **/
body.body_about_he #ja-topsl #featured-items ul li.it2 div{
	background: url(http://www.arvut.org/images/about-he/madurim.jpg) -140px 0 no-repeat;
}
body.body_about_he #ja-topsl #featured-items ul li.it2 div:hover{
	background: url(http://www.arvut.org/images/about-he/madurim.jpg) -140px -140px no-repeat;
}
body.body_about_he #ja-topsl #featured-items ul li.it2 a{
	color: #8F5902;
}
/** kalkala **/
body.body_about_he #ja-topsl #featured-items ul li.it3 div{
	background: url(http://www.arvut.org/images/about-he/madurim.jpg) -280px 0 no-repeat;
}
body.body_about_he #ja-topsl #featured-items ul li.it3 div:hover{
	background: url(http://www.arvut.org/images/about-he/madurim.jpg) -280px -140px no-repeat;
}
body.body_about_he #ja-topsl #featured-items ul li.it3 a{
	color: #AD7EA8;
}

/** hinuh **/
body.body_about_he #ja-topsl #featured-items ul li.it4 div{
	background: url(http://www.arvut.org/images/about-he/madurim.jpg) -420px 0 no-repeat;
}
body.body_about_he #ja-topsl #featured-items ul li.it4 div:hover{
	background: url(http://www.arvut.org/images/about-he/madurim.jpg) -420px -140px no-repeat;
}
body.body_about_he #ja-topsl #featured-items ul li.it4 a{
	color: #4E9A14;
}

/** nashim **/
body.body_about_he #ja-topsl #featured-items ul li.it5 div{
	background: url(http://www.arvut.org/images/about-he/madurim.jpg) -560px 0 no-repeat;
}
body.body_about_he #ja-topsl #featured-items ul li.it5 div:hover{
	background: url(http://www.arvut.org/images/about-he/madurim.jpg) -560px -140px no-repeat;
}
body.body_about_he #ja-topsl #featured-items ul li.it5 a{
	color: #FCAE3F;
}

/** mada **/
body.body_about_he #ja-topsl #featured-items ul li.it6 div{
	background: url(http://www.arvut.org/images/about-he/madurim.jpg) -700px 0 no-repeat;
}
body.body_about_he #ja-topsl #featured-items ul li.it6 div:hover{
	background: url(http://www.arvut.org/images/about-he/madurim.jpg) -700px -140px no-repeat;
}
body.body_about_he #ja-topsl #featured-items ul li.it6 a{
	color: #A41205;
}


body.body_about_he  #ja-container{
	background: url("../images/header_pattern.png") repeat scroll 0 0 transparent;
	border-top: 1px dotted #dedede;
}
body.body_about_he  #ja-botsl{
	margin-top: 0;
	padding-top:10px;
}
body.body_about_he  #ja-topsl .main {
	height: auto;	

}
body.body_about_he  #ja-container .main{
	padding-top: 0;
	background: url(http://www.arvut.org/images/about-he/separator_top.png) 0 0 no-repeat;
	position:relative;
	z-index: 10;
	margin-top:-1px;
}
body.body_about_he  #ja-container  h1{
	color: #4c4c4c;
	font-size:26px;
	font-weight: 400;
	line-height: 32px;
}	
body.body_about_he  #ja-container  h2{
	color: #2462a2;
	font-size:26px;
	font-weight: 400;
	line-height: 32px;
}
body.body_about_he  #ja-container  h2.brown{
	color: #8F5902;
}
body.body_about_he .main #ja-main .inner {
	padding-left: 0;
	padding-right: 0;
}

.more_btn{
    background: none repeat scroll 0 0 #5cc3f2;
    border: none;
    border-radius: 3px;
    color: white !important;
    font-size: 12px;
	font-weight: bold !important;
    margin-left: 0;
	text-decoration: none !important;
	padding: 3px 10px;
	display: inline-block;
	width: auto;
	margin-top:15px;
}	
.more_btn:hover{}
body.body_about_he #ja-topsl .more_btn{
	margin-top:7px;
}
#ja-topsl a.link{ color: #00457C; border-bottom: 1px dotted #00457C;}
#ja-topsl a.link:hover{color: #ccc; border-bottom: 1px dotted #ccc; }


body.body_about_he #ja-container  #publications{
	color: #279ba2;
}
body.body_about_he #ja-container  #publications h2{
	color: #279ba2;
	margin-bottom: 25px;
}
body.body_about_he #ja-container  #publications ul{
	list-style-type: none;
}
body.body_about_he #ja-container  #publications ul li{
	display:block;
	float: right;
	width: 240px;
	text-align:center;
	margin-left: 75px;
	list-style: none;
	background-image: none;
	padding-right:0;
}
body.body_about_he #ja-container  #publications ul li:first-child{
	margin-right: 45px;
}
body.body_about_he #ja-container  #publications ul li:last-child{
	margin-left: 0;
}

body.body_about_he #ja-container  #publications ul li div{
	width: 240px;
	height: 192px;
	margin-bottom: 15px;
}
body.body_about_he #ja-container  #publications ul li a{
	text-decoration: none;
	border: none;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	color: #279ba2;
}

body.body_about_he #ja-container  #publications ul li a span.button{
	background: none repeat scroll 0 0 #5cc3f2;
    border: none;
    border-radius: 3px;
    color: white !important;
    font-size: 14px;
	font-weight: bold !important;
    margin-left: 0;
	text-decoration: none !important;
	padding: 1px 8px;
	display: inline-block;
	width: auto;
	margin-right: 5px;
}
body.body_about_he #ja-container  #publications  ul li.it1 div{
	background: url(http://www.arvut.org/images/about-he/books.png);
}
body.body_about_he #ja-container  #publications  ul li.it2 div{
	background: url(http://www.arvut.org/images/about-he/newspapers.png);
}
body.body_about_he #ja-container  #publications  ul li.it3 div{
	background: url(http://www.arvut.org/images/about-he/brochures.png);
}
body.body_about_he #ja-container  #arvut-tv h2{
	color: #5CC3F2;
}
body.body_about_he #ja-container  #arvut-tv h2 span.gray{
	color: #4C4C4C;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
}
body.body_about_he  #ja-botsl {
	/*background: none repeat scroll 0 0 #898989;*/
}
body.body_about_he  #ja-botsl .ja-box {
	background: none repeat scroll 0 0 #EEEEEC;
}
body.body_about_he #ja-container  #arvut-social h2{ 
	color: #6da1d1;
}
body.body_about_he #ja-container #about_he_bottom{
	margin-top:10px;
}
body.body_about_he #ja-container .separator{
	background: url(http://www.arvut.org/images/about-he/separator.png) 0 0 no-repeat;
	display: block;
	width: 980px;
	height: 25px; 	
	margin: 60px 0 20px;
}
body.body_about_he strong{
	font-weight: 600;
}
body.body_about_he #ja-container  #arvut-social ul {
	margin-top: 30px;
}
body.body_about_he #ja-container  #arvut-social ul li{
	list-style: none;
	padding-right:0;
	background-image: none;
	margin-bottom:15px;
}
body.body_about_he #ja-container  #arvut-social ul li a{
	font-size: 14px;
	line-height: 16px;
	font-size: 400;
	color: #333;
	position: relative;
}
body.body_about_he #ja-container  #arvut-social ul li a:after{
	content: url(http://www.arvut.org/images/about-he/arrow_link_to_source.png);
	margin-right: 10px;
	position: relative;
	top:1px;
}
body.body_about_he #ja-container  #arvut-social ul li a:hover{
	text-decoration: none;
	color: #777;
}
body.body_about_he #ja-container  #arvut-social ul li a i{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	position: relative;
	top: 2px;
}
body.body_about_he #ja-container  #arvut-social ul li.arvut-fb a i{
	background: url(http://www.arvut.org/images/about-he/facebook.png) 0 0 no-repeat;
} 
body.body_about_he #ja-container  #arvut-social ul li.arvut-fb-open a i{
	background: url(http://www.arvut.org/images/about-he/facebook.png) 0 0 no-repeat;
} 
body.body_about_he #ja-container  #arvut-social ul li.arvut-yt a i{
	background: url(http://www.arvut.org/images/about-he/youtube.png) 0 0 no-repeat;
} 
body.body_about_he #ja-container  #arvut-social ul li.arvut-shows a i{
	background: url(http://www.arvut.org/images/about-he/youtube.png) 0 0 no-repeat;
} 
body.body_about_he #ja-container  #arvut-social ul li.arvut-twitter a i{
	background: url(http://www.arvut.org/images/about-he/twitter.png) 0 0 no-repeat;
} 
body.body_about_he #ja-container  #arvut-social ul li.arvut-gp a i{
	background: url(http://www.arvut.org/images/about-he/googleplus.png) 0 0 no-repeat;
} 
/*Live broadcast module on home page*/
.moduletable_heb_player h3 span, .moduletable_rus_player h3 span{
	font-size: 18px;
	color: #F70;
}
.moduletable_rus_player h3 span{
	margin-left: 10px;
}
/*.body-frontpage #ja-topsl{display: none;}*/

/*Fix to fit Games menu item*/
#ja-mainnav #jasdl-mainnav a{ padding: 5px 16px 5px 16px;}
#ja-mainnav #jasdl-mainnav li:last-child a{ padding: 5px 13px 5px 12px;}
#jasdl-subnav #jasdl-subnav470 [id^="jasdl-subnavitem"]{float:left;}

dl.article-info {
font-weight: bold;
}

div#infscr-loading {
float: none;
text-align: center;
margin-top: 10px;
margin-bottom: 28px;
}

div.youplayer {
margin-top: -30px;
}

div.item-page_youtube_player h1.componentheading {
color: #ddd;
font-size: 33px;
}

div#ja-absolute.wrap div.main.clearfix div.custom p {
display: none;
}

h1.componentheading{display: none}

body.bodycourses#bd #ja-wrapper{background: #eeeeec}
