/* This is a very basic stylesheet for the date-picker. Feel free to create your own. */
.datePicker
        {
		border:1px solid #111;
        position:absolute;
        min-width:10em;
        z-index:9999;
        text-align:center;
       /* font:900 0.8em/0.8em Verdana, Sans-Serif;*/
		font:100 0.8em/0.8em Verdana, Sans-Serif;
        background:transparent;
		
        }
.iehack
        {
        position:absolute;
        background:#fff;
        z-index:9998;
        padding:0;
        border:0;
        display:none;
        }
.date-picker-control
        {
        border:0 none;
        padding:0;
        margin-left:4px;
        background:transparent url(../img/Calendar_scheduleHS.png) no-repeat 0 0;
        width:16px;
        height:16px;
		margin-top:0em;
        vertical-align:top;
        cursor:pointer;
        margin-top:8px;
        }
.datePicker th button
        {
        display:inline;
        padding:0;
        margin:0;
        color:#000;
        height:1em;
        width:0.9em;
        line-height:0.8em;
        border-width:0;
        /*font-family: georgia, times new roman, palatino, times, bookman, serif;*/
		font-family: Arial,Verdana;
        background:transparent;
        font-weight: bold;
        cursor:pointer;
        }
.datePicker th button:active,
.datePicker th button:focus,
.date-picker-control:active,
.date-picker-control:focus
        {
        outline:none;
        }
.datePicker th button.prev-but
        {
        text-align:left;
        }
.datePicker th button.next-but
        {
	font-family: Arial, Verdana;
	font-size: x-small;
	visibility: visible;
	right: 1px;
	letter-spacing: 1em;
	word-spacing: 1em;
	text-align: justify;
	text-indent: 0.7px;
	display: compact;
	white-space: nowrap;
        }
.datePicker th button.fd-day-header
        {
        text-align:center;
        margin:0 auto;
        font:700 1em Verdana, Arial;
		height:auto;
        width:auto;
        text-decoration:none;
        line-height:1.4em;
        }
.datePicker table
        {
        position:relative;
        margin-top:2px;
        padding:0;
        border:1px solid #ccc;
       /* background:#fff url(http://reliancehomefinance.com/css/media/gradient-e5e5e5-ffffff.gif) repeat-x 0 -20px;*/
	   background:#fff url(http://reliancehomefinance.com/img/gradient-e5e5e5-ffffff.gif) repeat-x 0 -5px;
        text-align:center;
        }
.datePicker table td
        {
        border: 1px solid #ccc;
        padding:0.6em 0.4em 0.3em 0.5em;
		/*padding:0.6em 10px 5px 5px;*/
        /* Opera requires a line-height bigger than 1em in order to redraw properly */
        /*line-height:1.2em;*/
		line-height:0.2em;
        cursor:default;
        background:#fff url(http://reliancehomefinance.com/img/gradient-e5e5e5-ffffff.gif) repeat-x 0 -50px;
		font-family:Arial, Verdana;
		font-size:x-small;
        }
.datePicker table th
        {
        border:0 none;
        padding:0;
        line-height:1em;
        font-weight:bold;
        color:#222;
        text-align:center;
        }
.datePicker table th.date-picker-day-header
        {
        text-transform:UPPERCASE;
		font-size:x-small;
        /*cursor:help;*/
        }
		.datePicker table th.title-bar
        {
        
		font-size:x-small;
        /*cursor:help;*/
		
        }
.datePicker table td.date-picker-today
        {
       	border:1;
        background:#fff url(http://reliancehomefinance.com/img/bg_header.jpg) no-repeat 0 0;
        cursor:pointer;
        }
.datePicker table td.date-picker-selected
        {
        background:#fff url(http://reliancehomefinance.com/img/bullet2.gif) no-repeat 0 0;
        /*color:rgb(100,130,170);*/
		color:#3420EE;
        }
td.date-picker-highlight
        {
        color:#FF0000 !important;
        }
.datePicker table td.out-of-range
        {
        color:#ccc !important;

        }
.datePicker table td.date-picker-hover
        {
        background:#fff url(http://reliancehomefinance.com/img/bg_header.jpg) no-repeat 0 0;
        cursor:pointer;
        color:rgb(100,130,170);
        }
/* Remove the images for Internet Explorer */
* html .datePicker table td.date-picker-today,
* html .datePicker table td.date-picker-selected,
* html .datePicker table td.date-picker-hover,
* html .datePicker table td
        {
        background-image:none;
        }
* html .datePicker table td.date-picker-hover
        {
        /*border-color:rgb(100,130,170);*/
        }