/* This CSS file is only for handling citiCite Sections */

.sectionTop
{
  background: url( ../images/backgrounds/bg_section.gif ) 0 0 repeat-x;
  width: 100%
}

.sectionBottom
{
  background: url( ../images/backgrounds/bg_dot.gif ) 0 100% repeat-x;
}

.sectionLeft
{
  background: url( ../images/backgrounds/bg_dot.gif ) 0 0 repeat-y;
}

.sectionRight
{
  background: url( ../images/backgrounds/bg_dot.gif ) 100% 0 repeat-y;
}

.sectionFooterLeft
{
  background: url( ../images/backgrounds/bg_section_footer_left.gif ) 0 100% no-repeat;
}

.sectionFooterRight
{
  background: url( ../images/backgrounds/bg_section_footer_right.gif ) 100% 100% no-repeat;
}

.sectionHeaderLeft
{
  background: url( ../images/backgrounds/bg_section_left.gif ) 0 0 no-repeat;
}

.sectionHeaderRight
{
  background: url( ../images/backgrounds/bg_section_right.gif) 100% 0 no-repeat;
  padding: 10px
}

.sectionHead
{
  font-size: 12px;
  font-weight: bold;
  color: #3f3f3f;
}

.sectionBody
{
  margin-top: 10px;
} 
