body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: .8em;
	}

/* 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: 12px;
	text-align: center;
/*	color: #999999;
	background-color: transperant;*/
	 background-image: url(calender_img/BG.gif);
     background-repeat: no-repeat;
	/*border: 1px solid #AAAAAA;
	border: 3px;
	border-color:red; */ 
	width: 326px;
	/*border: 0px solid #FFFFFF;*/
	}
	
.asif
{
color: #999999;
height: 180;
/*background-color: transperant;
//border-color:red;*/
}

/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
background-color: transperant;
}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	/*background-color: #3399FF;
	 background-image: url(images/1tbl-l-m-01.jpg);
	 background-image: url(calender_img/cal_top_cut.gif); */
	 height: 70px;
	 width: 326px;
}
	.monthCol
	{
	color:#ffffff;
	}
	.Spa
	{
	padding-left: 18px;
	
	}
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
		/*border: 3px transperant;
				border: 1px solid #AAAAAA;
width:200;	*/			
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
		/*border: 3px transperant;
				border: 1px solid #AAAAAA;*/
	}
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
width : 5px;
height: 15px;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #3399FF;
	/*border: 3px transperant;
	border: 0px solid #AAAAAA; */
	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: #66CCFF;
	border: 0px solid #888888;
	
	cursor: hand;*/
	background-color: #66CCFF;
	color: #ffffff;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	 height: 35px;
	 width: 326px;
	 /*cursor: hand;*/
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	/*border: 2px solid #AAAAAA;
	background-color: #aaaaaa;*/
	 width: 326px;
	 height:10px;
	/* cursor: hand;
*/
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	 width: 326px;
	/* cursor: hand;*/
	background-color: #ffffff;
	/*border: 1px solid #AAAAAA;*/
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #ffffff;
	/*border: 1px solid  #66CCFF;*/
	font-weight: bold;
	color: #737373;
    width : 2px;
	height: 2px;
	padding-right:12px;
	}
	.paddi
{ 
padding-top:6px;
}
/*.........neelam created......................*/
.dpDayTD2 {
	color:#b90000;
	/*border: 1px solid #66CCFF;*/
	font-weight: bold;
	height:8px;
	width: 2px;
	}

/* additional style information for the text that indicates the month and year */
.dpTitleText {
	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) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	font-weight: bold;
	border: 0px;
	padding-top: 28px;
	padiing-left: 0px;
		cursor : hand;
background:transparent;	
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	/*color: gray;*/
	background: #ffffff;
	border: 0px;
	font-weight: bold;
	cursor : hand;
	}
