/**
 * Tags
 */

object:focus { outline: none; }



/**
 * Classes
 */

.courseButton
{
  background-color: #95AEBF;
  background-image: url('/direct/images/menuExpand.png');
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
}

.courseButton:hover
{
  background-color: #749fc2;
  cursor: pointer;
}

.courseLayer
{
  background-color: #DAE0E3;
  border-top: 2px solid #95AEBF;
  padding: 8px;
  cursor: default;
}

.moduleInfo
{
  width: 15%;
}

.moduleList
{
  display: none;
  background-color: #F0F3F5;
}

.moduleList ul
{
  margin: 0;
  padding: 10px;
}

.moduleListItem
{
  cursor: default;
  list-style-type: none;
}

.moduleListItemActive
{
  cursor: pointer;
}

.moduleListItemActive:hover
{
  background-color: #DAE0E3;
}

.quizLink
{
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.tdCourseImage
{
  margin: 5px;
  width: 83px;
}

.tdCourseDescription
{
  padding-left: 10px;
}



/**
 * Ids
 */

#movieDialogCloseBtn
{
  position: absolute;
  top: -12px;
  cursor: pointer;
}

#btnNotes
{
  color: white;
  font-size: 14px;
  cursor: pointer;
}

#flashContent
{
  border: 1px solid black;
  display: none;
  text-align: center;
}

#movieDialog
{
  background: url('/direct/images/bgdGradient_2014-01-30_I.png') no-repeat center center fixed;
  -webkit-background-size: cover; /* For WebKit*/
  -moz-background-size: cover;    /* Mozilla*/
  -o-background-size: cover;      /* Opera*/
  background-size: cover;         /* Generic*/
  border: 1px solid #000000;
  display: none;
  position: fixed;
}

#coverLayer
{
  /*background-color: #00538D;*/
  background-color: #000000;
  display: none;
  filter: alpha(opacity=75); opacity:0.75;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
}

#movieDialogTitle
{
  /*color: #293640;*/
  color: white;
  font-size: 18px;
  margin: 15px 10px 0 10px;
}

#notes
{
  position: absolute;
}

#waitForDialog
{
  background-color: #DAE0E3;
  border: 2px solid #95AEBF;
  color: black;
  display: none;
  font-size: 12pt;
  height: 32px;
  left: 50%;
  margin-left: -160px;
  padding-left: 10px;
  padding-top: 12px;
  position: fixed;
  top: 100px;
  width: 310px;
}

#taNotes
{
  height: 100%;
  outline: none;
  overflow: auto;
  resize: none;
  width: 100%;
}

#textNotes
{
  display: none;
  height: 95px;
  margin-top: 5px;
}
