 /*------------------------------------------------------------------------
# KH_digital - Version 1.0 -  آبان 88
# ------------------------------------------------------------------------
# Copyright (C) 2007-2009 khalilan.com , Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: khalilan media
# Websites:  http://www.khalilan.com
# گروه طراحی خلیلان رسانه - برترین سایت در زمینه طراحی قالب جوملا در ایران
-------------------------------------------------------------------------*/
/* COMMON STYLE
--------------------------------------------------------- */
body {
	background: #FFFFFF;
	color: #000000;
	font-family: tahoma;
	line-height: 1.6;
}

body#bd {
	background: url(../images/bg.png) repeat left top;
	color: #666666;
}

body.contentpane {
	color: #111111;
	font-size: 8pt;
	line-height: 1.3em;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

body.fs1 {
	font-size: 10px;
}

body.fs2 {
	font-size: 11px;
}

body.fs3 {
	font-size: 11px;
}

body.fs4 {
	font-size: 11px;
}

body.fs5 {
	font-size: 11px;
}

body.fs6 {
	font-size: 11px;
}

/* Normal link */
a {
	color: #5e5e5e;
	text-decoration: none;
	text-align: right;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #449ce8;
}

/* Title text */
h1, h2, h3, h4, .contentheading, .componentheading, .blog_more strong, .nftitle {
	font-family: tahoma;
	font-weight: normal;
	line-height: 1.2;
	direction:rtl;
}

	
/* Small text */
small, .small, .smalldark, .createby, .createdate, .createdby, .modifydate, .img_caption,
span.site-slogan, p.site-slogan, a.readon, #kh-headtools, #kh-pathway, #kh-botsl, #kh-footer {
	font-size: 100%;
	text-align: right;
}

small, .small, .img_caption {
	color: #999999;
}

img.caption {
}

/* Heading */
h1 {
	font-size: 100%;
}

h2 {
	font-size: 100%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

h4, h5, h6 {
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6,
p, blockquote, ul, ol {
	margin: 15px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet.png) no-repeat 100% 8px;
	line-height: 160%;
	padding-right: 10px;
}

ol li {
	line-height: 180%;
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 5px;
	text-align: right;
}

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 #DDDDDD;
	height: 1px;
	text-align: right;
}

td, div {
	font-size: 100%;
}

a img {
	border: none;
	margin: 5px;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
	direction:rtl;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family: tahoma;
	font-size: 100% !important;
}

.inputbox {
	background: #ababab;
	border: 1px solid #848484;
	color: #5e5e5e;
	margin: 0 5px;
	padding: 2px;
}

.button {
	background: #464646 !important;
	border: 1px solid #ffffff;
	color: #ececec;
	font-weight: bold;
	padding: 1px 8px !important;
}

.button:hover,
.button:active,
.button:focus {
	background: #ffffff !important;
	color: #464646;
	border: 1px solid #464646;
	font-weight: bold;
	padding: 1px 8px;
	text-decoration: none;
}

* html .button {
	padding: 0 5px !important; /*IE 6*/
}

*+html .button {
	padding: 0 5px !important; /*IE 7*/
}

/* JOOMLA STYLE
--------------------------------------------------------- */
/* Override fontpage ---*/
.article-content .kh-innerpad p {
	margin: 7px 0;
	direction: rtl;
}

.article-content .kh-innerpad h2.contentheading {
	padding-top: 0;
}

.img-desc {
	float: left;
}

.kh-innerpad .article-tools .article-meta {
	float: none;
	padding: 0;
	width: auto;
}

.article_separator {
	background: url(../images/dot.gif) repeat-x center;
	clear: both;
	display: block;
	height: 36px;
}

.row_separator {
	display: none;
}

.article-content img {
	border: 1px solid #DDDDDD;
	margin-right: 15px;
	margin-top: 3px;
	padding: 3px;
}

.article-tools .article-meta {
	float: right;
	padding: 5px 0 0 0;
	width: 70%;
}

.article-tools .buttonheading {
	float: left;
	width: 30%;
}

.img_caption {
	float: left;
}

.column_separator {
	padding: 0 5px;
}

span.open {
	background: url(../images/so-q.gif) no-repeat  left top;
	padding: 2px 0 2px 10px;
}

span.close {
	background: url(../images/sc-q.gif) no-repeat right bottom;
	padding: 2px 10px 2px 0;
}

/* content tables */
.sectiontableheader {
	background: #d8d8d8;
	border-right: 1px solid #CCCCCC;
	padding: 4px;
	text-align: right;
}

.sectiontableheader a {
	color: #FFFFFF;
	font-weight: bold;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 4px;
}

tr.sectiontableentry2 td {
	background: #FFFFFF;
	border-bottom: 1px solid #D5D5D5;
	border-top: 1px solid #D5D5D5;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	font-size: 100%;
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	background: url(../images/bullet.png) no-repeat 100% 7px;
	padding: 1px 15px 1px 5px;
}

table.contenttoc th {
	border-bottom: 1px solid #E5E5E5;
	padding: 0 0 3px;
	text-indent: 5px;
}

table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: right;
	width: 100%;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	background: none;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #E5E5E5;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.blog_more strong {
	display: block;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 5px;
	direction:rtl;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(../images/arrow.png) no-repeat 100% 7px;
	margin: 0;
	padding: 0 10px 0 0;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	background: url(../images/h3-bg.gif) repeat-x scroll left bottom;
	color: #5e5e5e;
	font-size: 100%;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 0 -9px 10px;
	padding: 0 10px;
	text-transform: uppercase;
	text-align: right;
}

.componentheading {
	font-size: 100%;
}

h2.contentheading, .contentheading {
	color: #449ce8;
	font-size: 100%;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 0 -9px 10px;
	padding: 0 10px;
	text-align: right;
}

.blog h2.contentheading, .blog .contentheading {
	font-size: 100%;
}

a.contentpagetitle {
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	color: #449ce8;
}

.contentdescription {
	padding-bottom: 30px;
}

table.contentpane form,
table.contentpane table {
	width: 100%;
}

a.readon {
	background: #0f292a;
	color: #ebebeb;
	font-weight: bold;
	padding: 1px 5px;
	text-decoration: none;
	float: left;
	direction: rtl;
	border: 1px solid #ffffff;
}

a.readon:hover, a.readon:focus, a.readon:active {
	background: #ffffff;
	color: #5e5e5e;
	text-decoration: none;
	border: 1px solid #5e5e5e;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

div.blog_more {
	padding-top: 15px;
}

ul.pagination {
	margin: 10px 0;
	padding: 0;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.pagination li span {
	color: #999999;
	padding: 2px 5px;
}

ul.pagination a {
	background: #FAFAFA;
	border: 1px solid #DDDDDD;
	padding: 1px 5px;
	text-decoration: none;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	border: 1px solid #B5B5B4;
}

.pagenavbar {
	background: url(../images/icon-pages.gif) no-repeat center right;
	font-weight: bold;
	padding-right: 14px;
}

.pagenavcounter {
	background: url(../images/icon-pages.gif) no-repeat 100% 11px;
	font-weight: bold;
	padding: 8px 14px 0 14px;
}

/* META
--------------------------------------------------------- */
.createdate {
	color: #999999;
	padding-right: 5px;
	text-align: right;
}

.createby,
.createdby {
	color: #999999;
	padding-left: 5px;
}

.modifydate {
	color: #999999;
	display: block;
	float: right;
	margin-top: 10px;
	width: 100%;
	direction: rtl;
}

.buttonheading {
}

.buttonheading img {
	border: 0;
	float: left;
	margin: 7px 5px 0 0;
}

/* MAIN LAYOUT
--------------------------------------------------------- */
#kh-wrapper {
	width: 950px;
	margin: 0 auto;
	clear: both;
}

.wrap {
	clear: both;
	width: 100%;
	text-align: right;
}

.main {
	margin: 0 auto;
	width: 950px;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#kh-mainbody {

}

#kh-body {
	float: left;
	width: 75%;
}

#kh-content {
	float: left;
	width: 75%;
}



#kh-container .kh-content-top {
	background: url(../images/content-top.png) no-repeat center top;
}

#kh-container .kh-content-bot {
	background: url(../images/content-bot.png) no-repeat center bottom;
}

#kh-current-content {
	padding: 0 9px 25px 8px;
	direction:rtl;
}

#kh-container .main,
#kh-container-f .main,
#kh-container-fr .main,
#kh-container-fl .main {
	display: block;
	overflow: hidden;
	width: 950px;
	background: #f3f3f3;
}

#kh-container .wrap,
#kh-container-f .wrap,
#kh-container-fr .wrap,
#kh-container-fl .wrap {
	display: block;
	overflow: hidden;
}

#kh-container .main .innerpad,
#kh-container-f .main .innerpad,
#kh-container-fr .main .innerpad,
#kh-container-fl .main .innerpad {
	padding: 10px 0 0 0;
}

/*columns*/
#kh-col1 {
	float: left;
	width: 27.9%;
	direction:rtl;
}

#kh-container .main #kh-col1 .innerpad {
	padding: 0 0 0 10px;
}

#kh-col2 {
	float: right;
	width: 23.9%;
	direction: rtl;
}

#kh-container .main #kh-col2 .innerpad {
	padding: 0 5px 0 0;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#kh-container,
#kh-container-f,
#kh-container-fr,
#kh-container-fl {
	clear: both;
	margin: 0 0 20px;
}

/* Content + left ---*/
#kh-container-fr #kh-body {
	width: 100%;
}

#kh-container-fr #kh-col1 .innerpad {
	padding: 0 10px 0 0;
}

#kh-container-fr #kh-content {
	background: url(../images/content-center2.png) repeat-y center top;
}

#kh-container-fr .kh-content-top {
	background: url(../images/content-top2.png) no-repeat center top;
	width: 100%;
}

#kh-container-fr .kh-content-bot {
	background: url(../images/content-bot2.png) no-repeat center bottom;
	width: 100%;
}

/* Content + right ---*/
#kh-container-fl #kh-col2 .innerpad {
	padding: 0 0 0 10px;
}

#kh-container-fl #kh-content {
	width: 100%;
}

#kh-container-fl .kh-content-top {
	width: 100%;
}

#kh-container-fl .kh-content-bot {
	width: 100%;
}

/* Full content ---*/
#kh-container-f #kh-body {
	width: 100%;
}

#kh-container-f #kh-content {
	background: url(../images/content-center1.png) repeat-y center top;
	width: 100%;
}

#kh-container-f .kh-content-top {
	background: url(../images/content-top1.png) no-repeat center top;
	width: 100%;
}

#kh-container-f .kh-content-bot {
	background: url(../images/content-bot1.png) no-repeat center bottom;
	width: 100%;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_text h3,
div.moduletable_menu h3,
div.moduletable_icon h3{
	color: #B5B5B4;
	font-size: 100%;
	letter-spacing: 1px;
	margin: 0 0 10px;
	padding: 2px 0 5px;
	text-transform: uppercase;
}

div.moduletable,
div.moduletable_text,
div.moduletable_menu,
div.moduletable_icon {
	margin: 0 0 15px;
	padding: 0 0 5px;
}

div.moduletable_blank {
	margin: 0 0 15px;
}

/* mis */
div.moduletable ul,
div.moduletable_text ul{
	margin: 0;
	padding: 0;
}

div.moduletable li,
div.moduletable_text li,
div.moduletable_menu li {
	line-height: 20px;
	margin: 0;
	padding-left: 0;
}

div.moduletable li a,
div.moduletable_text li a,
div.moduletable_menu li a {
	padding: 5px 2px 5px 15px;
}

/* Default Module */
div.module h3,
div.module_text h3,
div.module_menu h3,
div.module_member h3,
div.module_statistics h3,
div.module_article h3 {
	color: #5e5e5e;
	font-size: 100%;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 0 0 10px;
	padding: 0 20px;
	text-transform: uppercase;
	background: url(../images/module-ti.png) no-repeat right bottom;
}

div.module_menu h3 {
	margin-bottom: 0;
	overflow: hidden;
	padding-left: 10px;
}

div.module,
div.module_text,
div.module_menu,
div.module_tabs,
div.module_member,
div.module_statistics,
div.module_article {
	clear: both;
	display: block;
	float: left;
	margin: 0 0 15px;
	padding: 0;
	width: 100%;
	width: 100%;
}

div.module_tabs {
	background: url(../images/box-br-tabs.gif) no-repeat right bottom;
}

div.module_tabs div {
	background: url(../images/box-bl-tabs.gif) no-repeat left  bottom;
}

div.module_tabs div.kh-box-tl {
	display: block;
	overflow: hidden;
}

div.module div div,
div.module_text div div,
div.module_menu div div {
	background: url(../images/bo1x-tr.png) no-repeat right top;
}

div.module div div div,
div.module_text div div div,
div.module_menu div div div {
	padding: 0;
}

div.module div div div div,
div.module_text div div div div,
div.module_menu div div div div,
div.module_tabs div div div div {
	background: none;
}

div.module div.kh-box-ct,
div.module_member div.kh-box-ct,
div.module_statistics div.kh-box-ct,
div.module_article div.kh-box-ct,
div.module_statistics-b div.kh-box-ct {
	padding: 0 10px 10px;
}

div.module_yjns5{
   margin:0; 
   padding:0
}
div.module_yjns5 h3{
   background:#121212; 
   color:#fff; 
   padding:10px 0 0 10px; 
   margin:0 auto; 
   display:block; 
   width:675px
}
div.module_yjns5 h3 span{
    padding:0; 
	margin:0; 
	color:#bcbcbc
}
div.module_yjns5 a:hover{
    color:#ccc
}

/* Module menu ---*/
div.module_menu div div div {
	display: block;
	overflow: hidden;
	padding: 0 1px 6px 1px;
}

div.module_menu ul.menu li {
	border-bottom: none;
	padding: 0 12px 3px 0px;
	background: url(../images/mainlevel-bg.gif) no-repeat right bottom;
}

div.module_menu ul.menu li li {
	border: none;
}

div.module_menu div.kh-box-ct {
	padding-bottom: 0;
}

/* member module ---*/
div.module_member h3 {
	background: url(../images/h3-bg1-orange.gif) repeat-x left bottom;
	color: #5e5e5e;
}

div.module_member {
	color: #5e5e5e;
}

div.module_member div div {
	background: url(../images/box-tr-member.png) no-repeat right top;
}

div.module_member div div div {
	padding: 0;
}

div.module_member div div div div {
	background: none;
	color: #5e5e5e;
}

div.module_member img{
	background: #f1f1f1;
	border: 1px solid #a8a7a7;
	margin: 5px 8px 0 0;
	padding: 4px;
}

div.module_member p {
	margin-top: 0;
}

div.module_member #kh-contentslider-center-wrap .jsslide,
div.module_member #kh-contentslider-left {
	background: url(../images/dot-cs-orange.gif) repeat-x left bottom;
}

/* article module ---*/
div.module_article h3 {
	background: url(../images/h31-bg-red.gif) repeat-x left bottom;
	color: #5e5e5e;
}

div.module_article div div div {
	background: url(../images/box-tl-article.png) no-repeat right top;
}

div.module_article  div div div div {
	background: none;
	color: #5e5e5e;
}

div.module_article img {
	background: #f1f1f1;
	border: 1px solid #a8a7a7;
	margin: 5px 8px 0 0;
	padding: 4px;
}

div.module_article #kh-contentslider-center-wrap .jsslide,
div.module_article #kh-contentslider-left {
	background: url(../images/dot-cs-article.gif) repeat-x left bottom;
}

/* statistics module ---*/
div.module_statistics h3 {
	background: url(../images/h3-bg1-statistics.gif) repeat-x left bottom;
	color: #5e5e5e;
}

div.module_statistics div div {
	background: url(../images/box-tr-statistics.png) no-repeat right top;
}

div.module_statistics div div div {
	background: url(../images/11.png) no-repeat left top;
	padding: 0;
}

div.module_statistics div div div div {
	background: none;
	color: #5e5e5e;
}

div.module_statistics img {
	background: #f1f1f1;
	border: 1px solid #a8a7a7;
	margin: 5px 8px 0 0;
	padding: 4px;
}

div.module_statistics #kh-contentslider-center-wrap .jsslide,
div.module_statistics #kh-contentslider-left {
	background: url(../images/dot-cs-statistics.gif) repeat-x left bottom;
}

/* statistics-b Module */
div.module_statistics-b h3 {
	color: #cdf1fa;
	font-size: 100%;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 0 0 10px;
	padding: 0 10px;
	text-transform: uppercase;
}

div.module_statistics-b {
	background:url(../images/box-br-statistics-b.png) no-repeat right bottom;
	color: #858585;
}

div.module_statistics-b div {
	background: url(../images/box-bl-statistics-b.png) no-repeat  left bottom;
}

div.module_statistics-b div div {
	background: url(../images/box-tr-statistics-b.png) no-repeat right top;
}

div.module_statistics-b div div div {
	background: url(../images/box-tl-statistics-b.png) no-repeat left top;
}

div.module_statistics-b div div div div {
	background: none;
	padding: 0;
}

div.module_statistics-b img {
	margin: 5px 8px 0 0;
	padding: 4px;
}

div.module img,
div.module_text img,
div.module_menu img,
div.module_tabs img {
	margin-right: 10px;
	padding: 3px;
}


/* HEADER
--------------------------------------------------------- */
#kh-header-bg {
	margin-top: 9px;
	z-index: 999;
	position: relative;
	background: url(../images/hed-bg.png) repeat-x left;
	height: 120px;
}

#kh-header-rt {
	z-index: 999;
	position: relative;
	background: url(../images/hed-rt.png) no-repeat top right;
}

#kh-header {
	z-index: 999;
	position: relative;
	background: url(../images/hed-lt.png) no-repeat top left;
}

#kh-header .main {
	height: 100px;
	line-height: normal;
	position: relative;
}

h1.logo, .logo-text h1 {
	font-size: 100%;
	left: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-transform: uppercase;
	top: 1px;
}

p.site-slogan {
	bottom: 22px;
	display: block;
	left: 0;
	margin: 0;
	position: absolute;
}

h1.logo a {
	background: url(../images/logo.png) no-repeat;
	display: block;
	height: 103px;
	width: 251px;
}

h1.logo a:hover, h1.logo a:active, h1.logo a:focus {
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

.logo-text h1 span {
	color: #27747f;
}

.logo-text a {
	color: #449ce8;
	text-decoration: none;
}

.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
	text-decoration: none;
}

/* Headtools ---*/
#kh-headtools {
	float: right;
	margin: 10px 25px 1px 0;
	text-align: right;
	width: 70%;
	color: #5e5e5e;
}

#kh-headtools ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#kh-headtools li {
	background: none;
	display: inline;
	line-height: normal;
	margin: 0;
	padding: 0 5px 0 0;
}

#kh-headtools li a {
	color: #5e5e5e;
	line-height: 20px;
	padding: 0 10px 0 0;
	display: inline-block;
}

#kh-headtools li.last a {
	padding-right: 0;
}

#kh-headtools li a.show {
	color: #5e5e5e;
}

#kh-register, #kh-login {
	background: #f4f4f4;
	border: 1px solid #9a9999;
	display: none;
	height: auto;
	overflow: hidden;
	padding: 5px 15px;
	position: absolute;
	right: 10px;
	text-align: right;
	top: 40px;
	z-index: 999;
}

.kh-login-links {
	margin-top: 10px;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#kh-mainnav {
	padding: 0px 0;
	z-index: 999;
	height: 44px;
	background: url(../images/men-bg.png) repeat-x left;
}

#kh-mainnav .inner {
	position: relative;
}

#kh-subnav div.sublevel li a:hover,
#kh-subnav div.sublevel li a:active,
#kh-subnav div.sublevel li a:focus {
	color: #FFFFFF;
}

/* Search ---*/
#kh-search {
	position: absolute;
	right: 25px;
	top: 40px;
	height: 25px;
}

#kh-search .search {
	background: url(../images/search-bg.png) no-repeat ;
	display: block;
	height: 37px;
	width: 220px;
}

#mod_search_searchword {
	background: none;
	border: none;
	float: right;
	padding: 10px 40px;
	color:#6d6d6d;
}

#kh-search .search .button {
	border: none;
	float: right;
	height: 24px;
	margin-right: 2px;
	margin-top: 2px;
	width: 40px;
}

/* Default Joomla! Menu */
ul.menu {
	display: block;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

ul.menu li {
	background: none;
	border-bottom: 1px solid #D5D5D5;
	display: block;
	line-height: normal;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

ul.menu li a {
	color: #666666;
	display: block;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	outline: none;
	padding: 8px 10px 8px 0;
	text-decoration: none;
	text-transform: uppercase;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #449ce8;
	text-decoration: none;
}

ul.menu li.active a {
	background: #F4F4F4;
	color: #449ce8;
	font-weight: bold;
}

ul.menu li ul {
	display: block;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

ul.menu li li {
	background: none !important;
	border: none;
	padding: 0 10px 0 0;
}

ul.menu li li a {
	background: url(../images/arrow.png) no-repeat 95% 8px !important;
	border: none;
	color: #4F4F4F !important;
	font-weight: normal !important;
	padding: 5px 20px 5px 5px !important;
	text-transform: none;
}

ul.menu li.active li a {
	background: #FFFFFF;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	color: #449ce8 !important;
	text-decoration: underline;
}

ul.menu li li.active a {
	color: #449ce8;
	font-weight: bold !important;
}

ul.menu li li li a {
	background: url(../images/bullet.png) no-repeat 0% 10px !important;
	color: #4F4F4F !important;
	font-weight: normal !important;
	padding-right: 40px !important;
}

ul.menu li li li.active a {
	font-weight: bold !important;
}

/* SPOTLIGHT
--------------------------------------------------------- */
.kh-box-full, .kh-box-left, .kh-box-center, .kh-box-right {
	float: right;
	overflow: hidden;
	padding-top: 15px;
}

.kh-box-left div.moduletable {
	padding-right: 15px;
}

.kh-box-center div.moduletable {
	padding: 0 15px;
}

.kh-box-right div.moduletable {
	padding-left: 15px;
}

/* Top spotlight ---*/
#kh-topsl {
	margin-bottom: 5px;
}

#kh-cs .innerpad {
	padding: 0 0 0 10px !important;
}

#kh-slideshow {
	float: right;
	width: 100%;
	margin-top: -10px;
}

#kh-cs {
	float: left;
	width: 27.9%;
}

#kh-topsl div.module,
#kh-topsl div.module_member,
#kh-topsl div.module_statistics,
#kh-topsl div.module_article,
#kh-topsl div.module_statistics-b {
	margin-bottom: 0;
}

#kh-Tabs {
	float: right;
	width: 100%;
	margin-top: -20px;
} 

/* FOOTER
--------------------------------------------------------- */
#kh-footer {
	background: #000000;
	border-top: 1px solid #3e3d3d;
	direction: rtl;
	margin-top: -20px;
}

#kh-footer .sublogo {
	float: right;
	margin: 0 0 0 25px;
	width: 167px;
}

#kh-footer .kh-info {
	float: center;
	width: none;
}

#kh-footer .main {
	padding: 20px 0;
	text-align: center;
}

#kh-footer small {
	color: #7f7f7f;
	font-size: 100%;
	margin-top: 10px;
}

#kh-footer ul {
	line-height: normal;
	margin: 0;
}

#kh-footer li {
	background: url(../images/vline.gif) no-repeat left;
	display: inline;
	margin: 0;
	padding: 0 10px;
}

#kh-footer a {
	background: none;
	color: #7f7f7f;
	display: inline;
	line-height: normal;
}

#kh-footer a:hover,
#kh-footer a:active,
#kh-footer a:focus {
	background: none;
	color: #449ce8;
	text-decoration: underline;
}

#kh-footer small a {
	color: #7f7f7f;
	padding-left: 3px;
}

 
/* MISCELLANOUS
----------------------------------------------------------- */
.clr {
	clear: both;
}

.hastip img {
	border: none;
	margin: 10px 5px 0 0;
}

div.kh-innerdiv {
	background: url(../images/dot2.gif) repeat-x left bottom;
	padding: 10px 0 10px;
}

div.kh-innerdiv span.title {
	display: block;
	font-weight: bold;
}

div.kh-innerdiv img {
	border: 1px solid #DDDDDD;
	margin: 5px 10px 0 0;
	padding: 3px;
}

li.kh-firstitem, .firs-titem {
	background: none !important;
	padding-left: 0 !important;
}

ul li img {
	background: none !important;
	margin: 0 5px 0 0 !important;
	padding: 0 !important;
}

p.ie6notice{
    margin-top:0px;
    margin-bottom:0px;
    padding:55px 20px 50px 10px;
    border:5px solid #ec1f1f;
    background:#c6d3da url(../images/error.png) no-repeat 50px center;
 }
 
/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	float: left;
	max-width: 600px;
	padding: 5px;
}

.tool-title {
	background: url(../../system/images/selector-arrow.png) 100% no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

#system-message {
	margin: 10px;
}

#system-message a {
	color: #333333;
}

#system-message dd {
	text-indent: 0;
}

#system-message dt.notice,
#system-message dt.error,
#system-message dt.done,
#system-message dt.message {
	display: none;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul,
#system-message dd.done ul {
	border: none;
	margin: 0;
	padding: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	margin: 0;
	padding: 5px 5px 5px 30px;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #bde0e5;
	color: #d5f8fd;
	direction:rtl;
}

#system-message dd.done ul {
	background: #bde0e5;
	color: #d5f8fd;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #8ed4de !important;
	color: #ff0000; !important;
}

/* System fade Messages */
#system-message dd.fade ul {
	background:#FAFAFA;
	color: #666666;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #FAFAFA;
	color: #666666;
}


