/*The BDPLite calendar date picker is FREE to use and redistribute, subject to terms oflicense agreement. Please visit http://www.basicdatepicker.com/bdplite/ for moreinformation. Copyright Basic Date Picker Inc. 2004-2006. All rights reserved. Version 1.2.2071 */
.bdpLite
{
	white-space: nowrap;
	font-size: 8px;
	font-family: Verdana;
}
.bdplPopUp{width: 151px;border: 1px solid #7F9DB9;background: #FFFFFF;}
.bdplPopUp td{padding: 4px;text-align: center;}
.bdplPopUp, .bdplPopUp th, .bdplPopUp td, 
.bdplPopUp div{font: normal 11px Tahoma, Verdana, Arial, sans-serif;}
.bdplPopUp a, .bdplPopUp a:link, .bdplPopUp a:visited, .bdplPopUp a:active, 
.bdplPopUp a:hover{text-decoration: none;color: #000000;cursor: pointer;}
.bdplTitle{width: 100%;background: #9EBEF5;height: 15px;}
.bdplTitle td{height: 16px;padding: 0px 5px 0px 6px;cursor: pointer;}
.bdplTitle th{width: 100%;font-weight: normal;white-space: nowrap;}
.bdplCalendar
{
	width: 120px;
	margin: 1px 20px 8px 20px;
	font-size: 8px;
	font-family: Verdana;
}
.bdplCalendar td{padding: 0;text-align: center;}
td.bdplDay
{
	color: #ACA899;
	text-align: right;
	padding-left: 1px;
	height: 17px;width: 17px;
	border: 1px solid #FFFFFF;
	cursor: default;
	font-size: 8px;
	font-family: Verdana;

}
	
	/* Commented Backslash Hack hides rule from IE5-Mac, 
documented at http://www.sam-i-am.com/work/sandbox/css/mac_ie5_hack.html \*/
.bdplCalendar
{
	margin: 1px auto 8px auto;
}
div.bdplFooter input
{
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;width: 47px;
	margin: 5px 8px 5px 8px;
}
td.bdplDay
{
	color: #ACA899;
	text-align: right;
	padding-left: 1px;
	height: 13px;width: 13px;
	border: 1px solid #FFFFFF;cursor: default;
		font-size: 8px;
	font-family: Verdana;

	}
	/* End hack */
.bdplDayHeader
{
	padding-right: 3px;
	font-weight: normal;
	text-align: right;
	border-bottom: 1px solid #ACA899;
}
td.bdplOtherMonthDay a, td.bdplOtherMonthDay a:link, td.bdplOtherMonthDay a:visited, td.bdplOtherMonthDay a:active, td.bdplOtherMonthDay a:hover
{
	color: #ACA899 !important;cursor: pointer;
}
td.bdplSelectedDay
{
	background-color: #ffcccc;
	border: 1px solid #FBE694;
}
td.bdplTodayDay
{
	border: 1px solid #BB5503;
}
img.bdplButton
{
	vertical-align: top;margin-top: 1px;margin-left: 2px;cursor: pointer;border: 0;
}