/* ---- charts ---- */
.fl {
	float:left
}
.r {
	text-align: right;
}
.c {
	text-align: center;
}
.up {
	color: #49e04c;
}
.dn {
	color: #e0494c;
}
.eq {
	color: black;
}
.chartbox .eq {
	color: white;
}
.chartbox .up {
	color: #49e04c;
}
.chartbox .dn {
	color: #f4898c;
}
.chartbox {
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #50504f;
	font-weight: bold;
	font-size: 11px;
	clear: both;
}

.chartbox .title {
	background-color:#F0ECEB;
	border-top:3px solid #005689;
	color:#050505;
	font-family:Georgia,Times,Times New Roman,serif;
	font-size:18px;
	font-weight:normal;
	height:30px;
	line-height:30px;
	padding-left:12px;
}


.chartbox .tabs {
	background-color: white;
	height: 24px;
}
.chartbox .tabs .tab, .chartbox .tabs .activetab, .chartbox .comment {
	color: white;
	height: 20px;
	margin-top:4px;
	line-height: 20px;
	padding: 0px 5px 0px 5px;
	margin-right: 1px;
	font-size: 12px;
	font-weight: bold;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	cursor: pointer;
}

.chartbox .tab {
	background-color: #98908f;
}

.chartbox .activetab {
	background-color: #50504f;
}

.chartbox .comment {
	color: black;
	background-color: white;
}

.chartbox .select {
	clear: left;
	margin: 6px;
}

.chartbox .disabled {
	color: black;
	background-color: #e0e0e0;
	font-weight:bold;
}

.chartbox div.grafikon {
	padding: 5px 5px 5px 5px;
	text-align: center;
}

.chartbox .values {
	margin-top: 5px;
	margin-bottom: 0px;
}
.chartbox .values td {
	padding: 3px;
	padding-right: 8px;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-align: left;
}


/* ---- charts ---- */


/* ---- old charts ---- */
.oldchartbox {
	margin-bottom:10px;
	/*border-left:1px solid #E4E0D6;
	border-bottom:1px solid #E4E0D6;
	border-right:1px solid #E4E0D6;
	border-top:1px solid #E4E0D6;*/
/*	text-align:center; */
	background-color:white;
	xfont-weight:bold;
	font-size:11px;
	clear:both;
}

.oldchartbox .norm {
	font-weight: normal;
}

.oldchartbox h3 {
	font-size: 13px;
	padding:5px  3px;
	margin: 0;
	background-color: #E4E0D6;
}
.oldchartbox p {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.oldchartbox .chart {
	border-bottom: 1px solid #E4E0D6;

}
.oldchartbox .chart .item td {
	font-size: 11px;
	font-family:Arial,Helvetica,sans-serif;
	border-top: 1px solid #50504f;
	background-color: white;
	color: black;
/*	background-color: #50504f;
	color: white;
*/	padding: 3px;

}
.oldchartbox .chart .item .dn {
    color: #ff4000;
}
.oldchartbox .chart .item .up {
    color: green;
}
.oldchartbox .chart div {
	display: none;
}
.oldchartbox .chart tr.selected td {
	font-weight: bold;
	background-color: white;
	color: black;
}
.oldchartbox .chart tr.selected div {
	display: block;
	margin: 0px;
	margin-top: 5px;
	font-size:9px;
	color:#CCCCCC;
}
.oldchartbox div.chart-title {
	margin:0;
	background:transparent url(/traderszoba/images/telj2.gif) 0 0 no-repeat;
	height:29px;
	line-height:29px;
	font-weight:bold;
	font-size:15px;
	color:white;
	padding-left:4px;
	text-align:left;
}
/* ---- old charts ---- */
