﻿/*********** Guidance *************/
.guidanceIcon
{
    display: inline-block;
    width: 14px;
    height: 20px;
    border: 0px;
    background: #fff url('../../Content/images/help_gray.png') center top no-repeat;
    vertical-align: middle;
    margin: 0px 3px 0px 3px;
}

.guidanceItem
{
    cursor: pointer;
}

#guidance
{
    display: none; 
    position: absolute;
    border: 1px dotted #696969;
    width: 200px;
    background-color: #FFFFFF;
    z-index: 200;
    line-height: normal;
    padding: 10px;
}

#guidance li
{
    margin-left:15px;
}

#guidance label
{
    font-size: 10pt;    
    font-weight: normal;
}

#guidance h2
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 0px
}

#closeGuidance
{
    position: absolute;
    display: inline-block;  
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    border: 1px solid transparent;
    cursor: pointer;
    background: #fff url('../../Content/images/close.png') center top no-repeat; 
}

#linker
{
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px; 
    background: #fff url('../../Content/images/linker.png') right no-repeat; 
}

#linker.linkerLeft
{ 
    background: #fff url('../../Content/images/linker.png') right no-repeat; 
}

#linker.linkerRight
{
    background: #fff url('../../Content/images/linkerRight.png') left no-repeat; 
}
