.bd-hide {
	display: none;
}

.bd-main {
	background-color: #FFF;
	border: 1px solid #000;
	padding: 1px;
	z-index: 9999;
	width: 240px;
	margin: 0;
	
}

.bd-calendar {
	width: 210px;
	padding: 0;
	margin: 0;
}

.bd-title {
	width: 210px;
	padding: 0;
	margin: 0;
	background-color: #44F;
}

.bd-calendar table {
	border: none;
	width: 210px;
	margin: 0;
}

.bd-dropdown {
	display: inline-block;
	float: right;
	width: 75px;
}

.bd-dropdown select {
	width: 100%;
	height: 30px;
	border: none;
	cursor: pointer;
}

.bd-next, .bd-prev {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #FFF;
	height: 20px;
	width: 20px;
	margin: 5px;
	padding: 5px;
	border: none;
	display: inline-block;
	float: right;
}

.bd-table thead {
	background-color: #555555;
	color: #FFF;
}

.bd-table thead tr {
	height: 20px;
	cursor: context-menu;
}

.bd-table thead tr th {
	text-align: center;
}

.bd-table tbody tr td {
	border: none;
}

.bd-empty-cell {
	width: 20px;
	height: 20px;
}

.bd-table-days button {
	width: 20px;
	height: 20px;
	cursor: pointer;
	background-color: #F8F8F8;
	border: 0;
}

.bd-table-days button:hover {
	color: red;
	font-weight: bold;
	background-color: #E7E7E7;
}

.bd-today {
	background-color: #DFF0D8 !important;
	color: green;
}

.bd-holiday {
    background-color: #FDE8E8 !important;
}

.bd-selected-day {
	color: red;
	font-weight: bold;
}

.bd-goto-today {
	width: 210px;
	height: 20px;
	color: #FFF;
	background-color: #555555;
	padding-top: 3px;
	cursor: pointer;
	text-align: center;
}