/************************************************/
/** WriteToLearn Demo Teacher-specific styles. **/ 
/************************************************/

td.toolMenuBiggerSpacer {
  background-color: #E0E0E0;
  width: 155px;
}

/* Student Roster management styles */

td.classEditLinkColor {
  vertical-align: top;
  white-space: nowrap;
  font-size: 90%;
  color: #993399;
  font-weight: bold;
}

.rosterNameCellTop {
  width: 35%;
}

.rosterNameInputCell {
  text-align: center;
  width: 35%;
}

.redyColor { color: #800000; }

/* Purple link color for non-link items */

td.authorToolSpacerDemoColor {
  width: 1.7em;
  background-color: #FFFF99;
}

td.authorToolSelectionDemoColor {
  width: 300px;
  font-style: normal; 
  background-color: #FFFF99;
}

td.toolMenuLogoutCellLinkColor {
  text-align: right;
  font-weight: bold;
  background-color: #E0E0E0;
  color: #993399;
}

td.toolMenuMainMenuCellLinkColor {
  text-align: left;
  font-weight: bold;
  background-color: #E0E0E0;
  color: #993399;
}

td.demoLinkColor {
  text-align: left;
  font-weight: bold;
  background-color: #FFFF99;
  color: #993399;
}
td.toolMenuCellLinkColor {
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  background-color: #E0E0E0;
  color: #993399;
}

td.toolMenuMainMenuCellDemoColor {
  text-align: left;
  font-weight: bold;
  background-color: #FFFF99;
}

.toolMenuTableDemoColor {
  width: 100%;
  background-color: #FFFF99;
  font-weight: bold;
}

.demoColor { background-color: #FFFF99; }

td.toolMenuCellDemoColor {
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  background-color: #FFFF99;
}

td.toolHelpItemLinkColor { 
  text-align: right;
  vertical-align: top;
  padding-right: 1em;
  color: #993399;
  font-weight: bold;
}
.demoDocLink {
  color: #993399;
}

.linkColor { color: #993399; 
  font-weight: bold; 
}

.toolsCommentLabel {
  vertical-align: bottom;
  text-align: left;
  padding-left: 60px;
}

.toolName {
  font-weight: normal;
}


