﻿/*ACS Date Picker-Arun-Don't Change Anything after this line*//* the div that holds the date picker calendar */
.dpDiv
{
}

/* the table (within the div) that holds the date picker calendar */
.dpTable
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
}

.dpTable td
{
	padding: 4px 6px;
}

/* a table row that holds date numbers (either blank or 1-31) */
.dpTR
{
}

/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR
{
}

/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR
{
}

/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR
{
}

/* a table cell that holds a date number (either blank or 1-31) */
.dpTD
{
	/*border: 1px solid #ece9d8;*/
	border: 1px solid #ffffff;
	padding: 4px;
	text-align: center;
}
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD
{
	background-color: #becce9;
	border: 1px solid #869ccb; /*border: 1px solid #AAAAAA;*/
	text-align: center;
}
/* 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
{
	border: 1px solid #5B72A4; /*border: 1px solid #888888;*/
	cursor: pointer;
	text-align: center;
}
/* the table cell that holds the name of the month and the year */
.dpTitleTD
{
	color: #666666;
	text-align: center;
}
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD
{
}
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD
{
	border-top: 1px solid #eeeeee;
	padding: 2px 0 0 0;
}
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD
{
	color: Black;
	font-weight: bold;
	text-align: center;
	padding: 0 3px;
	font-size: 11px;
}
/* additional style information for the text that indicates the month and year */
.dpTitleText
{
}
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlight
{
}
/* the forward/backward buttons at the top */
.dpButton
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
	background-color: #f5f5f5;
	border: none;
	cursor: pointer;
	padding: 2px 5px;
}

/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	background-color: #999999;
	font-weight: bold;
	border: 1px none #d8e8ff;
	padding: 3px;
	cursor: pointer;
}
.DateOuterDiv
{
}
.DatePenultimateDiv
{
}
.DatePenultimateDiv input
{
	width: 80px;
	background-color: #FFFFFF;
	border: 1px solid #223e92;
	height: 18px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left:5px;
	padding-right:5px;
}

.DatePenultimateDiv input[type=text]:focus,
.DatePenultimateDiv input[type=text]:hover
{
	width: 80px;
	background-color: #FFFFFF;
	border: 1px solid #223e92;
	height: 18px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left:5px;
	padding-right:5px;
}
.DateImage
{
	cursor: pointer;
	margin-bottom:-3px;
	margin-bottom:0px;
}