﻿ img {
            vertical-align: middle;
        }        

        .opacityButton, .opacityButton:visited {
            cursor: pointer;
            opacity: .85;
            filter: alpha(opacity=85);
        }

        .opacityButton:hover {
            opacity: 1.0;
            filter: alpha(opacity=100);
        }

        h1 {
            display: inline-block;
            width: 100%;
            margin: auto;
            text-align: center;
            font-size: 33px;
            white-space: normal;
            word-break: normal;
            color: DodgerBlue;
            font-family: 'Times New Roman';
        }

        body {
            /*font-size: 14px;*/
            color:black;
        }

        .small a {
            margin: 6px;
        }

        .small {
            line-height: 20px;
        }

        .article {
            text-align: left;
        }

        a.wfSubMenuButton, a.wfSubMenuButton:visited {
            border: solid thin black;
            color: black;
            font-size: 14px;
            font-weight: bold;
            border-radius: 5px;
            text-decoration: none;
            display: inline-block;
            padding: 5px;
            cursor: pointer;
        }

            a.wfSubMenuButton:hover {
                background-color: gray;
                color: white;
                cursor: pointer;
            }

        a.wfSubMenuButtonSelected, a.wfSubMenuButtonSelected:visited {
            border: solid thin black;
            font-size: 14px;
            font-weight: bold;
            border-radius: 5px;
            text-decoration: none;
            display: inline-block;
            padding: 5px;
            background-color: gray;
            color: white;
            cursor: pointer;
        }

        .responsiveCell {
            display: inline-block;
            vertical-align: top;
        }

        .responsiveCellRight {
            display: inline-block;
            vertical-align: top;
            float: right;
        }

        .responsiveRow {
            padding: 5px;
            margin-left: 30px;
            margin-top: 5px;
            margin-right: 5px;
            margin-bottom: 5px;
            background-color: ivory;
            clear: left;
            border: solid thin silver;
            border-radius: 5px;          
        }

        .CreateAnchor {
            font-size: 15px;
        }

        .content-block a, .content-block:visited {
            text-decoration:underline;
        }

        a.fyiLink {
            color:blue;
             text-decoration:none;
        }

        a.fyiLink:hover {
            color:blue;
            text-decoration:underline;
        }

         a.fyiLink :visited {
            color:#551A8B;
            text-decoration:none;
        }
          .tagTile, .tagTile:visited {
            display: inline-block;
            border-radius: 5px;
            border-right: 1px solid silver;
            border-bottom: 1px solid silver;
            border-left: 1px solid rgba(0, 0, 0, 0.02);
            border-top: 1px solid rgba(0, 0, 0, 0.02);
            text-decoration: none;
            margin: 2px;
        }


            .tagTile:hover {
                display: inline-block;
                background-color: transparent;
                opacity: 1.0;
                border-radius: 5px;
                border-right: 1px solid rgba(0, 0, 0, 0.07);
                border-bottom: 1px solid rgba(0, 0, 0, 0.07);
                border-left: 1px solid silver;
                border-top: 1px solid silver;
                text-decoration: none;
                margin: 2px;
            }

        img {
            vertical-align: bottom;
        }


        .dropdown-backdrop {
            position: static;
        }

        .ContentDiv {
            background-color: aliceblue;
            border-radius: 5px;
            margin: 5px;
            padding: 5px;
        }

        #contentTable {
            width: 100%;
            display: table;
        }

        #contentRow {
            display: table-row;
        }

        .contentCell {
            display: table-cell;
        }

        table.toplevel {
            width: 93%;
        }

        .navbardf {
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.07) 100%) repeat scroll 0 0 transparent;
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 3px;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
            margin: 20px auto 30px;
            padding: 10px;
            width: 97%;
        }