/**
* @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: #40af6f;
}
a:hover,
a:active,
a:focus {
	color: #367952;
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - OVERALL PAGE =============== */
/* =============== MENU - MAIN MENU =============== */
div.jsn-modulecontainer ul.menu-mainmenu li:hover > a,
div.jsn-modulecontainer ul.menu-mainmenu li.active > a {
	color: #40af6f;
}
/* ============================== TYPOGRAPHY ============================== */
/* =============== TYPOGRAPHY - LINK STYLES =============== */
/* ----- ACTION LINK ----- */
.link-action {
	border-bottom: 1px solid #40af6f;
}
.link-action:hover {
	background-color: #40af6f;
}
/* ----- HIGHTLIGHT LINK ----- */
li.jsn-highlight a span.jsn-menutitle {
	color: #40af6f;
}
.link-button.button-color {
	background-color: #40af6f;
}
/* =============== TYPOGRAPHY - TABLE STYLES =============== */
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th {
	background-color: #6ece97;
	border-right: 1px solid #42ab6f;
}
/* ----- COLOR STRIPES TABLE ----- */
table.style-colorstripes td,
table.style-colorstripes th {
	border-bottom: 1px solid #3ca469;
	border-right: 1px solid #3ca469;
}
table.style-colorstripes thead th {
	background-color: #50b67c;
}
table.style-colorstripes thead th.highlight {
	background-color: #6ece97;
}
table.style-colorstripes tbody tr {
	background-color: #8cdfaf;
}
table.style-colorstripes tbody .highlight {
	background-color: #d4f4e2;
}
table.style-colorstripes tbody tr.odd {
	background-color: #6ece97;
}
table.style-colorstripes tbody tr.odd .highlight {
	background-color: #b0e5c7;
}
table.style-colorstripes tbody tr:hover th,
table.style-colorstripes tbody tr:hover td {
	background-color: #2da15f;
}
table.style-colorstripes tbody tr:hover .highlight {
	background-color: #80cfa2;
}
table.style-colorstripes tbody td,
table.style-colorstripes tbody th {
	border-left: none;
	border-right: 1px solid #3ca469;
}
table.style-colorstripes tfoot th,
table.style-colorstripes tfoot td {
	background-color: #50b67c;
}
.sectiontableheader {
	background-color: #5f9936;
}
/* ----- GREY STRIPES TABLE ----- */
table.style-greystripes thead th.highlight {
	background-color: #6ece97;
}
/* ============================== MODULE STYLES ============================== */
/* =============== MODULE STYLES - MODULE BOXES =============== */
h3.jsn-moduletitle {
	color: #40af6f;
}
/* ============================== JOOMLA! DEFAULT EXTENSIONS ============================== */
/* =============== JOOMLA! EXTENSIONS - COM_CONTENT =============== */
/* ----- SECTION / CATEGORY BLOG LAYOUT ----- */
/* PAGE PAGINATION */
ul.jsn-pagination li.navigation-page span {
	background-color: #40af6f;
}