.datePicker { font-size: 1.2em; position: absolute; text-align: center; width: 14em; z-index: 9999; }

/* The iframe hack to cover selectlists in Internet Explorer <= v6 */
.iehack { border: 0; padding: 0; position: absolute; background: #fff; z-index: 9998; display: none; }

/* Calendar icon */
.date-picker-control {
	background: transparent url(../images/icon-cal.gif) no-repeat 0 0;
	border: 0;
	cursor: pointer;
	height: 15px;
	width: 16px;
	margin-top: 5px;
}

.date-txt
{
    width: 88%;
    float: left;
    border: 1px solid #5c94ce;
}

.datePicker table {
	background: #fff;
	border-collapse: collapse;
	empty-cells: show;
	font-size: 0.8em;
	position: relative;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}

.datePicker thead tr { background: #2e4153 url(../images/cal-bg-header.gif) repeat-x 0 0; }
.datePicker td, .datePicker th { border: 1px solid #1f5271; }

.datePicker th button {
	background: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline;
	font-weight: bold;
	height: 1em;
	line-height: 0.8em;
	margin: 0;
	padding: 0;
	width: 0.8em;
}
.datePicker th button: active,
.datePicker th button: focus,
.date-picker-control: active,
.date-picker-control: focus {
	outline: none;
}

.datePicker th button.prev-but, .datePicker th button.next-but { font-size: 1.3em; text-align: center; }

/* The mon, tue, wed etc day buttons */
.datePicker th button.fd-day-header {
	height: auto;
	line-height: 1.4em;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	width: auto;
}

/* Common TD & TH styling */
.datePicker table td {
	background: #fff;
	cursor: default;
	/* Opera requires a line-height bigger than 1em in order to redraw properly */
	line-height: 1.2em;
	padding: 0.6em 0.5em 0.5em 0.5em;
}

.datePicker table th {
	border: 0;
	color: #fff;
	font-weight: normal;
	line-height: 1em;
	padding: 0.2em;
	text-align: center;
	vertical-align: middle;
}

.datePicker table th button { font-weight: normal; }

/* The "mon tue wed etc" day header button styles */
.datePicker table th.date-picker-day-header { font-size: 0.9em; text-transform: uppercase; cursor: help; }

/* The "todays date" style */
.datePicker table td.date-picker-today {  }

/* The "selected date" style */
.datePicker table td.date-picker-selected-date { color: #333 !important; border-color: #333 !important; }

/* the "highlight days" style */
td.date-picker-highlight {  }

/* The date "out of range" style */
.datePicker table td.out-of-range {
	background: transparent !important;
	color: #ccc !important;
	cursor: default !important;
	font-style: oblique;
}

/* The "disabled days" style */
.datePicker table td.day-disabled {
	background: transparent !important;
	color: #aaa !important;
	cursor: default !important;
}

/* The "active cursor" style */
.datePicker table td#date-picker-hover {
	background: #505050;
	color: #fff;
	cursor: pointer;
}

/* Remove the images for Internet Explorer <= v6 using the "* html" hack */
* html .datePicker table td.date-picker-selected,
* html .datePicker table td.date-picker-hover,
* html .datePicker table td {
	background-image: none;
}
