﻿.extras_table {
    width: 100%;
}


.barchart_extras_table td, .barchart_extras_table th {
    border: none;
}

.barchart_extras_table .barchart_extras_x-desc {
    border-top: 1px solid #000;

}

.barchart_extras_table .barchart_extras_y-desc {
    border-right: 1px solid #000;
    padding-right: 5px;
    text-align: right;
    width: 25%;
}

/* Sets the max width of the result bar */
.barchart_extras_result {
    width: 100%;
}

.barchart_measure_tick {
	
}

/* This will serve as the bar, make it look nice with a background image or colour gradient */
.barchart_extras_result p.barchart_extras_p {
    width: 0;
    margin: 1px;
    float: left;
    xbackground: #006600;
    xbackground: -moz-linear-gradient(left, #006600, #00FF33);
    xbackground: -webkit-gradient(linear, left top, right top, from(#006600), to(#00FF33));
    xfilter: progid:DXImageTransform.barchart_Microsoft.barchart_Gradient(
                StartColorStr='#006600', EndColorStr='#00FF33', GradientType=0);
    text-align:right;
}

.barchart_barAwarded {
  background: #817F80;
	border: 1px #817F80 solid;
}

.barchart_barRecieved {
	background: url('/oilspill/20121006223845oe_/http://www.recovery.gov/Style%20Library/GISMapping/images/stripe_gray.png');
	border: 1px #817F80 solid;
}

.barchart_barAwardedGrant {
	 background: #61A244;
	 border: 1px #61A244 solid;
}

.barchart_barRecievedGrant {
  background-image: url('/oilspill/20121006223845oe_/http://www.recovery.gov/Style%20Library/GISMapping/images/stripe_green.png');
	background-repeat: repeat;
	border: 1px #61A244 solid;
}

.barchart_barAwardedContract {
   background: #1475A0;
	 border: 1px #1475A0 solid;
}

.barchart_barRecievedContract {
  background-image: url('/oilspill/20121006223845oe_/http://www.recovery.gov/Style%20Library/GISMapping/images/stripe_blue.png');
  background-repeat: repeat;
	border: 1px #1475A0 solid;
}

.barchart_barAwardedLoan {
   background: #BC3093;
	 border: 1px #BC3093 solid;
}

.barchart_barRecievedLoan {
  background-image: url('/oilspill/20121006223845oe_/http://www.recovery.gov/Style%20Library/GISMapping/images/stripe_purple.png');
  background-repeat: repeat;
	border: 1px #BC3093 solid;
}


/* Position the result data and set default display to none (for the fade in) */
.barchart_extras_result span {
  position:relative;
  padding-left:5px;
  

}
/* A class to centre text */
.barchart_extras_x-desc p.barchart_extras_centreIt {
  text-align:center;
}

.barchart_barChartDrawSection {
	float:left;
	width: 75%;
}

.barchart_barChartLegendSection {
  float: left;
	width: 25%;	
}

.barchart_xAxisLabel {
	width: 33%;
	float: left;
}

#treeMapGraph {
	width: 450px;
	height: 250px;
}

#tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid #111;
  background-color: #eee;
  padding: 5px;
  opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
    background: url("/oilspill/20121006223845oe_/http://www.recovery.gov/Style%20Library/GISMapping/images/shadow.png") repeat scroll 0 0 transparent;
    border: medium none;
    font-family: Arial;
    height: 135px;
    opacity: 0.8;
    padding: 20px;
    width: 210px;
}
.pretty {
    background: url("/oilspill/20121006223845oe_/http://www.recovery.gov/Style%20Library/GISMapping/images/shadow.png") repeat scroll 0 0 transparent;
    border: medium none;
    font-family: Arial;
    height: 135px;
    opacity: 0.8;
    padding: 20px;
    width: 210px;
}

#tooltip.pretty h3 {
    font-size: 12pt;
    margin-bottom: 0.75em;
    text-align: center;
    width: 220px;
}
#tooltip.pretty div {
    text-align: left;
    width: 220px;
}
#tooltip.fancy {
    background: url("/oilspill/20121006223845oe_/http://www.recovery.gov/Style%20Library/GISMapping/images/shadow2.png") no-repeat scroll 0 0 transparent;
    height: 100px;
    padding-top: 5em;
}
#tooltip.fancy.viewport-bottom {
	  background: url("/oilspill/20121006223845oe_/http://www.recovery.gov/Style%20Library/GISMapping/images/shadow2-top-right.png") no-repeat scroll 0 0 transparent;
	  padding-top: 4em;
}
#tooltip.fancy.viewport-bottom.body {
    padding: 0px;
		margin: 0px;

}
#tooltip.fancy.viewport-right {
    background: url("/oilspill/20121006223845oe_/http://www.recovery.gov/Style%20Library/GISMapping/images/shadow2-reverse.png") no-repeat scroll 0 0 transparent;
		
}

#tooltip.fancy.viewport-right.viewport-bottom {
    background: url("/oilspill/20121006223845oe_/http://www.recovery.gov/Style%20Library/GISMapping/images/shadow2-top-left.png") no-repeat scroll 0 0 transparent;
    padding-top: 4em;
}
                    