﻿
.widgetHR
{
    background-color: #00addb; /* mozilla */
    border: 0px; /* fixes mozilla height */
    clear: left;
    color: #60cde7; /* ie */
    height: 2px;
    margin: 0px 0px 0px 0px;
    width: 100%;
}
.widgetpanel
{
    background-color: White;
    padding: 5px 5px 5px 5px;
    width: 332px;
}
.Widget-header-style
{
    color: #00addb;
    font-family: Arial Narrow, Arial;
    font-size: 20px;
    font-weight: normal;
    padding: 0px 0px 10px 0px;
}
.widget-dropdown
{
    background: url(images/TrackerWidget/Outline_Top.png) no-repeat;
    padding: 10px 0px 5px 10px;
    background-color: #ffffff;
}

.widget_image
{
    background: url(images/TrackerWidget/Outline_Bottom.png) no-repeat;
    background-color: White;
    padding-left: 5px;
    height: 301px;
}
.widget_listView
{
    padding: 0px 0px 0px 5px;
    width: 100%;
}
.widget_middle_section
{
    border-left: solid 1px orange;
    border-right: solid 1px orange;
    padding: 0px 1px 0px 1px;
}

.widget_middle_section_hide
{
    height: 24px;
    background: url(images/TrackerWidget/Outline_Bottom_Hide1.png) no-repeat;
}

.widget_ChartImage_InnerDiv
{
    top: -13px;
    position: relative;
    width: 100%;
}

.widget_listView_selected
{
    padding: 0px 0px 0px 5px;
    background-color: #60cde7;
    width: 100%;
}
.widget_ChartTitle
{
    height: 28px;
    background-color: #60cde7;
    z-index: 1;
    position: relative;
}
.widget_ChartTitle_Text
{
    font-size: 9pt;
    font-family: Arial;
    color: Black;
    font-weight: bold;
}
.div.widget_ChartTitle:hover
{
    font-size: 9pt;
    font-family: Arial;
    color: Black;
    font-weight: bold;
    cursor: hand;
}
.widgetHyperlink
{
    font-size: 9pt;
    font-family: Arial;
    color: Black;
    font-weight: bold;
    cursor: hand;
}
.widgetHyperlink:hover
{
    font-size: 9pt;
    font-family: Arial;
    color: Black;
    font-weight: bold;
    cursor: hand;
}
.whiteLine
{
    width: 100%;
    background-color: White;
    height: 2px;
    position: absolute;
}

.widgetLables
{
    font-family: Arial;
    font-weight: bold;
    font-size: large;
    color: #999999;
}


.widgetLables_selected
{
    font-family: Arial;
    font-weight: bold;
    font-size: large;
    color: #ffffff;
}
.widgetMainDiv
{
    background-image: "images/TrackerWidget/Widget_Outline_image";
}
.widget_ListView
{
    background-color: White;
}

.widget_ListValues
{
    width: 20%;
    text-align: right;
    padding-right: 10px;
}
