html body
{
  background-color: #808080;
  font-size: 100%;
}

div .divDocumentContainer
{
  margin-top: 0px;
  font-family: Arial, "Helvetica Neue", "Lucida Grande", "Segoe UI", Helvetica, Verdana, sans-serif;
  font-size: 1.0em;
}

body #divBachecaDocAreaContainer
{
  margin-top: 0px;
}

#divBachecaDocArea
{
  margin: 0px;
}

/* ###################################### */
#divVideoIndexHeaderArea
{
  background-color: #808080;
  padding-top: 5px;
  padding-bottom: 5px;
}

#divVideoIndexHeaderContentArea
{
  background-color: white;
  display: table;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

#divVideoIndexHeaderContentWrapperArea
{
  margin-left: 6px;
}

#lnkVideoIndexHeaderDescr
{
  color: red; 
  font-weight: bold;
  font-size: 0.9375em;
}

/* ###################################### */
#divVideoIndexContainer
{
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}

/* ###################################### */
#divVideoIndexList
{
  font-size: 0.8em;
}

/* ###################################### */
.classDivVideoIndexItem
{
  margin-left: 6px;
  margin-right: 6px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #D0D0D0;
  padding-top: 10px;
}
.classDivVideoIndexItemFirst
{ 
}
.classDivVideoIndexItemMiddle
{ 
  margin-top: 10px;
}
.classDivVideoIndexItemLast
{
  margin-top: 10px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #D0D0D0;
  padding-bottom: 10px;
}


/* -------------------------------------- */
.classDivVideoIndexItemImage
{
  width: 66px;
  vertical-align: top;
}
.classLnkVideoIndexItemImage
{
}
.classImgVideoIndexItemImage
{
  border-style: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 5px 5px 10px #888888;
  behavior: url(styles/pie/PIE.htc);
  cursor: pointer;
}

/* -------------------------------------- */
.classDivVideoIndexItemDescr
{
  margin-top: 20px;
  margin-left: 20px;
}
.classLnkVideoIndexItemDescr
{
  text-decoration: none;
  font-weight: bold;
}
.classLnkVideoIndexItemDescr:visited
{
  color: #6400c8;
}
.classLblVideoIndexItemDescr
{
}
