/* Reactor Panel Style Sheet
*/

/* Base font, color declarations
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #262626;
	background-color: #ffffff;
}

/* page headers (gold and white)
*/
table.pgHeadGold {
	background: url("../images/RPheaderGold.jpg") no-repeat;
}

table.pgHeadWhite {
	background: url("../images/RPheaderwhite.jpg") no-repeat;
}

/* Side-bar menu
*/
table.sideMenu {
	background: url("../images/watermark.jpg") no-repeat;
	background-color: #1d8560;
}
table.sideMenu2 {
	background-color: #1d8560/*#339966;*/;
}
td.sideMenu {
	font-family: /*Verdana, */Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
a.sideMenu, a.sideMenu:visited {
	color: #ffffff;
	text-decoration: none;
}
a.sideMenu:hover {
	color: #ffcc66;
	text-decoration: none;
}
.sideMenuSmall {
	font-size: 10px;
}
.mailingList {
	margin-top: 6px;
	margin-bottom: 6px;
}

/* Shop menus
*/
a.shopMenu {
	font-family: /*Verdana, */Arial, Helvetica, sans-serif;
	color: #ffffff;
}
a.shopMenu, a.shopMenu:visited {
	color: #ffffff;
	text-decoration: none;
}
a.shopMenu:hover {
	color: #ffcc66;
	text-decoration: none;
}

/* Top menu
*/
td.topMenu {
	font-family: /*Verdana, */Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
a.topMenu, a.topMenu:visited {
	color: #ffffff;
	text-decoration: none;
}
a.topMenu:hover {
	color: #ffcc66;
	text-decoration: none;
}

/* "What's New" page
*/
.wnDate {
	color: #096b4e;
	font-size: smaller;
	font-weight: bold;
}
.wnHead, .wnSubHead {
	color: #086b4d;
	font-size: smaller;
	font-weight: bold;
}
.wnEntry {
	font-size: smaller;
}

/* Links page
*/
.lnkHead {
	margin-top: 25px;
}

td.lnkList div.lnkList {
	padding: 0 30px 0 9px;
}

/* General body styles
*/
.body {
	font-size: smaller;
}

