/**
* 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: #000000 url(../images/orange/master-bg.jpg) repeat-x top left;
}
ul#jsn-sitetools-menu > li > ul {
	background-color: #cc6114;
}
/* ============================== MENU STYLES  ============================== */
/* =============== DROP-DOWN MAIN MENU =============== */
#base-mainmenu ul {
	background: #cc6114;
}
#base-mainmenu ul li a:link,
#base-mainmenu ul li a:visited {
	border-top-color: #e56d17;
	border-bottom-color: #99490f;
	border-left-color: #99490f;
	border-right-color: #99490f;
	color: #e5cfcf;
}
#jsn-master #base-mainmenu ul li a:hover {
	border-top: 1px solid #b35512;
	background-color: #b35512;
}
/* =============== TREE MENU =============== */
ul.menu-treemenu li a {
	background-position: left -410px;
}
body.direction-rtl ul.menu-treemenu li a {
	background-position: right -410px;
}
/* =============== DROP-DOWN SIDE MENU =============== */
/* ========== LINK DECORATION ========== */
ul.menu-sidemenu > li > a {
	background-position: left -305px;
}
body.direction-rtl ul.menu-sidemenu > li > a {
	background-position: right -305px;
}
/* ========== SUBLEVEL ========== */
ul.menu-sidemenu ul {
	background-color: #cc6114;
}
ul.menu-sidemenu ul li a {
	border-top-color: #e56d17;
	border-bottom-color: #99490f;
	border-left-color: #99490f;
	border-right-color: #99490f;
	color: #e5cfcf;
}
ul.menu-sidemenu ul li a:hover,
ul.menu-sidemenu ul li.parent a:hover {
	border-top-color: #b35512;
	background-color: #b35512;
}
/* ============================== TABLE STYLES ============================== */
/* =============== PLAIN ROWS TABLE =============== */
table.table-plainrows thead {
	border-bottom-color: #cc6114;
}
table.table-plainrows thead th {
	background-color: #e56d17;
}
/* =============== DARK STRIPES TABLE =============== */
table.table-colorstripes {
	border-color: #99490f;
	background: #cc6114;
}
table.table-colorstripes td,
table.table-colorstripes th {
	border-color: #e56d17;
}
table.table-colorstripes thead th {
	border-color: #cc6114;
	background-color: #99490f;
}
table.table-colorstripes tbody tr.odd {
	background-color: #bf5b13;
}
table.table-colorstripes tbody tr:hover {
	background-color: #b35512;
}
table.table-colorstripes tbody tr:hover th,
table.table-colorstripes tbody tr.odd:hover th {
	background-color: #b35512;
}
table.table-colorstripes tfoot th,
table.table-colorstripes tfoot td {
	background-color: #99490f;
}
.sectiontableheader {
	background-color: #e56d17;
}
/* ============================== TABS STYLE ============================== */
#jsn-master div.dynamic-tab-pane-control div.tab-row h2.selected {
	background-color: #e56d17;
}
#jsn-master div.dynamic-tab-pane-control div.tab-page {
	border-top-color: #e56d17;
}
/* ============================== LINKS STYLE ============================== */
#jsn-puser8 a,
#jsn-puser9 a,
div.box-grey a {
	color: #ffaf40;
}
a:link,
a:visited {
	color: #e66000;
}