#webAssignTop {
  margin: 0;
  padding: 0;
  border: 0;
  background: #369;
  /*System Change*/
  padding-top: 0 !important;
  height: auto !important;
  min-height: 0;
  width: auto;
  min-width: 936px;
}

#studentNameBox {
  float: right;
}

#topNav {
  margin: 0;
  padding: 0 1em 0.3em 1em;
  background: #369;
  /*System Change*/
}

#topNav h1 {
  margin: 0.3em 0 0 0;
  font: normal 16px arial, helvetica, sans-serif;
  color: white;
}

#topNav h2 {
  margin: 0.7em 0 0 0;
  padding: 0;
  font: normal 12px arial, helvetica, sans-serif;
  color: white;
}

#topNav p {
  margin: 0.3em 0 0 0;
  font: normal 12px arial, helvetica, sans-serif;
  color: white;
}

#topNav .topFloatLeft {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  clear: left;
}

#topNav .topFloatRight {
  margin: 0;
  padding: 0;
  display: block;
  float: right;
  clear: right;
  color: #ffdf7b;
}

#topNav .topFloatRight a {
  font: normal 12px arial, helvetica, sans-serif;
}

#studentNav {
  margin: 0;
  padding: 0.3em 1em 0.35em 1em;
  display: block;
  background: #ffdf7b;
  /*System Change*/
  clear: both;
  /*border-top:1px solid white;*/
}

#studentNav a {
  font: bold 12px/18px arial, helvetica, sans-serif;
}

#studentNav a {
  color: #900;
  text-decoration: none;
}

#studentNav a:hover {
  color: #900;
  text-decoration: underline;
}

/* Hidden div to prompt for a password 
--------------------------------------*/
#prompt_for_pass {
  width: 400px;
  height: 150px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  left: 35%;
  top: 10%;
  z-index: 100;
}

#prompt_for_pass_container {
  position: fixed;
  border-collapse: collapse;
  border: 1px solid #444;
}

#prompt_for_pass_assignment_name {
  text-align: left;
  padding-left: 15px;
  color: #fff;
  font: bold 16px arial, helvetica, sans-serif;
}

#prompt_for_pass_prompt {
  font-size: 1em;
  text-align: center;
  padding: 20px;
}

#prompt_for_pass_field {
  text-align: center;
  padding: 5px 20px 15px;
}

#prompt_for_pass_buttons {
  padding: 20px 15px 50px 15px;
  margin-left: 200px;
}

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

.studentNavBorder {
  margin: 0;
  padding: 0;
  height: 5px;
  background: url(/wastatic/common/img/topNavBorder.gif) repeat-x 0 0;
}

.infoBox {
  margin: 0.5em 0 0 0;
  padding: 0 0 0.8em 0;
}

.infoBox h1 {
  margin: -0.4em 0 0.8em 0;
  color: #333;
  font: bold 16px arial, helvetica, sans-serif;
}

a.logOut, a.logOut:hover {
  color: #900;
  /*system controlled*/
  cursor: pointer;
}

/*** Breadcrumb Style ***/
.bread {
  margin: 0 0 1.5em 0;
  color: #333;
  background: none;
  padding: 3px 0;
}

.bread ul {
  margin: 0;
  padding: 0;
  display: inline;
  border: none;
}

.bread a {
  color: blue;
}

.bread ul li {
  margin: 0;
  padding: 2px 2px 2px 10px;
  border: none;
  list-style: none;
  display: inline;
  font: normal 12px arial, helvetica, sans-serif;
  background: url(/wastatic/common/img/crumb.gif) no-repeat 0 center;
}

.bread ul li.first {
  padding: 2px 2px 2px 0;
  background: white;
}

.middle {
  margin: 0 1em;
  padding: 0;
  min-width: 904px;
}

* html .middle {
  width: 904px;
}

.middle h3 {
  font: bold 1em/2em arial, helvetica, sans-serif;
}

.center {
  margin: 0 1%;
  padding: 0;
}

.centerText {
  text-align: center;
}

.pageLeft {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}

.pageRight {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  float: right;
}

.infoBox .right {
  margin: 0.4em 0 0 0;
}

.rightTxt p {
  text-align: right;
}

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

/*** Student Question Box Styles ***/
.rightBarNav {
  margin: 0 0.3em 0 0;
  float: right;
}

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

.rightBarNav strong {
  color: #d00;
}

.leftBarNav {
  margin: 0 0 0 1em;
  float: left;
  font: normal 12px arial, helvetica, sans-serif;
}

.leftBarTitle {
  float: left;
}

.rightBarTitle {
  float: right;
  margin-right: 15px;
}

/*** Buttons ***/
.sButton {
  margin: 0 0.3em 0 0;
  border: 1px solid #aaa;
  /* System Controlled */
  border-color: #ccc #aaa #aaa #ccc;
  background: url(/wastatic/common/img/sButtonBackground.gif) repeat-x 0 0;
  color: #333;
  cursor: pointer;
  display: block;
  outline: none;
  float: left;
}

.sButton[disabled] {
  background: none repeat scroll 0 0 #EFEFEF;
  border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
  color: #AAAAAA;
  cursor: default;
}

.sButton[disabled]:hover {
  background: none repeat scroll 0 0 #EFEFEF;
  border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
  color: #AAAAAA;
  cursor: default;
}

.sButton:hover {
  border-color: #a2ddff #64c6ff #64c6ff #a2ddff;
  outline: none;
  color: #000;
}

.iButtonWrap {
  margin: 1em 0 0 0;
  padding: 0;
}

.iButton {
  margin: 0 0.3em 0 0;
  padding: 3px 0;
  background: url(/wastatic/common/img/sButtonBackground.gif) repeat-x 0 0;
  cursor: pointer;
  border: 1px solid #aaa;
  display: inline-block;
}

.iButton:hover {
  border-color: #a2ddff #64c6ff #64c6ff #a2ddff;
  outline: none;
  color: #000;
}

.iButton a {
  margin: 0;
  padding: 0 10px 0 28px;
  font: normal 13px arial, helvetica, sans-serif;
  background: url(/wastatic/common/img/file.png) no-repeat 6px center;
  color: #000;
  text-decoration: none;
}

.fButton:hover {
  border-color: #a2ddff #64c6ff #64c6ff #a2ddff;
  outline: none;
  color: #000;
}

.geButton {
  margin: 1em 0.3em 0 0;
  border: 1px solid #aaa;
  /* System Controlled */
  border-color: #ccc #aaa #aaa #ccc;
  background: url(/wastatic/common/img/sButtonBackground.gif) repeat-x 0 0;
  color: #333;
  cursor: pointer;
  display: block;
  outline: none;
}

.geButton:hover {
  border-color: #a2ddff #64c6ff #64c6ff #a2ddff;
  outline: none;
  color: #000;
}

#bPress {
  background: #ccc;
}

#bRelease {
  margin: 0 0 0 0.3em;
  border: 1px solid #aaa;
  /* System Controlled */
  border-color: #ccc #aaa #aaa #ccc;
  /*background:#eee;  System Controlled */
  background: url(/wastatic/common/img/sButtonBackground.gif) repeat-x 0 0;
  color: #333;
  cursor: pointer;
  float: right;
}

#bRelease:hover {
  border-color: #a2ddff #64c6ff #64c6ff #a2ddff;
  outline: none;
  color: #000;
}

.qButtons {
  padding: 0 0 0 1.7em;
  margin: 1em 0 1.5em 0;
  display: block;
}

.finalSubmitBox {
  margin: 1em 0 0 0;
  background: #eee;
}

.finalSubmitBox .lTopCorner {
  margin: 0;
  padding: 0;
  height: 4px;
  background: url(/wastatic/common/img/tLeftQCorner.gif) no-repeat 0 0;
}

.finalSubmitBox .rTopCorner {
  margin: 0;
  padding: 0;
  height: 4px;
  background: url(/wastatic/common/img/tRightQCorner.gif) no-repeat top right;
}

.finalSubmitBox .tBorder {
  margin: 0 4px;
  padding: 0 4px 0 4px;
  border-bottom: 1px solid #369;
}

.finalSubmitBox .finalSubmitBoxBorder {
  margin: 0;
  padding: 0;
  background: #eee;
  border: 1px solid #369;
  border-top: 0;
  border-bottom: 0;
  overflow: hidden;
}

.finalSubmitBox .bBox {
  height: 4px;
  background: url(/wastatic/common/img/bRightQCorner.gif) no-repeat top right;
}

.finalSubmitBox .borderWrap {
  height: 4px;
  background: url(/wastatic/common/img/bLeftAssignmentCorner.gif) no-repeat top left;
}

.finalSubmitBox .bBorder {
  background: #eee;
  margin: 0 4px;
  padding: 3px 4px 0 4px;
  border-bottom: 1px solid #369;
}

.finalSubmitBox .lTopCorner {
  background: url(/wastatic/common/img/Q_topLeft.gif) no-repeat 0 0;
}

.finalSubmitBox .rTopCorner {
  background: url(/wastatic/common/img/Q_topRight.gif) no-repeat top right;
}

.finalSubmitBox .bBox {
  background: url(/wastatic/common/img/Q_bottomRight.gif) no-repeat top right;
}

.finalSubmitBox .borderWrap {
  background: url(/wastatic/common/img/Q_bottomLeft.gif) no-repeat top left;
}

.finalLinks {
  margin: 0.5em 0 3em 0;
  font: normal 12px/20px arial, helvetica, sans-serif;
  text-align: center;
}

.finalLinks a {
  margin-left: 0.5em;
}

.fButton {
  margin: 0;
  border: 1px solid #aaa;
  /* System Controlled */
  border-color: #ccc #aaa #aaa #ccc;
  /*background:#eee;  System Controlled */
  background: url(/wastatic/common/img/sButtonBackground.gif) repeat-x 0 0;
  color: #333;
  cursor: pointer;
}

.fButtons {
  margin: 1em 0;
  text-align: center;
}

.studentButtonBox {
  margin: 0 auto;
  width: 24em;
}

.assignmentDue {
  margin: 0 0 0 0.6em;
  font-style: oblique;
}

/* waBox StudentSide 
-------------------------------------*/
.waBox .questionCode {
  margin: 0;
  padding: 0.5em 1em;
}

.waBox .questionCode p {
  font: normal 13px/17px monaco, courier, sans-serif;
  color: #333;
}

.assignmentDescriptionShort {
  margin: 0;
  padding: 0;
  width: 500px;
  display: block;
  float: left;
}

.assignmentDescriptionWide {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}

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

.assignmentDashBoardTop .displayType {
  margin: -0.15em 0.25em 0 1.75em;
  padding: 0 0 0.2em 0;
}

.assignmentDashBoardTop .dueDate {
  margin: 0 0 0 10px;
  padding: 0;
}

.assignmentQuestionNumberRow {
  margin: 0;
  display: block;
  border-collapse: collapse;
}

.assignmentQuestionNumberRow .scrollable {
  overflow: auto;
}

.assignmentQuestionNumberRow .assignmentNumbers {
  max-width: 500px;
  height: 76px;
}

.assignmentQuestionNumberRow table {
  border-collapse: collapse;
}

.assignmentQuestionNumberRow td {
  background: #ddd;
  color: #00f;
  padding: 5px;
  text-decoration: none;
}

.assignmentQuestionNumberRow th {
  background: #ddd;
  color: #00f;
  padding: 5px;
  text-decoration: none;
}

.assignmentQuestionNumberRow th strong {
  color: #000;
}

.assignmentQuestionNumberRow .label {
  background: #eee;
  border: 1px solid #ccc;
  border-left: none;
  color: #444;
  font: 13px/17px arial, helvetica, sans-serif;
  text-align: center;
  width: 100px;
  padding: 5px;
}

.assignmentQuestionNumberRow .label strong {
  font: bold 14px arial, helvetica, sans-serif;
}

.assignmentQuestionNumberRow .questionNumber {
  background: #ddd;
  font: 13px/18px arial, helvetica, sans-serif;
  border: 1px solid #ccc;
  width: 20px;
}

.assignmentQuestionNumberRow .questionPoints {
  font: 13px/18px arial, helvetica, sans-serif;
  color: #000;
  border: 1px solid #ccc;
  width: 20px;
}

.assignmentQuestionNumberRow .allPartsCorrect {
  background: #fff;
}

.assignmentQuestionNumberRow .partsLeft {
  background: #f5a9a9;
}

.accessRestrictions {
  margin: 0 0 15px 15px;
  font: 12px arial, helvetica, sans-serif;
}

.accessRestrictions .restrictions {
  margin-top: 5px;
}

.accessRestrictions strong {
  font: bold 12px arial, helvetica, sans-serif;
}

.questionPartNumberRow {
  margin: 0;
  display: block;
}

.questionPartNumberRow .scrollable {
  overflow: auto;
  height: 95px;
}

.questionPartNumberRow .questionNumbers {
  max-width: 500px;
}

.questionPartNumberRow table {
  border-collapse: collapse;
}

.questionPartNumberRow td {
  background: #ddd;
  color: #c60;
  padding: 5px;
  text-decoration: none;
  text-align: center;
  width: 20px;
}

.questionPartNumberRow .label {
  background: #eee;
  border: 1px solid #ccc;
  border-left: none;
  color: #444;
  font: 13px/18px arial, helvetica, sans-serif;
  text-align: center;
  width: 80px;
  border-collapse: collapse;
  padding: 5px;
}

.questionPartNumberRow .label strong {
  font: bold 14px arial, helvetica, sans-serif;
}

.questionPartNumberRow .partNumber {
  background: #ddd;
  border: 1px solid #ccc;
  color: #c60;
  font: 13px/18px arial, helvetica, sans-serif;
  padding: 5px;
  width: 20px;
}

.questionPartNumberRow .partPoints {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #000;
  font: 13px/18px arial, helvetica, sans-serif;
  padding: 5px;
  width: 20px;
}

.questionPartNumberRow .noPointsLeft {
  background: #fff;
}

.questionPartNumberRow .pointsLeft {
  background: #f5a9a9;
}

.assignmentCommunication {
  margin: 0;
  padding: 0;
  width: 340px;
  display: block;
  float: right;
}

.waBox .lTopCorner {
  margin: 0;
  padding: 0;
  height: 4px;
  background: url(/wastatic/common/img/leftCornerG.gif) no-repeat 0 0;
}

.waBox .roundtop {
  margin: 0;
  padding: 0;
  height: 4px;
  background: url(/wastatic/common/img/rightCornerG.gif) no-repeat top right;
}

.waBox .bBox {
  height: 4px;
  background: url(/wastatic/common/img/bRightAssignmentCorner.gif) no-repeat top right;
}

.waBox .borderWrap {
  height: 4px;
  background: url(/wastatic/common/img/bLeftAssignmentCorner.gif) no-repeat top left;
}

.waBox .bBorder {
  margin: 0 4px;
  padding: 3px 4px 0 4px;
  border-bottom: 1px solid #369;
}

.waBox .studentBoxBorder {
  border-left: 1px solid #369;
  border-right: 1px solid #369;
}

.waBox .communicationLinks {
  padding: 5px;
}

.waBox .communicationLinks .comm_link {
  margin-right: 40px;
}

.waBox .inlineImage {
  top: 4px;
  left: 4px;
  display: inline;
  position: relative;
}

.waBox .dashBoardItemRight {
  margin: 0 0.3em 0 0;
  float: right;
}

.waBox .subTask {
  background: #eee;
}

.waBox .subTask .practiceAnother {
  margin: 0 0 0 1em;
  padding: 0 0 0 1em;
  background: url(/wastatic/common/img/practiceAnother.png) no-repeat 0 5px;
}

.waBox .subTask .practiceAnother p {
  margin: 0;
  padding-left: 0.3em;
}

.inactiveLink {
  font: bold 14px arial, helvetica, sans-serif;
}

/* box rows student side
--------------------------------------*/
.waBox .content .row {
  margin: 0;
  padding: 0 1em;
}

.waBox .content .row p {
  font: normal 13px/22px arial, helvetica, sans-serif;
}

.waBox .content .row .rowLeft {
  margin: 0;
  padding: 0;
  float: left;
  width: 49%;
}

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

.rowRight .scoreBox {
  margin: 1em 0 1em 1em;
  padding: 1em;
  border: 2px solid #ccc;
}

.waBox .content .row img {
  margin: 0.2em 0.1em -0.2em 0.1em;
}

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

.studentModuleContent {
  margin: 0;
  padding: 4px 1em 0 1em;
}

.studentModuleContent p {
  font: normal 13px/19px arial, helvetica, sans-serif;
}

.facultyOnly {
  margin: 1.5em;
  padding: 0.5em;
  border: 1px dashed #f00;
  white-space: nowrap;
}

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

.warning {
  color: #d00;
}

.assignmentWarning {
  margin: 0 0 1em 0;
  padding: 1em;
  border: 1px dashed blue;
}

/* Layout for registration notice
-------------------------------------------*/
.registrationNotice {
  font: normal 13px/17px arial, helvetica, sans-serif;
}

.registrationNotice button.sButton {
  margin: 10px;
  display: inline;
  float: none;
}

div.registrationNotice p {
  font: normal 13px/17px arial, helvetica, sans-serif;
}

.registrationNotice .form .radioBlock span {
  margin: 3px 3px 0 10px;
  width: 600px;
}

.registrationNotice .form .radioBlock span.warning {
  margin: 0 0 0 0;
  display: inline;
}

.registrationNotice div.hr {
  margin-left: 0;
  margin-right: 0;
}

.registrationNotice div.alert {
  padding: 0 0 0 20px;
  margin: 10px 0 0 0;
  color: #FF0000;
  font-weight: bold;
  background: url(/silkicons/exclamation.gif) no-repeat 0 center;
}

.registrationNotice div.warning {
  padding: 0 0 0 20px;
  margin: 10px 0 0 0;
  color: #CC9966;
  font-weight: bold;
  background: url(/silkicons/error.gif) no-repeat 0 center;
}

.redeemAxscodeForm > p {
  margin: 10px 10px;
}

.redeemAxscodeForm input {
  margin: 0px 5px;
}

/* Ebooks questions append links style
--------------------------------------*/
ul.ebooksappend {
  list-style-type: none;
}

ul.ebooksappend li {
  margin: 0;
  padding: 0;
}

ul.ebooksappend ul {
  list-style-type: none;
}

/* assignment access styles
--------------------------------------*/
.restrictionsModal #pc-mac ul {
  margin: 0;
  padding: 0 1.4em;
}

/* conditional release of assignment styles
-------------------------------------------*/
.conditional {
  color: #666;
  border-bottom: 1px dashed;
}

.opaque {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.conditionInfo {
  font: normal 12px arial, helvetica, sans-serif;
  color: #000;
}

.conditionInfo strong {
  font: bold 12px arial, helvetica, sans-serif;
}

/* Assignment Options/Desription Styles
--------------------------------------*/
.assignmentOptions .askTeacher a,
.assignmentOptions .extensionRequest a {
  padding-left: 0;
}

.assignmentOptions .print a {
  background: url(/wastatic/common/img/printer.png) no-repeat 0 1px;
}

.assignmentOptions span.aboutAssignment {
  margin-right: 1em;
  float: right;
}

.assignmentOptions span.aboutAssignment a,
.assignmentOptions span.extensionRequest a,
.assignmentOptions span.askTeacher a {
  padding-right: 0.3em;
}

.assignmentDescriptionShort .description h1,
.assignmentDescriptionShort .instructions h1 {
  margin: 1em 0 0 0;
  font: bold 13px arial, helvetica, sans-serif;
}

/*  save/submit styles
	NOTE: This also relate to the ta script
		  in the student.js file.  
--------------------------------------*/
.submitSaveStandard,
.submitSaveAll {
  float: left;
}

.submitSaveStandard .pavButtons,
.submitSaveAll .pavButtons {
  margin-left: 0.6em;
  padding-left: 0.8em;
  display: inline-block;
  border-left: 1px solid #ccc;
}

.submitSaveAll .fButton {
  background: url("/wastatic/common/img/aButtonBackground.png") repeat-x scroll 0 0 transparent;
  border-color: #E2C38C #CE9C57 #CE9C57 #E2C38C;
}

.submitSaveAll .saved .fButton,
.submitSaveAll .saved .message,
.submitSaveStandard .unsaved .sButton {
  display: none;
}

.submitSaveAll .fButton,
.submitSaveAll .sButton,
.submitSaveStandard .fButton,
.submitSaveStandard .sButton {
  display: inline-block;
  float: none;
}

.submitSaveAll .unsaved .message {
  display: block;
}

.submitSaveAll .message {
  padding: 0 0 8px 17px;
  clear: left;
  display: block;
  font: normal 11px arial,helvetica,sans-serif;
  color: #666;
  background: url(/silkicons/bullet_error.gif) no-repeat 0 -2px;
}

.submitSaveAll .message .questionCount {
  font-weight: bold;
}

/* PSP progress bar styles */
.progress_bar, .progress_bar div {
  display: inline-block;
  text-align: left;
}

.progress_bar div.bar {
  position: absolute;
  text-align: center;
}

.progress_bar {
  border: 1px solid #999;
  position: relative;
  font: normal 0.80em arial, helvetica, sans-serif;
}

.progress_bar .goal {
  position: absolute;
  border-left: 1px solid #080;
  height: 100%;
}

.progress_bar .percent {
  position: absolute;
  text-align: center;
  width: 100%;
}
