/*-------------------------------------
Faculty Layout Style Sheet
-------------------------------------*/
/*
---

Deprecated, refactor these global css definitions

---
*/
@import url(/out/deprecated.css);
/* Normalizing
-------------------------------------*/
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  /* allows for footer sticking */
}

table, iframe {
  z-index: 0;
  font: normal 13px arial, helvetica, sans-serif;
  border-spacing: 1px;
}

a,
a:link,
a:active,
a:visited {
  color: #00c;
  cursor: pointer;
  font-weight: normal;
  text-decoration: none;
}

a:hover {
  color: blue;
  text-decoration: underline;
}

a, a:active, input {
  outline: none;
}

strong, b {
  /* Don't use b tag though */
  font-weight: bold;
}

p {
  margin: 0;
  padding: 0;
  font: normal 13px/20px arial, helvetica, sans-serif;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0.5em 0;
  font-size: 100%;
  font-family: arial, helvetica, sans-serif;
}

ol li,
ul li {
  font: normal 13px/20px arial, helvetica, sans-serif;
}

fieldset, img {
  border: 0;
}

.hr {
  margin: 0.8em 1em;
  height: 0;
  border-top: 1px solid #999;
}

/* end of height filters */
#middle {
  margin: 0;
  padding: 1em 2em 0 2em;
  border: 0;
  margin: 0;
}

/* simply a clean solution for the clearing div method */
.container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.container {
  display: inline-block;
}

.container {
  display: block;
}

/* Footer Styles
-------------------------------------*/
#footerBox {
  padding: 0;
  border-top: 1px dashed #CCCCCC;
  height: 20px;
  margin: 20px;
  min-width: 904px;
  text-align: center;
}

p#copyright {
  margin: 0;
  padding: 0.3em 0 0 0;
  display: inline;
  font: normal 10px arial, helvetica, sans-serif;
  color: #666;
}

p#serverInformation {
  margin: 0;
  padding: 0.3em 0 0 0;
  display: inline;
  font: normal 10px arial, helvetica, sans-serif;
  color: #666;
}

/* Common WA Toolbox Classes
-------------------------------------*/
/* popup window link (little black triangle) */
.pop {
  padding: 0 0.3em;
  background: url(/wastatic/common/img/pop.gif) no-repeat 100% 0;
}

.pop a {
  cursor: pointer;
  font: normal 12px/16px arial, helvetica, sans-serif;
}

.popAlignLeft {
  padding: 0 0.3em 0 0;
  background: url(/wastatic/common/img/pop.gif) no-repeat 100% 0;
}

.form .textField .pop {
  padding: 0 0.3em 0 0;
}

.nowrap {
  white-space: nowrap;
  font-size: 10px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

/*** Key Style ***/
.seenKey {
  margin: 0.3em;
  padding: 2px 0;
  background: url(/wastatic/common/img/keyBackground.gif) repeat-y 0 0;
  display: inline-block;
  border: 1px solid #070;
}

.seenKey.keyToPrint img.imgToPrint {
  vertical-align: middle;
  margin-left: 2px;
}

.answer {
  display: inline-block;
  background: none;
}

.answer p {
  padding: 0 2px 0 22px;
  display: inline;
  font: 13px verdana, geneva, sans-serif;
  color: #070;
  background: url(/wastatic/common/img/key.gif) no-repeat 2px bottom;
}

.seenKey.keyToPrint .answer.ansToPrint p.strToPrint {
  background: none;
  padding: 0 2px;
}

.static {
  display: inline;
  margin: 0.1em;
  padding: 0.1em;
  background: #c0c0c0;
  border: 1px solid #666;
}

/* disabled style for disable js method
-------------------------------------*/
.alltransparent {
  z-index: 1;
  position: absolute;
  background: white;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE8 in IE7 mode */
  filter: alpha(opacity=50);
  height: 130px;
  width: 98%;
}

.standardTable {
  margin: 0;
  padding: 0;
}

.standardTable td {
  text-align: center;
}

.standardTable .standardTableBorder {
  margin: 1em 0;
  padding: 0;
  border: 5px solid #eee;
}

/* FeedBack Container / Previewer
-------------------------------------*/
#details .feedBackSettings {
  float: right;
  width: 302px;
}

/* New box styles (replaces studentBox)  
--------------------------------------*/
.waBox {
  margin: 0 0 1em 0;
  padding: 0;
  display: block;
  overflow: hidden;
}

.waBox .top {
  position: relative;
  overflow: visible;
}

.waBox .bottom {
  height: 4px;
  position: relative;
  clear: both;
}

.waBox .standard {
  background: #fff;
  padding: 1px 1.1em;
}

.waBox .top .border {
  margin: 0;
  padding: 0;
  height: 4px;
  overflow: hidden;
}

.waBox .top .left {
  margin: 0;
  float: left;
  width: 4px;
  height: 4px;
  overflow: hidden;
}

.waBox .top .right {
  margin: 0;
  float: right;
  width: 4px;
  height: 4px;
  overflow: hidden;
}

.waBox .bottom .left {
  margin: 0;
  float: left;
  width: 4px;
  height: 4px;
  overflow: hidden;
}

.waBox .bottom .right {
  margin: 0;
  float: right;
  width: 4px;
  height: 4px;
  overflow: hidden;
}

.waBox .bottom .border {
  margin: 0;
  height: 3px;
  overflow: hidden;
}

.waBox .top .title {
  overflow: hidden;
  clear: both;
}

.waBox .top .title h4 {
  margin: 0 1.4em;
  padding-bottom: 0.2em;
  color: #333;
  font: bold 13px/17px arial, helvetica, sans-serif;
  text-align: left;
}

.waBox .crop {
  margin-bottom: -3px;
  overflow: hidden;
}

/* Student Question / Table Style
-------------------------------------*/
.waBox .boxTable {
  margin: 0;
  padding: 0.5em 0.45em 0.45em 0.5em;
  background: none;
  display: none;
  clear: both;
}

.waBox .boxTable table a,
.waBox .boxTable table a:link,
.waBox .boxTable table a:visited {
  color: #c75f3e;
  cursor: pointer;
}

.waBox .boxTable table a:active,
.waBox .boxTable table a:hover {
  color: #c75f3e;
  cursor: pointer;
  text-decoration: underline;
}

.waBox .boxTable th a,
.waBox .boxTable th a:link,
.waBox .boxTable th a:visited {
  margin: 0;
  padding: 0;
  cursor: pointer;
  font: normal 14px arial, helvetica, sans-serif;
  text-decoration: underline;
  color: #0070c0;
}

.waBox .boxTable th a:active,
.waBox .boxTable th a:hover {
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  font: normal 14px arial, helvetica, sans-serif;
  color: #0070c0;
}

.waBox .boxTable td a,
.waBox .boxTable td a:link,
.waBox .boxTable td a:visited {
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
  color: #0070c0;
  text-align: center;
}

.waBox .boxTable td a:active,
.waBox .boxTable td a:hover {
  cursor: pointer;
  text-decoration: underline;
  font-size: 14px;
  color: #0070c0;
  text-align: center;
}

.waBox .boxTable table {
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #4f6b72;
}

.waBox .boxTable tr {
  border: 0;
}

.waBox .boxTable td {
  border: 1px solid #c8c8c8;
  background: #fff;
  padding: 5px;
  color: #4f6b72;
  text-align: left;
  font: normal 11px arial, helvetica, sans-serif;
}

.waBox .boxTable td.alt {
  background: #f4f7fa;
}

.waBox .boxTable th {
  padding: 0.2em;
  border: 1px solid #c8c8c8;
  text-align: center;
  background: #e2e7ed;
  font: bold 13px arial, helvetica, sans-serif;
}

.waBox .boxTable th.alt {
  background: #f4f7fa;
}

.waBox .boxTable th.th {
  font: bold 13px arial, helvetica, sans-serif;
  color: #333;
  background: #ddd;
  border: 1px solid #c8c8c8;
}

.waBox .boxTable th.th2 {
  font: bold 13px arial, helvetica, sans-serif;
  color: #333;
  background: white;
  border: 1px solid #c8c8c8;
}

.waBox .boxTable .thNoBorder {
  border-width: 0 0 0 0;
  background: none;
}

.waBox .boxTable .center {
  text-align: center;
}

.waBox .boxTable caption {
  padding: 0 0 5px 0;
  font: italic 11px arial, helvetica, sans-serif;
  text-align: right;
  font-style: italic;
}

.waBox .boxTable .noBorder {
  border-top: 0;
  border-left: 0;
  border-right: 1px solid #c8c8c8;
  background: none;
}

.waBox .boxTable .noBorderEnd {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background: none;
}

.waBox .boxTable .preTest {
  background: #E6ECFF;
}

.waBox .boxTable .ready {
  background: #ACBFAC;
}

.waBox .boxTable .issue {
  background: #FFBFBF;
}

.waBox .boxTable .total {
  font-weight: bold;
  background: #e6e6dc;
}

/* student side box content formatting
-------------------------------------*/
.waBox .content {
  padding-top: 1px;
  padding-bottom: 1px;
}

.waBox .content .row {
  margin: 0;
  padding: 0 1em;
}

.waBox .content .row .rowLeft {
  float: left;
  margin: 0;
  padding: 0;
  width: 49%;
  font: normal 13px/22px arial, helvetica, sans-serif;
}

.waBox .content .row .rowMiddle {
  float: left;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 14%;
}

.waBox .content .row .rowRightNarrow {
  float: right;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 35%;
}

/* expands for regular box
--------------------------------------*/
.waExpand {
  margin: 0;
  padding: 0;
  list-style: none;
}

.waExpand > .first {
  margin: 0.4em 0 0 0;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
}

.waExpand li .titleBar {
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
}

.waExpand li .titleBar a.bLink {
  margin: -1px 0 -1px 4px;
  padding: 0;
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url(/wastatic/common/img/faculty/help.png) no-repeat 0 0;
  cursor: pointer;
  position: relative;
}

.waExpand li .titleBar em {
  margin: 0;
  padding: 0;
  display: inline;
  font: normal 13px arial, helvetica, sans-serif;
}

.waExpand li .titleBar p {
  margin: 0.2em 0 0 1.8em;
  font: normal 12px arial, helvetica, sans-serif;
  color: #666;
}

.waExpand li .titleBar h2 {
  margin: 0;
  padding: 0 0 0 1.3em;
  display: inline;
  font: bold 16px/20px arial, helvetica, sans-serif;
}

.waExpand .titleBar .expand {
  margin: 0.3em 0 0 0.3em;
  height: 11px;
  width: 11px;
  display: inline-block;
  position: absolute;
  z-index: 0;
}

.waExpand .titleBar input {
  margin: 13px 4px 0 18px;
}

.waExpand .titleBar label {
  vertical-align: middle;
}

.waExpand .first {
  margin: 0;
  padding: 0 0 1em 0;
}

.waExpand .first.last {
  border-bottom: none;
}

.waExpand .first .element {
  margin: 0 0 0 1.6em;
  padding: 10px 0 10px 0.5em;
  position: relative;
}

.waExpand .first .titleBar {
  padding: 1em 0 0 0.4em;
}

.waExpand .second .element {
  margin: 0;
  padding: 10px 0 10px 18px;
}

.waExpand .second .titleBar {
  margin: 0;
}

.waExpand .element ul {
  padding: 0;
}

.waExpand .element > p {
  font: normal 13px arial, helvetica, sans-serif;
  color: #333;
}

/* new alert box styles
   Where: Intro feature on Assignment Editor
------------------------------*/
.waABox {
  margin: 0.7em 0 1em 0;
  padding: 0;
  display: block;
  position: relative;
}

.waABox .top {
  position: relative;
  overflow: visible;
}

.waABox .bottom {
  height: 4px;
  position: relative;
  clear: both;
}

.waABox .standard {
  background: #fff;
  padding: 0 0.4em;
}

.waABox .top .border {
  margin: 0;
  padding: 0;
  height: 4px;
  overflow: hidden;
}

.waABox .top .left {
  margin: 0;
  float: left;
  width: 4px;
  height: 4px;
  overflow: hidden;
}

.waABox .top .right {
  margin: 0;
  float: right;
  width: 4px;
  height: 4px;
  overflow: hidden;
}

.waABox .bottom .left {
  margin: 0;
  float: left;
  width: 4px;
  height: 4px;
  overflow: hidden;
}

.waABox .bottom .right {
  margin: 0;
  float: right;
  width: 4px;
  height: 4px;
  overflow: hidden;
}

.waABox .bottom .border {
  margin: 0;
  height: 3px;
  overflow: hidden;
}

.waABox .crop {
  margin: -4px 0 -3px 0;
  padding: 0.5em 0.6em;
}

/* Intro Styles
--------------------------------------*/
.waABox .intro {
  padding: 4px 0 0 0;
}

.waABox .intro .newHeader {
  margin: 0;
  padding: 0;
  font: normal 18px/32px arial, helvetica, sans-serif;
}

.waABox .intro .newDescription {
  margin: 0 0 10px 0;
}

.waABox .intro .note {
  margin: 0;
  font: oblique 11px arial, helvetica, sans-serif;
  color: #666;
  width: auto;
  clear: left;
}

.waABox .intro .diagram {
  margin: 10px 6px 0 10px;
  float: right;
  height: 164px;
  width: 227px;
  background: url(/wastatic/common/img/screenDiagram.gif) no-repeat 0 0;
}

/* New alert box styles color attributes
-------------------------------------*/
.waABox .content {
  background: #fff2d7;
  border-left: 1px solid #f60;
  border-right: 1px solid #f60;
}

.waABox.subtle .content {
  background: #eee;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.waABox .top .border {
  border-top: 1px solid #f60;
}

.waABox .bottom .border {
  border-bottom: 1px solid #f60;
}

.waABox.subtle .top .border {
  border-top: 1px solid #ccc;
}

.waABox.subtle .bottom .border {
  border-bottom: 1px solid #ccc;
}

.waABox .top > .left {
  background: url(/wastatic/common/img/orange_aBox_sprite.png) no-repeat 0 0;
}

.waABox .top > .right {
  background: url(/wastatic/common/img/orange_aBox_sprite.png) no-repeat -4px 0;
}

.waABox .bottom > .left {
  background: url(/wastatic/common/img/orange_aBox_sprite.png) no-repeat 0 -4px;
}

.waABox .bottom > .right {
  background: url(/wastatic/common/img/orange_aBox_sprite.png) no-repeat -4px -4px;
}

.waABox.subtle .top > .left {
  background: url(/wastatic/common/img/grey_aBox_sprite.png) no-repeat 0 0;
}

.waABox.subtle .top > .right {
  background: url(/wastatic/common/img/grey_aBox_sprite.png) no-repeat -4px 0;
}

.waABox.subtle .bottom > .left {
  background: url(/wastatic/common/img/grey_aBox_sprite.png) no-repeat 0 -4px;
}

.waABox.subtle .bottom > .right {
  background: url(/wastatic/common/img/grey_aBox_sprite.png) no-repeat -4px -4px;
}

.waABox .aBoxButtonWrap {
  margin: 1.25em 0 0 0;
}

/* expands for alert box
--------------------------------------*/
.waABox .waExpand {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

.waABox .waExpand > li.first {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
}

.waABox .waExpand li .titleBar {
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.waABox .waExpand li .titleBar .altActions {
  margin: 0 0.2em 0 0;
  padding: 0;
}

.waABox .waExpand li .titleBar .altActions a {
  margin: 0;
  padding: 0;
}

.waABox .waExpand li .titleBar p {
  font: normal 12px arial, helvetica, sans-serif;
  text-indent: 18px;
  color: #666;
}

.waABox .waExpand li .titleBar h2 {
  margin: 0;
  padding: 0 0 0 18px;
  display: inline;
  font: bold 16px/20px arial, helvetica, sans-serif;
}

.waABox .waExpand li .titleBar h3 {
  margin: 0;
  padding: 0 0 0 18px;
  display: inline;
  font: normal 13px/20px arial, helvetica, sans-serif;
}

.waABox .waExpand .titleBar .expand {
  margin: 0.3em 0 0 0.2em;
  height: 11px;
  width: 11px;
  display: inline-block;
  position: absolute;
  z-index: 0;
}

.waABox .waExpand .titleBar .open {
  background: url(/wastatic/questions/img/expand_sprite_tan.png) no-repeat 0 -10px;
}

.waABox .waExpand .titleBar .close {
  background: url(/wastatic/questions/img/expand_sprite_tan.png) no-repeat 0 0;
}

.waABox .waExpand li.first {
  margin: 0;
  padding: 0;
  border: none;
}

.waABox .waExpand li span.open {
  background: url(/wastatic/questions/img/expand_sprite_tan.png) no-repeat 11px 0;
  z-index: 9999;
}

.waABox .waExpand li span.close {
  background: url(/wastatic/questions/img/expand_sprite_tan.png) no-repeat 11px 0;
  z-index: 9999;
}

.waABox .waExpand .first .element {
  margin: 0;
  padding: 0 0 0 3px;
}

.waABox .waExpand .first .titleBar {
  margin: 0;
}

.waABox .waExpand .second .element {
  margin: 0;
  padding: 10px 0 10px 18px;
}

.waABox .waExpand .second .titleBar {
  margin: 0;
}

.waABox .waExpand .element ul {
  padding: 0;
}

/* qBox box styles for the Question List
------------------------------*/
.questionList .qBox {
  margin: 0.3em 0 0 0;
  padding: 0;
  display: block;
  position: static;
  z-index: 1;
}

.questionList .qBox .top {
  margin-bottom: -4px;
  overflow: hidden;
}

.questionList .qBox .bottom {
  position: relative;
  clear: both;
}

.questionList .qBox .top .border {
  margin: 0;
  padding: 0;
  height: 4px;
  overflow: hidden;
}

.questionList .qBox .top .left {
  margin: 0;
  float: left;
  width: 4px;
  height: 4px;
  overflow: hidden;
}

.questionList .qBox .top .right {
  margin: 0;
  float: right;
  width: 4px;
  height: 4px;
  overflow: hidden;
}

.questionList .qBox .bottom .left {
  margin: 0;
  float: left;
  width: 4px;
  height: 4px;
  overflow: hidden;
}

.questionList .qBox .bottom .right {
  margin: 0;
  float: right;
  width: 4px;
  height: 4px;
  overflow: hidden;
}

.questionList .qBox .bottom .border {
  margin: 0;
  height: 3px;
  overflow: hidden;
}

.questionList .qBox > .content {
  margin-bottom: -3px;
  padding: 0;
  overflow: hidden;
  position: static;
}

/* New qbox styles color attributes
-------------------------------------*/
.questionList .qBox .content {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}

.questionList .qBox .top .border {
  border-top: 1px solid #999;
  background: none;
}

.questionList .qBox .bottom .border {
  border-bottom: 1px solid #999;
}

.questionList .qBox .top > .left {
  background: url(/wastatic/common/img/qBox_sprite.png) no-repeat 0 0;
}

.questionList .qBox .top > .right {
  background: url(/wastatic/common/img/qBox_sprite.png) no-repeat -4px 0;
}

.questionList .qBox .bottom > .left {
  background: url(/wastatic/common/img/qBox_sprite.png) no-repeat 0 -4px;
}

.questionList .qBox .bottom > .right {
  background: url(/wastatic/common/img/qBox_sprite.png) no-repeat -4px -4px;
}

/* assignment editor: alert styles
--------------------------------------*/
#newFeature .featureChoice {
  margin: 4em 0 0 0;
}

#newFeature .acceptAction {
  margin-right: 10px;
  font-weight: bold;
}

#newFeature .headerNote {
  margin: 0 0 10px 0;
  padding: 0 0 0 24px;
  line-height: 22px;
  background: url(/wastatic/common/img/caution_dropShadow.png) no-repeat 0 1px;
}

#newFeature .altActions {
  position: absolute;
  right: 0;
}

#newFeature .altActions .feedback {
  font-weight: bold;
}

#newFeature p {
  line-height: 15px;
}

/* call out to application features */
.featureReference {
  font-weight: bold;
}

/* intro styles (introduction of new features) 
--------------------------------------*/
.introList {
  margin: 0;
  padding: 0;
  text-indent: 5px;
}

.introList li {
  margin: 20px 0 0 0;
  background: url(/wastatic/common/img/orangeNumberBg.png) no-repeat 0 1px;
  font-weight: bold;
  list-style: decimal inside none;
  color: #fff;
}

.introList strong {
  color: #000;
}

.introList p {
  padding-left: 2.2em;
  text-indent: 0;
  color: #000;
}

.introList strong {
  padding-left: 0.35em;
}

/* 
---

FIXME: These styles need to be moved, they don't belong in layout.scss

---
*/
/* settings specific form styles
--------------------------------------*/
#editSettings .overrideCheck {
  margin: 0 5px 0 0;
}

#editSettings .overrideContent {
  margin: 20px 0 0;
}

/* MassUpdate Styles */
#massUpdate {
  color: #333;
}

#massUpdate .waBox .crop {
  margin-bottom: -3px;
  padding: 0 1.1em;
  overflow: hidden;
}

#massUpdate .filterAssignments {
  margin: 1em 0 1em 235px;
  padding-bottom: 0;
  overflow: visible;
}

#massUpdate .filterAssignments .filterList {
  margin: 0 0.5em -9999px -235px;
  padding: 0 1em 9999px 1px;
  border-right: 1px solid #ccc;
  float: left;
  width: 200px;
  overflow: hidden;
}

#massUpdate #assignmentFilters input {
  float: left;
}

#massUpdate #assignmentFilters label {
  display: inline-block;
  max-width: 160px;
}

#massUpdate .filterAssignments .assignmentList {
  margin: 0 -9999px -9999px -32px;
  padding: 0 9999px 9999px 0.5em;
  float: right;
  width: 100%;
}

#massUpdate .note {
  color: #666;
  display: inline-block;
  font: normal 11px arial,helvetica,sans-serif;
}

#massUpdate .filterList h1,
#massUpdate .assignmentList h1 {
  margin: 0;
}

#massUpdate .updateInstructions {
  margin: 1em 0;
}

#massUpdate .selectTable {
  margin: 2em 0 0 0;
  border-collapse: collapse;
  width: 100%;
  font: 13px/20px arial, helvetica, sans-serif;
}

#massUpdate .selectTable th {
  background: #4684c1;
  color: #fff;
}

#massUpdate .selectTable td {
  vertical-align: top;
  background: #9dc2df;
}

#massUpdate .selectTable .aid {
  font-weight: bold;
}

#massUpdate .selectTable td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#massUpdate .selectTable .alt {
  background: #c1d6e7;
}

#massUpdate .selectTable .selection {
  width: 20px;
}

#massUpdate .selectTable th,
#massUpdate .selectTable td {
  padding: 3px 6px;
  border: 2px solid #fff;
}

#massUpdate .updateInstructions .notice {
  padding: 2px 0 2px 22px;
  background: url(/wastatic/common/img/error.png) no-repeat 0 0;
  font: bold 13px/20px arial, helvetica, sans-serif;
  color: #666;
}

/* nested tables --- ewwww 
   Note: not really sure what the best solution is here. 
         creating an expand inside of a table cell where
         the divider has to line up is extremely cumbersome. */
#massUpdate .selectTable table {
  margin: 0;
  padding: 0;
  width: 100%;
  background: none;
  border-collapse: collapse;
}

#massUpdate .selectTable table td {
  border: none;
  background: none;
  border-right: 2px solid transparent;
  border-top: 2px solid #fff;
}

#massUpdate .selectTable table td:first-child {
  border-right: 2px solid #fff;
}

#massUpdate .element {
  margin: 0;
  padding: 0;
}

/* expand styles for massUpdate */
#massUpdate .waExpand .first .element {
  padding: 0;
}

#massUpdate #assignmentFilters .filter {
  margin: 0;
  padding: 0 0 0 11px;
  list-style: none;
}

#massUpdate .waExpand .first .element ul ul {
  margin: 0;
  list-style: none;
}

#massUpdate .waExpand li .titleBar h2 {
  font: bold 13px/20px arial, helvetica, sans-serif;
}

#massUpdate .waExpand li.first {
  border-bottom: none;
}

#massUpdate .waExpand li.first {
  padding: 0;
}

#massUpdate .waExpand li .titleBar h2 {
  padding: 0 0 0 1.5em;
}

#massUpdate .selectTable td ul.tExpands {
  margin: 0 0 0 -5px;
  padding: 0;
}

#massUpdate .tExpands .titleBar {
  margin: 0;
  padding: 0;
  font: 13px/20px arial, helvetica, sans-serif;
  vertical-align: top;
}

#massUpdate .tExpands li .titleBar h2 {
  font: normal 13px/20px arial, helvetica, sans-serif;
}

#massUpdate td .waExpand .first .element ul {
  padding: 0;
}

/*  Mass Update Button Styles
    Dev: Should be replaced with centralized 
         button styles when released.
         Use mason button component to create  */
#massUpdateWizard .buttons {
  margin: 0.5em 0;
}

#massUpdateWizard .waBox .title > h4 {
  float: left;
  margin-right: 6px;
}

#massUpdateWizard .buttons .wizard .cancel {
  border-right: 1px solid #CCCCCC;
  display: inline-block;
  line-height: 27px;
  margin: 0 1em 0 0;
  padding: 0 1em 0 0;
  font: 13px/21px arial, helvetica, sans-serif;
}

#massUpdateWizard .buttons .wizard .cancel.noBorder {
  border-right: none;
}

#massUpdateWizard .buttons .steps {
  display: inline-block;
  float: right;
  font: 13px arial,helvetica,sans-serif;
  padding: 3px 0 0;
}

#massUpdateWizard .iButton a,
#massUpdateWizard .rButton a,
#massUpdateWizard .sButton a {
  font: 13px/19px arial, helvetica, sans-serif;
}

#massUpdateWizard .iButton,
#massUpdateWizard .rButton,
#massUpdateWizard .sButton {
  margin: 0 0.3em 0 0;
  padding: 2px 0;
  background: url("/wastatic/common/img/sButtonBackground.gif") repeat-x 0 0;
  border: 1px solid #aaa;
  border-color: #ccc #aaa #aaa #ccc;
  cursor: pointer;
  display: inline-block;
  float: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

#massUpdateWizard .rButton a {
  margin: 0 6px 0 0;
  padding: 0 22px 0 10px;
  background-repeat: no-repeat;
  background-position: right center;
  color: #000;
  font: 13px/19px arial, helvetica, sans-serif;
  text-decoration: none;
}

#massUpdateWizard .sButton a {
  margin: 0;
  padding: 0 10px;
  color: #000;
  font: 13px/19px arial, helvetica, sans-serif;
  text-decoration: none;
}

#massUpdateWizard .iButton:hover,
#massUpdateWizard .rButton:hover,
#massUpdateWizard .sButton:hover {
  border-color: #a2ddff #64c6ff #64c6ff #a2ddff;
  color: #000;
  outline: medium none;
}
