.focused:not(.label-container)
{
	font-weight: bold;
}

.unfocused
{
	font-weight: normal;
}

#tabs ul
{
	margin: 0px 0px 0px 0px !important;
	padding: 5px 0px 6px 0px !important;
}

#tabs ul li
{
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 5px;
	border-top: 1px solid #6788BE;
	border-left: 1px solid #6788BE;
	border-bottom: 1px solid #6788BE;
	list-style: none;
	display: inline;
}
#tabs ul li.lastChild
{
	border-right: 1px solid #6788BE;
}

#tabs ul li.current
{
	border-top: 2px solid #6788BE;
	border-left: 2px solid #6788BE;
	list-style: none;
	display: inline;
	background-color: #E0F5FF;
}


#tabs ul li a
{
	
}

#tabs ul li.current a
{
	font-weight: bold;
	text-decoration: none !important;	
}


.chartLegend ul
{
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	list-style-type: none;
	list-style-position: inside;
	text-align: left;
}

.tabStripClass
{
	overflow:auto;
}

.chartLegend li,.chartLegend strong
{
    float:left;
    display:inline-block;
    padding-left:15px;
    position:relative;
}
.chartLegend li:before
{
    content:"\2219";    /* escaped unicode character */
    font-size: 25px;
    line-height: 0;
    position: absolute;
    top: 10px;
    left: 5px;
}