@CHARSET "UTF-8";

.chartsyChart {
/*border: 1px solid black;*/
	padding: 0px;
}
.subpaper{
/*	border: 1px solid black;*/
}


/*******************************
 * POPUP
 ******************************* */
.chartsyChart .chartsyChartPopup, .chartsyChart .chartsyChartTooltip {
	box-shadow: 2px 2px 2px #c5c5c5;
	-moz-box-shadow: 2px 2px 2px #c5c5c5;
	-webkit-box-shadow: 2px 2px 2px #c5c5c5;
	border: 1px solid #E8E8E8;
	z-index: 20000;
}

.chartsyChart .chartsyChartPopup{
	padding-left: 20px;
}


.chartsyChart .chartsyChartTooltip{
	height: 35px;
}

.chartsyChart .chartsyChartTooltip .skPeak {
	width: 10px;
	height: 10px;
	box-shadow: 2px 2px 2px #c5c5c5;
	-moz-box-shadow: 2px 2px 2px #c5c5c5;
	-webkit-box-shadow: 2px 2px 2px #c5c5c5;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	position: absolute;
	bottom: -5px;
	z-index: 0;
}
.chartsyChart .chartsyChartPopup p, .chartsyChart .chartsyChartTooltip p {
	color: #333;
	margin: 0px;
}
.chartsyChart .chartsyChartTooltip p.name {
	font-size: 14px;
	font-weight: bold;
}
.chartsyChart .chartsyChartTooltip p.valueX_Y {
	font-size: 12px;
	margin: 0px;
}
.chartsyChart .chartsyChartPopup p.name {
	font-size: 28px;
	font-weight: bold;
}
.chartsyChart .chartsyChartPopup p.valueX_Y {
   font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
}
.chartsyChart .chartsyChartPopup p.description, .chartsyChart .chartsyChartPopup p.description_image {
	font-size: 12px;
	max-width: 450px;
	margin: 10px 0 ;
	font-weight: normal;
}

.chartsyChart .chartsyChartPopup p.description_image {
	max-width: 50%;
	float: left;
}

.chartsyChart .chartsyChartPopup img.image {
	max-width: 50%;
	float: right;
}

.chartsyChart .chartsyChartPopup p.child_name {
	color: #ff0000;
}
.chartsyChart .chartsyChartPopup p.child_value {
	color: #ff0000;
}
.chartsyChart .chartsyChartPopup p.child_description {
	color: #ff0000;
}
/*******************************
 * Buttonbar
 ******************************* */

.chartsyChart .sk_buttonbar {
	position: absolute;
	left: 0px;
	padding: 0px;
	margin: 0px;
	overflow: visible;
}
.chartsyChart .sk_buttonbar ul {
}
.chartsyChart .sk_buttonbar li {
	list-style: none;
	display: inline-block;
	margin: 0px;
	color: #333;
	font-size: 0.7em;
	cursor: pointer;
	text-align: center;
}

.msie7 .chartsyChart .sk_buttonbar li {
	display: inline;
}
.chartsyChart .sk_buttonbar li.active {
	z-index: -10;
	border: 1px solid #e8e8e8;
	border-left: none;
}

.chartsyChart .sk_buttonbar li:first-child.active {
	z-index: -10;
	border: 1px solid #e8e8e8;
}
.chartsyChart .sk_buttonbar li.inactive {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #e8e8e8;
	border-style: none solid;
	border-width: 0 1px;
	border: 1px solid #e8e8e8;
	box-shadow: 2px 2px 2px #c5c5c5 !important;
	-webkit-box-shadow: 2px 2px 2px #c5c5c5;
	-moz-box-shadow: 2px 2px 2px #c5c5c5;
	z-index: 10;
}


.sk_legend{
	position: absolute;
	font-size: 12px;	
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	right: 0px;
}

.legendInfoWrapper{
	width: 38px;
	height: 42px;
	top: 0;
	position: absolute;	
	overflow: hidden;
	padding: 0 0 5px 5px;
	right: 0px;
		z-index: 20000;
}
.legendinfobox{
	background-color: white;
	width: 36px;
	height: 36px;
	position: relative;
	cursor:pointer;
	border: 1px solid #DDDDDD;
	box-shadow: -2px 2px 2px #888888;
	-moz-box-shadow: -2px 2px 2px #888888;
	-webkit-box-shadow: -2px 2px 2px #888888;
	-ms-box-shadow: -2px 2px 2px #888888;
}
.legendTextWrapper{
	width: auto;
	height: auto;
	overflow: hidden;
	position: absolute;
	right: 0px;
	z-index: -20;
	padding: 0 0 5px 5px;
}

.legendtextbox{
	background: white;
	height: auto;
	width: auto;
	cursor:pointer;
	position: relative;
	white-space: nowrap;	
	border: 1px solid #DDDDDD;
	box-shadow: -2px 2px 2px #888888;
	-moz-box-shadow: -2px 2px 2px #888888;
	-webkit-box-shadow: -2px 2px 2px #888888;
	-ms-box-shadow: -2px 2px 2px #888888;
	padding: 10px;
	padding-left: 22px;
}
.legendtextbox p{
	margin: 0;
	line-height: 16px;
	right: -100%;
	font-weight: normal;
	font-size: 14px;
}

.legendtextbox em{
	font-style: normal;
}


.legendarrow{
	width: 15px;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	position: absolute;
	margin-left: 3px;
	left: 0;
}





/*******************************
 * DEBUG- WINDOW
 ******************************* */
#sk_chart_debug_window {
	width: 500px;
	height: 400px;
	background: #ffffff;
	border: 2px solid #333333;
	position: absolute;
	top: 20%;
	left: 40%;
	overflow: scroll;
}
#sk_chart_debug_window em {
	font-weight: bold;
	font-style: normal;
}
#sk_chart_debug_window h1, #sk_chart_debug_window p {
	color: #333;
	padding: 0 10px 10px;
}
#sk_chart_debug_window h1 {
	font-size: 20px;
}
#sk_chart_debug_window li {
	margin: 0px 30px 10px;
	padding: 5px;
}
#sk_chart_debug_window p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
