/*------------------------------------------------------------------------
# JA Iolite 1.0 - June, 2008
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
-------------------------------------------------------------------------*/


/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 1.6;
}

body#bd {
	color: #695B4E;
	background: #F5F4ED;
	margin: 0 0 50px;
}

body.contentpane {
	color: #000000;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* Normal link */

a.tlink:link {
	color: #cccccc;
	text-decoration: none;
}


/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4, .nftitle {
	line-height: normal;
	font-weight: normal;
	color: #3C3229;
	font-family: "Trebuchet MS", Arial, sans-serif;
}	

/* Small text */
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption,
p.site-slogan, a.readon, #cki-pathway, #cki-colwrap, #cki-botsl1, #cki-botsl2, #cki-footer {
	font-size: 92%;
}

small, .small, .img_caption {
	color: #A99C90;
}

img {
	margin: 0;
	padding: 0;
}

img.caption {
	margin-top: 15px;
}

/* Heading */
h1 {font-size: 180%;}
h2 {font-size: 150%;}
h3 {font-size: 125%;}
h4 {font-size: 100%; text-transform: uppercase;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet.gif) no-repeat 18px 7px;
	line-height: 160%;
	padding-left: 30px;
}

ol li {
	line-height: 180%;
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

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 #C9C0B7;
	height: 1px;
}

td, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}

.inputbox {
	border: 1px solid #C9C0B7;
	padding: 2px;
	background: #FFFFFF;
	color: #695B4E;
}

.button {
	padding: 1px 8px;
	border: 1px solid #C9C0B7;
	background: url(../images/but-bg.gif) repeat-x center #D3D3CA;
	font-weight: bold;
	color: #695B4E;
}

* html .button { /*IE 6*/
	padding: 0 5px !important;
}

*+html .button { /*IE 7*/
	padding: 0 5px !important;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_separator {
	clear: both;
	display: block;
	height: 30px;
}

.column_separator {
	padding: 0 25px;
}

/* Mosimage */
div.mosimage {
	color: #6D644C;
	margin: 10px 10px 0 0;
}

div.mosimage img {
	padding: 3px;
}

/* content tables */
.sectiontableheader {
	background: #000000;
	border-right: 1px solid #E7E6DF;
	padding: 4px;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 4px;
}

tr.sectiontableentry2 td {
	background: #E7E6DF;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	font-size: 92%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	background: url(../images/bullet.gif) no-repeat 10px 7px;
	padding: 1px 5px 1px 20px;
}

table.contenttoc th {
	border-bottom: 1px solid #E7E6DF;
	padding: 0 0 3px;
	text-indent: 5px;
}

table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
	background: none;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #E7E6DF;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.blog_more strong {
	display: block;
	font-size: 125%;
	margin: 0 0 5px;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(../images/bullet.gif) no-repeat 6px 7px;
	margin: 0;
	padding: 0 0 0 17px;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	margin: 0 0 10px;
	padding: 0 0 5px;
}

.componentheading {
	font-size: 250%;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	margin: 0;
	padding: 0 0 5px;
}

.contentheading {
	font-size: 175%;
	background: url(../images/hdot1.gif) repeat-x bottom;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}

a.readon {
	display: block;
	float: left;
	text-align: center;
	clear: both;
	padding: 0 5px 0 12px;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../images/arrow3.png) no-repeat 5px 50% #800000;
	color: #FFFFFF;
}

a.readon:hover, a.readon:focus, a.readon:active {
	background: url(../images/arrow3.png) no-repeat 5px 50% #695B4E;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto 0;
	padding: 0;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 3px;
	text-decoration: none;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
}

.pagenavbar {
	background: url(../images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}

.pagenavcounter {
	background: url(../images/icon-pages.gif) no-repeat 0 11px;
	font-weight: bold;
	padding: 8px 14px 0 14px;
}

.sectiontableheader {
	color: #FFFFFF;
	font-weight: bold;
	padding: 8px 5px;
}

.sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* META
--------------------------------------------------------- */
.createdate {
	color: #A99C90;
}

.modifydate {
	float: left;
	width: 100%;
	color: #A99C90;
	margin-bottom: 10px;
	display: block;
}

.buttonheading {
	background: url(../images/hdot1.gif) repeat-x bottom;
}

.buttonheading img {
	border: 0;
	float: right;
	margin: 7px 5px 0 0;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#cki-wrapper {
}

#cki-header,
#cki-mainnav,
#cki-hp,
#cki-container,
#cki-topsl,
#cki-footer {
	width: 99%;
	margin: 0 auto;
	clear: both;
}

.narrow #cki-header,
.narrow #cki-mainnav,
.narrow #cki-hp,
.narrow #cki-container,
.narrow #cki-topsl,
.narrow #cki-footer {
	width: 750px;
}

#cki-container {
	background: url(../images/vdot2.gif) repeat-y 56% 0;
}

#cki-container-inner {
	background: url(../images/vdot2.gif) repeat-y 78% 0;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#cki-content {
	clear: both;
	display: block;
	float: left;
        width:500px ;
}

/* COLUMNS
--------------------------------------------------------- */
#cki-colwrap {
	float: right;
	overflow: hidden;
	width: 44%;
}

/*columns*/
#cki-col1 {
	float: left;
	width: 49.9%;
}

#cki-col2 {
	float: right;
	width: 49.9%;
}

* html #cki-col2 {
	width: 49.2%;
}

#cki-col1 div.cki-innerpad,
#cki-col2 div.cki-innerpad {
	padding: 2px 20px 0;
}

/*common style for column*/
#cki-colwrap table {
	border-collapse: collapse;
	border-spacing: 0;
}

#cki-colwrap .article_separator {
	display: none;
}

#cki-colwrap ul {
	list-style: none;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#cki-containerwrap,
#cki-containerwrap-f,
#cki-containerwrap-c {
	padding: 40px 0 20px;
	margin: 0;
	clear: both;
	background: url(../images/grad1.gif) repeat-x top;
}

/* full */
#cki-containerwrap-f #cki-container  {
	background: none;
}

#cki-containerwrap-f #cki-container-inner {
	background: none;
}

#cki-containerwrap-f #cki-content {
	width: 100%;
}

/* content + 1 col */
#cki-containerwrap-c #cki-container  {
	background: none;
}

#cki-containerwrap-c #cki-container-inner {
	background: url(../images/vdot2.gif) repeat-y 78% 0;
}

#cki-containerwrap-c #cki-content {
	width: 75%;
}

#cki-containerwrap-c #cki-colwrap {
	width: 22%;
}

#cki-containerwrap-c #cki-col1,
#cki-containerwrap-c #cki-col2 {
	width: 100%;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_subnav h3,
div.moduletable-hilite h3 {
	font-size: 175%;
	margin: 0 0 5px;
	padding: 2px 0 5px;
	letter-spacing: -1px;
	background: url(../images/hdot1.gif) repeat-x bottom;
}

div.moduletable_subnav h3 {
	background: none;
}

div.moduletable,
div.moduletable_subnav,
div.moduletable-hilite {
	margin: 0 0 20px;
	padding: 0 0 5px;
}

div.moduletable-hilite {
	background: url(../images/grad2.gif) repeat-x top #800000;
	padding: 5px 10px;
	border: 1px solid #DD5D00;
}

div.moduletable-hilite h3 {
	padding: 0 0 5px;
	background: url(../images/hdot2.gif) repeat-x bottom;
}

div.moduletable-hilite,
div.moduletable-hilite h3, div.moduletable-hilite a {
	color: #FFFFFF;
}

/* mis */
div.moduletable ul
div.moduletable-hilite ul {
	margin: 0;
	padding: 0;
}

div.moduletable li,
div.moduletable-hilite li {
	background: url(../images/bullet.gif) no-repeat 5px 8px;
	margin: 0;
	padding-left: 16px;
}

/* HEADER
--------------------------------------------------------- */
#cki-headerwrap {
	height: 110px;
	background:  #1C1C1C;
}

#cki-header {
	height: 70px;
	line-height: normal;
	position: relative;
}

h1.logo, h1.logo-text {
	margin: 0;
	padding: 0;
	font-size: 300%;
	letter-spacing: 1px;
}

h1.logo a {

	width: 437px;
	display: block;
	background: url(logo.png) no-repeat;
	position: absolute;
	height: 38px;
	bottom: 10px;
	left: 0;
}

h1.logo a:hover, h1.logo a:active, h1.logo a:focus {
}

* html h1.logo a:hover {
	background: none;
	cursor: pointer;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

h1.logo-text a {
	text-decoration: none;
	outline: none;
	position: absolute;
	top: 5px;
	left: 25px;
	color: #FFFFFF;
}

h1.logo-text a:hover, logo-text a:active, logo-text a:focus {
	color: #FFFFFF;
	background: none;
}

p.site-slogan {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 10px;
	left: 25px;
	letter-spacing: 1px;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#cki-mainnavwrap {
	z-index: 999;
	background: url(../images/mainnav-bg.png);
	height: 40px;
}

#cki-mainnav {
	height: 35px;
	padding-top: 5px;
}

#cki-mainnav a, #cki-subnav a {
	outline: none;
}

#cki-subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../images/hdot1.gif) repeat-x top;
}

#cki-subnav li {
	background: none;
	margin: 0;
	padding: 1px 0;
	background: url(../images/hdot1.gif) repeat-x bottom;
}

#cki-subnav a {
	display: block;
	outline: none;
	padding: 5px 2px;
	color: #695B4E;
	text-decoration: none;
}

#cki-subnav a:hover,
#cki-subnav a:active,
#cki-subnav a:focus {
	color: #695B4E;
	background: #E7E6DF;
}

#cki-subnav li.active a {
	color: #695B4E;
	background: #E7E6DF;
	font-weight: bold;
}

/* breadcrumbs */
#cki-pathway {
	padding: 6px 0 7px;
	background: url(../images/hdot1.gif) repeat-x bottom;
	text-transform: uppercase;
}

#cki-pathway strong {
	margin-right: 5px;
	background: url(../images/symbol.gif) no-repeat 2px center #E7E6DF;
	padding: 5px 5px 5px 31px;
	text-transform: uppercase;
}

#cki-pathway a {
	text-decoration: none;
}

#cki-pathway a:hover {
	text-decoration: underline;
}

#cki-pathway img {
	margin: 1px 5px;
}

/* Default Joomla! Menu */
a.mainlevel {
	color: #695B4E;
	padding: 5px 2px;
	outline: none;
	width: 99%;
	display: block;
	text-decoration: none;
	background: url(../images/hdot1.gif) repeat-x bottom;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #695B4E;
	background: url(../images/hdot1.gif) repeat-x bottom #E6E6E6;
}

a.mainlevel#active_menu {
	color: #695B4E;
	font-weight: bold;
	background: url(../images/hdot1.gif) repeat-x bottom #E7E6DF;
}

a.sublevel {
	color: #695B4E;
	padding: 5px 4px 4px 20px;
	display: block;
	text-decoration: none;
	background: url(../images/arrow.png) no-repeat 10px 11px !important;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #800000;
	background: none;
}

#active_menu {
	color: #E7E6DF;
	font-weight: bold;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.cki-box-full, .cki-box-left, .cki-box-center, .cki-box-right {
	float: left;
	overflow: hidden;
}

.cki-box-left, .cki-box-center {
}

/* Top spotlight */
#cki-topslwrap {
	color: #FFFFFF;
	background: #000000;
}

#cki-topsl {
	color: #FFFFFF;
	position: relative;
	height: 220px;
}

#cki-topsl div.moduletable {
	padding: 0;
	margin: 0;
	width: 100%;
	position: absolute;
	top: 20px;
}

#cki-topsl .nftitle {
	padding: 40px 0 0;
	margin: 0;
	font-size: 300%;
	color: #800000;
}

#cki-topsl .nfcontent {
	font-size: 175%;
	color: #C9C0B7;
	background: #000000;
}

/* Bot spotlight 1 */
#cki-botsl1 {
	border: 1px solid #C9C0B7;
	background: url(../images/botsl-bg.gif) no-repeat bottom right #E7E6DF;
}

#cki-botsl1 div.moduletable {
	padding: 5px 15px;
	margin-bottom: 0;
}

#cki-botsl1 ul, #cki-botsl ol {
	margin: 10px 0;
	padding: 0;
}

#cki-botsl1 ol li {
	margin: 0 0 0 18px;
	padding: 0;
}

#cki-botsl1 ul li {
	margin: 0;
	padding: 0 0 0 12px;
	background: url(../images/arrow.png) no-repeat 2px 7px;
}

#cki-botsl1 li a {
	color: #695B4E;
}

#cki-botsl1 a:hover, #cki-botsl1 a:active, #cki-botsl1 a:focus {
	color: #FFFFFF;
}

/* Bot spotlight 2 */
#cki-botsl2 {
}

/* FOOTER
--------------------------------------------------------- */
#cki-footerwrap {
	padding: 0;
}

#cki-footer {
	border-top: 5px solid #C9C0B7;
	padding: 0;
	position: relative;
}

#cki-footer small {
	float: left;
	color: #A99C90;
	font-size: 100%;
	padding: 8px 5px;
}

#cki-footer ul {
	float: right;
	margin: 0;
	padding: 8px 0 0;
	line-height: normal;
}

#cki-footer li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}

#cki-footer li a {
	display: inline;
	line-height: normal;
	padding: 0 7px;
}

li.cki-firstitem {
	background: none !important;
}

.cki-footurl {
	float: none;
	clear: both;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

/* Search */
#cki-search {
	top: 0;
	right: 60px;
	position: absolute;
	font-size: 12px;
	background: url(../images/search-bg.png) no-repeat;
	width: 198px;
	height: 30px;
}

* html #cki-search {
	right: 75px;
}

#cki-search .inputbox {
	padding: 6px 0 0 40px;
	background: none;
	border: none;
	color: #C9C0B7;
}

/*others*/
.mostread, .latestnews {
	text-decoration: none;
}

#cki-banner {
	margin: 20px 0 0;
	text-align: center;
	overflow: hidden;
	width: 100%;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	background: none!important;
	display: block;
	margin: 10px 0;
	text-decoration: none!important;
}

.clr {
	clear: both;
}

.hasTip img {
	border: none;
	margin: 10px 5px 0 0;
}

div.cki-innerdiv {
	padding: 8px 0 5px;
	border-bottom: 1px solid #E7E6DF;
}

div.cki-innerdiv img {
	padding: 2px;
	margin: 0 5px 0 0;
}

div.cki-innerdiv span.date {
	font-size: 80%;
	font-weight: bold;
}

div.cki-innerdiv img {
	padding: 2px;
	border: 1px solid #E7E6DF;
}

/* JA Hpanel */
#cki-hp-switch {
	float: right;
	display: none;
	cursor: pointer;
	background: url(../images/hpanel-bg.png) no-repeat top;
	color: #FFFFFF;
	width: 35px;
	height: 0px;
	text-indent: -5000px;
	margin-right: 15px;
}

.cki-hp-active {

}

#cki-hpwrap {
	background: #D3D3CA;
	font-size: 11px;
	height: 0px;
}

#cki-hp {
	line-height: normal;
	height: 0px;
}

div.cki-hpmodule {
	float: right;
	padding: 3px 0 2px;
}

html>body div.cki-hpmodule {
	float: right;
	padding: 5px 0 5px;
}

div.cki-hpmodule form {
	float: left;
}

div.cki-hpmodule form label {
	float: left;
	padding: 0 5px;
}

div.cki-hpmodule form input.button {
	float: left;
}

div.cki-hpmodule form #mod_login_username,
div.cki-hpmodule form #mod_login_password {
	width: 100px;
}

div.cki-hpmodule .cki-login-links {
	display: none;
}

#mod_login_password, #mod_login_username {
	width: 90%;
	font-size: 11px !important;
	padding: 2px;
}

/* User Tools */
#cki-usertools {
	padding: 7px 0 0;
	font-size: 11px;
	float: left;
}

#cki-usertools ul {
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}

#cki-usertools ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: inline;
}

#cki-usertools img {
	padding: 0 3px 0 0;
}

/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	max-width: 200px;
	padding: 5px;
}

.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	margin: 0;
	padding: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #666666;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #666666;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #666666;
	border: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}


