/* ================================
    CSS STYLES FOR Module [!output PROJECT_NAME]
   ================================
*/

table.graphtable
{
	width:80%;
	border-collapse:collapse;
	margin:auto;
	padding:0;
	font-size:100%;
}

table.graphtable tr.axislabels td
{
	text-align:center;
	vertical-align:middle;
	padding-top:4px;
}

table.graphtable tr.bars td
{
	text-align:center;
	vertical-align:bottom;
	border-bottom:2px solid #888;
	height:162px;
}

table.graphtable td.leftmost
{
	border-left:2px solid #888;
}

div.strongframe
{
	border:2px solid #888;
	background-color:White;
	margin-top:10px;
	margin-bottom:10px;
}

div.strongframe div.gutter
{
	margin:10px;
}

div.strongframe p
{
	text-align:left;
	margin:0 0 1em 0;
}

div.strongframe p.graphtitle
{
	color:#888;
}