﻿

#divcontact
{
	position: absolute;
	top: -2px;
	width: 70px;
	height: 22px;
	left: 900px;
	z-index: 99;
}
	        
.FlyoutPopup
{
	background-color: #D6E6F8;
	border: solid 1px silver;
	padding: 8px;
	color: #2647A0;
}
        
        
        .listitem
        { font-family:Verdana;font-size:8pt;color:black; text-decoration:none;}
        a.listitem:visited{ font-family:Verdana;font-size:8pt;color:black;text-decoration:none;}
        a.listitem:hover{ font-family:Verdana;font-size:8pt;color:black;text-decoration:none;}   
            
        a.mlink:link{ font-family:Tahoma;font-size:8pt;color:white; text-decoration:none;}
        a.mlink:visited{ font-family:Tahoma;font-size:8pt;color:white; text-decoration:none;}
        a.mlink:hover{ font-family:Tahoma;font-size:8pt;color:white; text-decoration:none;}        
        
        
        .mHoverin
        {
            background-color: green;
            border:solid 1px blue;
        }
        
        .mHoverout
        {
            background-color:none;
            border:none;
        }
                
        
        .list
        {
            width:120px;
            padding-left:10px;
        }
        
        .FlyoutPopupHr
        {
            background-color:#D6E3EF;
            width:5px;
        } 
            
      .FlyoutStaticLink
      {
        border:solid 1px;
      } 
        
      .FlyoutStaticLink
      {
         font-family:Tahoma;
         font-size:8pt;
         color:white;
         cursor:hand;
         width:60px;
         height:auto;
      }          