﻿.ms-fullscreenmode #footer {
    display: none !important;
}

#footer {
    bottom: 0px;
    height: 50px;
    line-height: 50px;
    left: 0;
    /*float: left;*/
    position: absolute;
    width: 100%;
    background-color: #fafafa;
    border-top: 1px solid #ccc;
    /*margin-top: 20px;*/
}

    #footer ul {
        list-style-type: none;
        text-align: center;
        display: block;
        height: 100%;
        margin: 0;
        padding: 0;
    }

        #footer ul li {
            /*display: block;*/
            /*float: left;*/
            display: inline-block;
            *display: inline;
            *zoom: 1;
            margin-right: 10px;
            height: 100%;
            border-top: 3px solid transparent;
        }

            #footer ul li:hover {
                /*border-top: 3px solid rgb(0, 121, 193);*/
                border-top: 3px solid #7A3864;
            }

            #footer ul li a, #footer ul li a:visited {
                text-decoration: none;
                display: block;
                height: 100%;
                color: #666;
                padding: 0 10px;
            }

                #footer ul li a:hover {
                    color: #333;
                    height: 100%;
                }
