.datetime { 
	border: 1px dotted #888888;
	background-color: #ffdd99;
 }

.datetimepicker { 
	border: 1px solid black;
	background-color: white;
	padding: 10px;
	color: black;
 }

.datetimemonthnav { 
	width: 230px;
 }
.datetimemonthnavl { 
	text-align: left;
 }
.datetimemonthnavc { 
	text-align: center;
 }
.datetimemonthnavr { 
	text-align: right;
 }
.datetimepickerdisplay { 
	width: 230px;
	border-collapse: separate;
	border-spacing: 1px;
 }
.day { 
	background-color: #ddffdd;
	font-size: smaller;
	width: 3em;
	margin: 10px;
	text-align: center;
 }

.chosenday { 
	background-color: #aaffaa;
 }
.paddingday { 
	background-color: #eeffee;
 }
.excludedday { 
	background-color: #ffaaaa;
	font-weight: bold;
 }

.caldaylink { 
	padding: 2px;
	color: black;
	text-decoration: none;
 }
.caldaylink:hover { 
	font-weight: bolder;
	padding: 1px;
 }
.caldaylink:visited { 
	text-decoration: none;
	color: black;
 }


