/**
* @file: highslide.css 
* @version: 4.1.8
*/
.styleBig {
	font-size: 48px;
	color: #FFF;
}
.styleMid {
	font-size: 16pt;
	color: #FFF;
}
.styleSma {
	font-size: 10pt;
	color: #FFF;
}
#month {
	position:absolute;
	width:150px;
	height:150px;
	z-index:4;
	left: 165px;
	top: 165px;
}
#year {
	position:absolute;
	width:150px;
	height:150px;
	z-index:4;
	left: 5px;
	top: 165px;
}
.titlebox {
	width:310px;
	height:150px;
	margin:5px;
	float:left;
	border:0px solid #CCC;
	background-color: #46423b;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow:    0px 0px 0px 0px rgba(0, 0, 0, 0.45);
    box-shadow:         0px 0px 0px 0px rgba(0, 0, 0, 0.45);
}
.titlebox2 {
	width:316px;
	height:150px;
	margin:8px 8px 8px 10px;
	float:left;
	border:0px solid #CCC;
	background-image:url(../../images/title_chart.png);
}
.titlebox3 {
	width:310px;
	height:150px;
	margin:5px;
	float:left;
	border:0px solid #CCC;
	background-image:url(../../images/yearbox2.png);
	background-position-y: -15px;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow:    0px 3px 0px 0px rgba(0, 0, 0, 0.45);
    box-shadow:         0px 3px 0px 0px rgba(0, 0, 0, 0.45);
}
.adsbox {
	width:150px;
	height:150px;
	margin:5px;
	float:left;
	border:0px solid #CCC;
	z-index:1;
	position:relative;
	overflow:hidden;
}
.end {
	margin-bottom:25px;
}
.desbox{
	color:#FFF;
	width:150px;
	height:50px;
	padding-top: 5px;
	background-color: #333;
    opacity:0.7;
	z-index: 2;
	top: -50px;
	position:relative;
	cursor: url(graphics/zoomin.cur);
}
.desbox2{
	color:#FFF;
	width:150px;
	height:60px;
	background-color: #333;
    opacity:0.7;
	z-index: 2;
	top: -60px;
	position:relative;
	cursor: url(graphics/zoomin.cur);
}
.monthbox{
	width:150px;
	height:150px;
	z-index: 2;
	top: -83px;
	position:relative;
}
div.borderleft {
	border-right:1px solid #000;
}
div.bordertop {
	border-top:1px solid #000;
}
