.grade-nav {
  font-size:14pt;
}

.grade-nav A {
  color:blue;
}

#topicNames {
  margin-bottom: 5px;
  width: 300px;
  text-align: left;
}
#circle {
  background-color: #bbbbbb;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;

  display: inline-block;
  padding:0;
  margin:0;
  position: relative;
  top: 4px;
  left: -28px;
  cursor: pointer;
  cursor: hand;
}
#x {
  color: white;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  position: absolute; /* relative to #circle position */
  left: 4px;
  top: 2px;
}

ul.dropdownMenuList {
    display: none; /* Sub menus are hiden by default */
    position:absolute;
    top:1.85em;
    left:0;
    list-style:none;
    margin: 0;
    padding: 0;
}
.topicHeading0 {
    color: black;
    font-weight: bold;
    font-size: 1.25em;
    margin-top: 10px;
}
.topicHeading1 {
    color: #ff6363;
    font-weight: bold;
    font-size: 1.25em;
    margin-top: 10px;
}
.topicHeading2 {
    color: #54a97e;
    font-weight: bold;
    font-size: 1.25em;
    margin-top: 10px;
}
.topicHeading3 {
    color: #8d8dff;
    font-weight: bold;
    font-size: 1.25em;
    margin-top: 10px;
}
.topicHeading4 {
    color: #bf7fdf;
    font-weight: bold;
    font-size: 1.25em;
    margin-top: 10px;
}

ol.topics {
    padding-left: 10px;
}

.subtitle {
  font-weight:bold;
  font-size:18px;
  position:relative;left:-20px;
}

.topicsTable {
    border: none;
    width: 80%;
}

.topicsTable TD {
    padding: 5px 10px;
    vertical-align: top;
}

span.disabled { color:gray; }
.topic {text-decoration:none;}
.topic a { padding: 0px 0px; }

.topic a:hover {
    background-color: #c6d9f1;
    cursor: pointer;
}

a.mastered            { color:#9b30ff; }
a.impliedMastery      { color:#4400aa; }
a.assessedMastery     { color:#4433aa; }
a.notMastered         { color:#333333; }
a.notMastered         { color:green; }
a.notMasteredStandard { color:green; }
a.paidTopic           { color:red; }

#topicBar {
    position:relative;
    background-color:#7ea5d4;
    font-weight:bold;
    width: 100%;
    color:white;
    font-size: 14pt;
    font-family: "Times New Roman", Times, serif;
}

#topicBar A {
    color:white;
    text-decoration:none;
}

.lessonLink {color:orange;text-decoration:none;}
