/* Start of CMSMS style sheet 'ShadowStyleBold' */
div.shadow {
  padding: 0 2px 2px;
  margin-right: -2px;
  /* dark shadow */
  background: #786a33;
  /* light shadow */ 
  border-left: 2px solid #c3ac53;
  border-right: 2px solid #c3ac53;
  border-bottom: 2px solid #c3ac53;
  position: relative;
  width: 100%;  /* before this logo box was too narrow */
}

div.shadow .maintext {
  padding: 5px 5px 9px 5px;
  background: white; /* url(images/shad_bottom.png) repeat-x bottom left;*/
}

div.shadow div.topleft {
  width: 4px;
  height: 6px;
  background: url(images/shad_tlbold.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -2px;
}

div.shadow div.topright {
  width: 4px;
  height: 6px;
  background: url(images/shad_trbold.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -2px;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(images/shad_blbold.png) no-repeat bottom left;
  position: absolute;
  bottom: -2px;
  left: -2px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(images/shad_brbold.png) no-repeat bottom right;
  position: absolute;
  bottom: -2px;
  right: -2px;
}
/* End of 'ShadowStyleBold' */

