﻿/*
Fix for IE 6, 7 & 8 Lack of Support of Rounded Corners & Drop Shadow
Loads an Image for the Offering Box on the Homepage
IE 9+ Natively Supports Both
*/
.ie6 .offerings-container, .ie7 .offerings-container, .ie8 .offerings-container
{
    background: transparent url('/images/offering_panel_IE.png') no-repeat top left !important;
    height: 270px !important;
    margin: 67px auto !important;
    box-shadow: none !important;
    width: 970px !important;
}
.ie6 .page, .ie7 .page {
    width: 994px;
}
.ie6 .dashboard-frame, .ie7 .dashboard-frame, .ie8 .dashboard-frame {
    height: 983px;
}

.ie6 .ie-support, .ie7 .ie-support {
    display:block;

}


/* For the dashboard which does use media css queries, replicates here smaller resolutions css */

    /* Cannot add up to 100% with the borders */
    .ie8 .realtime-values, 
    .ie8 .closing-values {
        width: 27%;
    }

    .ie8 .trends-chart, .ie8 .intraday-chart {
        width: 39%;
    }
    
    .ie8 .trends-chart {float:right;}
    .ie8 .intraday-chart {
        float: right;
    }