/* Nav */
#navcontainer {
  margin: 0;
  padding: 12px 0 0 0;
  border-bottom: 1px solid #aaa;
  width: auto;
}

#navlist {
  margin: 0;
  padding: 0 0 0 2em;
  width: 50em;
  position: relative;
}

#navlist ul, #navlist li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#navlist a:link,
#navlist a:visited {
  margin: 0 .4em 0 0;
  padding: 0.6em 1.1em 0.6em 1.1em;
  background: #ddd;
  border: 1px solid #aaa;
  border-bottom: 1px solid #ddd;
  color: #666;
  float: left;
  text-decoration: none;
  font: normal 0.8em/1.2em arial, helvetica, sans-serif;
}

#navlist a:link#current, #navlist a:visited#current {
  background: white;
  border-bottom: 1px solid white;
  color: #000;
  position: relative;
  display: block;
  bottom: -1px;
  z-index: 0;
}

#navlist a:hover {
  color: #005;
  text-decoration: underline;
}

#navlist ul a:hover {
  color: #f00 !important;
}

/*** Task Styles ***/
.task {
  margin: 1em 0;
  border-top: 1px solid #aaa;
  width: auto;
  height: 52px;
  background: url(/wastatic/common/img/taskDropShadow.gif) repeat-x 0 -9px;
}

.taskBar {
  margin: 0;
  position: relative;
  border: 1px solid #e6e6dc;
  text-align: left;
  width: 870px;
  height: 36px;
  background: #e6e6dc;
  z-index: 1000000;
}

.created {
  padding-top: 0.5em;
  position: absolute;
  left: 325px;
  top: 37px;
  width: 600px;
  border: 1px solid #333;
  background: white;
  display: none;
  z-index: 5;
}

.createdButton {
  position: absolute;
  left: 585px;
  top: 1px;
  height: 24px;
  width: 111px;
  border-left: 1px solid #ccc;
  z-index: 2;
  text-align: center;
  padding: 7px 0 0 0;
}

.createdButton a {
  font: normal 11px arial, helvetica, sans-serif;
}

.createdButtonOn {
  position: absolute;
  left: 585px;
  top: -1px;
  height: 29px;
  width: 111px;
  border: 1px solid #333;
  border-bottom: 1px solid white;
  background: white;
  padding: 8px 0 0 0;
  text-align: center;
  z-index: 10;
}

.book {
  padding-top: 0.5em;
  position: absolute;
  left: 250px;
  top: 37px;
  width: 675px;
  border: 1px solid #333;
  background-color: white;
  z-index: 5;
  display: none;
}

.bookButton {
  position: absolute;
  left: 705px;
  top: 1px;
  height: 24px;
  width: 113px;
  text-align: center;
  border-left: 1px solid #ccc;
  z-index: 6;
  padding: 7px 0 0 0;
}

.bookButton a {
  font: normal 11px arial, helvetica, sans-serif;
}

.bookButtonOn {
  position: absolute;
  left: 705px;
  top: -1px;
  height: 29px;
  width: 113px;
  border: 1px solid #333;
  background: white;
  border-bottom: 1px solid white;
  padding: 8px 0 0 0;
  z-index: 6;
}

.stalled {
  padding-top: 0.5em;
  position: absolute;
  left: 325px;
  top: 37px;
  width: 600px;
  border: 1px solid #333;
  background-color: white;
  z-index: 5;
  display: none;
}

.stalledButton {
  padding: 7px 0 0 0;
  position: absolute;
  left: 825px;
  top: 1px;
  height: 24px;
  width: 100px;
  text-align: center;
  border-left: 1px solid #ccc;
  z-index: 6;
}

.stalledButton a {
  font: normal 11px arial, helvetica, sans-serif;
}

.stalledButtonOn {
  padding: 8px 0 0 0;
  position: absolute;
  left: 825px;
  top: -1px;
  height: 29px;
  width: 100px;
  border: 1px solid #333;
  background: white;
  border-bottom: 1px solid white;
  z-index: 6;
  display: block;
}

.createTask {
  position: absolute;
  left: 29px;
  top: 37px;
  width: 600px;
  border: 1px solid #333;
  background-color: white;
  z-index: 5;
  display: none;
}

.createTaskButton {
  padding: 7px 0 0 0;
  position: absolute;
  left: 30px;
  top: 1px;
  height: 24px;
  width: 100px;
  text-align: center;
  z-index: 6;
}

.createTaskButton a {
  font: normal 11px arial, helvetica, sans-serif;
}

.createTaskButtonOn {
  padding: 8px 0 0 0;
  position: absolute;
  left: 29px;
  top: -1px;
  height: 29px;
  width: 100px;
  border: 1px solid #333;
  background: white;
  border-bottom: 1px solid white;
  z-index: 6;
  display: block;
}

.taskSelects {
  margin: 8px 0 0 8.5em;
  padding: 0;
}

.manageBookSelects {
  margin: 8px 0 0 20em;
  padding: 0;
  width: 650px;
}

.taskSelects .taskFilter label {
  margin: 0;
  font: normal 11px arial, helvetica, sans-serif;
  color: #666;
}

.taskSelects .taskFilter select {
  margin: 0;
  padding: 0;
  font: normal 11px arial, helvetica, sans-serif;
}

.manageBookSelects .manageBook label {
  margin-left: 0;
  font: normal 11px arial, helvetica, sans-serif;
  color: #666;
}

.manageBookSelects .manageBook select {
  margin: 0;
  padding: 0;
  font: normal 11px arial, helvetica, sans-serif;
}

.viewTasks label {
  font: normal 0.7em arial, helvetica, sans-serif;
  margin: 0 0 0 2em;
  color: #666;
}

.viewTasks strong {
  margin: 0 1em 0 0;
  color: #666;
}

.viewTasks select {
  margin: 0 0 0 0;
  padding: 0;
  font: normal 11px arial, helvetica, sans-serif;
}

/*** subTask style ***/
.innerBox .subTask {
  margin: 0 0 0.5em 0;
  padding: 0;
  height: 30px;
  background: #ffffdd;
}

.inlineButtons input {
  margin-right: 0.1em;
}

.innerBox .subTask p {
  margin: 0;
  padding: 0.5em 0 0.5em 1.3em;
  display: block;
  padding-top: 7px;
  font: bold 12px arial, helvetica, sans-serif;
  color: #666;
}

.subTask .taskResultText {
  width: 120px;
  display: block;
  float: left;
}

/* StudentBox subTask 
--------------------------------------*/
.waBox .subTask {
  margin: 0;
  padding: 0;
  background: #ffffdd;
}

.waBox .assignmentLinks {
  margin: 0.1em 1em 0 0;
  padding: 0;
  float: right;
}

.waBox .assignmentLinks a {
  font: normal 12px arial, helvetica, sans-serif;
}

.waBox .subTask p {
  margin: 0;
  padding: 0.5em 0 0.5em 1.3em;
  display: block;
  font: normal 13px arial, helvetica, sans-serif;
  color: #333;
  white-space: nowrap;
}

.waBox .assignmentScore {
  padding: 0;
  margin: 0;
  width: 20em;
  min-height: 1.8em;
  display: block;
  float: left;
  white-space: nowrap;
}

/*  subTools
-------------------------------------*/
.waBox .subTools {
  margin: 0;
  padding: 0;
  height: 24px;
  background: url(/wastatic/common/img/subToolsBg.gif) repeat-x 0 0;
  border-bottom: 1px solid #cfcfcf;
}

.waBox .subTools span {
  margin: 2px 0 0 16px;
  padding: 0;
  float: left;
  display: block;
  background: none;
  vertical-align: middle;
}

.waBox .subTools a {
  margin: 0;
  padding: 2px 0 2px 20px;
  font: bold 12px/20px arial, helvetica, sans-serif;
  color: #369;
  text-decoration: none;
}

.waBox .subTools a:hover {
  font: bold 12px/20px arial, helvetica, sans-serif;
  color: #369;
  text-decoration: underline;
}

/* highlightBar (Masquerade and student view)
-------------------------------------*/
.highlightHeader {
  margin: 0;
  padding: 0;
  border: 0;
  background: #e2fb6b;
  height: auto !important;
  min-height: 3em;
  width: auto;
  overflow: hidden;
  font: normal 14px arial, helvetica, sans-serif;
  border-bottom: 1px solid #333333;
}

.highlightHeader .highlightLeft {
  float: left;
  padding: 1em;
  color: #000000;
}

.highlightHeader .highlightRight {
  float: right;
  padding: 1em;
}

.highlightHeader .highlightRight a,
.highlightHeader .highlightRight a:visited,
.highlightHeader .highlightRight a:active {
  font-weight: bold;
  text-decoration: none;
  color: #dd0000;
}

.highlightHeader .highlightRight a:hover {
  text-decoration: underline;
}

/* browserWarning
-------------------------------------*/
.browserWarning {
  margin: 0;
  padding: 1em;
  border: 0;
  background: #faea9d;
  height: auto;
  min-height: 1em;
  width: auto;
  overflow: hidden;
  font: normal 14px arial, helvetica, sans-serif;
  border-bottom: 1px solid #333333;
}

.browserWarning > span {
  background: url(/wastatic/common/img/error.png) no-repeat 5px 0;
  background-position-y: center;
  padding-left: 2em;
}
