/**
* author    JoomlaShine.com http://www.joomlashine.com
* copyright Copyright (C) 2006 - 2009 JoomlaShine.com. All rights reserved.
* license   Copyrighted Commercial Software
* This file may not be redistributed in whole or significant part.
*/
#jsn-master {
	background-color: #172534;
	background-image: url(../images/blue/master-bg.jpg);
}
ul#jsn-sitetools > li > ul {
	background-color: #284d73;
}
/* ============================== MENU STYLES  ============================== */
/* =============== DROP-DOWN MAIN MENU =============== */
ul#base-mainmenu ul {
	background-color: #284d73;
}
ul#base-mainmenu ul li a {
	border-top-color: #366999;
	border-bottom-color: #162c40;
	border-left-color: #2f5070;
	border-right-color: #162c40;
	color: #dce5ed;
}
ul#base-mainmenu ul li a:hover {
	border-top-color: #1f3d59;
	background-color: #1f3d59;
}
/* =============== TREE MENU =============== */
ul.menu-treemenu > li > a {
	background-position: 5px -411px;
}
/* =============== DROP-DOWN SIDE MENU =============== */
/* ========== LINK DECORATION ========== */
ul.menu-sidemenu li a {
	background-position: 5px -411px;
}
/* ========== SUBLEVEL ========== */
ul.menu-sidemenu ul {
	background-color: #284d73;
}
ul.menu-sidemenu ul li a {
	border-top-color: #366999;
	border-bottom-color: #162c40;
	border-left-color: #2f5070;
	border-right-color: #162c40;
	color: #dce5ed;
}
ul.menu-sidemenu ul li a:hover {
	border-top-color: #1f3d59;
	background-color: #1f3d59;
}
/* ============================== TABLE STYLES ============================== */
/* =============== PLAIN ROWS TABLE =============== */
table.table-plainrows thead {
	border-bottom-color: #284d73;
}
table.table-plainrows thead th {
	background-color: #366999;
}
/* =============== DARK STRIPES TABLE =============== */
table.table-colorstripes {
	border-color: #162c40;
	background-color: #284d73;
}
table.table-colorstripes td,
table.table-colorstripes th {
	border-color: #366999;
}
table.table-colorstripes thead th {
	border-color: #284d73;
	background-color: #162c40;
}
table.table-colorstripes tbody tr.odd {
	background-color: #224161;
}
table.table-colorstripes tbody tr:hover {
	background-color: #1f3d59;
}
table.table-colorstripes tbody tr:hover th,
table.table-colorstripes tbody tr.odd:hover th {
	background-color: #1f3d59;
}
table.table-colorstripes tfoot th,
table.table-colorstripes tfoot td {
	background-color: #1f3d59;
}
.sectiontableheader {
	background-color: #366999;
}
/* ============================== TABS STYLE ============================== */
#jsn-master div.dynamic-tab-pane-control div.tab-row h2.selected {
	background-color: #366999;
}
#jsn-master div.dynamic-tab-pane-control div.tab-page {
	border-top-color: #366999;
}
/* ============================== LINKS STYLE ============================== */
#jsn-puser8 a,
#jsn-puser9 a,
div.box-grey a {
	color: #40afff;
}
a:link,
a:visited {
	color: #009aca;
}