/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	width: 100%;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	padding:0px;
	}


/* 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: 2px solid #eaeae5;
	background-color: #FFFFFF;
	width: 23px;
	}

.dpTD_blank {
	border: 2px solid #eaeae5;
	background-color: #f6f6f6;
	width: 23px;
	color: #999999;
	}

	

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #b60300;
	border: 1px solid #eaeae5;
	color: #FFFFFF;
	}


/* 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 {
	background-color: #aca998;
	border: 1px solid #eaeae5;
	cursor: pointer;
	color: #FFFFFF;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	background-color: #FFFFFF;
	width: 100%;
	}

/* the table cell that holds the name of the control */
.dpTitleTDTitle {
	background-color: #FFFFFF;
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	background-color: #FFFFFF;
	padding-left: 7px;
	padding-right:7px;
	cursor: pointer;
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD, .dpTodayButtonTD1 {
	border: 0px solid #FFFFFF;
	text-align: left;
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #eaeae5;
	border: 1px solid #eaeae5;
	color: #224e70;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlight {
	color: FFFFFF;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

.dpGreenSaperator {
	height:03px;
	background: #96c61a;
	padding: 0px;
}

.dtMarqeeLine {
	height: 18px;
	border: 0px;
	padding: 0px;
	background: #FFFFFF;
}

.dtBlackLine {
	height: 1px;
	border: 0px;
	padding: 0px;
	background: #000000;
}







/************** passover 2011 overrides **********************/



/* the div that holds the date picker calendar */
.dpDiv_p {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable_p {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	border: 0px;
	width: 100%;
	margin-right:10px;
	}
	.dpHeaderTable_p {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	border: 0px;
	width: 100%;
	margin-right:10px;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR_p {
	padding:0px;
	}
.dpHeaderTR_p {
	padding:0px;
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR_p {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR_p {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR_p {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD_p {
	border-top: 2px solid #EC6EC0;
	border-bottom: 2px solid #EC6EC0;
	border-left: 10px solid #EC6EC0;
	border-right: 0px solid #EC6EC0;
	background-color: #FFFFFF;
	width: 23px;
	line-height: 13px;
	}
	
	.dpTD_blank_p
	{
		border-top: 2px solid #EC6EC0;
		border-bottom: 2px solid #EC6EC0;
		border-left: 10px solid #EC6EC0;
		border-right: 0px solid #EC6EC0;
		background-color: #FCD4EE;
		width: 23px;
		color: #000000;
		line-height: 13px;
	}

.dpTD_blank_blank_p
{
	border-top: 2px solid #EC6EC0;
	border-bottom: 2px solid #EC6EC0;
	border-left: 10px solid #EC6EC0;
	border-right: 0px solid #EC6EC0;
	background-color: #E358B1;
	width: 23px;
	color: #000000;
	line-height: 13px;
}


.dpTD_blank_blank_right_p
{
	border-top: 2px solid #EC6EC0;
	border-bottom: 2px solid #EC6EC0;
	border-left: 10px solid #EC6EC0;
	border-right: 10px solid #EC6EC0;
	background-color: #E358B1;
	width: 23px;
	color: #000000;
	line-height: 13px;
}
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD_p {
	background-color: #30C1A2;
	border-top: 2px solid #EC6EC0;
	border-bottom: 2px solid #EC6EC0;
	border-left: 10px solid #EC6EC0;
	border-right: 0px solid #EC6EC0;
	color: #FFFFFF;
	line-height: 13px;
	}


/* 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_p {
	background-color: #aca998;
	border-top: 2px solid #EC6EC0;
	border-bottom: 2px solid #EC6EC0;
	border-left: 10px solid #EC6EC0;
	border-right: 0px solid #EC6EC0;
	cursor: pointer;
	color: #FFFFFF;
	line-height: 13px;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD_p {
	background-color: #FFFFFF;
	width: 20px;
	}

/* the table cell that holds the name of the control */
.dpTitleTDTitle_p {
	background-color: #FFFFFF;
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD_p {
	background-color: #FFFFFF;
	padding-left: 7px;
	padding-right:7px;
	cursor: pointer;
	width: 10px;
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD_p {
	border: 0px solid #FFFFFF;
	text-align: left;
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD_p {
	background-color: #EC6EC0;
	border-top: 2px solid #EC6EC0;
	border-bottom: 2px solid #EC6EC0;
	border-left: 10px solid #EC6EC0;
	border-right: 0px solid #EC6EC0;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	}

.dpDayTDRight_p
{
	background-color: #EC6EC0;
	border: 1px solid #EC6EC0;
	border-right: 5px solid #EC6EC0;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
}
/* additional style information for the text that indicates the month and year */
.dpTitleText_p {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	width: 30px;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlight_p {
	color: FFFFFF;
	/*font-weight: bold;*/
	}


/* the forward/backward buttons at the top */
.dpButton_p {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton_p {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

.dpGreenSaperator_p {
	height:03px;
	background: #96c61a;
	padding: 0px;
}

.dpPurpleSeparator_p {
	height:1px;
	background: #EB71BE;
	padding: 0px;
	padding-right:10px;
}


.dpWhiteSeparator_p 
{
	height:1px;
	background: #ffffff;
	padding: 0px;
}
.dtMarqeeLine_p {
	height: 16px;
	border: 0px;
	padding: 0px;
	background: #FFFFFF;
}

.dtBlackLine_p {
	height: 6px;
	background: #ec6ec0 repeat;
	width:100%;
	/*border-right: 0px;
	padding-right: 0px;
	border-top: 0px;
	margin-top: -2px;
	padding-left: 0px;
	background: #ec6ec0;
	padding-bottom: 0px;
	border-left: 0px;
	padding-top: 0px;
	border-bottom: 0px;
	height: 6px;*/
	border-right:10px solid #EB71BE !important;
}

.spacerTD_p
{
	width: 0.45pc;
	background-color: #EC6EC0;
}
.dpTable_p tr td:first-child 
{
	border-right:10px solid #EC6EC0;
}
.dpTodayButtonTD_p tr td:first-child , dpTodayButtonTD_p tr:first-child td
{
	border-right:0px solid #ffffff !important;
}
.dpTodayButtonTD_p , .dpWhiteSeparator_p , .dpPurpleSeparator_p
{
	border-right:0px solid #ffffff !important;
}
/*.dpTable_p tr:last-child
{
	margin-top:-2px;
	border-right:10px solid #EC6EC0;
}*/
dpTable_p tr:last-child
{
	margin-bottom:20px;
	border-bottom:20px solid #EC6EC0 !important;
}
