﻿

/*
   InteractiveGraph.css

   Contains styles unique to InteractiveGraph.aspx.
*/ 


.pnlGraphCanvas
{
    border: 1px solid #000000;
    margin-bottom: 0.6em;
}

.divGraphTitle
{
    font-size: 120%;
    margin-bottom: 1.0em;
}

.divNotSupportedMessage
{
	color: red;
}

.canvas .divNotSupportedMessage
{
    display: none;
}

.divNotSupportedMessage
{
    margin-bottom: 1.5em;
}

.divNavigation
{
    margin-left: 20px;
    margin-bottom: 1.5em;
}

.hlReset
{
    margin-left: 30px;
}
