/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
/*	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px; */
	text-align: center;
/*	color: #555; */
	background-color: #FFF; /*CED8E1; */
	border: 1px solid #AEBFCE;
	width:165px;
	table-layout:fixed;
}

.dpTitleTR {
}
.dpTitleTD {
	padding: 0.2em;
}
.dpTitleDiv {
	font-size: 70%;
	color: gray;
	font-weight: bold;
	padding: 0;
}
.dpButtonTD {
/*	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px; */
	color: gray;
	font-weight: bold;
	padding: 0;
}
.dpButton {
/*	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px; */
	height: 0.8em; width: 0.8em;
	cursor: pointer;
}

/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDaysTR {
}
.dpDaysTD {
	background-color: #AEBFCE;
	color: gray;
	padding-left: 0.2em;
	padding-right: 0.2em;
}
.dpHolidaysTD {
	background-color: #AEBFCE;
	color: Gray;
	padding-left: 0.2em;
	padding-right: 0.2em;
}
.dpDaysDiv
{
/*	padding: 0.2em; */
	font-size: 70%;
	line-height: 1.5em;
}

/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
}
.dpTD {
	cursor: pointer;	
	padding:0 !important;
	margin:0 !important;
}
.dpTDHover {
	cursor: pointer;
	background-color: #AEBFCE;
	color: blue;
	padding:0 !important;
	margin:0 !important;
}
.dpDayDiv
{
/*	padding: 0.2em; */
	font-size: 70%;
	line-height: 1.5em;
}
.dpOtherDiv 
{
	color: Gray;
}
.dpNowDiv
{
	color: blue;
}
.dpSelectedDiv
{
	background-color: #AEBFCE;
	padding: 0em;
	font-weight: bold;
	color: blue;
}


.dpFooterTR {
}
.dpFooterTD {
}

/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
/*	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px; */
/*	color: gray;
	background: #d8e8ff;
	font-weight: bold; */
	width: 4em;
}
