/*------------------------------------------------------------------------
# JA Erica 1.0 - Dec, 2007
# ------------------------------------------------------------------------
# Copyright (C) 2004-2007 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;
}

html, body {
   height:100%;
}

body {
	color: #000000;
	background: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 160%;
}

body#bd {
	padding: 0;
	color: #333333;
	background-color: #FFFFFF;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}

body.fs1 {
	font-size: 9px;
}

body.fs2{
	font-size: 10px;
}

body.fs3{
	font-size: 11px;
}

body.fs4{
	font-size: 12px;
}

body.fs5{
	font-size: 13px;
}

body.fs6{
	font-size: 14px;
}

/* Normal link */
a {
	color: #0CB2F0;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #0CB2F0;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3 {
	color: #4F4F4F;
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Small text */
small, .small, .smalldark, .image_caption, .createdate, .modifydate {
	color: #888888;
	font-size: 90%;
}

.small_description {
	color: #777777;
	font-size: 85%;
	top-margin: 0;
}


p.stickynote {
	padding: 10px 20px 20px 60px;
	border-top: 1px solid #7FD7F7;
	border-bottom: 1px solid #7FD7F7;
	background: url(../images/sticky-bg.gif) no-repeat 10px 10px #EDF9FE;
}

p.comment {
	padding: 10px 20px 20px 60px;
	border-top: 1px solid #7FD7F7;
	border-bottom: 1px solid #7FD7F7;
	background: url(../images/comment.png) no-repeat 10px 10px #EDF9FE;
}

p.download {
	padding: 20px 20px 20px 60px;
	border-top: 1px solid #7FD7F7;
	border-bottom: 1px solid #7FD7F7;
	background: url(../images/download-bg.gif) no-repeat 10px 10px #EDF9FE;
}

p.fe-logo2line {
	padding: 10px 20px 20px 60px;
	border-top: 1px solid #FFBD5A;
	border-bottom: 1px solid #FFBD5A;
	background: url(../images/just-logo.png) no-repeat 10px 10px #FFFBDB;
}

p.fe-logo3line {
	padding: 20px 10px 20px 60px;
	border-top: 1px solid #FFBD5A;
	border-bottom: 1px solid #FFBD5A;
	background: url(../images/just-logo.png) no-repeat 10px 30px #FFFBDB;
}

/* Heading */
h1 {
	font-size: 175%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
	color:#ff9900;
}

p, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 30px;
	background: url(../images/bullet-list.gif) no-repeat 18px 9px;
	line-height: 180%;
}

ol.smallnumber {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol.smallnumber li {
	margin: 10px 0 10px 40px;
	padding: 3px 0 5px 40px;
	line-height: 150%;
}

ol.smallnumber li.embed {
	margin: 0;
	padding: 3px 0 5px 40px;
	#line-height: 150%;
}


ol li {
	margin-left: 35px;
	line-height: 180%;
}


th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #333333;
}

.button {
	padding: 3px 8px;
	border-top: 1px solid #666666;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #666666;
	color: #FFFFFF;
	background: url(../images/but-bg.gif) repeat-x center #666666;
}

* html .button, *+html .button {
	padding: 2px 5px !important;
}

.inputbox {
	margin-bottom: 1px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #0CB2F0;
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
.question {
	padding-left: 25px;
	#color: #FF9900;
	background: url(../images/help.png) no-repeat top left;
}

.answer {
	padding-left: 25px;
	#color: #FF9900;
	background: url(../images/lightbulb.png) no-repeat top left;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	padding: 3px 0 3px 25px;
	background: url(../images/so-q.gif) no-repeat left top;
}

blockquote span.close {
	padding: 3px 25px 3px 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;
}

/* Blockquote home */
blockquote.home {
	margin: 0 0 5px 0;
	padding: 0;
}

.home span.open {
	padding: 1px 0 2px 15px;
	background: url(../images/open-q.gif) no-repeat left top;
}

.home span.close {
	padding: 2px 15px 1px 0;
	background: url(../images/close-q.gif) no-repeat right bottom;
}



/* JOOMLA STYLE
--------------------------------------------------------- */
.article_seperator {
	display: block;
	background: url(../images/hdot.gif) repeat-x center;
	height: 30px;
}




.componentheading {
	padding: 0 0 15px 0;
	margin-bottom: 0px;
	color: #4F4F4F;
	background: url(../images/dot.gif) repeat-x bottom;
	font-size: 250%;
	font-weight: bold;
}

.contentheading {
	padding: 5px 0;
	font-size: 250%;
}

a.readon {
	padding-left: 24px;
	float: left;
	display: block;
	background: url(../images/list-arrow.gif) no-repeat 0px center;
	font-size: 92%;
	font-weight: bold;
	text-decoration: none;
}

a.readon:hover, a.readon:active, a.readon:focus {
	background: url(../images/list-arrow.gif) no-repeat 4px center;
	text-decoration: none;
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-header,
#ja-topsl,
#ja-containerwrap,
#ja-containerwrap-f,
#ja-botsl,
#ja-footer{
	width: 920px;
	margin: 0 auto;
	clear: both;
}

#ja-topsl{
	width: 950px;
}

#main-container{
   min-height:100%;
   /*height:100%;*/
   position:relative;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-containerwrap #ja-content {
	float: right;
	width: 75%;
	/*background: url(../images/v-divider-top.gif) no-repeat 1% top;*/
}

#ja-content div.ja-innerpad {
	clear: both;
	margin: 0;
	padding: 20px 30px 20px 30px;
	display: block;
}

#ja-containerwrap-f #ja-content div.ja-innerpad {
	padding: 20px 0;
}

/* SECONDARY COLUMNS
--------------------------------------------------------- */
#ja-col {
	float: left;
	width: 25%;
	font-size: 92%;
	overflow: hidden;
	overflow: hidden;
}

#ja-col .ja-innerpad {
	padding: 20px 0 20px 10px;
}

#ja-col table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-col ul {
	margin: 0;
	padding: 0;
}

#ja-col ul li {
	padding-left: 13px;
	background: url(../images/bullet-list.gif) no-repeat 2px 8px;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap {
	padding: 0;
	/*background: url(../images/v-divider-center.gif) repeat-y 26% 0;*/
	padding-bottom: 60px;
}

#ja-containerwrap #ja-container {
	padding: 0;
	/*background: url(../images/v-divider-bot.gif) no-repeat 26% bottom;*/
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	border-bottom: 1px solid #E6E6E6;
	background: url(../images/grad1.gif) repeat-x bottom;
	position: relative;
	z-index: 10;
	padding: 0;
}

#ja-header {
	height: 60px;
	position: relative;
	z-index: 999;
	width: 920px;
	margin: 0 auto;
	clear: both;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	position: absolute;
	bottom: 10px;
	left: 290px;
	z-index: 10;
}

#ja-mainnav a,
#ja-mainnav a:hover,
#ja-mainnav a:active,
#ja-mainnav a:focus {
	font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
	outline: none;
}

#ja-mainnav span.separator {
	display: block;
}

/* Default Joomla! Menu */
a.mainlevel {
	width: 99%;
	display: block;
	color: #333333;
	background: url(../images/hdot.gif) repeat-x bottom;
	line-height: 32px;
	text-decoration: none;
	text-indent: 5px;
	height: 32px;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #0CB2F0;
	text-decoration: none;
}

a.mainlevel#active_menu {
	font-weight: bold;
}


a.active_menu {
	width: 99%;
	display: block;
	color: #ff9900;
	background: url(../images/hdot.gif) repeat-x bottom;
	line-height: 32px;
	text-decoration: none;
	text-indent: 5px;
	height: 32px;
	font-weight: bold;
}

/*a.sublevel {
	padding: 5px 4px 5px 15px;
	display: block;
	background: url(../images/bullet-list.gif) no-repeat 5px 12px;
	color: #333333;
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #0CB2F0;
	text-decoration: underline;
}
*/
#active_menu {
	color: #0CB2F0;
	font-weight: bold;
}

#preview_image {
	 width: 230;
	 height: 150;
	 border: 0;
	 float: left;
	 margin: 10px 10px 0 10px;
}

#nofloat {
	clear: both;
	width: 100%;
}

#ja-pathway {
	margin: 0 5px 5px 2px;
	color: #999999;
	font-size: 92%;
}

#ja-pathway img {
	margin: 0 5px;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3 {
	margin: 0 0 8px;
	padding: 0;
	font-size: 150%;
}

div.moduletable {
	margin-bottom: 10px;
	padding: 10px;
	background: url(../images/grad2.gif) repeat-x top;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

.ja-box-full {
	float: none;
	overflow: hidden;
}

.ja-box-leftcol div.moduletable {
	padding: 0 20px 0 0;
}

.ja-box-left div.moduletable {
	padding: 0 10px 0 20px;
}

.ja-box-right div.moduletable {
	padding-left: 20px;
}

div.ja-box-leftcol {
	float: left;
}

/* Top Spotlight */
#ja-topslwrap {
	margin-bottom: 5px;
	background: url(../images/topsl-bg.gif) repeat-x #FF9900;
}

#ja-topsl {
	color: #FFFFFF;
	font-size: 200%;
	line-height: 1.4;
	height: 190px;
}

#ja-topsl h3 {
	display: none;
}

#ja-topsl .ja-newflash {
	padding: 0;
	background: url(../images/topsl.png) no-repeat top right;
}

#ja-topsl .ja-newflash .moduletable{
	padding: 0;
	width: 400px;
	margin: 0;
	background: none;
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 190px;
}

.narrow #ja-topsl .ja-newflash .moduletable{
	padding: 0 20px 0 410px;
	width: 360px;
}

#ja-topsl p {
	margin-top: 30px;
	margin-bottom: 5px;
}

#ja-topsl a.readon {
	float: left;
	width: 190px;
	display: block;
	background: url(../images/big-readon.png) no-repeat right;
	text-indent: -5000px;
	height: 61px;
	outline: none;
}

#ja-topsl ul {
	margin: 0;
	padding: 0;
}

#ja-topsl li {
	padding-left: 12px;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 2px 10px;
}

/* Bottom Spotlight */
#ja-botslwrap {
	margin: 5px 0 20px;
	padding-bottom: 60px;
}

#ja-botsl {
	color: #333333;
}

#ja-botsl h3 {
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	color: #FFFFFF;
	background: url(../images/h3-left-bg.gif) no-repeat left #666666;
	font-size: 125%;
	height: 30px;
}

#ja-botsl h3 span {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	display: block;
	background: url(../images/h3-right-bg.gif) no-repeat right #666666;
	line-height: 28px;
	height: 30px;
}

#ja-botsl div.moduletable {
	padding-top: 0;
	padding-bottom: 0;
	background: none;
}

/* Common Style for Spotlight */
#ja-botsl ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#ja-botsl li {
	padding-left: 12px;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 0 9px;
}

#ja-topsl td, #ja-botsl td {
	padding: 0;
}

#ja-topsl .article_seperator, #ja-botsl .article_seperator {
	display: none;
}

#ja-topsl table, #ja-botsl table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	clear: both;
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
	background: url(../images/grad2.gif) repeat-x top;
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;
}

#ja-footer {
	padding: 15px 0;
	position: relative;
}

#ja-footer small {
	padding: 4px 0 0 10px;
	float: left;
	display: block;
	color: #999999;
	font-style: normal;
	line-height: normal;
}

small.ja-copyright {
	position: absolute;
	right: 10px;
}

#ja-footer a {
	color: #666666;
	text-decoration: none;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	color: #666666;
	text-decoration: underline;
}

#ja-footer ul {
	margin: 4px 0 5px 10px;
	padding: 0;
	float: left;
	background: url(../images/vline.gif) no-repeat center right;
	line-height: normal;
}

#ja-footer li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#ja-footer li a {
	padding: 0 10px;
	display: inline;
	background: url(../images/vline.gif) no-repeat center left;
	font-size: 92%;
	line-height: normal;
}


/* MISCELLANOUS
----------------------------------------------------------- */
div.top_button a.topbut {
	/*float: right;*/
	position: relative;
	width: 35px;
	padding: 0;
	display: block;
	background: url(../images/top-arrow.gif) no-repeat left 5px;
	color: #ff9900;
	font-size: 11px;
	line-height: 28px;
	text-decoration: none;
	text-indent: 0;
	height: 50px;
}
div.back_button a.backbut {
	/*float: right;*/
	position: relative;
	width: 120px;
	padding: 0;
	display: block;
	background: url(../images/back-arrow.gif) no-repeat left 5px;
	color: #ff9900;
	font-size: 11px;
	line-height: 28px;
	text-decoration: none;
	text-indent: 0;
	height: 30px;
}


/*div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	text-decoration: none;
}
*/

div.top_button a,
div.top_button a:hover,
div.top_button a:active {
	text-decoration: none;
}

#ja-hpwrap {
	background: #4F4F4F;
	color: #CCCCCC;
	font-size: 11px;
}


#ja-hp {
	line-height: normal;
}

div.ja-hpmodule {
	float: right;
	padding: 3px 0 2px;
}

html>body div.ja-hpmodule {
	float: right;
	padding: 5px 0 5px;
}

div.ja-hpmodule form {
	float: left;
}

div.ja-hpmodule form label {
	float: left;
	padding: 0 5px;
}

div.ja-hpmodule form input {
	padding: 1px 5px;
}

div.ja-hpmodule form input.button {
	font-size: 11px !important;
}

* html div.ja-hpmodule input.button, *+html div.ja-hpmodule input.button {
	padding: 1px 5px !important;
}

div.ja-hpmodule form #mod_login_username,
div.ja-hpmodule form #mod_login_password {
	border: 1px solid #666666;
	width: 70px;
	margin-bottom: 0;
	background: #FFFFFF;
}

.narrow div.ja-hpmodule form #mod_login_username,
.narrow div.ja-hpmodule form #mod_login_password {
	width: 50px;
}

div.ja-hpmodule form #mod_login_remember {
	margin-bottom: 0;
}

div.ja-hpmodule form a {
	padding-left: 5px;
	border-left: 1px solid #666666;
	color: #F2F2F2;
	text-decoration: none;
}

div.ja-hpmodule form a:hover,
div.ja-hpmodule form a:active,
div.ja-hpmodule form a:focus {
	text-decoration: underline;
}

#ja-newslight a.readon {
	width: 115px;
	padding: 0;
	display: block;
	background: url(../images/readon2.gif) no-repeat;
	color: #4F4F4F;
	font-size: 11px;
	line-height: 28px;
	text-decoration: none;
	text-indent: 30px;
	height: 29px;
}

#ja-newslight a.readon:hover,
#ja-newslight a.readon:active,
#ja-newslight a.readon:focus {
	background: url(../images/readon1.gif) no-repeat;
	text-decoration: none;
}

.sectiontableheader {

	padding: 8px 5px !important;
	border-top: 1px solid #F2F2F2;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #F2F2F2;
	background: url(../images/grad1.gif) repeat-x bottom #E6E6E6;
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 7px 5px;
	background: url(../images/dot.gif) repeat-x bottom;
}

tr.sectiontableentry1:hover td {
	background: url(../images/dot.gif) repeat-x bottom #EDF9FE;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
/*html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}*/
