div.ci_calendar_box{
  width : 100%;
	background:#fff;
	padding:0;
  position : static;
}
div.ci_calendar_box table.ci_calendar_ym_table{
	width:100%;
	margin:0 auto;
	text-align:center;
  border-collapse : collapse;
}
div.ci_calendar_box table.ci_calendar_ym_table a{
  display : block;
  width : 100%;
  height : 100%;
}
div.ci_calendar_box table.ci_calendar_ym_table th{
	font-weight:normal;
	font-size:9pt;
	padding:3px 0;
}
div.ci_calendar_box table.ci_calendar_ym_table th, div.ci_calendar_box table.ci_calendar_ym_table td{
  border : solid 1px #ccc;
}
div.ci_calendar_box table.ci_calendar_ym_table th.ci_calendar_yn_blank{
  border : none;
}

div.ci_calendar_box table.ci_calendar_ym_table th a{
	color:#333;
	text-decoration:none;
	cursor:pointer;
}
div.ci_calendar_box table.ci_calendar_ym_table th a:hover{
	color:#dddd00;
}
div.ci_calendar_box table.ci_calendar_ym_table th.ci_calendar_caption_ym{
	font-size:13pt;
}
div.ci_calendar_box div.ci_calendar_body{
	width:100%;
	margin:0px auto 0 auto;
}
div.ci_calendar_box div.ci_calendar_body table.ci_calendar_body_table{
	width:100%;
	text-align:right;
	border-collapse:collapse;
}
div.ci_calendar_box div.ci_calendar_body table.ci_calendar_body_table td{
	border:solid 1px #d9d9d9;
  vertical-align : middle;
  text-align : right;
  padding : 3px;
}
div.ci_calendar_box div.ci_calendar_body table.ci_calendar_body_table th{
	border:solid 1px #d9d9d9;
	padding:3px;
	font-weight : normal;
}
div.ci_calendar_box div.ci_calendar_body table.ci_calendar_body_table th.ci_calendar_sunday{
	background-color:#ffb9b9;
	color:#f00;
}
div.ci_calendar_box div.ci_calendar_body table.ci_calendar_body_table th.ci_calendar_saturday{
	background-color:#84c1ff;
	color:#00f;
}
div.ci_calendar_box div.ci_calendar_body table.ci_calendar_body_table td.ci_calendar_sunday{
	background-color:#ffb9b9;
	color:#f00;
}
div.ci_calendar_box div.ci_calendar_body table.ci_calendar_body_table td.ci_calendar_saturday{
	background-color:#84c1ff;
	color:#00f;
}
div.ci_calendar_box div.ci_calendar_body table.ci_calendar_body_table td.np_text{
	color:#ccc;
}
div.ci_calendar_box div.ci_calendar_body table.ci_calendar_body_table td.np_textf{
	color:#fff;
}
div.ci_calendar_box div.ci_calendar_body table.ci_calendar_body_table td#ci_calendar_today{
	color:#ff80ff;
	font-weight:bold;
}
div.ci_calendar_box div.ci_calendar_body table.ci_calendar_body_table td.withlink{
  background : #c4ffe1 ;
  color : #00f !important;
  cursor : pointer;
}
div.ci_calendar_box a.ci_clanedar_close{
	position:absolute;
	top:3px;
	right:3px;
	display:block;
	width : 15px;
	height : 15px;
	display : block;
	background : #fff url(../fl_images/calendar/close.gif) no-repeat center center;
	cursor : pointer;
}
div.ci_calendar_box a.ci_clanedar_close:hover{
	background-color:#848484;;
	color:#fff;
}

