

.SqlValueDatePickerTable
{
	height: 22px;
	width: 172px;
	position: relative;
	display: inline;
	table-layout: fixed;
	white-space: nowrap;
	overflow: visible;
}
.SqlValueDatePickerTextBox
{
	height: 22px;
	width: 138px;
	background-color: #E0E0E0;
    position: relative;
    top: 0px;
    left:0px;
}

.SqlValueDatePickerCalendarIconEnabled
{
	cursor: hand;
	height: 24px;
	width: 30px;
	position: relative;
	top: -4px;
	left: 1px;
	vertical-align: middle;
	display:inline-block; 
}

.SqlValueDatePickerCalendarIconDisabled
{
	cursor: default;
	height: 24px;
	width: 30px;
	position: relative;
	top: -4px;
	left: 1px;
	vertical-align: middle;
	display:inline-block; 
}

.SqlValueDatePickerCalendarIconNotVisible
{
	cursor: default;
	height: 24px;
	width: 30px;
	position: relative;
	top: -1px;
	left: 1px;
	display: none;
}

/* End Date Picker Section */

/* Date Picker Calendar Container Section */

.SqlValueDatePickerDiv
{
	display: none;
	z-index: 101;
	height: 232px;
	width: 172px;
	position: absolute;
	background-color: white;
}

.SqlValueDatePickerIFrame
{
	display: block;
	z-index: 100;
	height: 232px;
	width: 172px;
	margin: 0px 0px 0px 0px;
	border: none 0px black;
	position: absolute;	
}

/* End Date Picker Calendar Container Section */

/* Date Picker Calendar Section */

TD.NON	
{
	font-family : Tahoma, Verdana, Arial; 
	font-size : 7.5pt; 
	color : rgb(200,200,200); 
	font-weight : bold;	
}
 
TD.OTHER	
{
	font-family : Tahoma, Verdana, Arial; 
	font-size : 7.5pt; 
	color : rgb(0,0,128); 
	font-weight : bold;
	cursor : hand	
}

TD.TODAY 
{
	font-family : Tahoma, Verdana, Arial; 
	font-size : 7.5pt; 
	color : red; 
	font-weight : bold;
	cursor : hand	
}

.CalendarTable
{
	BACKGROUND-COLOR: oldlace;
	BORDER-BOTTOM: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	COLOR: white;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	WIDTH: 100%
}

.CalendarHeader
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#003d6d;
	text-decoration: none;
}

.CalendarFooter
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	background-color: PapayaWhip;
	text-decoration: none;
}

/* End Date Picker Calendar Section */