﻿
.highcharts-container path
{
    background-color: #ffffff;
}

.ContainerPanel-cnt
{
    width: 905px;
    cursor: pointer;
    background: url("../images/widget_background.png") repeat scroll 0 0 transparent;
    margin-bottom: 10px;
    border-radius:5px;
} 

.ContractPricesBorder
{
	 border: 2px solid #066542;
    height: 20px;
    margin-bottom: 10px;
    padding: 5px 20px;
    border-radius:5px;
}

.priceheader
{
    width: 99px;
    height: 20px;
    margin: auto;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
    color: #fff;
    background: #2e64a2;
    text-align: center;
    font-weight: bold;
} 

.price-icon
{
    /*background: url('../images/icons/price-icon.gif') top right no-repeat;*/
    color: #062d56;
    font-weight: bold;
    text-align: center;
}


.price-icon1
{
   /* background: url('../images/icons/price-icon.gif') top right no-repeat;*/
    color: #062d56;
    font-weight: bold;
    text-align: center;
    padding: 0 0 0 3px;
}
 
.details
{
    float: left;
    border: 1px solid #ccc;
    padding: 1px 3px;
    width: 70px;
    text-align: center;
} 

.grid-tabs
{
    width: 442px;
    height: 25px;
    background: #d9eaf4;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #4572a7;
}

.live-tab
{
    width: 70px;
    height: 20px;
    float: left;
    margin: 2px 0px 0 5px;
    background: #2e64a2;
    border-radius:5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding:1px 0 0 0;
}


.history-tab
{
    width: 70px;
    height: 20px;
    float: left;
    margin: 2px 0px 0 5px;
    color: #dddede;
     background: #a8a8a8;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    padding:0;
    
}
/* Price Enhancement - Collapsble Blocks - End */
