﻿        .QuickLinksFlyoutPopup
        {
            background-color: white;
            border: solid 1px silver;
            padding: 10px;
        }
        .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: 130px;
            padding-left: 25px;
        }
        .QuickLinksFlyoutPopupHr
        {
            background-color: #D6E3EF;
            width: 5px;
        }
        .QuickLinksFlyoutStaticLink_msdn
        {
            border: solid 1px;
        }
        .QuickLinksFlyoutStaticLink_msdn
        {
            font-family: Tahoma;
            font-size: 8pt;
            color: #4194B4;
            cursor: hand;
            width: 130px;
            height: auto;
        }