﻿.contentArea
{
    display:none;
    border: 1px solid #111111;
    width: 350px;
    height: 500px;
    overflow:auto;
    background: #FFFFFF;
    position:absolute;
    margin-top: 4px;
}
.trigger
{
    background: #7499C6 url(../Support/Images/slider_expand_inverted_mask.png) no-repeat center top;
    color: #000000;
    border: 1px solid #444444;
    display:block;
    overflow: hidden;
    cursor:pointer;
    width: 25px;
    height: 2000px;
    position:relative;
    margin-top: 4px;
    clear:both;
}
.trigger-expanded
{
    background-image: url(../Support/Images/slider_collapse_inverted_mask.png);
}
.rotate {
    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE 9+
    -ms-transform: rotate(-90deg); */

    /* Opera */
    -o-transform: rotate(-90deg);

    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    white-space: nowrap;
    height: 1em;
}

/* Special fix for bleeding of background image when gridview focusrow is set to a specific color */
.EmptyFocusedRow { background: none; }

/* Special adjustment to align help icons on chart with toolbar icons to the left of it */
.ChartHelpImage { margin-top:-10px; }