﻿
.barchart table {
	background-image:url(/astra/images//bg_fade.png);
	background-repeat:repeat-x;
	background-position:left top;
	width: 100%;
}
.barchart caption {
	font-size:90%;
	font-style:italic;
}

.barchart td.value {
	background-image: url(/astra/images/gridline58.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding:0;
	border-bottom: none;
	background-color:transparent;
}
.barchart td {
	padding: 4px 6px;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	background-color:#fff;
}

.barchart td.value img {
	vertical-align: middle;
	margin: 5px 5px 5px 0;
}
.barchart th {
	text-align: left;
	vertical-align:top;
}
.barchart td.last {
	border-bottom:1px solid #e5e5e5;
}
.barchart td.first {
	border-top:1px solid #e5e5e5;
}
.barchart .auraltext
{
   position: absolute;
   font-size: 0;
   left: -1000px;
}

/*
td.value {
	background-image: url(images/gridline58.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding:0;
	border-bottom: none;
	background-color:transparent;
}
td {
	padding: 4px 6px;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	background-color:#fff;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
td.value img {
	vertical-align: middle;
	margin: 5px 5px 5px 0;
}
th {
	text-align: left;
	vertical-align:top;
}
td.last {
	border-bottom:1px solid #e5e5e5;
}
td.first {
	border-top:1px solid #e5e5e5;
}
.auraltext
{
   position: absolute;
   font-size: 0;
   left: -1000px;
}
table {
	background-image:url(images/bg_fade.png);
	background-repeat:repeat-x;
	background-position:left top;
	width: 33em;
}
caption {
	font-size:90%;
	font-style:italic;
}
*/

/* horizontal */

/*
.bargraph {
    font: 0.6em/2em Arial;
    color: #ddb;
    border-collapse: collapse;
    width: 476px;
    
}
.bargraph td {
    padding:0;
    margin:0;
    vertical-align:bottom;
    text-align:center;
    background: #2d271c url(images/gridline.gif) 15px bottom;
}
.bargraph th {
    background: #2d271c;
}
.bargraph img{
    display:block;
    border-right: 1px solid #000;
}
*/
