/* Purpose:  index.css contains specific styles for index.asp including overrides of
   "SiteMaster-" values.  At this time, index.css must also override root/TempDesign.css
   file, too.  Transitions from sful.org to bayareadiscassociation.org/sfrec folder in
   progress.  (EYang, Oct 2009)
*/

.pageSectionOuterContainer, .pageSectionHeader
{
  width: 730px; /* overrides full width defined for all other pages, allows for display
                   of "Bulletins" box */
}

#HomePageMissionStatementOuterContainer
{
  /* position: absolute; */ /* mission statement could be positioned anywhere; on legacy site,
                               let it default to appearing in document flow */
  padding-top: 5px;
  padding-bottom: 5px;
}

/* h1SfulHomePage is included only for consistency or compliance with document standards, 
   but we don't really want it to show up in the web browser - printable page OK though */
#xxxh1SfulHomePage /* future consideration, not in effect right now (EYang, Oct 2009) */
{
  display: none;
}

#HomePageBulletinSectionOuterContainer
{
  position: absolute;
  top: 0px;
  left: 740px; /* left = value based on width override at .pageSectionOuterContainer level */
  width: 160px; /* width = value based on width override at .pageSectionOuterContainer level */
  margin-bottom: 10px;
  background-color: #99cccc; /* #99cccc = light green-turquoise, introduced to 'parent' folder during camp09 work */
                             /* #e3f2ff = very light blue from original sful.org bulletin box */
  border: solid 1px #000099; /* #000099 = navy */ 
  xxxborder-right: solid 1px #000099; /* #000099 = navy */ 
}

/* related to pageSectionHeader */
#HomePageBulletinSectionHeader 
{
  text-align: center;
  font-weight: bold;
  color: #ffffff; 
  background-color: #003d79; /* #003d79 = TempDesign1 2nd color, darker (ZH, May 2009) */ 
                             /* #000099 = navy */ 
  margin-bottom: 10px;
  width: 160px; /* width = value based on width override at .pageSectionOuterContainer level */
}

#HomePageBulletinSectionHeader h2 /* related to pageSectionHeader, but customized
                          for home page */
{
  margin-top: 0px; /* reduces overall height of heading to min per font-size */
  margin-bottom: 0px; /* reduces overall height of heading to min per font-size */
  padding: 5px;
  xxxheight: 22px; /* height correction to make bulletin header same height as LHS box on home page */
}

.bulletinItemFirstOuterContainer /* first bulletin item has no top border */
{
  margin-top: 0px;
  padding: 2px;
  background-color: #99cccc; /* #99cccc = light green-turquoise, introduced to 'parent' folder during camp09 work */
                             /* #e3f2ff = color from original sful.org bulletin box */
}

.bulletinItemOuterContainer
{
  margin-top: 0px;
  padding: 2px;
  background-color: #99cccc; /* #99cccc = light green-turquoise, introduced to 'parent' folder during camp09 work */
                             /* #e3f2ff = color from original sful.org bulletin box */
  border-top: solid 1px #000099; /* #000099 = navy */ 
}

.bulletinTitle
{
  /* badass TBD - for now, do straight copy from sful.org (EYang, Oct 2009) */
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Verdana;
  font-size: 8pt;
  font-weight: bold;
  color: #003d79; /* #000099 = navy */   
}

.bulletinText
{
  /* badass TBD - for now, do straight copy from sful.org (EYang, Oct 2009) */
  font-family: Verdana;
  font-size: 7pt;
  font-weight: normal;
  color: #000000;
}

/* some old styles from sful.org, moved these here from SiteMasterFonts.css */
td.headtxt2 /* table data in Signups area */
{
  font-size: 10pt;
  font-weight: normal;
  color: #000000; /* #003d79 = TempDesign1 2nd color, darker (ZH, May 2009) */ 
                  /* #000099 = navy */   
  background-color: #cccccc; /* #99cccc = light green-turquoise, introduced to 'parent' folder during camp09 work */
                             /* #e3f2ff = color from original sful.org bulletin box */
}

.bulletin_title /* status info in Signups area */
{
  font-family: Verdana;
  xxxfont-size: 8pt;
  font-weight: bold;
  color: #000099; /* #000099 = navy */   
}

.bulletin_text /* status info in Signups area */
{
  font-family: Verdana;
  xxxfont-size: 7pt;
  font-weight: normal;
  color: #000000;
}

.bulletin_text2 /* mission statement */
{
  font-family: Verdana;
  font-size: 7pt;
  font-weight: normal;
  color: black
}