/*
# ------------------------------------------------------------------------
# JA Seleni for Joomla 1.5.x - Version 1.0 - Licence Owner JA115884
# ------------------------------------------------------------------------http://www.icesolution.com/ICE_SOLUTION/
# Copyright (C) 2004-2009 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
--------------------------------------------------------- */
body {
	background: #fff;
	color: #000;
	font-family: Arial, "Segoe UI", Helvetica, sans-serif;
	line-height: 1.5;
}

body#bd { background: #fff; color: #333; 
margin:auto;
}

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 links ---*/
a { color: #461; text-decoration: none; }

a:hover, a:active, a:focus { text-decoration: underline;}

/* Readon links ---*/
a.readon {
	background: url(../images/arrow.png) no-repeat 5px 48%;
	font-weight: bold;
	padding: 1px 5px 1px 14px;
	text-decoration: none;
	
}

a.readon:hover, a.readon:active, a.readon:focus { 
text-decoration: underline; 
color: #CC0000;

}

/* 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: 0 0px; padding: 0 0 10px; 
text-align:justify;
}

/* Headings & Titles ---*/
h1 { font-size: 180%; }
h2 { font-size: 150%; }
h3 { font-size: 125%; }
h4 { font-size: 100%; text-transform: UPPERCASE; }
h5 { font-size: 100%; }

h1 a, h1 a:hover,h1 a:active,h1 a:focus,
h2 a, h2 a:hover,h2 a:active,h2 a:focus,
h3 a, h3 a:hover,h3 a:active,h3 a:focus {	text-decoration: none; }

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.2;
}

h1.componentheading, .componentheading { margin: 0; padding: 0 0 7px; }

.componentheading {
	border-bottom: 1px solid #d5d5d5;
	font-size: 150%;
}

h2.contentheading, .contentheading { margin: 0; padding: 0 0 7px; }

.contentheading { font-size: 200%; }

.blog .contentheading { font-size: 150%; }

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus { font-weight: bold; }

.category { font-size: 110%; font-weight: bold; }

/* Small text ---*/
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption, .contenttoc,
p.site-slogan, a.readon, .ja-breadcrumbs, #ja-footer { font-size: 92%; color:#ffffff; }

small, .small { color: #757575; }

.smalldark { text-align: left; }

/* List ---*/
.column ul li {
	background: url(../images/bullet.gif) no-repeat 20px 7px;
	line-height: 160%;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 30px;
}

.column ol li { line-height: 180%; margin-left: 30px; }

/* Others ---*/
th { font-weight: bold; padding: 5px; text-align: left; }

td { font-size: 100%; padding: 0px; }

fieldset { border: none; padding: 10px 5px; }

fieldset a { font-weight: bold; }

fieldset.input { padding: 0; }

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #d5d5d5;
	height: 1px;
}

/* FORM
--------------------------------------------------------- */
form label { cursor: pointer; }

input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 3px 5px;

}

.inputbox { background: #FFFFFF; border: 1px solid #d5d5d5; }

.inputbox:hover, .inputbox:focus { background: #FFFFCC; }

.button {
	background: url(../images/grad1.gif) repeat-x top #333333;
	border: 1px solid #333333;
	color: #000000;
	font-size: 85%;
	padding: 3px 5px;
	text-transform: uppercase;
}

.button:hover, .button:focus {
	background: #333333;
	border: 1px solid #757575;
	color: #FFFFFF;
}

.checkbox {}

.radio { margin: 0 5px; }

/* Login ---*/
.login_form fieldset { padding: 15px 0 0; }
.login_form fieldset p { margin: 0 0 5px; }

.login_form label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}

.login_form .inputbox { margin-left: 10px; width: 150px; }

.login_form .remember .inputbox { width: 20px; }

.login_form .button { margin-left: 140px; }

/* Register ---*/
.form-register fieldset { padding: 0 0 10px; }

.form-register p { margin: 0 0 5px; }

.form-register p.form-des { margin: 15px 0; }

.form-register label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}

.form-register .inputbox { margin-left: 10px; width: 200px; }

.form-register .button { margin-left: 140px; }

/* User ---*/
.user-details { padding: 10px 0; }

.user-details p { margin: 0 0 5px; }

.user-details label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}

.user-details .inputbox { margin-left: 10px; width: 200px; }

.user-details .button { margin-left: 140px; }

.user-details .paramlist .paramlist_key {
	width: 130px !important;
	padding: 0 0 5px !important;
}

.user-details .paramlist .paramlist_value { padding: 0 0 5px !important; }

.user-details .user_name span {
	padding-left: 10px;
	font-weight: bold;
}

/* Search ---*/
form#searchForm {
	border-top: 1px solid #d5d5d5;
	padding: 15px 0; 
}

.searchintro { border-bottom: 1px solid #d5d5d5; }

.results h4 { text-transform: none; font-size: 110%; margin: 15px 0 0; }

.results p { margin: 0 0 10px; }

/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.blog {}

.article_separator,
.leading_separator,
.row_separator,
.column_separator { display: none; }

.leading {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 10px;
	padding-top: 10px;
}

.article_row { background: url(../images/dot.gif) repeat-x left bottom; padding-bottom: 15px; padding-top: 15px; }

.article_column { }

.column_separator { padding: 0 25px; }


/* Meta ---*/
.article-tools {
	clear: both;
	color: #757575;
	display: block;
	line-height: normal;
	margin: 0 0 5px;
	position: relative;
}

.article-meta { float: left; padding: 0; width: 70%; }

.article-section, .article-category {
	background: url(../images/icons/icon-folder.gif) no-repeat left center; 
	color: #757575;
	padding-left: 18px;
}

.createby {
	background: url(../images/icon-user.gif) no-repeat 0 2px;
	padding: 3px 10px 3px 20px;
}

.createdate {
	background: url(../images/icon-date.gif) no-repeat 0 2px;
	padding: 3px 10px 3px 20px;
}

.modifydate { color: #757575; display: block; margin: 10px 0; }

.contentdescription {
	border-bottom: 1px solid #d5d5d5;
	display: block;
	margin: 0 -15px;
	padding: 10px 15px;
}

.contentdescription p { margin: 0; }

.buttonheading { float: right; }

.buttonheading img { border: 0; float: right; margin: 0 5px 0 0; }

/*Inline images ---*/
img.caption { margin-top: 5px; }

.img_caption { color: #757575; margin-bottom: 10px; }

.article-content img { margin: 0px; 0px 0px 0px }

.img_caption img { margin: 5px 0 0; }

.img_caption p {
	background: #333;
	border-top: 1px solid #fff;
	color: #d5d5d5;
	margin: 0;
	padding: 1px 0;
	text-align: center;
}

/* Tables ---*/
.sectiontableheader {
	background: #333;
	border: 1px solid #d5d5d5;
	color: #fff;
	padding: 5px;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:focus,
.sectiontableheader a:active { color: #fff; }

.sectiontableentry,
.sectiontableentry0,
.sectiontableentry1,
.sectiontableentry2 {
	background: url(../images/dot2.gif) repeat-x bottom;
	padding: 5px 5px 6px;
}

.sectiontableentry:hover,
.sectiontableentry0:hover,
.sectiontableentry1:hover,
.sectiontableentry2:hover { background-color: #fffff0; }

.sectiontableentry2 { background-color: #f6f6f6; }

table.contentpane, table.tablelist { width: 100%; }

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

/* Content Toc */
table.contenttoc {
	border: 1px solid #d5d5d5;
	float: right;
	margin: 0 0 10px 12px;
	padding: 0;
	width: 30%;
}

table.contenttoc a { color: #000; }

table.contenttoc td { border-bottom: 1px dotted #d5d5d5; padding: 5px 10px; }

table.contenttoc th {
	background: #f6f6f6;
	border-bottom: 1px solid #d5d5d5;
	padding: 5px 10px;
	text-transform: uppercase;
}

/* Poll */
div.poll { padding: 15px 0; }

form#poll {
	border-bottom: 1px dotted #d5d5d5;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

dl.poll {
	border-bottom: 1px dotted #d5d5d5;
	font-size: 92%;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

dl.poll dt, dl.poll dd { float: left; }

dl.poll dt { clear: left; width: 100px; }

dl.poll dd { clear: right; }

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img { vertical-align: baseline; }

table.pollstableborder td {
	background: #f6f6f6;
	border-bottom: 1px solid #d5d5d5;
	font-weight: bold;
	padding: 5px !important;
}

table.pollstableborder tr.sectiontableentry0 td, table.pollstableborder tr.sectiontableentry1 td { background: #fff; font-weight: normal; }

/* Search */
table.searchintro { padding: 10px 0; width: 100%; }

table.searchintro td { padding: 5px !important; }

/* Misc. */
table.contentpaneopen, table.contentpane, table.blog { width: 100%; }

/* Pagination ---*/
ul.pagination { float: left; margin: 15px 0; width: 75%; }

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

ul.pagination li span { padding: 1px 3px; }

ul.pagination a {
	background: #f6f6f6;
	border: 1px solid #d5d5d5;
	color: #000;
	padding: 1px 5px;
	text-decoration: none;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	background: #446611;;
	border: 1px solid #446611;;
	color: #fff;
	text-decoration: none;
}

.sortby { font-size: 92%; margin: 10px 0 5px; }

.sortby .filter, .sortby .display { float: left; width: 40%; }

.sortby .display { float: right; text-align: right; }

.pagenavbar { font-weight: bold; }

.pagenavcounter { margin: 15px 0 !important; text-align: center; }

.counter {
	float: right;
	line-height: 1;
	margin: 15px 0 !important;
	text-align: right;
	width: 24%;
}

.counter span {
	background: #446611;;
	border: 1px solid #446611;;
	color: #fff;
	padding: 1px 5px;
}

.blog_more {
	border-bottom: 1px solid #d5d5d5;
	padding: 15px 0 5px;
	clear: both;
}

.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;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active { display: block; margin: 10px 0; }

/* Messages ---*/
#system-message { padding-top: 10px; }

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul { margin: 0; padding: 0; }

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul { background: #446611;; border: 0; }

/* System Error Messages */
#system-message dd.error ul { background: #bf0000; border: 0; }

/* System Notice Messages */
#system-message dd.notice ul { background: #333; border: 0; }

/* Tooltips --- */
.tool-tip {
	background: #ffffcc;
	border: 1px solid #D4D5AA;
	float: left;
	max-width: 300px;
	padding: 5px;
	z-index: 1000;
}

.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text { font-size: 100%; margin: 0; }

.hasTip img { border: none; margin: 0 5px 0 0; }

.contentpaneopen_edit img { vertical-align: middle; }

/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable h3, div.moduletable h3 {
	background: url(../../../images/bg-column2.jpg) repeat-x left bottom;

	border-bottom: 0px solid #a5a5a5;
	color: #000000;
	font-size: 100%;
	margin: 0 0 10px;
	padding: 10px;
	/*text-transform: uppercase;*/
	overflow: hidden;
	/*text-shadow: 1px 1px 0 #fff;*/
}

div.moduletable_menu h3 { margin-bottom: 0; }

div.ja-moduletable,
div.moduletable,
div.moduletable_menu,
div.moduletable_text,
div.moduletable_default {
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0 0 5px;
	position: relative;
	/*border:1px solid #D5D5D5;*/
}

.ja-box-ct { padding: 3px 0px 0px 18px; }

/* Feature module ---*/
.ja-content-top div.moduletable_feature {
	/*background: #F6F6F6;*/
	border:1px solid #D5D5D5;
	position: relative;
	margin-bottom: 10px !important;
	padding: 50px 0px 0px 0px !important;
}

div.moduletable_feature h3 {
	border: 1px solid #d5d5d5 !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 695px;
	z-index: 10;
}

div.moduletable_feature .ja-box-ct { padding: 0 !important; }

/* Badge Module ---*/
.badge {
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
}

.badge-hot .badge	{ background: url(../images/icon-badge.png) no-repeat 0px 0px; }
.badge-new .badge	{ background: url(../images/icon-badge.png) no-repeat 0px -46px; }
.badge-pick .badge { background: url(../images/icon-badge.png) no-repeat 0px -92px; }
.badge-top .badge { background: url(../images/icon-badge.png) no-repeat 0px -138px; }

.badge-hot .ja-box-ct,
.badge-top .ja-box-ct,
.badge-pick .ja-box-ct,
.badge-new .ja-box-ct {
	padding: 10px 25px 10px 10px !important;
}

/* Search Module ---*/
#ja-search {
	position: absolute;
	bottom: 35px;
	right: 50px;
}

#ja-search label { display: none; }

#ja-search .inputbox {
	background: url(../images/icon-search.gif) no-repeat 250px center #333;
	width: 200px;
	border-left: 1px solid #050505;
	border-top: 1px solid #050505;
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
	padding: 7px 0px 7px 10px;
	color: #d5d5d5;
	font-size: 100%;
	margin:0px -25px 0px 20px;
}

#ja-search .inputbox:hover, #ja-search .inputbox:focus {}

#ja-search .button {
	font-size: 100%;
	font-weight: bold;
	margin-left: 5px;
	text-transform: none;
}

/* Login Module ---*/
#form-login-username .inputbox,
#form-login-password .inputbox {
	background-position: 5px center;
	background-repeat: no-repeat;
	font-weight: bold;
}

#form-login-username .inputbox, #form-login-password .inputbox { width: 90%; }

#form-login ul { margin: 0 !important; padding: 0; }

#form-login p { margin: 0 0 -3px; }

#form-login .button { cursor: pointer; margin: 0px 0; }

/* Poll Module ---*/
h4.poll-title { margin: 0; padding: 0; }

a.poll-result { font-size: 92%; text-transform: uppercase; }

form.poll .button { margin-right: 5px; }

/*JA Tab */
div.ja-module .ja-tabswrap {
	padding-top: 1px;
}

/* Advertisement ---*/
div.bannergroup_text div.banneritem_text { border-bottom: 1px dotted #d5d5d5; padding: 5px 0; }

div.bannergroup_text div.banneritem_text a { font-weight: bold; }

div.bannergroup_text div.bannerheader,
div.bannergroup_text div.bannerfooter_text a { color: #757575; font-size: 92%; }

div.bannergroup_text div.bannerfooter_text { padding: 5px 0 0; text-align: right; }

div.bannergroup { margin-bottom: 10px; }

/* Rounded Module --- */
div.ja-module h3, div.module h3 {
	border-bottom: 1px solid #d5d5d5;
	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; }

.ja-box-br {
	background: url(../images/b-br.gif) no-repeat bottom right #fff;
}

.ja-box-bl {
	background: url(../images/b-bl.gif) no-repeat bottom left;
}

.ja-box-tr {
	background: url(../images/b-tr.gif) no-repeat top right;
}

.ja-box-tl {
	background: url(../images/b-tl.gif) no-repeat top left;
	padding: 0 15px 10px;
}

/* text */
div.module_text h3 {
	clear: both;
	display: block;
	margin: 0 0 10px;
	padding: 0;
	overflow: hidden;
	width: 100%;
	border-bottom: 0;
}

div.module_text span {
	clear: both;
	display: block;
	float: left;
	font-weight: bold;
	padding: 0 3px;
	background: #fff;
}

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-tr {
	background: url(../images/bt-tr.gif) no-repeat top right;
}

div.module_text .ja-box-tl {
	background: url(../images/bt-tl.gif) no-repeat top left;
}

/* Blank */
div.moduletable_noborder,
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;
}

/* Hilite */
div.moduletable_hilite {
	background-color: #1c1c1c;
	color: #a5a5a5;
}

div.moduletable_hilite a {
	color: #4c4c4c;
	text-decoration: none;
}

div.moduletable_hilite .ja-slidenews-item {
	border-bottom: 1px solid #292929;
}

/* text color for high contrast module */
div.module_black *, div.module_green *, div.module_blue *, div.module_red * { color: #fff; }

/* Module list ---*/
div.ja-moduletable ul, div.ja-module ul {
	margin: 0px 0 0;
	
	
}

div.ja-moduletable ul li, div.ja-module ul li {
	padding-left: 12px;
	background-position: 2px 6px;
}

/* Collapsible h3 ---*/
h3.show {
	background: url(../images/icon-show.png) no-repeat 100% 60%;
	cursor: pointer;
}

h3.hide {
	background: url(../images/icon-hide.png) no-repeat 100% 60%;
	cursor: pointer;
	margin: 0 !important;
}

.ja-moduletable div.ja-tools {
	padding: 0;
	line-height: 0;
}

.ja-moduletable div.ja-tools span.title {
	display: none;
}

.ja-moduletable div.hide {
	color: #333;
	border-bottom: 1px solid #A5A5A5;
	font-size: 115%;
	margin: 0;
	font-size: 115%;
	font-weight: bold;
	background: url(../images/h3-bg.gif) repeat-x left top;
	padding: 8px 20px !important;
	text-transform: uppercase;
	overflow: hidden;
	font-family: Tahoma, "Segoe UI", Arial, Helvetica, sans-serif;
	line-height: 1.2 !important;
}

.ja-moduletable div.hide span.title {
	display: block !important;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
.wrap { }
.main { }
.ja-box { padding-bottom: 10px; padding-top: 10px; }

#ja-wrapper { }

#ja-container {
	background:url(../images/bgBody2.jpg) repeat-y scroll center top #FFFFFF;
	background-color: #FFFFFF;
	position: relative;
	z-index: 5;
}

#ja-container .main {
	padding: 0px 0px 0px 0px;
	min-height: 300px;
	
	
}

/* 3 Columns - Classic Layout ---*/
#ja-container.ja-l1r1  {}

/* Full */
#ja-container {}

/* Full left */
#ja-container.ja-r1 {}

/* Full right */
#ja-container.ja-l1 {}

/* Mass ---*/
.ja-mass-top {}
.ja-mass-top .ja-moduletable, .ja-mass-top .ja-module { margin-left: 0; margin-right: 0; }

.ja-mass-bottom {}

.ja-mass-bottom .ja-moduletable,
.ja-mass-bottom .ja-module {
	margin-left: 0;
	margin-right: 0;
}

/* MAIN COLUMN
--------------------------------------------------------- */
#ja-mainbody {
	width: 100% ;
}
#ja-mainbody #ja-main {
	width:100% !important;
}
/*
#ja-mainbody #ja-left {
	width: 25% !important;
}
#ja-mainbody #ja-left .ja-col {
	width: 100% !important;
}*/
#ja-right {
	width: 29% !important;
}
#ja-right .ja-col {
	width: 100% !important;
	margin: -5px 0px 0px 3px;
}
#ja-main .inner { width:97.3%; }

#ja-contentwrap { }

/* Content Top ---*/
.ja-content-top .ja-moduletable { margin: 0 !important; padding: 0; }

.ja-content-top .ja-moduletable,
.ja-content-top .ja-module {
	margin-left: 0;
	margin-right: 0;
}

/* Content Main ---*/
.ja-content-main {
padding: 15px 0 0px 60px; }

/* Content Bottom ---*/
.ja-content-bottom {}
.ja-content-bottom .ja-moduletable,
.ja-content-bottom .ja-module {
	margin: 0 !important;
	padding: 0 !important;
}

/* @end */

/* SIDE COLUMNS
--------------------------------------------------------- */
.ja-colswrap {}

.ja-col {}

.ja-cols div.ja-moduletable ,.ja-cols div.moduletable {
	border: 0px solid #d5d5d5;
	padding: 0;
}

.ja-cols div.ja-moduletable .ja-box-ct,
.ja-cols div.moduletable .ja-box-ct { padding: 2px 0 0;}

.ja-cols div.moduletable_blank { border: none; }

.ja-cols div.moduletable_blank .ja-box-ct,
.ja-cols div.moduletable_tabs .ja-box-ct { padding: 10px; }

.ja-cols div.ja-moduletable h3,
.ja-cols div.moduletable h3 {}

/* Left Columns ---*/
#ja-left .ja-l2 {}

/* Right Columns ---*/
#ja-right .ja-r2 { }


/* HEADER
--------------------------------------------------------- */
#ja-header { 
background-color: #1c1c1c;
/*background: url(../images/logo-ICE.png) repeat-x;*/
margin-top: 30px; 
position: relative; z-index: 10; }

#ja-header .main { height: 98px; }
h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; }

h1.logo, div.logo-text { float: left; padding-top: 10px; position: relative; }

/* Logo Image ---*/
h1.logo {/* height: 80px; width: 210px; */}

h1.logo a {
	/*background: url(../images/logo-ICE.png) no-repeat left;
	display: block;
	height: 80px;
	width: 210px;*/
}

h1.logo a span { position: absolute; top: -1000px; }

/* Logo Text ---*/
div.logo-text h1 a {
	color: #d5d5d5;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

p.site-slogan {
	background: #333;
	color: #757575;
	display: block;
	font-size: 85%;
	letter-spacing: 1px;
	margin: 8px 0 0;
	padding: 0 5px;
	text-align: center;
	text-transform: uppercase;
}

/* Header mask ---*/
.ja-headermask {
	background: url(../images/header-mask.png) no-repeat top right;
	display: block;
	height: 100px;
	position: absolute;
	right: 45px;
	top: 0;
	width: 849px;
}

/* Topbar ---*/
#ja-topbar {
	/*background: #050505;*/
	background: url(../images/bg-footer.jpg) repeat-x; center top transparent;
	color: #656565;
	height: 20px;
	padding: 0px 0px 15px 2px;
	position: absolute;
	top: -30px;
	width: 100%;
	font-size: 11px;
	z-index: 11;
}
/* #ja-topbar table {
margin: 100px 100px 100px 100px;

}
*/


#ja-topbar .main {
	height: 20px;
}



.ja-day, .ja-updatetime {
	float: left;
	border-right: 1px solid #454545;
	padding: 4px 10px 0px 25px;
}

.ja-updatetime em {
	margin-left: 5px;
	font-style: normal;
}

/* Headlines Module ---*/
.ja-healineswrap { float: left; padding-top: 2px;}

.ja-healineswrap em {
	font-style: normal;
	font-weight: bold;
	float: left;
	display: block;
	padding: 0 10px 0 10px;
}

.ja-headlines { float: left; }

.ja-headlines a { color: #757575; text-decoration: none; }

.ja-headlines a:hover, .ja-headlines a:active, .ja-headlines a:focus {
	color: #656565;
	text-decoration: none;
}

.ja-headlines .separator { color: #454545; }

/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav {
	background-color: #1c1c1c;
	border-bottom: 0px solid #050505; 
	line-height: 1;
	position: relative;
	z-index: 9;
}

#ja-splitmenu a {
padding: 12px 12px  !important; }

#ja-mainnav .inner { background-color: #000000; margin: 0 10px; padding: 0; }

span.has-image {
	padding-left: 25px;
	display: block;
	background-repeat: no-repeat;
	background-position: left 2px;

}

span.menu-title { 
display: block; 


}

span.menu-desc {
	display: block;
	font-weight: normal;
	font-size: 92%;
	color: #757575;
}

ul.level0 li.mega a img {
	float: left;
	padding-right: 5px;
}

/* Sub Nav ---*/
#ja-subnav {
	border-bottom: 0px solid #d5d5d5;
	background: #050505;
	position: relative;
	z-index: 9;
}

#ja-subnav .main {
	height: 32px;
	line-height: 1;
	z-index: 10;
}

#ja-subnav ul {
	overflow: hidden;
	padding: 8px 0px 0px 10px;
}

#ja-subnav ul.active {}

#ja-subnav li {
	background: none;
	border-left: 1px dotted #757575;
	/*display: block;*/
	float: left;
	padding: 0 10px 0 11px;
}

#ja-subnav li:first-child { border-left: 0; }

#ja-subnav ul li a { color: #999; display:block; text-decoration: none; }

#ja-subnav ul li a:hover,
#ja-subnav ul li a:focus,
#ja-subnav ul li a:active {
	background: none;
}

#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: #868383 !important;
	font-weight: bold;
	text-decoration: underline;
}

#ja-subnav ul.active li a { color: #868383; }

#ja-subnav ul.active li a:hover { color: #868383; }


#ja-subnav ul li.empty { border-left: 0px; }

#ja-subnav span.has-image {
	background-position: 0px 0px;
	padding: 2px 0 2px 25px;
}

/* Sub Nav (lv2) ---*/
#ja-subnav ul li ul {
	background: #fcfcfc;
	border: 1px solid #d5d5d5;
	display: block;
	height: auto;
	left: -999%;
	padding: 0 10px;
	position: absolute;
}

#ja-subnav ul li.hover ul {
	display: block;
	height: auto;
	left: auto;
	position: absolute;
	margin-top: 3px;
	margin-left: 5px;
}

#ja-subnav ul li.haschild a {
	background: url(../images/arrow.png) no-repeat right center;
	background:url(../images/bgSubmenu.jpg) repeat-x;
	padding-right: 12px;
}

#ja-subnav ul li.hover a {
	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 ul li {
	border-bottom: 1px solid #d5d5d5;
	border-left: none;
	display: block;
	float: none;
	padding: 5px 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 a { background: none !important; }

#ja-subnav ul li ul li a:hover {
	background-image: none !important;
	text-decoration: underline !important;
}

#ja-subnav ul li ul li a.active {
	color: #446611 !important;
	font-weight: bold !important;
}

/* Breadcrumbs ---*/
#ja-breadcrumbs { 
text-transform: uppercase;
background:url(../images/bgSubmenu3.jpg) center  ;
}
#ja-breadcrumbs .main { color:#868383; font-size: 92%; font-weight: bold; 

}

#ja-breadcrumbs .inner {
	border-bottom: 0px solid #37454f;
	margin: 0 10px;
	padding: 7px 0px 0px 11px;
}

.fs2 #ja-breadcrumbs .main { padding-bottom: 6px; }

#ja-breadcrumbs a { padding: 0 2px; color: #ffffff; text-decoration: none; }
#ja-breadcrumbs a:hover, #ja-breadcrumbs a:focus, #ja-breadcrumbs a:active { /*background-color: #446611;*/ color: #CC0000; text-decoration: none; }

#ja-breadcrums {
	float: left;
	margin-left: 10px;
	margin-top: 2px;
	width: 80%;
}

#ja-breadcrums strong {}

#ja-breadcrums img { margin: 1px 5px; }

/* Extras ---*/
.ja-links { float: right; margin: 0 0px 0 0; }

.ja-links li { background: none; padding: 0; display: inline; }

.ja-links li.top a {
	background: url(../images/arrow2.png) no-repeat 5px center;
	padding-left: 17px;
	padding-right: 5px;
}

.ja-links li.top a:hover { background-color: #446611; }

.ja-links li.layout-switcher a {
	background: #446611;
	color: #666;
	text-decoration: none;
}

.ja-links li.layout-switcher a:hover { background: #656565; color: #fff; text-decoration: none; }

.ja-links li.user-reset a {
	background: #bf0000;
	color: #fff;
	text-decoration: none;
}

.ja-links li.user-reset a:hover {
	background: #656565;
	color: #fff;
	text-decoration: none;
}

/* Default Joomla! Menu ---*/
#ja-container ul.menu { margin: 0; padding: 0; }

#ja-container ul.menu li {
	background: none;
	border-bottom: 1px dotted #d5d5d5;
	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;
}

#ja-container ul.menu li a:hover,
#ja-container ul.menu li a:active,
#ja-container ul.menu li a:focus { color: #446611; background: #f6f6f6; }

#ja-container ul.menu li.active a { color: #446611; font-weight: bold; }

#ja-container ul.menu li ul { margin: 0 0 0 10px; }

#ja-container ul.menu li li {
	background: url(../images/arrow.png) no-repeat left 11px;
	border-bottom: 0;
	border-top: 1px dotted #d5d5d5;
}

#ja-container ul.menu li li a {
	color: #333 !important;
	font-weight: normal !important;
	text-indent: 10px;
}

#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: #446611; background: none; }

#ja-container ul.menu li li.active a { color: #446611 !important; font-weight: bold !important; }

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl .ja-box { 
	padding: 0 0 5px;
	/*background: url(../images/dot3.gif) repeat-y right;*/
}

#ja-topsl .ja-box-right, #ja-botsl2 .ja-box-right
#ja-topsl .ja-box-full, #ja-botsl2 .ja-box-full { 
	background: none;
}

/* Top spotlight ---*/
#ja-topsl {
	/*border-bottom: 1px solid #d5d5d5;*/
	/*background: #333;*/
	/*background: #DDDDDD;*/
	background:url(../images/bgBody1.jpg) no-repeat scroll center top transparent;
	background-color:#ffffff;
	color: #d5d5d5;
}

#ja-topsl .main { padding: 10px 0; }

#ja-topsl h3 {
	background:url("../images/arrow.jpg") no-repeat scroll 0 0 transparent;
    color:#ca0002;
font-family:Geneva,Arial,Helvetica,sans-serif;
font-weight:bold;
margin:0 0 8px;
padding:5px 0 0 35px;
}


/* Bot spotlight ---*/
#ja-botsl .main {
	background: url(../images/dot-line.gif) repeat-x left top;
	padding: 3px 0 0;
}

#ja-botsl .ja-moduletable h3 {
	background: none;
	border: none;
	font-size: 125%;
	margin: 0 0 10px;
	padding: 0;
	text-transform: none;
}

#ja-botsl .ja-moduletable {
	border-bottom: 1px solid #ddd;
	padding-bottom: 0;
}

#ja-botsl .ja-box-left,
#ja-botsl .ja-box-center {
	background: url(../images/dot-grey.gif) repeat-y right top;
}

#ja-botsl .ja-module ul,
#ja-botsl .ja-moduletable ul {
	margin-top: 5px;
}

/* Bot spotlight 2 ---*/
#ja-botsl2 {
	background: #1c1c1c;
	border-top: 5px solid #333333;
	color: #a5a5a5;
}

#ja-botsl2 .main { padding: 0 0 5px; }

#ja-botsl2 .ja-moduletable h3 {
	border-bottom: 1px solid #2e2e2e;
	color: #ccc;
	padding-bottom: 5px;
	font-size: 125%;
	margin-bottom: 10px;
	text-transform: none;
	text-shadow: none;
}

#ja-botsl2 .ja-moduletable, #ja-botsl2 .moduletable {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#ja-botsl2 h3 {
	margin: 0 0 8px;
	padding: 0;
	color: #fff;
	background: none;
}

#ja-botsl2 a { color: #666; }

#ja-botsl2 li { background-image: url(../images/bullet2.png); }

.ja-box-right .ja-moduletable, .ja-box-right .moduletable,
.ja-box-full .ja-moduletable, .ja-box-full .moduletable {
	border: 0 !important;
	background: 0 !important;
}

/* Login form on botsl2 ---*/
#ja-botsl2 #form-login-username .inputbox,
#ja-botsl2 #form-login-password .inputbox {
	background: #333;
	border: 1px solid #111;
	color: #ccc;
	font-weight: normal;
}
/* FOOTER
--------------------------------------------------------- */
#ja-footer { /*background: #050505; */
/*background-image: url(../images/bg-footer2.jpg);*/

 }

#ja-footer .main {
	color: #757575;
	overflow: hidden;
	padding: 0 0 0 0px;
	position: relative;
}

#ja-footer small {
	color: #8797a0;
	font-size: 100%;
}

/* Foot Links ---*/
.ja-footnav {}

.ja-footnav ul {
	float: right;
	line-height: normal;
 display: none  !important;
}

.ja-footnav ul#mainlevel-nav { padding-top: 2px; }

.ja-footnav li {
	background: url(../images/h-line.gif) no-repeat left center;
	display: block;
	float: left;
	padding: 0;
}

.ja-footnav li a {
	color: #656565;
	display: block;
	line-height: normal;
	padding: 0 10px;
	font-weight: bold;
	text-decoration: none;
}

.ja-footnav li a:hover,
.ja-footnav li a:active,
.ja-footnav li a:focus {
	color: #fff;
}

.ja-footnav ul.ja-links { float: right; }

.ja-footnav ul.ja-links li {
	background: none;
	border-left: 0;
	padding: 0 0px 0 0;
}

.ja-footnav ul.ja-links li a { padding: 3px 10px; }

.ja-footnav ul.ja-links li.top a,
.ja-footnav ul.ja-links li.layout-switcher a {
	
	border: 0px solid ;
	padding-left: 18px;
	padding-right: 10px;
}

.ja-footnav ul.ja-links li.top a:hover,
.ja-footnav ul.ja-links li.layout-switcher a:hover {
	background: url(../images/arrow4.png) no-repeat 9px center #333;
	border: 1px solid #ffffff;
	color: #FFF;
	text-decoration: none;
}

.ja-footnav .ja-firstitem {
	border-left: 0;
	background-image:none;
}

.ja-footnav ul.ja-links li.layout-switcher a,
.ja-footnav ul.ja-links li.layout-switcher a:hover {
	margin-right: 10px;
	background: none;
	padding-left: 10px;
}

/* Copyright Info. ---*/
#ja-footer .inner { float: left; padding: 0; }

.ja-copyright {
	padding-left: 10px;
	padding-right: 10px;
}

.ja-copyright small { display: block; }

.ja-copyright a {	color: #461; }

/* MISCELLANOUS
----------------------------------------------------------- */
/* User Tools ---*/
ul.ja-usertools-font {
	font-size: 11px;
	position: absolute;
	top: 15px;
	right: 20px;
}

ul.ja-usertools-font li, ul.ja-usertools-screen li {
	padding: 0;
	margin: 0;
	display: inline;
	background: none;
}

ul.ja-usertools-screen  {
	font-size: 11px;
	position: absolute;
	top: 15px;
	right: 90px;
}

/* User Settings ---*/
.ja-usersetting {
	margin: 0 -15px;
	background: #f6f6f6;
	color: #333;
}

a.ja-usersetting-loadform {
	position: absolute;
	right: 50px;
	top: 6px;
	width: 20px;
	text-indent: -9999px;
	height: 20px;
	background: url(../images/icon-setting.gif) no-repeat center;
}

form.ja-usersetting-form { padding: 5px 15px; }

.ja-usersetting-options {
	width: 100%;
	display: block;
}

.ja-usersetting-options ul {
	margin: 0;
	padding: 5px 0;
	overflow: hidden;
	clear: both;
	font-size: 92%;
}

.ja-usersetting-options ul li {
	background: none;
	float: left;
	display: block;
	padding: 0 15px 0 0 !important;
	margin: 0 !important;
}

.ja-usersetting-options ul.checkall { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }

.ja-usersetting-options ul.catselect { margin-top: 0; }
.ja-usersetting-options ul.catselect li { line-height: 20px; height: 20px; }
.ja-usersetting-options ul.catselect label { line-height: 20px; }
.ja-usersetting-options ul.catselect .checkbox { margin: 0 5px; line-height: 20px; }

.ja-usersetting-options p.actions { margin-bottom: 10px; }

/* Icon for min/max ---*/
.ja-mdtool {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 16px;
	height: 16px;
	z-index: 20;
}

/* Icon for move ---*/
.ja-mdmover {
	position: absolute;
	right: 30px;
	top: 6px;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	background: url(../images/icon-mover.gif) no-repeat center;
	z-index: 20;
}

/* JA Bulletin */
ul.ja-bullettin li {
	padding: 8px 0 12px !important;
}

ul.ja-bullettin li a {
	text-decoration: none;
}

/* Others ---*/
#ja-banner {
	border-top: 1px solid #d5d5d5;
	margin: 0;
	overflow: hidden;
	padding-top: 15px;
	text-align: center;
	width: 100%;
}

div.ja-innerdiv {
	border-bottom: 1px dotted #d5d5d5;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 12px;
}

div.ja-innerdiv h4 {
	font-family: Arial, sans-serif;
	font-size: 92%;
	font-weight: normal;
	margin: 5px 0;
	padding: 0;
	text-transform: uppercase;
}

div.ja-innerdiv h5 { margin: 5px 0; }

div.ja-innerdiv span.logo {
	display: block;
	margin-bottom: 5px;
}

.cufon-canvas { padding: 1px 0 3px; }

#remember {
	vertical-align: middle;
}

/******MENU*******/
#ja-mainnav ul ul ul a span {
	line-height: 18px;
}

/* Contact ---*/
#contact_us li {
	background: none !important;
	padding-left: 0;
}

#component-contact address { font-style: normal; }

#component-contact #emailForm { border-top: 1px solid #ddd; padding-top: 15px; }

.contact_email { margin: 0 0 10px; }

.contact_email label { font-weight: bold; display: block; }

.contact_email_checkbox { margin: 15px 0; }
.main clearfix .ja-box .ja-box-left {
width:69%
}
.main clearfix .ja-box .ja-box-right {
width:30%
}
.ja-box.column.ja-box-left {
	width: 69% !important;
}
.ja-box.column.ja-box-right {
	width: 30% !important;
}
#ja-mainbody{
width:69% !important
}
.ja-content-top.clearfix
{
background:url(../../../images/b_gg.jpg) repeat-x;
}


.ja-moduletable.moduletable_hilite.clearfix
{
background:url(../images/bgBody4.jpg);
}
#Mod178.ja-moduletable.moduletable.clearfix
{
background:url(../../../images/M_images/bg_content5.jpg);
height:225px;
}
#Mod179.ja-moduletable.moduletable.clearfix
{
background:url(../images/bgBody5.jpg);

}
#Mod180.ja-moduletable.moduletable.clearfix
{
background:url(../../../images/M_images/bg_content5.jpg);
height:210px;
}
tbody tr
{
padding: 0px 0px 0px 200px; !important
}
.ja-footnav.clearfix
{
padding: 0px 0 0;
}
.ja-links
{
padding: 0px 0px 0px 0px ;
}
.ja-sidenews-list.clearfix
{
padding: 0px 10px 0px 10px;
}
/* ???feed news ????---------------- */

ul.newsfeed190_ li {
width:292px;
background-color:#f5f5f3;
}
ul.newsfeed190_ li img{
border: 2px solid #d5d5d5;
}
div.newsfeed190_item
{
color:#898989;
}

/* ???feed news ????????---------------- */

ul.newsfeed192_ li {
width:292px;
background-color:#f5f5f3;
}
ul.newsfeed192_ li img{
border: 2px solid #d5d5d5;
}

div.newsfeed192_item
{
color:#898989;
}
/* ???feed news ???????---------------- */
ul.newsfeed193_ li {

background-color:#f0f5f5;
}
ul.newsfeed193_ li img{
border: 2px solid #d5d5d5;
}
#Mod193.ja-moduletable.moduletable.clearfix
{
padding: 0px 0 0;
}
div.newsfeed193_item
{
color:#898989;
}

/* ???feed news ????---------------- */
ul.newsfeed194_ li {
width:260px;
background-color:#f0f5f5;
}
ul.newsfeed194_ li img{
border: 2px solid #d5d5d5;
}

div.newsfeed194_item
{
color:#898989;
}

.dm_row
{
padding:0px 20px 0px 20px;
}

.ja-footnav.clearfix
{
padding: 0px 0px 0px 0px;
background-image:url(../images/bgBody6.jpg);

}
#Mod194.ja-moduletable.moduletable.clearfix
{padding: 102px 0px 0px 0px;
}
div.gk_ni_6_tabsbar p
{padding: 0px 20px 0px 20px !important; 
}
div.contact
{
background-image:url(../../../images/form/bg8.jpg);
color:#666666;
padding: 0px 0px 80px 0px;
}
div.contact p
{
padding: 18px 0px 0px  100px;
font-family: Arial, "Segoe UI", Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
}
div.contact_address
{
padding: 0px 0px 20px  100px;
font-family: Arial, "Segoe UI", Helvetica, sans-serif;
font-size:12px;
font-size
}
form#emailForm.form-validate
{
padding: 20px 0px 20px  100px;
}
div.contact div img
{
color:#ffffff;
}

#contact_name.inputbox
{
width:198px;
height:25px;
background-image:url(../../../images/form/bg_form.jpg);
}

#contact_email.inputbox
{
width:198px;
height:25px;
background-image:url(../../../images/form/bg_form.jpg);
}

#contact_subject.inputbox
{
width:198px;
height:25px;
background-image:url(../../../images/form/bg_form.jpg);
}

#contact_text.inputbox
{
width:236px;
height:149px;
background-image:url(../../../images/form/bg_form2.jpg);
}

div .contact img
{
 display: none  !important;
}
#Mod178.ja-moduletable.moduletable.clearfix table.gk_npro_table, #Mod180.ja-moduletable.moduletable.clearfix table.gk_npro_table {

color:white;

}

#Mod178.ja-moduletable.moduletable.clearfix a, #Mod180.ja-moduletable.moduletable.clearfix a, #Mod174.ja-moduletable.moduletable.clearfix a {
color:white;
}

#Mod248.ja-moduletable.moduletable.clearfix {

background:url("../../../images/M_images/bg_content5.jpg") repeat scroll 0 0 transparent;
height:210px;

}
#Mod248.ja-moduletable.moduletable.clearfix a, #Mod180.ja-moduletable.moduletable.clearfix a, #Mod174.ja-moduletable.moduletable.clearfix a
{
color:#ffffff;
}

div .nspro_bg_wrap
{
color:#ffffff;
}
table .gk_npro_header ta_right
{
color:#ffffff !important;
}

tr .sectiontableentry1 td a{
color:#000000 !important;
}
div #ttt2{
margin: 0px 0px 0px -16px;
}
div #ttt3{
margin: 0px 0px 5px 0px;
}

#ja-splitmenu a
{
padding:12px 13px;
}

/*div.gk_npro_mainwrap
{
width: 300px !important;
margin: 0px 5px 0px  0px
}*/
.bfsurvey_protrialTitle {
	
	text-align: center !important;
	background:url(/ICE_SOLUTION/images/survey.jpg) no-repeat !important; 
	color:#FFFFFF !important;
}
.bfsurvey_protrialIntro
{
display:none  !important;
}
.bfsurvey_protrialQuestion
{
background-color:#870006 !important;
}
}
