/**
* 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: #253813;
	background-image: url(../../../images/img/poker-feld.jpg);
        background-repeat: repeat;
}
ul#jsn-sitetools > li > ul {
	background-color: #477328;
}
/* ============================== MENU STYLES  ============================== */
/* =============== DROP-DOWN MAIN MENU =============== */
ul#base-mainmenu ul {
	background: #477328;
}
ul#base-mainmenu ul a:link,
ul#base-mainmenu ul a:visited {
	border-top-color: #5f9936;
	border-bottom-color: #244010;
	border-left-color: #244010;
	color: #ebf2e6;
}
ul#base-mainmenu ul a:hover,
ul#base-mainmenu ul li.parent a:hover,
ul#base-mainmenu ul li.parent li.parent a:hover {
	border-top-color: #37591f;
	background-color: #37591f;
}
/* =============== TREE MENU =============== */
ul.menu-treemenu > li > a {
	background-position: 5px -517px;
}
/* =============== DROP-DOWN SIDE MENU =============== */
/* ========== LINK DECORATION ========== */
ul.menu-sidemenu li a {
	background-position: 5px -517px;
}
/* ========== SUBLEVEL ========== */
ul.menu-sidemenu ul {
	background-color: #477328;
}
ul.menu-sidemenu ul li a:link,
ul.menu-sidemenu ul li a:visited {
	border-top-color: #5f9936;
	border-bottom-color: #244010;
	border-left-color: #244010;
	color: #ebf2e6;
}
ul.menu-sidemenu ul a:hover,
ul.menu-sidemenu ul li.parent a:hover,
ul.menu-sidemenu ul li.parent li.parent a:hover {
	border-top-color: #37591f;
	background-color: #37591f;
}
/* ============================== TABLE STYLES ============================== */
/* =============== PLAIN ROWS TABLE =============== */
table.table-plainrows thead {
	border-bottom-color: #477328;
}
table.table-plainrows thead th {
	background-color: #5f9936;
}
/* =============== DARK STRIPES TABLE =============== */
table.table-colorstripes {
	border-color: #244010;
	background-color: #477328;
}
table.table-colorstripes td,
table.table-colorstripes th {
	border-color: #5f9936;
}
table.table-colorstripes thead th {
	border-color: #477328;
	background-color: #244010;
}
table.table-colorstripes tbody tr.odd {
	background-color: #376118;
}
table.table-colorstripes tbody tr:hover {
	background-color: #37591f;
}
table.table-colorstripes tbody tr:hover th,
table.table-colorstripes tbody tr.odd:hover th {
	background-color: #37591f;
}
table.table-colorstripes tfoot th,
table.table-colorstripes tfoot td {
	background-color: #244010;
}
.sectiontableheader {
	background-color: #5f9936;
}
/* ============================== TABS STYLE ============================== */
#jsn-master div.dynamic-tab-pane-control div.tab-row h2.selected {
	background-color: #5f9936;
}
#jsn-master div.dynamic-tab-pane-control div.tab-page {
	border-top-color: #5f9936;
}
/* ============================== LINKS STYLE ============================== */
a:link,
a:visited {
	color: #429e00;
}
#jsn-puser8 a,
#jsn-puser9 a,
div.box-grey a {
	color: #9fff40;
}
a.normal {
        color: Black;
}