/* the div that holds the date picker calendar */
.dpDiv
{
}


/* the table (within the div) that holds the date picker calendar */

.dpTable{background: #f1efef;box-shadow: 4px 4px 4px #535353;  border:1px solid #cccccc; border-radius: 0em 0em 1em 1em; width:270px;  color:#fff; font-weight:bold;font-family:tahoma; padding-bottom:10px;
cursor:pointer;  direction:rtl;
}

/* 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{background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(top,  #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #111111 60%, #1c1c1c 91%, #131313 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#111111 60%,#1c1c1c 91%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#111111 60%,#1c1c1c 91%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
 border-radius: 1em 1em 1em 1em;  height:30px }

/* additional style information for the text that indicates the month and year */
.dpTitleText{font-size: 12px; color: #fff; font-weight: bold; text-align:center;}



/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD{background-color: #cacaca;border: 1px solid #cdcdcd; color: #353c4d;  height:25px; text-align:center;}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD{background-color: #fff;border: 1px solid #cdcdcd; color: #353c4d;height:23px; 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: #537006; border: 1px solid #537006; color:#ffffff; 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
{background-color: #ff372d;border: 1px solid #ff372d;cursor: pointer; color:#ffffff; text-align:center}


/* the table cell that holds the name of the month and the year */
.dpTitleTD{}


/* 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{ text-align:center; padding-bottom:5px; padding-top:5px;}







/* 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
{
height: 20px;
    font-family: tahoma;
    font-size: 11px;
    color: #fff;
    background: url(../Images/btn.gif) repeat-x scroll center center;
    border: 0px solid #808080; cursor:pointer;
}

/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButton{background: rgb(180,227,145); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(180,227,145) 0%, rgb(97,196,25) 50%, rgb(180,227,145) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(180,227,145)), color-stop(50%,rgb(97,196,25)), color-stop(100%,rgb(180,227,145))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(180,227,145) 0%,rgb(97,196,25) 50%,rgb(180,227,145) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(180,227,145) 0%,rgb(97,196,25) 50%,rgb(180,227,145) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(180,227,145) 0%,rgb(97,196,25) 50%,rgb(180,227,145) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(180,227,145) 0%,rgb(97,196,25) 50%,rgb(180,227,145) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 ); /* IE6-9 */
 border:none;
-moz-border-radius:2px; border-radius: 2px; width:60px; height:20px; color:#000; font-weight:bold; font-family:tahoma; font-size:smaller;
cursor:pointer;}

.dpTodayButton1{background: rgb(206,220,231); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(206,220,231) 0%, rgb(89,106,114) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(206,220,231)), color-stop(100%,rgb(89,106,114))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(206,220,231) 0%,rgb(89,106,114) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(206,220,231) 0%,rgb(89,106,114) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(206,220,231) 0%,rgb(89,106,114) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(206,220,231) 0%,rgb(89,106,114) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
 border:none;
-moz-border-radius:2px; border-radius: 2px; width:60px; height:20px; color:#000; font-weight:bold; font-family:tahoma; font-size:smaller;
cursor:pointer;}

.Txtm{ height:25px; border:0px solid #787878 ;background:#fdfafa; padding-right:16px;
 border-radius: 10px; width:160px;  color:#000000; font-weight:bold;font-family:tahoma; padding-left:5px;box-shadow: 1px -1px 3px 0px #c7c7c7;}

