/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== DEFAULT HTML ============================== */
::selection {
	background: #4684C5;
	color: #fff;
}
::-moz-selection {
	background: #4684C5;
	color: #fff;
}
::-webkit-selection {
	background: #4684C5;
	color: #fff;
}
a,
h1,
span.breadcrumbs a,
span.breadcrumbs span {
	color: #339fcc;
}
a:hover, a:active {
	color: #237da3;
}
pre {
	border-color: #339fcc;
}
/* ============================== LAYOUT ============================== */
/* ============================== TYPOGRAPHY ============================== */
/* =============== TYPOGRAPHY - LINK STYLES =============== */
/* ----- ACTION LINK ----- */
.link-action {
	color: #339FCC;
}
.link-action:hover {
	background-color: #339fcc;
	border-color: #1c7397;
}
/* =============== TYPOGRAPHY - TABLE STYLES =============== */
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th {
	background-color: #3f7194;
	border-right: 1px groove #5c97c0;
}
/* ----- COLOR STRIPES TABLE ----- */
table.style-colorstripes td,
table.style-colorstripes th {
	border-bottom: 1px solid #5aa0d0;
	border-right: 1px groove #5c97c0;
}
table.style-colorstripes thead th {
	background-color: #3f7194;
}
table.style-colorstripes thead th.highlight {
	background-color: #3f83b3;
}
table.style-colorstripes tbody tr {
	background-color: #6498bc;
}
table.style-colorstripes tbody .highlight {
	background-color: #c6d9e6;
}
table.style-colorstripes tbody tr.odd {
	background-color: #5384a6;
}
table.style-colorstripes tbody tr.odd .highlight {
	background-color: #a8c3d5;
}
table.style-colorstripes tbody tr:hover th,
table.style-colorstripes tbody tr:hover td {
	background-color: #41759a;
}
table.style-colorstripes tbody tr:hover .highlight {
	background-color: #94b2c6;
}
table.style-colorstripes tbody td,
table.style-colorstripes tbody th {
	border-left: none;
	border-right: 1px solid #437293;
}
table.style-colorstripes tfoot th,
table.style-colorstripes tfoot td {
	background-color: #4b6f85;
}
.sectiontableheader {
	background-color: #339FCC;
}
/* ----- GREY STRIPES TABLE ----- */
table.style-greystripes thead th.highlight {
	background-color: #3F7194;
}
/* ============================== MENU ============================== */
/* =============== MENU - MAIN MENU =============== */
div.jsn-modulecontainer ul.menu-mainmenu ul li:hover > a,
div.jsn-modulecontainer ul.menu-mainmenu ul li.active > a {
    border-left: 3px solid #448CCB;
}
/* =============== SIDE MENU - TREE MENU =============== */
ul.menu-treemenu > li > a > span {
	background-image: url(../../images/colors/blue/bullet.png);
}
/* ============================== MODULE STYLES ============================== */
/* =============== MODULE STYLES - MODULE BOXES =============== */
/* ============================== JOOMLA! DEFAULT EXTENSIONS ============================== */
/* =============== JOOMLA! EXTENSIONS - MOD_SEARCH =============== */
#jsn-pos-top div.search input#mod_search_searchword {
	border: 1px solid #3586ab;
}
/* =============== JOOMLA! EXTENSIONS - COM_CONTENT =============== */
/* ----- SECTION / CATEGORY BLOG LAYOUT ----- */
/* PAGE PAGINATION */
ul.jsn-pagination li.navigation-page span {
	background-color: #3586ab;
}