/**

* @author    JoomlaShine.com http://www.joomlashine.com

* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.

* @license   JoomlaShine.com Proprietary License

*/

/* ============================== DEFAULT HTML ============================== */

a {

	color: #266AB1;

}

/* ============================== LAYOUT ============================== */

/* =============== LAYOUT - OVERALL PAGE =============== */

/* ============================== TYPOGRAPHY ============================== */

/* =============== TYPOGRAPHY - LINK STYLES =============== */

/* ----- ACTION LINK ----- */

.link-action {

	border-bottom: 1px solid #009ACA;

}

.link-action:hover {

	background-color: #009ACA;

}

/* ----- READ MORE BUTTON ----- */

.readon,

p.readmore a {

	background-color: #009aca;

}

/* =============== TYPOGRAPHY - TABLE STYLES =============== */

/* ----- COLOR HEADER TABLE ----- */

table.style-colorheader thead th {

	background-color: #366999;

	border-right: 1px groove #5A93C5;

}

/* ----- COLOR STRIPES TABLE ----- */

table.style-colorstripes td,

table.style-colorstripes th {

	border-bottom: 1px solid #366999;

	border-right: 1px groove #366999;

}

table.style-colorstripes thead th {

	background-color: #162c40;

}

table.style-colorstripes thead th.highlight {

	background-color: #284C72;

}

table.style-colorstripes tbody tr {

	background-color: #284D73;

}

table.style-colorstripes tbody .highlight {

	background-color: #DEE9F3;

}

table.style-colorstripes tbody tr.odd {

	background-color: #224161;

}

table.style-colorstripes tbody tr.odd .highlight {

	background-color: #CBDBED;

}

table.style-colorstripes tbody tr:hover th,

table.style-colorstripes tbody tr:hover td {

	background-color: #1D3752;

}

table.style-colorstripes tbody tr:hover .highlight {

	background-color: #BBD0E8;

}

table.style-colorstripes tbody td,

table.style-colorstripes tbody th {

	border-left: none;

	border-right: 1px solid #366999;

}

table.style-colorstripes tfoot th,

table.style-colorstripes tfoot td {

	background-color: #1f3d59;

}

.sectiontableheader {

	background-color: #366999;

}

/* ----- GREY STRIPES TABLE ----- */

table.style-greystripes thead th.highlight {

	background-color: #4786BE;

}

/* ============================== MENU ============================== */

/* =============== MENU - MAIN MENU =============== */

/* ----- CURRENT / HOVER STATE FIRST LEVEL ----- */

div.jsn-modulecontainer ul.menu-mainmenu > li:hover,

div.jsn-modulecontainer ul.menu-mainmenu > li.active {

	background: rgba(255, 255, 255, 0) none repeat scroll 0% 0%;

}

div.jsn-modulecontainer ul.menu-mainmenu ul li:hover > a,

div.jsn-modulecontainer ul.menu-mainmenu ul li.active > a {

	color: #82cb86;

}

/* =============== MENU - TREE MENU =============== */

/* ----- CURRENT / HOVER STATE ----- */

div.jsn-modulecontainer ul.menu-treemenu ul li:hover > a,

div.jsn-modulecontainer ul.menu-treemenu ul li.active > a {

       font-size: 16px;
	   
 
}

/* =============== MENU - SIDE MENU =============== */

/* ----- HOVER STATE IN SPECIFIC MODULE BOXES ----- */

div.jsn-modulecontainer ul.menu-sidemenu ul li:hover > a,

div.jsn-modulecontainer ul.menu-sidemenu ul li.active > a {

	color: #009aca;

}

/* ----- ACTIVE STATE IN SPECIFIC MODULE BOXES ----- */

div.jsn-modulecontainer ul.menu-sidemenu > li.active > a {

	color: #009aca;

}

/* ============================== SITE TOOLS ============================== */

/* =============== SITE TOOLS - GENERAL PRESENTATION =============== */

/* ============================== MODULE STYLES ============================== */

/* =============== MODULE STYLES - MODULE BOXES =============== */

/* ----- RICHBOX ----- */

div.richbox-2 div.jsn-modulecontainer_inner {

	background-color: #009aca;

}

/* ============================== JOOMLA! DEFAULT EXTENSIONS ============================== */

/* =============== JOOMLA! EXTENSIONS - MOD_SEARCH =============== */

#jsn-pos-top div.search input#mod_search_searchword {

	border: 1px solid #284D73;

}