.all_graphs {
	text-align: center;
}

.graph_full {
  margin:  auto;
	width: 600px;
}

.graph_half_left {
  margin:  auto;
	width: 380px;
	float: left;
}

.graph_half_right {
  margin:  auto;
	width: 380px;
	float: right;
}

#current_progress {
	visibility: hidden;
	height: 0;
	width: 0;
}

.tabs {
	text-align: center;
	background-color: #FFF;
}

.tabs ul {
	list-style-type: none;
}

.tabs li {
	display: inline;
	border:0.25em solid #CCCCCC;
	border-top: 0em;
	padding: 6px;
	padding-top: 0px;
	padding-bottom: 3px;
	
}

.tabs li:hover {
	background-color: #484848;
	color: #fff;
}
.tabs li:hover a  {
	color: #fff;
}

.tabs a {
	text-decoration: none;
	color: #000;
}

.tabs a:hover {
	color: #fff;
}

.tabs li.activetab {
	background-color: #484848;
	color: #fff;
}
.tabs li.activetab a {
    color: #fff;
}
.tabs li.deactivetab {
	background-color: #ffffff;
	color: #000;
}
.tabs li.deactivetab:hover {
    background-color: #484848;
    color: #fff;
}

.tooltipBox
{
	border: 1px solid #CCCCCC;
	background: #333333;
	color: #FFFFFF;
	z-index: 100;
	position: absolute;
	padding: 3px;
	font-size: 8.25pt;
	font-family: Microsoft Sans Serif, Tahoma, Verdana;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
}

    /* display the individual items next to each other, not one-per-line */
    .tag-cloud  {list-style-type: none; padding: 1em 0; text-align: justify;}
    .tag-cloud LI { display: inline; line-height: 1.2em;}
    /* hide the extra context from CSS-enabled browsers, but not screenreaders */
    .tag-cloud SPAN.hidden { position: absolute; left: -999px; width: 990px; }

.tag-cloud SPAN {line-height: 1.2em;}
.tag-cloud A {text-decoration: none; white-space: nowrap;}
.tag-cloud A:hover {text-decoration: none;}

