﻿/* HeaderAccessVision.css */

#imgAccessGroupLogo
{
    position: absolute;
    top: 4px;
    left: 4px;
}
#pnlGoBackToWorkspace
{
    z-index: 99999999;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 45px;
    width: 200px;
}

/* Right-hand info text */
#divCurrentLocation
{
    display: none;
}

/* Right-hand icons */
.cHeaderSeparator
{
    width: 2px;
    border-left: none/*1px solid lightgray*/;
    padding-right: 15px;
}

.tdHeaderIcon
{
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    text-align: center;
    vertical-align: central;
}
.tdHeaderIcon:hover
{
    cursor: pointer;
    background-color: rgb(238, 238, 238);
}

.divHeaderIcon
{
    cursor: pointer;
    background-repeat: no-repeat;
    font-size: 24px;
    opacity:0.8;
    filter:alpha(opacity=80);
}
