/*========================================================*/
/*       CSS for DotNetNuke Skin - PolyStrand             */
/*           by Cyberspace Solutions Inc.                 */
/*      http://www.CyberspaceSolutionsInc.com             */
/*========================================================*/
/*========================================================*/
/*    Design Elements                                     */
/*========================================================*/

/*-- cell containing copyright      --*/ .CopyrightRow { height:20px; padding: 0 10px 0 10px; vertical-align: bottom; }

/*========================================================*/
/*     Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu        --*/ .MainMenu_MenuContainer { background: transparent; width: 177px; height:1px; padding: 0 0 0 0; _margin: -3 0 0 0; margin: 0 0 0 0; }
/*-- bar that holds the menu        --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: transparent; width: 100%; white-space:nowrap; height:1px; padding: 0 0 0 0; margin: 0 0 0 0; }
/*-- submenu container              --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { margin: 0 0 0 2px; }
/*-- menuitems idle                 --*/ .MainMenu_Idle TD { color: #FFF; background: url(nav-idle.png) no-repeat top left transparent; font-size: 9pt; padding: 0 0 0 0; font-weight: bold; width: 100%; white-space:nowrap; height: 26px; }
/*-- menuitems over                 --*/ .MainMenu_Selected TD { color: #fff; background: url(nav-active.png) no-repeat top left transparent; font-size: 9pt; padding: 0 0 0 0; font-weight: bold; width: 100%; white-space:nowrap; height: 26px; }
/*-- menuitems active               --*/ .MainMenu_Active TD, .MainMenu_BreadcrumbActive TD { color: #fff-+; background: url(nav-idle.png) no-repeat top left transparent; font-size: 9pt; padding: 0 0 0 0; font-weight: bold; width: 100%; white-space:nowrap; height: 26px; }
/*-- not needed - main menu         --*/ .MainMenu_Idle TD IMG, .MainMenu_Selected TD IMG, .MainMenu_BreadcrumbActive TD IMG, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }
/*-- module menu continer           --*/ .ModuleTitle_MenuContainer { color: #2c2c2c; }
/*-- module menu bar                --*/ .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
/*-- module menu padding            --*/ .ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding: 0 25px 0 15px; }
/*-- not needed - module menu       --*/ .MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow { display: none; }
/*-- module menu icon               --*/ .ModuleTitle_MenuIcon { background: #FFF; border: 0px; border-bottom: 1px dotted #3d4295; width:0px; height: 20px; padding: 0 0 0 0; margin: 0 0 0 0; font-size: 0px; }
/*-- module menu icon image         --*/ .ModuleTitle_MenuIcon IMG { margin: 0 10px 0 10px; }
/*-- removing seperator borders     --*/ .MainMenu_MenuBreak { border-top-style: none; border-right-style: none;	border-left-style: none; border-bottom-style: none; background:transparent;  vertical-align:top;}
/*-- cell containing submenu arrows --*/ .MainMenu_MenuArrow { padding: 0 0 0 0; margin: 0 0 0 0; border-left:0px; border-right:0px; border-top:0px; border-bottom: 1px solid #3d4295; }
