/* CSS Document */
.error
{
  color:Red;
}

.existingCoursepack .coursePackItem,
.submissionFileItem
{
}
.existingCoursepack .coursePackItem a,
.existingCoursepack .coursePackItem a:visited,
.submissionFileItem a,
.submissionFileItem a:visited,
.formResultTable0 a,
.formResultTable0 a:visited,
.formResultTable1 a,
.formResultTable1 a:visited
{
  text-decoration:none;
  color:#0066CC;
}
.existingCoursepack .coursePackItem a:hover,
.submissionFileItem a:hover
{
  text-decoration:underline;
}
.submissionFileItem a.delete,
.submissionFileItem a.delete:visited
{
  color:#9D1F21;
  margin-left:10px;
}
.uploadFileList
{
  margin-top:10px;
}
td.date{
  width:110px;
}
td.courseNo{
  width:350px;
}
td.section{
  width:110px;
}

div.message{
  margin-top:10px;
  color:#0066CC;
}
a.createNewCoursepack,
a.submitMaterial,
a.requestQuote,
.finishButton,
a.requestAnotherQuote{
  display:block;
  margin-top:10px;
  width:185px;
  height:37px;
  background:transparent url(../images/B_createcoursepack.gif) no-repeat;
}
input.finishButton{
  border:none;
}
a.submitMaterial{
  background:transparent url(../images/B_submit_material.gif) no-repeat;
}
a.requestQuote{
  background:transparent url(../images/B_request_quote.gif) no-repeat;
}
.finishButton{
  background:transparent url(../images/B_finish.gif) no-repeat;
}
a.requestAnotherQuote{
  background:transparent url(../images/B_request_another_quote.gif) no-repeat;
}
a.submitMaterial span,
a.createNewCoursepack span,
a.requestQuote span,
a.finishButton span,
a.requestAnotherQuote span{
  display:none;
}
.finishButtonDisable{
  background:transparent url(../images/B_finish_disable.gif) no-repeat;  
  width:185px;
  height:37px;
}