<style>
body {
	font-family: Georgia;
	font-size: .8em;
	}

/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Georgia;
	font-size: 12px;
	text-align: center;
	color: #FCFCFC;
	background-color: #2d3532;
	border: 1px solid black;
	padding-bottom: 3px;
	}


/* TODAY --- a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #d5661a;
	border: 1px solid #AAAAAA;
	}


/* HOVER nap -- the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #e8d389;
	border: 1px solid black;
	cursor: pointer;
	color: #31678E;
	}


/* HKSZCSPSZV ---- a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #e8d389;
	border: 1px solid black;
	color: #93420c;
	padding: 3px;
	}


/* Fent HÓ / ÉV ------additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Georgia;
	font-size: 10px;
	color: #e8d389;
	background: black;
	font-weight: bold;
	border: 1px solid #9b3f07;
	padding: 2px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Georgia;
	font-size: 10px;
	color: #e8d389;
	background: black;
	font-weight: bold;
	border: 2px solid #9b3f07;
	padding: 3px;
	}
	
	/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #303835;
	/*border: 1px solid white;*/
	}


</style>
