
/* the div that holds the date picker calendar */
.dpDiv2 {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
/*	color: #999999;
	background-color: transperant;*/
	 background-image: url(calender_img/upcoming_calender_bg.gif);
     background-repeat: no-repeat;
	/*border: 1px solid #AAAAAA;
	border: 3px;
	border-color:red; */ 
	width: 245px;
	height: 176px;
/*	border: 0px solid #FFFFFF;*/
	}
	
.asif2
{
color: #999999;
height: 60px;

}

/* a table row that holds date numbers (either blank or 1-31) */
.dpTR2 {
}

.main_td
{
  text-align:center;
  vertical-align:top;
}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR2 {
	/*background-color: #3399FF;
	 background-image: url(images/1tbl-l-m-01.jpg);
	 background-image: url(calender_img/cal_top_cut.gif); */
	 height:18px; 
	 width: 260px;
	 
}
.table3
{
height:2px;
}
	.monthCol2
	{
	color:#ffffff;
	height:7px;
	vertical-align:top;
	padding-top:0px;
	}
	.Spa2
	{
	/*padding-left: 12px;
	padding-top: 0px;*/
	vertical-align:bottom;
	height:50%;
	}
	.color
	{
		font-family: Georgia;
		font-size:12px;
		font-weight: bold;
		cursor:pointer;
		vertical-align:bottom;
		padding-top:6px;
	}
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR2 {
		/*border: 3px transperant;
				border: 1px solid #AAAAAA;*/
width:200px;				
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR2 {
		/*border: 3px transperant;
				border: 1px solid #AAAAAA;*/
	}
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD2 {
width : 2px;
height: 12px;
text-align: center;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD2 {
	background-color: #3399FF;
	/*border: 3px transperant;
	border: 0px solid #AAAAAA; */
	color: #FFFFFF;
	text-align: center;

	}
.dpDayHighlightTD4 {
	
	background-color:#FF0000;
	/*border: 3px transperant;
	border: 0px solid #AAAAAA; */
	color: #FFFFFF;
	text-align: center;

	}
	
	.dpDayHighlightTD14 {
	/*border: 3px transperant;
	border: 0px solid #AAAAAA; */
	color: #666666;
	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) */
.dpTDHover12 {
	/*background-color: #66CCFF;
	border: 0px solid #888888;*/
	
	cursor:pointer;
	background-color: #66CCFF;
	color:#000000;
	text-align: center;

	}
.dpTDHover4 {
	/*background-color: #66CCFF;
	border: 0px solid #888888;*/
	cursor:pointer;
	background-color: #66CCFF;
	color:#FFFFFF;
		text-align: center;

	}

/* the table cell that holds the name of the month and the year */
.dpTitleTD2 {
	 height:0px;
	 width: 326px;
		cursor:pointer;
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD2 {
	/*border: 2px solid #AAAAAA;
	background-color: #aaaaaa;*/
		cursor:pointer;
	height:0px;
	background-image:url(images/add_to_cart_hover.gif);
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD2 {
	 width:260px;
		cursor:pointer;
	background-image:url(images/add_to_cart_hover.gif);
	/*border: 1px solid #AAAAAA;*/
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD2 {
	background-color: #ffffff;
	/*border: 1px solid  #66CCFF;*/
	font-weight: bold;
	color: #737373;
    width : 0px;
	height: 0px;
	/*padding-right:12px;*/
	}

/*.........neelam created......................*/
.dpDayTD3 {
	color:#b90000;
	/*border: 1px solid #66CCFF;*/
	font-weight: bold;
	height:0px;
	width: 2px;
	}

/* additional style information for the text that indicates the month and year */
.dpTitleText2 {
	font-size: 16px;
	color: #ffffff;
	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) */ 
.dpDayHighlight2 {
	
	font-weight: bold;
	text-align:center;
	}


/* the forward/backward buttons at the top */
.dpButton2 {
	font-family: Georgia;
	font-size:12px;
	color: #ffffff;
	font-weight: bold;
	border: 0px;
	padding-top:0px;
	padding-left: 0px;
		cursor:pointer;
    background:transparent;

	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton2 {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	/*color: gray;*/
	background: #ffffff;
	border: 0px;
	font-weight: bold;
		cursor:pointer;
	}
