/**
* @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: #186a8f;
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - OVERALL PAGE =============== */
#jsn-master {
	background-color: #e9eef2;
}
#jsn-header {
	background-color: #5C8FB6;
}
#jsn-menu {
	background: url(../../images/colors/blue/bg-mainmenu.png) left 10px repeat-x;
}
#jsn-menu-inner2 {
	background-color: #206193;
	border: 1px solid #17517e;
}
#jsn-content-top,
#jsn-content-bottom-inner1 {
	background-color: #5C8FB6;
	border: 1px solid #5C8FB6;
	border-bottom-color: #4b7da4;
}
#jsn-footer-inner {
	background-color: #6ca7d4;
	border: 1px solid #6ca7d4;
}
#jsn-footer a {
	color: #285C91;
}
/* ============================== TYPOGRAPHY ============================== */
/* =============== TYPOGRAPHY - LINK STYLES =============== */
/* ----- ACTION LINK ----- */
.link-action {
	border-bottom: 1px solid #2D96C5;
}
.link-action:hover {
	background-color: #2D96C5;
}
/* =============== TYPOGRAPHY - TABLE STYLES =============== */
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th {
	background-color: #2783AF;
	border-right: 1px groove #5A93C5;
}
table.style-colorheader thead th.highlight {
	background-color: #18516B;
}
table.table-style tbody tr.odd .highlight {
	background-color: #2F98C8;
}	
/* ----- COLOR STRIPES TABLE ----- */
table.style-colorstripes td,
table.style-colorstripes th {
	border-bottom: 1px solid #33AAE0;
	border-right: 1px groove #366999;
}
table.style-colorstripes thead th {
	background-color: #17516B;
}
table.style-colorstripes thead th.highlight {
	background-color: #247CA2;
}
table.style-colorstripes tbody tr {
	background-color: #2C8DBC;
}
table.style-colorstripes tbody .highlight {
	background-color: #DEE9F3;
}
table.style-colorstripes tbody tr.odd {
	background-color: #277CA5;
}
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: #2882AC;
}
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 #33AAE0;
}
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: #18516B;
}
table.table-style tbody .highlight {
	background: #2783AF;
}
table.table-style tbody tr:hover .highlight { 
	background: #18516B;
}
/* ============================== MENU ============================== */
/* =============== MENU - MAIN MENU =============== */
/* ----- 1st LEVEL ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul,
#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	background: url(../../images/colors/blue/submenu-bg.png) repeat-x;
}
div.jsn-modulecontainer ul.menu-mainmenu > li {
	border-right: 1px solid #2F98C8;
}
div.jsn-modulecontainer ul.menu-mainmenu > li > a {
	border-right: 1px solid #2781AB;
}
body.jsn-direction-rtl div.jsn-modulecontainer ul.menu-mainmenu > li {
	border-left: 1px solid #2F98C8;
	border-right: none;
}
body.jsn-direction-rtl div.jsn-modulecontainer ul.menu-mainmenu > li > a {
	border-left: 1px solid #2781AB;
	border-right: none;
}
/* =============== MENU - TREE MENU =============== */
/* ----- HOVER STATE ----- */
div.lightbox-2 ul.menu-treemenu > li:hover > a,
div.lightbox-2 ul.menu-treemenu ul > li:hover > a,
div.lightbox-2 ul.menu-treemenu.menu-richmenu > li:hover > a span.jsn-menudescription,
div.lightbox-2 ul.menu-treemenu.menu-richmenu ul > li:hover > a span.jsn-menudescription,
div.lightbox-2 ul.menu-treemenu > li.active > a,
div.lightbox-2 ul.menu-treemenu ul > li.active > a,
div.lightbox-2 ul.menu-treemenu.menu-richmenu > li.active > a span.jsn-menudescription,
div.lightbox-2 ul.menu-treemenu.menu-richmenu ul > li.active > a span.jsn-menudescription  {
	color: #13476F;
}
/* =============== MENU - SIDE MENU =============== */
/* ---------- 1st LEVEL ---------- */
div.jsn-modulecontainer ul.menu-sidemenu ul {
	background: #2A6dA0;
}
/* ----- HOVER STATE ----- */
div.lightbox-2 ul.menu-sidemenu > li:hover > a,
div.lightbox-2 ul.menu-sidemenu.menu-richmenu > li:hover > a span.jsn-menudescription,
div.lightbox-2 ul.menu-sidemenu > li.active > a,
div.lightbox-2 ul.menu-sidemenu.menu-richmenu > li.active > a span.jsn-menudescription {
	color: #13476F;
}
/* ============================== SITE TOOLS ============================== */
/* =============== SITE TOOLS - GENERAL PRESENTATION =============== */
/* ----- DROP DOWN ----- */
ul#jsn-sitetools-menu > li:hover {
	background-color: #5C8FB6;
}
ul#jsn-sitetools-menu li ul {
	background-color: #5C8FB6;
}
/* ============================== MODULE STYLES ============================== */
/* =============== MODULE STYLES - MODULE BOXES =============== */
/* ----- LIGHTBOX ----- */
div.lightbox-2 h3.jsn-moduletitle {
	background-color: #206193;
	border-color: #17517E;
}
/* ----- RICHBOX ----- */
div.richbox-2 h3.jsn-moduletitle {
	background-color: #206193;
	border-color: #17517E;
}
div.richbox-2 div.jsn-modulecontent, div.richbox-2.jsn-modulecontainer ul.menu-sidemenu ul {
	background-color: #5C8FB6;
	border-color: #17517E;
}
div.richbox-2.jsn-modulecontainer ul.menu-sidemenu ul li a {
	border-bottom: 1px dotted #b3b3b3;
}
div.richbox-2.jsn-modulecontainer ul.menu-sidemenu ul li {
	border: none;
}
/* ----- SOLIDBOX ----- */
div.solid-2 h3.jsn-moduletitle {
	border-color: #17517E;
}
div.solid-2 div.jsn-modulecontainer_inner {
	background-color: #5C8FB6;
	border-color: #17517E;
}
/* ============================== 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: #4786BE;
}