﻿body {
}
div#outermost 
{
    display:inline; /* fixing print problem */
}
div#contentoutermost
{
    display:inline; /* fixing print problem */
}

div#divGlanceView
{
    display:inline; /* fixing print problem */
}

div#divLeftColumn 
{
    display:inline; /* fixing print problem */
}

div#divDailyPricingAlerts
{
    display:inline; /* fixing print problem */
}

div#divCarriersKPIs
{
    display:inline; /* fixing print problem */
}

div#divHandsetMfrs
{
    display:inline; /* fixing print problem */
}

.donotprint 
{
    display:none;
}

.printonly 
{
	display:inline; 
}

#maincontent {
    width:100%;
}

#spanPrintCopyright 
{
    font-size: 10px;
    color: Gray;
}

.MSWordOnly
{
	display:none;
}
