@charset "utf-8";
/* CSS Document */

.calendarCell {
	padding:2px 6px 2px 6px;
	text-decoration:none;
	cursor:pointer;
	text-align:left;
}

#prevMonthCell{
	padding:0px;
}

#nextMonthCell{
	padding:0px;
}

.calendarCellHeader {
	padding:2px 6px 2px 6px;
	cursor:default;
}

.calendarCellGrey {
	color:#999999;
	cursor:default;
	font-style:italic;
}

.calendarCellMarked {
	font-weight:bold;
	color:#0089B7;
}

.calendarCellOnMouseOver {
	background-color:#FFFFFF;
}

/************************************************************************************************/
/****************************** chart mode selection (over calendar ) ***************************/
/************************************************************************************************/

.chartModeBtn{
	border:0px;
	padding:0px;
	width:inherit;
	height:24px;
	cursor:pointer;
	display:inline-block;
	background:url(../images/calendar_button_out_center.jpg);
}

.chartModeBtn:hover{
	background:url(../images/calendar_button_over_center.jpg);
}
 .chartModeBtnLeft{background:url(../images/calendar_button_out_left.jpg) left no-repeat; height:inherit; width:inherit;}
  .chartModeBtnRight{background:url(../images/calendar_button_out_right.jpg) right no-repeat; height:inherit; width:inherit;}
   .chartModeBtnText{font-size:10px; text-align:center; margin:auto; padding-top:4px;}

 .chartModeBtnLeft:hover{background:url(../images/calendar_button_over_left.jpg) left no-repeat; height:inherit; width:inherit;}
  .chartModeBtnRight:hover{background:url(../images/calendar_button_over_right.jpg) right no-repeat; height:inherit; width:inherit;}
		
.chartModeBtnDisabled{
	color:#999999;
	cursor:default;
}
.chartModeBtnDisabled:hover{
	background:url(../images/calendar_button_out_center.jpg);
}



#chartModeBtn1{
	width:51px;
	margin-bottom:5px;
}
#chartModeBtn2{
	width:102px;
	margin-bottom:5px;
	margin-left:9px;
}
#chartModeBtn3{
	width:51px;
}
#chartModeBtn4{
	width:102px;
	margin-left:9px;
}				
#chartModeBtn4_4{
	width:100px;
	display:none;
}

#chartModeBtn4_5{
	width:100px;
	display:none;
}
				
