﻿.btnPositionVolumeHistoryReportCSV{
    font-size:12px; 
    padding:7px;
    color:Black;
    background-color:ButtonFace;
    border:1px solid ButtonShadow;
}
.t-button 
{
   border-style: none !important;
   background:none !important; 
}
.t-toolbar
{
background-color: #ffffff !important;
}

#chartChooser{
    height: 48px; 
}

#chartChooser img
{
    cursor: pointer;  
}

/* Analytics Headings*/
#AnalyticsContainerTable {}
#AnalyticsContainerTable > tbody > tr > td
{
    padding:5px 0px 5px 0px;
    vertical-align:top;
    /*border:solid 1px #ff66cc;*/
}
.analyticsStep
{
    font:normal 12px Arial;
    color:#666666;
    text-transform:uppercase;
    width:300px;
}
.analyticsStep span:first-child
{
    font-weight:bold;
    font-size:14px;
    color:#ff9933;
}
/* MultiHandle Slider */

#DateRangeSliderContainer { width:300px; clear:both; display: block; }
#DateRangeSliderContainer table { width:100%; }
#DateRangeSliderContainer td { /*border:solid 1px #ff66cc;*/ padding:5px; }

.multiHandleDateRangeSlider {}
.multiHandleDateRangeSlider .outer_rail_horizontal {
    position: absolute;
    background: url('../images/controls/slider_outerRail.gif') repeat-x;
    height: 25px;
    width: 290px;
}
.multiHandleDateRangeSlider .inner_rail_horizontal {
    position: absolute;
    background: url('../images/controls/slider_innerRail.gif') repeat-x;
    height: 22px;
    z-index: 100;
}
.multiHandleDateRangeSlider .handle_horizontal {
    position: absolute;
    background: url('../images/controls/slider_handle.gif') no-repeat; width:10px;
    height: 22px;
    z-index: 200;
    cursor:w-resize;
}
.multiHandleDateRangeSlider .handle_horizontal_left
{
    position:absolute;
    background: url('../images/controls/slider_handle.gif') no-repeat; width:10px;
    /*background:url('../images/controls/handle_left.gif') no-repeat; width:13px;*/
    height:25px;
    z-index:201;
    cursor:w-resize;
}

.multiHandleDateRangeSlider .handle_horizontal_right
{
    position:absolute;
    background: url('../images/controls/slider_handle.gif') no-repeat; width:10px;
    /*background:url('../images/controls/handle_right.gif') no-repeat; width:13px;*/
    height:25px;
    z-index:200;
    cursor:w-resize;
}

