﻿@charset "utf-8";

table {
    font-family: arial;
    font-size: small;
    }

.mypager {
    font-weight: bold;
    color: red;
    text-decoration: none;
    }

.mypager A {
    font-weight: normal;
    color: black;
    text-decoration: none;
    }

.mylink {
    font-family: arial;
    font-weight: normal;
    font-size: small;
    color: Black;
    }

.myval {
    font-family: arial;
    font-weight: normal;
    font-size: small;
    color: Red;
    }

.my10link {
    font-family: arial;
    font-weight: normal;
    font-size: small;
    color: Black;
    text-decoration: none;
    }
      
.mygrid {
    font-family: arial;
    font-weight: normal;
    font-size: small;
    color: Black;    
    }
  
.myalt {
    background-color: #F5F5F5;
    }

.myheader {
    font-family: arial;
    font-weight: bold;
    font-size: small;
    color: Black;
    background-color: #e4e4e4;       
    }

td.mycell {
    background: #e4e4e4; 
    }
    
.MenuGroup
{
  border:solid 1px gray;
  border-right-color:#3F3F3F;
  border-bottom-color:#3F3F3F;
}

.TopMenuItem
{
  background-image: url(menuimages/item_bg.gif);
  color:#3F3F3F;
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  text-align:center;
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.TopMenuItemHover
{
  background-image: url(menuimages/item_bg_hover.gif);
  color:#3F3F3F;
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  text-align:center;
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.TopMenuItemActive
{
  background-image: url(menuimages/item_bg_hover.gif);
  color:#3F3F3F;
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  text-align:center;
  border: solid 1px gray;
  border-left-color:gray;
  border-top-color:gray;
  cursor:pointer;
}

.MenuItem
{
  background-image: url(menuimages/item_bg.gif);
  color:#3F3F3F;
  font-family:verdana;
  font-size:11px;
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
  width: 50%
}

.MenuItemHover
{
  background-image: url(menuimages/item_bg_hover.gif);
  color:#3F3F3F;
  font-family:verdana;
  font-size:11px;
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
  width: 50%
}

.MenuItemActive
{
  background-image: url(menuimages/item_bg_hover.gif);
  color:#3F3F3F;
  font-family:verdana;
  font-size:11px;
  border: solid 1px gray;
  border-left-color:gray;
  border-top-color:gray;
  cursor:pointer;
  width: 50%
}

.Blank
{
    display:none;
}

A:link      {color:black; text-decoration:none}
A:visited   {color:black; text-decoration:none}
A:active    {color:black; text-decoration:none}
A:hover     {color:black; text-decoration:underline}

/*body
{
    margin-top:0;
    margin-left:0;
    margin-right:0;
    margin-bottom:5;
}
*/
