.PickerHeader
	{
		background-color:#FFFFFF;
		color:#000000;
		font:bold 14px Arial;
		text-align:center;
		white-space:nowrap;
		width:135px;
	}
	
.PickerHeaderTable
	{
		background-color:#FFFFFF;
	}
	
.PickerForward
	{
		background-image:url(../images/Arrowright.png);
		background-repeat:no-repeat;
		background-position:center center;
		width:25px;
		height:25px;
		cursor:hand;

	}

.PickerBack
	{
		background-image:url(../images/ArrowLeft.png);
		background-repeat:no-repeat;
		background-position:center center;
		width:25px;
		height:25px;
		cursor:hand;
	}
	
.PickerTable
	{
		width:200px;
		border:1px solid steelblue;
		padding:0px;
		background-color:#000000;
	}
	
.PickerMonthTR
	{
		
	}

.PickerDayNamesTR
	{
		background-color:#e2e2e2;
		height:25px;
	}

.PickerDayNamesTD
	{
		font:bold 12px Tahoma;
		text-align:center;
		color:#FF9933;
	}

.PickerDaysTR
	{
		background-color:#FFFFFF;
		height:20px;
	}

.PickerDaysTD
	{
		font:bold 12px Tahoma;
		text-align:center;
		color:#666666;
		cursor:hand;
	}
	


