/* Basic Colors */
body { background-color: #ffffff; }

.header { border: 0px solid #ffffff; margin: 0px 0px}
.banner { background-color: #ffffff; }
.footer { background-color: #ffffff; border: 0px dotted #cccccc }

.menu { z-index: 2000; border-bottom: 0px solid #ffffff}
.leftpanel { background-color: #ffffff;  }
.content { background-color: #ffffff; }
.toppanel {  }
.rightpanel { background-color: #ffffff;  }
.bottompanel { background-color: #ffffff; }

/* 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;margin-left: 0px}
.siteSubMenuTable { font-family: Helvetica, Arial; font-size: 8pt; font-weight: bold; white-space: nowrap; cursor: pointer; overflow: visible;}

.siteMainItem { padding: 7px 15px; color: #ffffff; cursor: pointer; white-space: nowrap;  }
.siteMainItemHover, .siteMainItemActive {padding: 7px 15px; background-color: #000000; color: #ffffff; cursor: pointer; white-space: nowrap; }

.siteMenuItem { background-color: #696262; color: #ffffff; border: 0; cursor: pointer; white-space: nowrap; }
.siteMenuItemHover, .siteMenuItemActive { background-color: #000000; color: #ffffff; border: 0; cursor: pointer; 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; }
