﻿/* Callout */

.CalloutL
{
    width: 380px;
    margin: 10px;
    border-right: 1px solid #91A2A6;
    font-size: 80%;
    margin-top: 0px;
    margin-left: 0px;
    position:absolute;
}

.CalloutL .topspacer
{
    margin-left: 20px;
    height: 12px;
    border: 1px solid #91A2A6;
    background-color: #ffffff;
    border-bottom: none;
    border-right: none;
    margin-bottom: -4px;
}

.CalloutL .arrow
{
    position: relative;
    width: 20px;
    height: 20px;
    background-image: url(../../Content/Images/CalloutArrowL.gif);
    background-repeat: no-repeat;
    background-position: top right;
    border-right: none;
    float: left;
}

.CalloutL .cbody
{
    width: 360px;
    margin-left: 20px;
    border-bottom: 1px solid #91A2A6;
    background-color: #ffffff;
}

.CalloutL .cclose
{
    position: relative;
    cursor: pointer;
    width: 15px;
    height: 10px;
    float: right;
}

.CalloutL .ctitle
{
    position: relative;
    width: 195px;
    height: 27px;
    margin-left: 45px;
    margin-top: -4px;
    font-weight: bold;
}

.CalloutL .ccontent
{
    position: relative;
    border-left: 1px solid #91A2A6;
    width: 295px;
    padding-left: 45px;
    background-image: url(../../Content/Images/Info.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding-bottom: 5px;
    margin-top: -3px;
    z-index: 9;
}

.CalloutL .copen
{
    cursor: pointer;
    z-index: 1;
}

.CalloutR
{
    width: 380px;
    margin: 10px;
    border-left: 1px solid #91A2A6;
    font-size: 80%;
    margin-top: 0px;
    margin-left: -400px;
    position: absolute;
}

.CalloutR .topspacer
{
    margin-right: 20px;
    height: 12px;
    border: 1px solid #91A2A6;
    background-color: #ffffff;
    border-bottom: none;
    border-left: none;
    margin-bottom: -4px;
}

.CalloutR .arrow
{
    position: relative;
    width: 20px;
    height: 20px;
    background-image: url(../../Content/Images/CalloutArrowR.gif);
    background-repeat: no-repeat;
    background-position: top right;
    border-left: none;
    float: right;
}

.CalloutR .cbody
{
    width: 360px;
    margin-right: 20px;
    border-bottom: 1px solid #91A2A6;
    background-color: #ffffff;
}

.CalloutR .cclose
{
    position: relative;
    cursor: pointer;
    width: 15px;
    height: 10px;
    float: right;
}

.CalloutR .ctitle
{
    position: relative;
    width: 195px;
    height: 23px;
    margin-left: 45px;
    font-weight: bold;
}

.CalloutR .ccontent
{
    position: relative;
    border-right: 1px solid #91A2A6;
    width: 295px;
    padding-left: 45px;
    padding-right: 20px;
    background-image: url(../../Content/Images/Info.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding-bottom: 5px;
    margin-top: -3px;
    z-index: 9;
}

.CalloutR .copen
{
    cursor: pointer;
}
