﻿.mytable {
    font-family: verdana;
    font-size: small;
    }

.mypager {
    font-weight: bold;
    color: red;
    text-decoration: none;
    font-size:small;
    }

.mypager A {
    font-weight: normal;
    color: black;
    text-decoration: none;
    font-size:small;
    }

.myval {
    font-family: verdana;
    font-weight: normal;
    font-size: small;
    color: Red;
    }

.mytextbox {
    font-family: verdana;
    font-weight: normal;
    font-size: small;
    color: Black;
    }

.mylabel {
    font-family: verdana;
    font-weight: normal;
    font-size: small;
    }

.mylink {
    font-family: verdana;
    font-weight: normal;
    font-size: small;
    color: Black;
    }

.my10link {
    font-family: verdana;
    font-weight: normal;
    font-size: small;
    color: Black;
    text-decoration: none;
    }
      
.mygrid {
    font-family: verdana;
    font-weight: normal;
    font-size: small;
    color: Black;    
    }
  
.myalt {
    background-color: #F5F5F5;
    }

.mydiv {
    font-family: verdana;
    font-size: small;
    }

.myheader {
    font-family: verdana;
    font-weight: bold;
    font-size: small;
    color: White;
    background-color: gray;
    text-align:left;
    }

td.mydarkcell {
    background: gray;
    }

td.mylitecell {
    background: #e0e0e0;
    }

tr.myrow {
    background: #e0e0e0; 
    }
    
.ctable {
    background: #e1dda8;
    font-family: verdana;
    font-weight: normal;
    font-size:  x-small;
    color: Black;
    }
    
.cCellOver {
    background:yellow;
    }

.cCell {
    background:#e1dda8;
    }    
    
.TopGroup
{
  background-color:#DBD7D0;
  border:outset 2px #E7E7E7; 
}

.MenuGroup
{
  border:solid 1px gray;
  border-right-color:#3F3F3F;
  border-bottom-color:#3F3F3F;
}

.TopMenuItem
{
  background-image: url(menuimages/item_bg.gif);
  color:#000000;
  font-family:verdana;
  font-size:8pt;
  font-weight:bold;
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.TopMenuItemHover
{
  background-image: url(menuimages/item_bg_hover.gif);
  color:#FF0000;
  font-family:verdana;
  font-size:8pt;
  font-weight:bold;
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.TopMenuItemActive
{
  background-image: url(menuimages/item_bg_hover.gif);
  color:#FF0000;
  font-family:verdana;
  font-size:8pt;
  font-weight:bold;
  border: solid 1px gray;
  border-left-color:gray;
  border-top-color:gray;
  cursor:pointer;
}

.MenuItem
{
  background-image: url(menuimages/item_bg.gif);
  color:#000000;
  font-family:verdana;
  font-size:8pt;
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.MenuItemHover
{
  background-image: url(menuimages/item_bg_hover.gif);
  color:#FF0000;
  font-family:verdana;
  font-size:8pt;
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.MenuItemActive
{
  background-image: url(menuimages/item_bg_hover.gif);
  color:#FF0000;
  font-family:verdana;
  font-size:8pt;
  border: solid 1px gray;
  border-left-color:gray;
  border-top-color:gray;
  cursor:pointer;
}

.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;
}

.dragme 
{
    cursor:move;
}

.mybanner 
{
    background-color:#6699cc;
}