@charset "utf-8"; /* CSS Document */ .RadPanelbar_Default { /* This class controls general background under everything else */ background: white; white-space: no-wrap; } .RadPanelbar_Default .rootGroup { /* This class also seems to control general background under everything else */ /* border: solid 1px #CDCDCD; */ border-bottom: 0; } .RadPanelbar_Default .vertical .separator { /* Unknown Purpose */ padding:0; margin:1px 0; border: 0px; } .RadPanelbar_Default .separator span.text { /* Controls the color of the menu spacer cell */ background: white; font-weight: bold; color: #ff1300; border: 0px; /* border:1px solid #e5e5e5; */ } .RadPanelbar_Default .text { /* Non Active First Level text style Control */ color: #666666; padding: 0px 4px; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; /* text-indent: 8px; */ } .RadPanelbar_Default .image { /* unknown Purpose */ margin: 4px 0px; } .RadPanelbar_Default .rootGroup .text { /*This Class controls the first level channels*/ /* background-color:#F0EDED; */ line-height: 18px; border-bottom: solid 1px #CDCDCD; border-top: solid 1px white; } .RadPanelbar_Default .rootGroup .link {/* Unknown purpose */ text-decoration: none; } .RadPanelbar_Default .group .text { /* This cass controls the second level channels*/ border-bottom: solid 1px #CDCDCD; border-top: 0; background-color: #fff; color: #666666; text-decoration: none; padding-left: 16px; /* text-indent: 16px; */ } .RadPanelbar_Default .group .link { /* Controls background color of non selected third level items */ text-decoration: none; background-color: white; } .RadPanelbar_Default .rootGroup .expanded { /* Unknown purpose */ /*background: white url('/LmsWeb/PublicResourceManager/MCMSResourceProvider.aspx?Path=/Resources/LearningPortals/NexientLearning/en-CA/Config/Skins/Default/SelectBg.gif') repeat-x;*/ } .RadPanelbar_Default .group .expanded { /* Unknown Purpose */ border-bottom: 0px; text-decoration: none; } .RadPanelbar_Default .rootGroup .expanded .text { /* Controls color of expanded level one text */ background-color: #FF1300; border-bottom: solid 1px #CDCDCD; border-top: solid 1px white; text-decoration: none; color: white; font-weight: 500; } .RadPanelbar_Default .rootGroup .selected .text { /* Controls color of selected level one text */ /*background: url('/LmsWeb/PublicResourceManager/MCMSResourceProvider.aspx?Path=/Resources/LearningPortals/NexientLearning/en-CA/Config/Skins/Default/Highlight.gif') repeat-x;*/ color: white; background-color: #FF1300; text-decoration: none; } .RadPanelbar_Default .group .selected .text { /* Third level - Course directory currently selected class */ color: #666666; background-color: #CEDEED; border-top: 0 none; border-bottom: 1px solid #CDCDCD; white-space:normal; } .RadPanelbar_Default .group .expanded .text { /* Controls text and background for selected second level channel */ border-top:0; color: #000; border-bottom: solid 1px #CDCDCD; background-color: CEDEED; } /* Third level - Course directory non-selected class */ /*.RadPanelbar_Default .level2 .text { padding-left: 16px; line-height: 14px; background: url('/LmsWeb/PublicResourceManager/MCMSResourceProvider.aspx?Path=/Resources/LearningPortals/NexientLearning/en-CA/Config/Skins/Default/headerArrow.gif') no-repeat 4px left; } */ /* This will attempt to fix the indent problem on third level navigation */ .RadPanelbar_Default .level2 .item .link span.text { padding-left:26px; } .RadPanelbar_Default .rootGroup .disabled:hover, .RadPanelbar_Default .rootGroup .disabled .text { /* Unknown Purpose */ color: fuchsia; cursor: default; } .RadPanelbar_Default .rootGroup .group .disabled:hover, .RadPanelbar_Default .rootGroup .group .disabled .text { /* Unknown Purpose */ text-decoration: none; color: #ccc; cursor: default; } .RadPanelbar_Default .level2 { /* Controls background behind third level course directory links */ white-space:normal; } .RadPanelbar_Default .level1 .link:hover { /* child items link:hover style */ background-color: #CEDEED; text-decoration: none; /*background: url('/LmsWeb/PublicResourceManager/MCMSResourceProvider.aspx?Path=/Resources/LearningPortals/NexientLearning/en-CA/Config/Skins/Default/headerArrow.gif') no-repeat 4px right; */ } .RadPanelbar_Default .level2 .link:hover { /* child items link:hover style */ background-color: #CEDEED; text-decoration: none; /*background: url('/LmsWeb/PublicResourceManager/MCMSResourceProvider.aspx?Path=/Resources/LearningPortals/NexientLearning/en-CA/Config/Skins/Default/headerArrow.gif') no-repeat 16px center;*/ } .LeftNavHeading .separator { border-bottom: solid 1px #CDCDCD; } .LeftNavHeading .text { /* Non Active First Level text style Control */ color: #ff1300; padding: 0px 4px; font: bolder 11px Verdana, Verdana, Sans-serif; background-color: fff; } #LeftNavigation1_menu1_mItems_p0 span.text, #LeftNavigation1_menu1_mItems_p5 span.text, #LeftNavigation1_menu1_mItems_p8 span.text, #LeftNavigation1_menu1_mItems_p12 span.text { border-bottom:1px solid #cdcdcd; /* This targets the Top Level items and gives them a bottom border */ text-indent: 0px; } .RadPanelbar_Default a.link:hover { color: #ff1300; }