/* ********************************

  CSS STYLES FOR GRAYLAB

   *******************************
*/

/* Page Content */
.PageContent
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: Black;
}

.Highlights
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: Black;
}

/* Page Footer */
.Footer
{
  font-size: 12px;
  font-family:  Verdana;
  color: blue;
}


/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:#73C299;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #34A66B;
    text-decoration:none;
    font-weight: bold
}

.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: red
}

.Title
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  24px;
    font-weight:    normal;
    color: #5F5FAF;
}

.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  15px;
    font-weight:    bold;
    color: #5F5FAF;
}

.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
}

.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
}

.SmallHead   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: #5F5FAF;
}

.PageHead   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: black;
}

.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #34A66B;
}
.SmallLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.NormalLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: Black;
}

.BoldLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
}

.BigLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;

}

.BigBoldLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.MasterLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

.MenuLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: white

}



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: darkred;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:    normal;
    color: FFFF9B;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  15px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  15px;
    font-weight:    bold;
    color: darkred;
}


A:LINK
{
  text-decoration: none;
}

A:VISITED
{
  text-decoration: none;
}

A:HOVER
{
  text-decoration: underline;
}

A:ACTIVE
{
  text-decoration: none;
}

A.Menu:LINK
{
  text-decoration: none;
  color: #FFFF9B;
}

A.Menu:VISITED
{
  text-decoration: none;
  color: #FFFF9B;
}

A.Menu:HOVER
{
  text-decoration: underline;
  color: #FFFF9B;
}

A.Menu:ACTIVE
{
  text-decoration: none;
  color: #FFFF9B;
}
A.Heading:LINK
{
  text-decoration: none;
  color: #5F5FAF;
}

A.Heading:VISITED
{
  text-decoration: none;
  color: #5F5FAF;
}

A.Heading:HOVER
{
  text-decoration: underline;
  color: #5F5FAF;
}

A.Heading:ACTIVE
{
  text-decoration: none;
  color: #5F5FAF;
}
A.Imglink:LINK
{
  text-decoration: none;
  color: #FFFFFF;
}

A.Imglink:VISITED
{
  text-decoration: none;
  color: #FFFFFF;
}

A.Imglink:HOVER
{
  text-decoration: none;
  color: #FFFFFF;
}

A.Imglink:ACTIVE
{
  text-decoration: none;
  color: #FFFFFF;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #34A66B;
    height:1pt;
    text-align:right
}

BODY
{
  margin-left: 0;
  margin-top:10;
}
