﻿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;
}

/* ###################################### */
#divMostreIndexHeaderArea
{
  background-color: #808080;
  padding-top: 5px;
  padding-bottom: 5px;
}

#divMostreIndexHeaderContentArea
{
  background-color: white;
  display: table;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

#divMostreIndexHeaderContentWrapperArea
{
  margin-left: 6px;
}

#lnkMostreIndexHeaderDescr
{
  color: red; 
  font-weight: bold;
  font-size: 0.9375em;
}

/* ###################################### */
#divMostreIndexContainer
{
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}

/* ###################################### */
#divMostreIndexList
{
  font-size: 0.8em;
}

/* ###################################### */
.classDivMostreIndexItem
{
  margin-left: 6px;
  margin-right: 6px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #D0D0D0;
  padding-top: 10px;
}
.classDivMostreIndexItemFirst
{ 
}
.classDivMostreIndexItemMiddle
{ 
  margin-top: 10px;
}
.classDivMostreIndexItemLast
{
  margin-top: 10px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #D0D0D0;
  padding-bottom: 10px;
}


/* -------------------------------------- */
.classDivMostreIndexItemImage
{
  width: 66px;
  vertical-align: top;
}
.classLnkMostreIndexItemImage
{
}
.classImgMostreIndexItemImage
{
  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;
}

/* -------------------------------------- */
.classDivMostreIndexItemDescr
{
  margin-top: 20px;
  margin-left: 20px;
}
.classLnkMostreIndexItemDescr
{
  text-decoration: none;
  font-weight: bold;
}
.classLnkMostreIndexItemDescr:visited
{
  color: #6400c8;
}
.classLblMostreIndexItemDescr
{
}
