/* 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;
	background-color: black;
	
	width:210px;
}

/* a table cell that holds a date number (either blank or 1-31) */
.dpTD
{
	border: 1px solid #ece9d8;
	COLOR: #C86000;
}

.dpTitleText
{
	font-size: 12px;
	color: gray;
	font-weight: bold;
}

.td_arrow_button
{
	font-size:17px;
}

