/**
* @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: #4da9cd;
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - OVERALL PAGE =============== */
#jsn-master {
	background-color: #172534;
	background-image: url(../../images/colors/blue/bg-master.jpg);
}
/* =============== LAYOUT - MENU BLOCK =============== */
#jsn-header {
	background-image: url(../../images/colors/blue/bg-menu.png);
}
#jsn-header_inner {
	background-image: url(../../images/colors/blue/bg-menu-inner.png);
}
/* ============================== TYPOGRAPHY ============================== */
/* =============== TYPOGRAPHY - LINK STYLES =============== */
/* ----- ACTION LINK ----- */
.link-action {
	border-bottom: 1px solid #678b99;
}
.link-action:hover {
	background-color: #678b99;
}
/* =============== 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 =============== */
/* ----- HOVER STATE ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul li:hover > a {
	background-color: #c8d9df;
}
/* ----- ACTIVE STATE ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul li.active > a {
	background-color: #c8d9df;
}
/* =============== MENU - TREE MENU =============== */
/* ----- CURRENT / HOVER STATE ----- */
div.lightbox-1 ul.menu-treemenu li a:hover,
div.lightbox-1 ul.menu-treemenu li a.current {
	background-color: #C8D9DF;
}
div.richbox-1 ul.menu-treemenu li a:hover,
div.richbox-1 ul.menu-treemenu li a.current {
	background-color: #3F616F;
}
div.solid-1 ul.menu-treemenu li a:hover,
div.solid-1 ul.menu-treemenu li a.current {
	background-color: #578091;
}
/* =============== MENU - SIDE MENU =============== */
/* ----- HOVER STATE ----- */
div.jsn-modulecontainer ul.menu-sidemenu li:hover > a {
	background-color: #C8D9DF;
}
/* ----- HOVER STATE IN SPECIFIC MODULE BOXES ----- */
div.lightbox-2 ul.menu-sidemenu li:hover > a {
	background-color: #D9D9D9;
}
div.richbox-1 ul.menu-sidemenu > li:hover > a {
	background-color: #3F616F;
}
div.richbox-2 ul.menu-sidemenu li:hover > a,
div.solid-2 ul.menu-sidemenu li:hover > a {
	background-color: #D9D9D9;
}
div.richbox-2 ul.menu-sidemenu > li:hover > a,
div.solid-2 ul.menu-sidemenu > li:hover > a {
	background-color: #666;
}
div.solid-1 ul.menu-sidemenu > li:hover > a {
	background-color: #578091;
}
/* ----- ACTIVE STATE ----- */
div.jsn-modulecontainer ul.menu-sidemenu li.active > a {
	background-color: #C8D9DF;
}
/* ----- ACTIVE STATE IN SPECIFIC MODULE BOXES ----- */
div.lightbox-2 ul.menu-sidemenu li.active > a {
	background-color: #D9D9D9;
}
div.richbox-1 ul.menu-sidemenu > li.active > a {
	background-color: #3F616F;
}
div.richbox-2 ul.menu-sidemenu li.active > a,
div.solid-2 ul.menu-sidemenu li.active > a {
	background-color: #D9D9D9;
}
div.richbox-2 ul.menu-sidemenu > li.active > a,
div.solid-2 ul.menu-sidemenu > li.active > a {
	background-color: #666;
}
div.solid-1 ul.menu-sidemenu > li.active > a {
	background-color: #578091;
}
/* ============================== MODULE STYLES ============================== */
/* =============== MODULE STYLES - MODULE BOXES =============== */
/* ----- SOLID STYLE ----- */
div.solid-1 div.jsn-modulecontainer_inner div.jsn-top div.jsn-top_inner {
	background: url(../../images/colors/blue/bg-top-solid-1.png) left top repeat-x;
}
div.solid-1 div.jsn-modulecontainer_inner div.jsn-middle_inner {
	background-color: #3f616f;
}
div.solid-1 div.jsn-modulecontainer_inner div.jsn-bottom_inner {
	background: url(../../images/colors/blue/bg-content-solid-1.png) left bottom repeat-x;
}
/* ----- RICHBOX STYLE ----- */
div.richbox-1 div.jsn-top div.jsn-top_inner {
	background: url(../../images/colors/blue/bg-top-solid-1.png) left bottom repeat-x;
}
div.richbox-1 h3.jsn-moduletitle {
	background-color: #3F616F;
}
/* ----- LIGHTBOX STYLE ----- */
div.lightbox-1 h3.jsn-moduletitle {
	background: #3f616f url(../../images/colors/blue/bg-content-lightbox-1.png) left bottom repeat-x;
}
/* ============================== JOOMLA! DEFAULT EXTENSIONS ============================== */
/* =============== JOOMLA! EXTENSIONS - MOD_SEARCH =============== */
#jsn-pos-top div.search input#mod_search_searchword {
	border: 1px solid #284D73;
}
/* =============== JOOMLA! EXTENSIONS - COM_CONTENT =============== */
/* ----- SECTION / CATEGORY BLOG LAYOUT ----- */
/* PAGE PAGINATION */
ul.jsn-pagination li.navigation-page span {
	background-color: #486D7C;
}
