/* outmost wrapper element */
#scrollable {
	background-color:#efefef;
	margin:auto;
	width:200px;
	height:20px;
	position:relative;
}

/* container for the scrollable items */
div.items {
	height:20px;
	position:absolute !important;
	top:0;
	left:0;
	width:200px !important;
	background-color:#f9f9f9;
}

/* single item */
div.items div.chpair {
	display:block;
	float:left;
	width:57px;
	height:20px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background-color:#73bdda;
	border:1px solid #b4d7f1;
	line-height:16px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

div.spilt {
	margin-right:1px;
}

div.items div:hover {
	/*color:#999;*/
}
div.items div {
	left:0; /* indent bug */
}
div.items div.active {
	color:#73bdda;
	background-color:#f9f9f9 !important;
	border:1px solid #ddd;
	border-bottom:1px solid #f9f9f9;
}

/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:12px;
	height:20px;
	line-height:20px;
	text-align:center;
	position:absolute;
	background-repeat:no-repeat;
	cursor:pointer;
	background-color:#e0e0e0;
	color:#73bdda;
	font-weight:bold;
}
a.prev {
	right:12px;
	top:0;
}
a.next {
	right:0;
	top:0;
}

a.prev {
	/*background:transparent url(img/button-left.gif);*/
}

a.prev:hover {
	background-color:#cccccc;
}

a.next {
	/*background:transparent url(img/button-right.gif);*/
}

a.next:hover {
	/*background:transparent url(img/button-right-over.gif);*/
	background-color:#cccccc;
}

div#dvChart {
	width:200px;
	height:235px;
	padding:5px 0;
	background-color:#f9f9f9;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
    opacity:0.75;
    _filter:alpha(opacity=75);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
*+html div#dvChart {filter:alpha(opacity=75);}

div#dvChartBottom {
	width:203px;	
	height:20px;
	position:relative;
	background-color:#e0e0e0;
	text-align:left;
}
#dvChartBottom select, #dvChartBottom option {
	font-size:10px;
}
#ddchInt {
	margin:3px auto 3px 10px;
}
div#dvChartLoad {
	width:16px;
	height:16px;
	position:absolute;
	top:2px;
	right:10px;
	cursor:pointer;
	background:transparent url('/modules/mod_chart/img/reload.gif') no-repeat;
}
div.chloader {
	background-image:url('/modules/mod_chart/img/loader.gif') !important;
}