/*!
 * Vertical graphs
 */

div.vgraph {
	padding: 5px 10px 10px 5px;
	margin: 0;
	border: 1px solid #528E93;
	overflow: hidden;
}

div.vgraph table {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

div.vgraph table caption {
}

div.vgraph table tr {
}

div.vgraph table tr td {
	margin: 0;
	padding: 0;

	vertical-align: bottom;
	text-align: center;
	background-image: url('../../images/public/vgraph-gbg.png');
	background-position: bottom center;
}

div.vgraph table tr td div {
	padding: 0;
	margin: 0px auto 0px auto;

	font-weight: normal;
	font-family: "Verdana", sans-serif;
	font-size: 8px;
	text-align: center;
	width: 15px;
}

div.vgraph table tr th {
}

div.vgraph table tr th.stat {
	border-top: 1px solid;
	padding-top: 5px;
}

div.vgraph table tr td img {
	margin: 0px auto 0px auto;
	display: block;
	border: 1px solid #6F9FAB;
}


