﻿.QuickLinksFlyoutPopup
        {
            background-color:white;
            border: solid 1px silver;
            padding:10px;

        }
        h4
        {
			color: #000099;
			font-family: Verdana;
			font-size: 8pt;
			height: 5px;
			font-weight: bold;
}
        
        
        .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: #FFFFFF;
	border: none;
}
                
        
        .list
        {
            width:160px;
            padding-left:10px;
        }
        .QuickLinksFlyoutPopupHr
        {
            background-color:#D6E3EF;
            width:5px;
        }     
      .QuickLinksFlyoutStaticLink_msdn
      {
        border:solid 1px;
      }   
      .QuickLinksFlyoutStaticLink_msdn
      {
         font-family:Tahoma;
         font-size:8pt;
         color:white;
         cursor:hand;
         width:90px;
         height:auto;
      }          