/* Scott's blog application supporting css
   Place on new sage website, edit direct?
*/

#p_drawer {
 display:none;
 position: fixed;
 left: 5px;
 top: 50px;
 min-width:300px;
}

div.userBlock span {
  color:lightgrey;
}

div.apex_grid_container {
  margin-top: 30px;
}

#navwrap {
  position: fixed;
}

ul.largeLinkList li a {
 padding:15px 8px 15px 8px;
}
ul.largeLinkList li a h3, ul.largeLinkList li a {
  min-height:0px;
  white-space: nowrap;
}
ul.largeLinkList li a h3, ul.largeLinkList li a h4 {
  margin-left: 0px;
}
ul.largeLinkList li a:hover h3 {
  text-shadow:none;
}
ul.largeLinkList li a.sublist {
  min-height:20px;
  background-color: #f0f0f0;
  padding-top:12px;
  padding-bottom:10px;
}
ul.largeLinkList li a.sublist h3 {
  color: black;
  font-style: italic;
}