/* Basic Colors */
body { background-color: #ffffff; }

.banner { background-color: #e3e3e3; }
.toppanel { border: 0px solid #ffffff; }
.header { border: 0px solid #ffffff; background-color: #32241B; -moz-box-shadow: 0px 3px 4px #000;
		-webkit-box-shadow: 0px 3px 4px #000;
		box-shadow: 0px 3px 4px #000;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000');}
.footer { background-color: #ffffff; border-top:1px dotted #aaa; }
.middle { background-color:#fff; }
.menu { background-color: #120903; border: 0px solid #ffffff; z-index:100;}
.leftpanel { background-color: #ffffff; border: 0px solid #ffffff; }
.content { background-color: #ffffff; border: 0px solid #ffffff; }
.rightpanel { background-color: #ffffff; border-left: 0px dotted #cccccc; }

/* Menu Colors */
.siteMenu { font-family: Helvetica, Arial; font-size: 8pt; font-weight: bold; white-space: nowrap; cursor: pointer; width: auto;  }

.siteSubMenu { position: absolute; visibility: hidden; z-index: 100; border: 0; padding: 0px; overflow: visible; filter:alpha(opacity=90); -moz-opacity: 0.9}
.siteSubMenuTable { font-family: Helvetica, Arial; font-size: 8pt; font-weight: bold; white-space: nowrap; cursor: pointer; overflow: visible;}

.siteMainItem { padding: 10px 17px; background-color: #120903; color: #ffffff; border: 0; cursor: hand; white-space: nowrap; }
.siteMainItemHover, .siteMainItemActive { padding: 10px 17px; background-color: #000000; color: #ffffff; border: 0; cursor: pointer; white-space: nowrap;}

.siteMenuItem { background-color: #000000; color: #ffffff; border: 0; cursor: hand; white-space: nowrap;}
.siteMenuItemHover, .siteMenuItemActive { background-color: #555555; color: #ffffff; border: 0; cursor: hand; white-space: nowrap; }

.siteMenuFolderText, .siteMenuItemText { width: 150px; padding: 5px 10px 5px 10px; background-color: inherit; white-space: nowrap; }
.siteMenuFolderLeft, .siteMenuItemLeft { padding: 0px; white-space: nowrap; }
.siteMenuFolderRight, .siteMenuItemRight { padding: 0px; white-space: nowrap; }