﻿/* ConsoleAccessVision.css Style sheet */

#tblHomeShortcuts
{
    width: 100%;
    background-color: #099;
}

/* Find box */
#tblFind
{
    width: 200px;
    height: 42px;
}
#tdFindIcon
{
    height: 30px;
}
#divFindIcon
{
    cursor: pointer;
    width: 42px;
    height: 30px;
    background: white url(../Images/SpriteBlack2.png) -160px /*horizontal from left*/ -32px /*vertical from top*/;
    background-repeat: no-repeat;
    border: none;
}
#txtFindByDescription
{
    position: absolute;
    left: 46px;
    top: 6px;
    width: 75%;
    height: 28px;
    background-color: white;
    color: #7e7e81;
    border: none;
}
#divFindByDescInner
{
    position: absolute;
    left: 9px;
    top: 30px;
    width: 212px;
}
#tblFindByDescription {
    table-layout: fixed;
    white-space: nowrap;
}

/* Message Centre link */

#iconMessageCentre {
    position: absolute;
    top: 5px;
    left: 6px;
}

#pnlMessageCentre {
    position: absolute;
    top: 42px;
    height: 32px;
    width: 100%;
    cursor: pointer;
}

#lblMessageCentre {
    position: absolute;
    top: 8px;
    left: 30px;
}

#pnlMessageCentre:hover #lblMessageCentre {
    text-decoration: underline;
}

#lblMessageCount {
    position: absolute;
    top: 4px;
    left: 170px;
    background-color: red;
    color: white;
    padding: 3px 6px;
    text-align: center;
    border-radius: 12px;
}

/* Shortcut Menu */
#tblShortcutMenu {
    position: absolute;
    top: 74px;
    left: 0px;
    width: 100%;
    border: none;
}

/* Group header shortcut bars*/
.cNavRow
{
    cursor: pointer;
    height: 20px;
}
.cNavRow:hover
{
    background-color: white;
}
.cNavIcon
{
    padding-left: 6px;
    padding-top: 6px;
    padding-right: 4px;
    display: inline;
    display: inline-block;
    float: left;
}

.cNavTitle
{
}

.cGroup
{
    cursor: pointer;
    line-height: 32px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    vertical-align: middle central;
}
.cGroup:hover
{
    color: rgb(255,255,255);
    background-color: rgb(0, 153, 153);
    border-top: 1px solid rgb(0, 153, 153);
    border-bottom: 1px solid rgb(0, 153, 153);
}
.cGroupArrow
{
    height: 20px;
    width: 20px;
}

/* Shortcut links*/
#tdFindIcon
{
    cursor:pointer;
    padding-left: 4px;
    border: none;
}
.cItem
{
    padding-left: 36px;
    line-height: 24px;
    /*color: rgb(128,128,128);*/
    background-color: white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.cItem:hover
{
    cursor:pointer;
    /*color: rgb(255,255,255);*/
    /*background-color: rgb(0, 153, 153);*/
    /*border-top: 1px solid rgb(0, 153, 153);*/
    /*border-bottom: 1px solid rgb(0, 153, 153);*/
    text-decoration: underline;
}

#divVersion {
    padding-left: 6px;
    font-size: 12px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-top: 1px solid buttonshadow;
    background-color: white;
}
