/* 11/23/09 Started */

/* TITLES AND SUBTITLES */

.TitleDark
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #663300;
  text-transform:uppercase;
}

/* 2/15/10 Added for form tables */
.TitleLight
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ffffcc;
  text-transform:uppercase;
}


.SubtitleGreen
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #336600;
}

/* 2/15/10 Added for entry tables */
.SubtitleWhite
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
}


.TableTitleWhite
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #ffffcc;
}


/* NAVIGATION */
.GreenLinks
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #669900;
}

a.GreenLinks
{
  color: #669900;
  text-decoration: none;
}

a.GreenLinks:hover
{
  color: #993300;
}



/* TEXT */

.BodyText
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #000000;
}

a.BodyText
{
  color: #000000;
}

/* 2/18/10: Added for Identified Observation form */
a.BodyText:hover
{
  color: #663300;
  text-decoration: none;
}

/* 1/28/10 Added */
.BodyTextBold
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #000000;
  font-weight: bold;
}

a.BodyTextBold
{
  color: #000000;
}

a.BodyTextBold:hover
{
  color: #009900;
  text-decoration: none;
}


.BodyTextBold
{
  color: #000000;
}

a.BodyTextLarge:hover
{
  color: #CC9900;
  text-decoration: none;
}

/***** MISC ****/
/* 1/28/10 for Admin site */
.Message
{
  color: #CC0000;
  font-weight: bold;
  /* 2/28/10 added for Activities not to wrap */
  font-size: 10px;
}

/* 2/15/10 Added for Table Prompts */
.MessageLarge
{
  color: #CC0000;
  font-weight: bold;
  font-size: 13px;
}

.AddRed
{
  color: #CC0000;
}
