/* LSLS 20091122: Required for 'FCE with adjustable columns'. */
div.flexi div.left {
  display:block;
  float:left;
  margin-right:5px;
  overflow:hidden;
}
div.flexi div.center {
  display:block;
  float:left;
  margin-left:5px;
  margin-right:5px;
  overflow:hidden;
}
div.flexi div.right {
  display:block;
  float:left;
  margin-left:5px;
  overflow:hidden;
}

/* LSLS 20091213: Extra classes for text alignment of <p> elements.
*/
p.align-left {
  text-align: left;
  color:#000000;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:11px;
  line-height:14px;
  padding-bottom:6px;
}
p.align-center {
  text-align: center;
  color:#000000;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:11px;
  line-height:14px;
  padding-bottom:6px;
}
p.align-right {
  text-align: right;
  color:#000000;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:11px;
  line-height:14px;
  padding-bottom:6px;
}
p.align-justify {
  text-align: justify;
  color:#000000;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:11px;
  line-height:14px;
  padding-bottom:6px;
}

/* LSLS 20091213: Used by 'FCE with styleable box'. */
.ExtraStyledBox {
  margin-top: 20px;
}

.csc-textpic { margin: 10px 0; }

/* Shadow box */
img#sb-content { background-color: #fff; }
