#library-biz-box{
	margin:0 0 50px 0;
	}

#library-biz-box h3{
	margin:0 0 5px 0;
	padding:10px 0px 10px 12px;
	font-size:86%;
	line-height:120%;
	color:#FFF;
	font-weight:normal;
	background:#000;
	}

#biz_calendar {
	width: 100%;
	margin : auto;
}

table.bizcal {
	margin :0 0 10px 0;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-size:90%;
	line-height: 1.6em;
	cursor: default;
	vertical-align: middle;
}

table.bizcal th {
	background-color: #F9F9F9;
	text-align:center;
	border: 1px Silver solid;
	padding : 2px;
}

table.bizcal th:first-child  {
	color : #FF0000;
}

table.bizcal th:nth-last-of-type(1)  {
	color : #0000FF;
}

table.bizcal td {
	text-align:center;
	border: 1px Silver solid;
	padding : 2px;
}

table.bizcal td.calmonth {
	text-align:left;
	font-weight : bold;
	padding: 2px 7px 2px 0;
	border: none;
}

table.bizcal td.calbtn {
	border: none;
	cursor: pointer;
}

table.bizcal td img {
	vertical-align: middle;
}

.down-img{
	text-align:right !important;
}

.today-img{
	text-align:center !important;
}

.up-img{
	text-align:left !important;
}

table.bizcal td.holiday {
	background-color: #EDEDED;
}

table.bizcal td.eventday {
	background-color: #F6DDD6;
}

table.bizcal td.eventday02 {
	background-color: #ece5fb;
}

table.bizcal td.eventday03 {
	background-color: #fef4e3;
}

table.bizcal td.today {
	font-weight : bold;
	color: #1e90ff;
}


#biz_calendar p {
	margin:0 0 0 5px;
	font-size:90%;
}

span.boxholiday{
	background-color: #EDEDED;
	border: 1px Silver solid;
	width: 30px;
	padding-right:20px;
	margin-right:10px;
}

span.boxeventday{
	background-color:#F6DDD6;
	border: 1px Silver solid;
	width: 30px;
	padding-right:20px;
	margin-right:10px;
}

span.boxeventday02{
	background-color:#ece5fb;
	border: 1px Silver solid;
	width: 30px;
	padding-right:20px;
	margin-right:10px;
}

span.boxeventday03{
	background-color:#fef4e3;
	border: 1px Silver solid;
	width: 30px;
	padding-right:20px;
	margin-right:10px;
}