/*------------------------------------------------------------------------
# JA Rochea - May, 2007
# ------------------------------------------------------------------------
# Copyright (C) 2004-2006 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
-------------------------------------------------------------------------*/

body#bd {
	background: url(../../images/dark/body-bg.gif) repeat-x top left #f4eee0;
}

/* Normal link */
a {
	color: #0f427a;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #4F4F4F;
}

a.readon {
	background: url(../../images/dark/readon.gif) no-repeat top;
}

a.readon:hover, a.readon:active, a.readon:focus {
	background: url(../../images/dark/readon.gif) no-repeat bottom;
}

a.mainlevel#active_menu {
	color: #0f427a;
	background: url(../../images/h3-bg.gif);
}

#ja-wrapper {
	border-left: 2px solid #eae3c7;
	border-right: 2px solid #eae3c7;
}

#ja-header {
	background: url(../../images/dark/mainnav-bg.gif) repeat-x top;
}

#ja-header h1 {
	background: url(../../images/dark/logo.gif) no-repeat;
}

#ja-mainnav a {
	color: #0f427a;
	border-left: 1px solid #ffffff;
}

/* Bignumber */
.bignumber {
	background: url(../../images/dark/ol-bg.gif) no-repeat top left;
}

/* Dropcap hilite */
.dropcap-hilite {
	background: #425252;
}

/* Check list */
ul.checklist li {
	background: url(../../images/dark/checklist-bg.gif) no-repeat 0px 0px;
}

/* Note Style */
div.stickynote {
	border: 1px solid #B3C1C1;
}

div.stickynote p {
	color: #4F4F4F;
	background: url(../../images/dark/sticky-bg.gif) no-repeat left center #FFFFFF;
	border: 2px solid #E0E6E6;
}

div.pinnote {
	border: 1px solid #B3C1C1;
}

div.pinnote p {
	color: #4F4F4F;
	background: url(../../images/dark/pin-bg.gif) no-repeat left center #FFFFFF;
	border: 2px solid #E0E6E6;
}

div.contact {
	border: 1px solid #B3C1C1;
}

div.contact p {
	color: #4F4F4F;
	background: url(../../images/dark/contact-bg.gif) no-repeat left center #FFFFFF;
	border: 2px solid #E0E6E6;
}

div.download {
	border: 1px solid #B3C1C1;
}

div.download p {
	color: #4F4F4F;
	background: url(../../images/dark/download-bg.gif) no-repeat left center #FFFFFF;
	border: 2px solid #E0E6E6;
}

div.quote-hilite {
	background: url(../../images/dark/q1_std2.gif) no-repeat 20px 10px #FCF4F0;
	border:1px dotted #DF875C;
}

div.quote-hilite blockquote {
	color: #D25D23;
	background: url(../../images/dark/q2_std2.gif) no-repeat right bottom;
}

#ja-footer {
	background: url(../../images/dark/footer-left-bg.gif) repeat-y 170px 0 #222D2D;
}

.wide #ja-footer {
	background: url(../../images/dark/footer-left-bg.gif) repeat-y 214px 0 #c3b78f;
	color: #ffffff;
}
#ja-footer small {
	padding: 0 15px;
	margin-left: 180px;
	display: block;
	color: #ffffff;
}

#ja-footer a:hover,
#ja-footer a:active,
#ja-footer a:focus {
	color: #ffffff;
}

/* SUCKERFISH MENU
-----------------------------------*/
#ja-cssmenu ul li:hover,
#ja-cssmenu ul ul li:hover,
#ja-cssmenu ul li.sfhover,
#ja-cssmenu ul li.havesubchildsfhover,
#ja-cssmenu ul li.havesubchild-activesfhover,
#ja-cssmenu ul ul li.sfhover,
#ja-cssmenu ul ul li.havesubchildsfhover,
#ja-cssmenu ul ul li.havesubchild-activesfhover {
	background: none #425252;
}



.contentheading {
	font-size: 200%;
	line-height: normal;
	color: #0f427a;
	padding: 10px;

	background:url(../../images/dark/bg-t.gif) no-repeat bottom left;
}
.wide div.moduletable h3 {
	color: #0f427a;
	font-size: 12px;
}


/*---------------------------------------------------------------

div.moduletable h3 {
	background: url(../images/h3-bg-narrow.gif) no-repeat;
	margin: 0 -10px 5px;
	padding: 0 5px 0 10px;
	line-height: 35px;
}



div.moduletable {
	padding: 5px 10px;
}

div.module h3 {
	margin: 0 0 5px;
	padding: 0;
	line-height: normal;
}

div.module {
	margin: 0 0 10px;
	padding: 0;
	background: url(../images/box-br.gif) no-repeat bottom right;
	float: left;
	width: 100%;
	clear: both;
}

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

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

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

div.module div div div div {
	margin: 0;
	padding: 0;
	background: none;
	float: none;
}
*/
/* Right module */
div.module-blank h3 {
	margin: 0 0 5px;
	padding: 0;
	line-height: normal;
	color:#999900;
}

div.module-blank {
	margin: 0 0 10px;
	padding: 0;
	background: url(../images/box-circle-br.gif) no-repeat bottom right;
	float: left;
	width: 100%;
	clear: both;
}

div.module-blank div {
	margin: 0;
	background: url(../images/box-bl.gif) no-repeat bottom left;
}

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

div.module-blank div div div {
	padding: 5px;
	background: url(../images/box-tl.gif) no-repeat top left;
}

div.module-blank div div div div {
	margin: 0;
	padding: 15px 15px 20px;
	background: none;
	float: none;
}

/* Module Brick */
div.module-blank {
	/*background: url(../images/box-hl-br.gif) no-repeat bottom right;*/
	color: #FFFFFF;
}

div.module-blank div {
/*	background: url(../images/box-hl-bl.gif) no-repeat bottom left;*/
}

div.module-blank div div {
/*	background: url(../images/box-hl-tr.gif) no-repeat top right;*/
}

div.module-blank div div div {
/*	background: url(../images/box-hl-tl.gif) no-repeat top left;*/
}
