/*------------------------------------------------------------------------
# JA Edentite 1.0 - Mar, 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.2;
	font-size:10pt;
  text-align: left
}

body#bd {
	color: #515756;
	background: #FFFFFF;
}

body.contentpane {
	color: #000000;
	font-size: 11px;
	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;}

p {
font-size:10pt;

}

/* Normal link */
a {
	color: #404E61;
	text-decoration:underline;
}

a:hover, a:active, a:focus {
	color: #CAD9F0;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
}

/* Small text */
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption,
p.site-slogan, a.readon, #ja-pathway, #ja-headlinewrap, #ja-col1, #ja-col2, #ja-botsl, #ja-footer {
	font-size: 92%;
}

small, .small {
	color: #858783;
}

img {
	margin: 0;
	padding: 0;
}

img.caption {
	margin-top: 15px;
}

/* Heading */
h1 {
	font-size: 13pt;
	color: #404E61;
	font-weight:bold;
}
h2 {
	font-size: 11pt;
	color: #404E61;
	font-weight:bold;
}
h3 {
	font-size: 11pt;
	color: #000000;
	font-weight:bold;
}
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: 130%;
	padding-left: 30px;
}

ol li {
	line-height: 130%;
	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 #cccccc;
	height: 1px;
}

td, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}

.inputbox {
	border: 1px solid #CCCCCC;
	padding: 3px;
	color: #515756;
	background: #FFFFFF;
}

.button {
	padding: 2px 8px;
	border: 1px outset #A8A8A8;
	background: url(../images/grad4.gif) repeat-x;
	font-size: 92%;
	color: #515756;
	font-weight: bold;
}
.button1
 {
}

* html .button { /*IE 6*/
	padding: 1px 5px !important;
}

*+html .button { /*IE 7*/
	padding: 1px 5px !important;
}

/* BEGIN: main frame */

#mai-bodywrap
{
	background-image:url(../images/mainwrap-bg.gif);
}
#mai-bodywrap-fr
{
	background-image:url(../images/mainwrap-fl.gif);
}
#mai-bodywrap-fl
{
	background-image:url(../images/mainwrap-fr.gif);
}
#mai-bodywrap-f
{
	background-color:#FFFFFF;
}
#mai-main
{
	padding-top:10px;
	margin-left:15px;
	margin-right:10px;
}
/*END: main frame*/

/* BEGIN: top-menu*/
#top-menu
{
	width:100%;
	height:35px;
	text-align:right;
	background-color:#404E61;
	color:#FFFFFF;
	font-size:11pt;
}
#top-menu ul
{
	padding:0;
	margin-left:0;
	margin-top:5px;
	margin-bottom:0;
	margin-right:10px;
}
ul.menu
{
    list-style-type: none;
    float: right;
    width: 100%;
}

ul.menu li
{
    display: inline;
   	background:none;
    line-height: 100%;
	padding-left: 0px;
}
ul.menu li.last a
{
	background:none;
}
ul.menu a
{
    display: block;
    float: right;
    text-decoration: none;
    color: #fff;
	padding: .2em .5em;
	background-image:url(../images/bub1-bl.gif);
	background-position:right;
	background-repeat:no-repeat;

}
ul.menu a:hover
{
    color:#CAD9F0;
}
/* END: top-menu*/

/* BEGIN: header */
#mai-header
{
	background-color:#FFFFFF;
	height:190px;
}
/* END: header */

/* BEGIN: pathway */
#mai-pathway
{
	background-color:#404E61;
	border-bottom-color:#CAD9F0;
	border-bottom-style:solid;
	border-bottom-width:5px;
    height:35px;
}
#mai-searchwrap
{
	width:230px;
	padding-top:2px;
	float:left
}
#mai-search
{
	padding-left:10px;
}
#mai-search .inputbox {
	margin-left:5px;
	width: 170px;
	color: #404E61;
	border: none;
}
#mai-path
{
padding-left:10px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11pt;
	text-align:left;
	width:655px;
	float:right;
	margin-top:7px;
}
#mai-path a
{
	text-decoration:none;
	color:#FFFFFF;

}
#mai-path a:hover
{
	color:#CAD9F0;
}
/* END: pathway */
/*BEGIN: footer */
#mai-footer
{
	height:30px;
	background-color:#404E61;
	font-size:8pt;
	color:#FFFFFF;
	padding-left:20px;
	padding-top:10px;
	border-top:#CAD9F0 solid 5px;
}
#mai-footer a
{
	color:#FFFFFF;
	text-decoration:underline;
}
/*END: footer */

#sitemap
{
	float:left;
	padding-left:5px;
	padding-right:5px;
}


/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
}

.article_column {
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
td.sectiontableheader {
	background;
	border: 1px solid #E7E8E6;
	padding: 4px;
  background: url(../images/mainwrap-st.gif) repeat;

}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 4px;
	background: url(../images/dot.gif) repeat-x bottom;
}

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 9px;
	padding: 1px 5px 1px 20px;
}

table.contenttoc th {
	border-bottom: 1px solid #E7E8E6;
	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: #F8F8F7;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
}

.adminform .inputbox {
}

.blog_more {
}

.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 10px;
	margin: 0;
	padding: 0 0 0 17px;
}

.category {
	font-size: 125%;
	font-weight: bold;
}

h1.componentheading, .componentheading {
	margin: 0 0 10px;
	padding: 0 0 5px;
}

.componentheading {
	font-size:1pt;
	font-weight: normal;
  color: #FFFFFF
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: normal;
}
h1.contentheading, .contentheading {
	font-size: 13pt;
	color: #404E61;
	font-weight: normal;
	border-bottom: 1px solid #E7E8E6;;

}
.contentheading {
	line-height: normal;
	font-size: 13pt;
	color: #404E61;
	font-weight:bold;

}

table.blog .contentheading {
	font-size: 130%;
	line-height: normal;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
text-decoration: none
}

a.readon {
	display: block;
	float: left;
	text-align: center;
	clear: both;
	padding: 0 5px;
	/*background: url(../images/grad2-2.gif) repeat-x center #8BAB32;*/
	color: #404E61;
	margin-top: 5px;
	text-transform: lowercase;
}

a.readon:hover, a.readon:active, a.readon:focus {
	/*background: url(../images/grad2-1.gif) repeat-x center #2C79B3;*/
	color: #CAD9F0;
	text-decoration: none;
}

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: #404E61;
    font-weight: bold;
	padding: 8px 5px;
}

.sectiontableheader a {
	color: #404E61;
}

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: #858783;
}

.modifydate {
	float: left;
	width: 100%;
	color: #858783;
	margin-bottom: 10px;
	display: block;
}

div.buttonheading {
	float: right;
	width: 20%;
}

.buttonheading img {
	border: 0;
	float: right;
	margin: 7px 5px 0 0;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#maihoanmsn
{
	width:100%;
	background-image:url(../images/bg-wrap.png);
	background-color:#EEEEEE;
	background-position:center;
	background-repeat:repeat-y;
}
#mai-wrapper {
	width: 900px;
	margin: 0 auto;
	background-color:#FFFFFF;
	text-align:left;
}

/* MODULE  normal
--------------------------------------------------------- */
#mh-topmenu
{
	color:#FFFFFF;
	font-size:11pt;
	text-align:right;
	padding-top:15px;
	padding-right:15px;
	padding-bottom:5px;
	background-color:#404E61;
}


div.moduletable h3,
div.moduletable_text h3,
div.moduletable_hilite h3 {
    margin: 0 -5px 5px -5px;
	padding: 4px 0px 0px 5px;
	height:28px;
	border-bottom:1px solid #CAD8EB;
	display: block;
	color:#ffffff;
	background-color:#404E61;
	text-decoration: none;
        font-size:11pt;
font-weight:normal;
}

div.moduletable,
div.moduletable_text,
div.moduletable_hilite {
	background-color:#FFFFFF;
	margin: 0;
	padding: 0 5px 10px;
	margin-bottom:5px;
	font-size:9pt;
}

div.moduletable a,
div.moduletable_text a,
div.moduletable_hilite a {
	color:#404E61;
	text-decoration:underline;
}

div.moduletable a:hover,
div.moduletable_text a:hover,
div.moduletable_hilite a:hover {
	color:#CAD9F0;
	text-decoration:underline;
}

#ja-botsl div.moduletable,
#ja-botsl div.moduletable_text {
	border-bottom: none;
}


/* MODULE  Banner
--------------------------------------------------------- */
div.moduletable_Banner h3 {
    margin: 0 0px 5px 0px;
	padding: 4px 0px 0px 5px;
	height:28px;
	border-bottom:1px solid #CAD8EB;
	display: block;
	color:#ffffff;
	background-color:#404E61;
	text-decoration: none;
        font-size:11pt;
font-weight:normal;
}

div.moduletable_Banner {
	background-color:#FFFFFF;
	margin: 0;
	padding: 0 0px 10px 0px;
	margin-bottom:0px;
	font-size:9pt;
}

div.moduletable_Banner a {
	color:#404E61;
	text-decoration:underline;
}

div.moduletable_Banner a:hover {
	color:#CAD9F0;
	text-decoration:underline;
}

#ja-botsl div.moduletable_Banner {
	border-bottom: none;
}
/* MODULE  Login
--------------------------------------------------------- */
div.moduletable_Login h3 {
    margin: 0 -5px 5px -5px;
	padding: 4px 0px 0px 5px;
	height:28px;
	border-bottom:1px solid #CAD8EB;
	display: block;
	color:#ffffff;
	background-color:#404E61;
	text-decoration: none;
        font-size:11pt;
font-weight:normal;
}

div.moduletable_Login {
	background-color:#FFFFFF;
	margin: 0;
	padding: 0 5px 10px;
	margin-bottom:1px;
	font-size:9pt;
}

div.moduletable_Login a {
	color:#404E61;
	text-decoration:underline;
}

div.moduletable_Login a:hover {
	color:#CAD9F0;
	text-decoration:underline;
}

#ja-botsl div.moduletable,
#ja-botsl div.moduletable_text {
	border-bottom: none;
}

/* MODULE  News
--------------------------------------------------------- */
div.moduletable_News h3 {
	margin: 0 -5px 5px -5px;
	padding: 4px 0px 0px 5px;
	height:28px;
	border-bottom:1px solid #CAD8EB;
	display: block;
	color:#ffffff;
	background-color:#404E61;
	text-decoration: none;
        font-size:11pt;
font-weight:normal;
}

div.moduletable_News {
	background-color:#FFFFFF;
	margin: 0;
	padding: 0 5px 10px;
	margin-bottom:5px;
	font-size:9pt;
}

div.moduletable_News a {
	color:#404E61;
	text-decoration:underline;
}

div.moduletable_News a:hover {
	color:#CAD9F0;
	text-decoration:underline;
}

#ja-botsl div.moduletable_News {
	border-bottom: none;
}

/* MODULE  Contact
--------------------------------------------------------- */
div.moduletable_Contact h3 {
	margin: 0 0px 5px -5px;
	padding: 4px 0px 0px 5px;
	height:28px;
	border-bottom:1px solid #CAD8EB;
	display: block;
	color:#ffffff;
	background-color:#404E61;
	text-decoration: none;
        font-size:11pt;
font-weight:normal;
}

div.moduletable_Contact {
	background-color:#FFFFFF;
	margin: 0;
	padding: 0px 0px 2px 5px;
	margin-bottom:0px;
	font-size:9pt;
}

div.moduletable_Contact a {
	color:#404E61;
	text-decoration:underline;
}

div.moduletable_Contact a:hover {
	color:#CAD9F0;
	text-decoration:underline;
}

#ja-botsl div.moduletable_Contact {
	border-bottom: none;
}


#ja-botsl div.moduletable_Banner {
	border-bottom: none;
}

/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

div.moduletable ul,
div.moduletable_text ul,
div.moduletable_menu ul,
div.moduletable_hilte ul {
	margin: 0;
	padding: 0;
}

div.moduletable li,
div.moduletable_text li,
div.moduletable_menu li,
div.moduletable_hilite li {
	background: url(../images/bullet.gif) no-repeat 5px 8px;
	margin: 0;
	padding-left: 16px;
}

/* Hilite */
div.moduletable_hilite h3 {
	background: url(../images/grad2.gif) repeat-x bottom #2C79B3;
}

/* HEADER
--------------------------------------------------------- */

h1.logo, h1.logo-text {
	margin: 0;
	padding: 0;
	font-size: 200%;
}

h1.logo a {
	width: 435px;
	display: block;
	background: url(../images/logo.gif) no-repeat;
	position: absolute;
	height: 42px;
	bottom: 15px;
	left: 0;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

h1.logo-text a {
	text-decoration: none;
	outline: none;
	position: absolute;
	bottom: 35px;
	left: 15px;
}

p.site-slogan {
	margin: 0;
	padding: 0;
	color: #858783;
	position: absolute;
	bottom: 20px;
	left: 15px;
}



/* Default Joomla! Menu */
#moduletable-mai
{
	margin-bottom:5px;
	background-color:#FFFFFF;
}
#moduletable-mai2
{
	margin-bottom:5px;
	background-color:#FFFFFF;
}
a.mainlevel {
	padding: 7px 0px 0px 5px;
	height:28px;
	border-bottom:1px solid #CAD8EB;
	display: block;
	color:#404E61;
	background-color:#FFFFFF;
	text-decoration: none;
        font-size:11pt;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #FFFFFF;
	text-decoration: none;
	background-color:#404E61;
}

a.mainlevel#active_menu {
	color: #FFFFFF;
	background-color:#404E61;
	text-decoration: none;
}

div.sub2 a
{
	padding-left:25px;
}
a.sublevel {
	min-height:23px;
	padding: 9px 0px 0px 17px;
	border-bottom:1px solid #CAD8EB;
	display: block;
	color:#404E61;
	background-color:#FFFFFF;
	text-decoration: none;
	font-size:9pt;;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	background-position:right;
	background-repeat:no-repeat;
	color: #404E61;
	text-decoration: none;
	background-color:#EEEEEE;
}
a#active_menu
{
	color: #404E61;
	text-decoration: none;
	background-color:#EEEEEE;
}
#active_menu {
	color: #FFFFFF;
	background-color:#404E61;
	text-decoration: none;
}

/* MODULE  Menu
--------------------------------------------------------- */

a.mainlevel_Menu {
	padding: 4px 0px 0px 5px;
	height:28px;
	border-bottom:1px solid #CAD8EB;
	display: block;
	color:#404E61;
	background-color: #FFFFFF;
    font-size:11pt;
  text-decoration: none;
}

a.mainlevel_Menu:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color:#404E61;
}


/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

/*others*/
.mostread, .latestnews {
	text-decoration: none;
}

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.ja-innerdiv {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E7E8E6;
}

div.ja-innerdiv img {
	padding: 2px;
	border: 1px solid #E7E8E6;
	margin: 2px 8px 0 0;
}

/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #cccccc;
	float: left;
	max-width: 200px;
	padding: 5px;
}

.tool-title {
	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: #626A69;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #626A69;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #626A69;
	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%;
}