/**
* 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: #3b0f0f;
	background-image: url(../../images/colors/red/master-bg.jpg);
}
ul#jsn-sitetools > li > ul {
	background-color: #732828;
}
/* ============================== MENU STYLES  ============================== */
/* =============== DROP-DOWN MAIN MENU =============== */
ul#base-mainmenu ul {
	background: #732828;
}
ul#base-mainmenu ul a:link,
ul#base-mainmenu ul a:visited {
	border-top-color: #993636;
	border-bottom-color: #401616;
	border-left-color: #401616;
	color: #e5cfcf;
}
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: #591f1f;
	background-color: #591f1f;
}
/* =============== TREE MENU =============== */
ul.menu-treemenu > li > a {
	background-position: 5px -831px;
}
/* =============== DROP-DOWN SIDE MENU =============== */
/* ========== LINK DECORATION ========== */
ul.menu-sidemenu li a {
	background-position: 5px -831px;
}
/* ========== SUBLEVEL ========== */
ul.menu-sidemenu ul {
	background-color: #732828;
}
ul.menu-sidemenu ul li a:link,
ul.menu-sidemenu ul li a:visited {
	border-top-color: #993636;
	border-bottom-color: #401616;
	border-left-color: #401616;
	color: #e5cfcf;
}
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: #591f1f;
	background-color: #591f1f;
}
/* ============================== TABLE STYLES ============================== */
/* =============== PLAIN ROWS TABLE =============== */
table.table-plainrows thead {
	border-bottom-color: #732828;
}
table.table-plainrows thead th {
	background-color: #993636;
}
/* =============== DARK STRIPES TABLE =============== */
table.table-colorstripes {
	border-color: #401616;
	background-color: #732828;
}
table.table-colorstripes td,
table.table-colorstripes th {
	border-color: #993636;
}
table.table-colorstripes thead th {
	border-color: #732828;
	background-color: #401616;
}
table.table-colorstripes tbody tr.odd {
	background-color: #612222;
}
table.table-colorstripes tbody tr:hover {
	background-color: #591f1f;
}
table.table-colorstripes tbody tr:hover th,
table.table-colorstripes tbody tr.odd:hover th {
	background-color: #591f1f;
}
table.table-colorstripes tfoot th,
table.table-colorstripes tfoot td {
	background-color: #401616;
}
.sectiontableheader {
	background-color: #993636;
}
/* ============================== TABS STYLE ============================== */
#jsn-master div.dynamic-tab-pane-control div.tab-row h2.selected {
	background-color: #993636;
}
#jsn-master div.dynamic-tab-pane-control div.tab-page {
	border-top-color: #993636;
}
/* ============================== LINKS STYLE ============================== */
a:link,
a:visited {
	color: #CC3333; /*bf0000; */
}
#jsn-puser8 a,
#jsn-puser9 a,
div.box-grey a {
	color: #ff4040;
}

/************* MM: **************/
.com-contact table th {
	background-color: #990000;
	color:#fff;
	font-size:100%;
}

