input.BsDp_date {
	color: black;
	font-weight: bold;
}
select.BsDp_month {
	width:     94px;
	font-size: 10px;
	height:    18px;
	background-color:white;
}
input.BsDp_year {
	width:     42px;
	font-size: 10px;
	height:    18px;
	width:     35px;
	background-color:white;
}
.BsDp_dayTable {
}
.BsDp_dayHeader {
	font-size:      11px;
	font-family:    verdana,arial;
	border-bottom:  1px solid black;
}
td.BsDp_day {
	font-size: 11px;
	font-family: verdana,arial;
	font-weight: normal;
}
td.BsDp_weekday7 {
	font-family: verdana,arial;
}
.BsDp_dayToday {
	border: 1px solid red;
}
.BsDp_dayCurrent {
	font-weight: bold;
}

.BsDp_div {
	border: 2px outset #CECFCE;
	background-color: #CECFCE;
	padding:1px;
}
.BsDp_dayTableDiv {
	/*border: 1px inset #CECFCE;*/
}
.BsDp_monthYearDiv {
	/*border: 1px outset #CECFCE;*/
}
.BsDp_buttonsDiv {
	/*border: 1px outset #CECFCE;*/
	padding: 5px;
}
.BsDp_monthText {
	font-family: verdana,arial;
	font-size:      12px;
}
.BsDp_yearText {
	font-family: verdana,arial;
	font-size:      12px;
}
.BsDp_arrowLeft {
	padding-right:5px;
}
.BsDp_arrowRight {
	padding-left:5px;
}



