
/*
******************************************************************************************
* Script:		    JMDCA.css
*
* Abstract:		    The main CSS stylesheet for JMDCA.
*
* Modification History:
*   May 18, 2008            R. Kaltenbaugh	Created
******************************************************************************************
*/

  /* Possible colors:
       #CCBBAA
       #313031  Charcoal grey
       #656565  Light grey
       #858585
       15AEFD   Light blue
       75C2FF
       5FFF4D
       10E91E
  */

  a.Menu                    { font-weight: bold;   font-size: 12pt; font-family: Verdana, MS Sans Serif; text-decoration: none; color: blue; background-color: #30CA1A; padding: 4px; border-right: 1px solid white; }
  a.Menu:hover              { background-color: #5A8EC6; }

  a.MenuNoLine              { font-weight: bold;   font-size: 12pt; font-family: Verdana, MS Sans Serif; text-decoration: none; color: blue; background-color: #30CA1A; padding: 4px; }
  a.MenuNoLine:hover        { background-color: #5A8EC6; }

  a.MenuLarge               { font-weight: bold;   font-size: 18pt; font-family: Verdana, MS Sans Serif; text-decoration: none; color: blue; background-color: #30CA1A; }
  a.MenuLarge:hover         { background-color: #5A8EC6; }

  /* Was Simple2 */
  a.MenuLink                { font-weight: bold; font-size:  12pt; font-style: italic; color: blue; font-family: Verdana, MS Sans Serif; text-decoration: underline; }
  a.MenuLink:hover          { background-color: #5A8EC6; }

  /* Was Simple */
  a.MenuDoc                 { font-weight: bold; font-size:  12pt; font-family: "comic Sans MS"; color: #006633; text-decoration: underline; }
  a.MenuDoc:hover           { background-color: #00CC63; }

  body.Background           { background-color: #6FC932; }

  div.Footer                { font-weight: normal; font-size:  8pt; text-align: center; color: #313031; } /* 999999 */
  div.TextLabel             { font-weight: bold;   font-size: 10pt; font-family: Verdana, MS Sans Serif; }
  div.TextLabelBig          { font-weight: bold;   font-size: 12pt; font-family: Verdana, MS Sans Serif; }
  div.TextTitle             { font-weight: bold;   font-size: 18pt; font-family: Verdana, MS Sans Serif; text-align: center; }
  div.TextTitleBigRed       { font-weight: bold;   font-size: 19pt; font-family: Verdana, MS Sans Serif; text-align: center; color: red; }
  div.TextTitleSmall        { font-weight: bold;   font-size: 14pt; font-family: Verdana, MS Sans Serif; text-align: center; }

  strong.Link               { font-weight: bold; font-size:  18pt; font-style: italic; color: blue; font-family: Verdana, MS Sans Serif; }
  strong.Doc                { font-weight: bold; font-size:  18pt; font-style: italic; color: #006633; font-family: "comic Sans MS"; }

  td.Background             { background-color: #313031; } /*  */
  td.PageTitle              { font-weight: bold;   font-size: 18pt; font-family: Verdana, MS Sans Serif; text-align: center; color: Black; background-color: #30CA1A; }
  td.TextTitle              { font-weight: bold;   font-size: 18pt; text-align: center; font-family: Verdana, MS Sans Serif;}
  td.TextTitleSmall         { font-weight: bold;   font-size: 14pt; text-align: center; font-family: Verdana, MS Sans Serif;}
  td.Toolbar                { background-color: #30CA1A; padding: 5px 0px 5px 0px; }




  DIV.TextTitleSmallLeft     {font-weight: bold;   font-size: 14pt; font-family: Verdana, MS Sans Serif; text-align: left;}
  DIV.TextTitleVerySmall     {font-weight: normal; font-size: 12pt; font-family: Verdana, MS Sans Serif; text-align: center;}
  DIV.TextTitleVerySmallLeft {font-weight: normal; font-size: 12pt; font-family: Verdana, MS Sans Serif; text-align: left;}
  DIV.TextLabelRed           {font-weight: bold;   font-size: 10pt; font-family: Verdana, MS Sans Serif; color:red;}
  DIV.TextLabelBigRed        {font-weight: bold;   font-size: 12pt; font-family: Verdana, MS Sans Serif; color:red;}
  DIV.TextLabelBigItalics    {font-weight: bold;   font-size: 12pt; font-family: Verdana, MS Sans Serif; font-style: italic}
  DIV.TextData               {font-weight: normal; font-size: 10pt; font-family: Verdana, MS Sans Serif;}
  DIV.TextDataBold           {font-weight: bold;   font-size: 10pt; font-family: Verdana, MS Sans Serif;}
  DIV.TextDataSmall          {font-weight: normal; font-size:  8pt; font-family: Verdana, MS Sans Serif;}
  DIV.TextDataVerySmall      {font-weight: normal; font-size:  7pt; font-family: Verdana, MS Sans Serif;}
  DIV.TextFixed              {font-weight: normal; font-size: 10pt; font-family: Courier;}
  DIV.TextHighlight          {font-weight: bold;   font-size: 10pt; font-family: Verdana, MS Sans Serif; color: red;}

