div.datepicker {
	position: relative;
	font-family: Arial, sans-serif;
	font-size: 11px;
	width: 196px;
	height: 147px;
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	display: none;
	z-index: 9999;
}
.datepickerContainer {
	background: #FFFFFF;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 17em;
	padding: .2em .2em 0;

	border: 1px solid #eeeeee;
	background: #ffffff url(../images/datepick/blitzer/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #333333;
}
.datepickerHeader {
    border: 1px solid #e3a1a1;
    background: #cc0000 url(../images/datepick/blitzer/ui-bg_highlight-soft_15_cc0000_1x100.png) 50% 50% repeat-x;
    color: #ffffff !important;
    font-weight: bold;
    height: 20px;
}
.datepicker-icon-cc0000 {
    width: 16px; height: 16px; background-image: url(../images/datepick/blitzer/ui-icons_cc0000_256x240.png);
}
.datepicker-icon-ffffff {
    width: 16px; height: 16px; background-image: url(../images/datepick/blitzer/ui-icons_ffffff_256x240.png);
}
.datepickerDoW {
    height: 26px;
    color: #333333;
}
.datepickerDoW th { 
    font-size: 13px;
    text-align: center !important;
}
.datepickerBorderT {
	position: absolute;
	left: 10px;
	top: 0;
	right: 10px;
	height: 10px;
/*	background: url(../images/datepicker_t.png); */
}
.datepickerBorderB {
	position: absolute;
	left: 10px;
	bottom: 0;
	right: 10px;
	height: 10px;
/*	background: url(../images/datepicker_b.png); */
}
.datepickerBorderL {
	position: absolute;
	left: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
/*	background: url(../images/datepicker_l.png); */
}
.datepickerBorderR {
	position: absolute;
	right: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
/*	background: url(../images/datepicker_r.png); */
}
.datepickerBorderTL {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
/*	background: url(../images/datepicker_tl.png); */
}
.datepickerBorderTR {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
/*	background: url(../images/datepicker_tr.png); */
}
.datepickerBorderBL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
/*	background: url(../images/datepicker_bl.png); */
}
.datepickerBorderBR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
/*	background: url(../images/datepicker_br.png); */
}
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
}
div.datepicker a {
	color: #eee;
	text-decoration: none;
	outline: none;
}
div.datepicker table td {
	text-align: right;
	padding: 0;
	margin: 0;
}
div.datepicker th {
	text-align: center;
	color: #999;
}
div.datepicker tbody th {
	text-align: left;
}
div.datepicker tbody a {
	display: block;
}
.datepickerDays a {
	width: 23px;
	line-height: 16px;
	height: 16px;
}
.datepickerDays a, .datepickerMonths a, .datepickerYears a   {
	border: 1px solid #d8dcdf;
	background: #eeeeee url(../images/datepick/blitzer/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #004276 !important;
	outline: none;
	padding: 1px;
	margin: 1px;
}
.datepickerDays a:hover, .datepickerMonths a:hover, .datepickerYears a:hover   {
    border: 1px solid #cdd5da;
    background: #f6f6f6 url(../images/datepick/blitzer/ui-bg_highlight-hard_100_f6f6f6_1x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #111111;
    outline: none;
}

.datepickerDays .datepickerSelected a,
.datepickerMonths .datepickerSelected a,
.datepickerYears .datepickerSelected a{
    border: 1px solid #eeeeee;
    background: #ffffff url(../images/datepick/blitzer/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #cc0000;
    outline: none;
}
.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
td.datepickerNotInMonth a {
	color: #666;
	display: none !important;
}
.datepickerWeek a { background-image: none; }
tbody.datepickerDays td.datepickerSelected{
	background: #136A9F;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: none;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
}
div.datepicker a:hover,
div.datepicker a:hover {
	color: #88c5eb;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}
div.datepicker tbody th {
	text-align: left;
}
.datepickerSpace div {
	width: 20px;
}
.datepickerGoNextYear a,
.datepickerGoPrevYear a,
.datepickerGoNextMonth a,
.datepickerGoPrevMonth a,
.datepickerMonth a, .datepickerYear a {
	text-align: center;
	height: 16px;
	line-height: 16px;
	color: #ffffff !important;
	margin: 4px;
}
.datepickerGoNextYear a,.datepickerGoNextMonth a {
    background-position: -48px -192px;
	float: right;
	width: 16px;
}
.datepickerGoPrevYear a,.datepickerGoPrevMonth a {
    background-position: -80px -192px;
	float: left;
	width: 16px;
}
.datepickerGoPrevYear a:hover, .datepickerGoNextYear a:hover, .datepickerGoPrevMonth a:hover, .datepickerGoNextMonth a:hover {
    background-image: url(../images/datepick/blitzer/ui-icons_cc0000_256x240.png);
    background-color: #ffffff;
}

table.datepickerViewMonths .datepickerGoPrevYear a:hover, table.datepickerViewMonths .datepickerGoNextYear a:hover {
    background-image: none;
    background-color: transparent;
}

table.datepickerViewYears .datepickerGoPrevMonth a:hover, table.datepickerViewYears .datepickerGoNextMonth a:hover {
    background-image: none;
    background-color: transparent;
}

table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
table.datepickerViewMonths .datepickerGoPrevYear a,
table.datepickerViewMonths .datepickerGoNextYear a {
    background-image: none;
}
table.datepickerViewYears .datepickerGoPrevMonth a,
table.datepickerViewYears .datepickerGoNextMonth a {
    background-image: none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	opacity: .35; 
	filter:Alpha(Opacity=35);
	background-image: none;
}
td.datepickerDisabled a:hover {
	color: #333;
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}

.datepickerContainer th { cursor: default; }
.datepickerGoPrevYear a, .datepickerGoNextYear a,
.datepickerGoPrevMonth a, .datepickerGoNextMonth a,
.datepickerMonth a, .datepickerYear a
{ cursor: pointer; }
.datepickerDisabled a,
.datepickerViewYears .datepickerGoPrevMonth a,
.datepickerViewYears .datepickerMonth a,
.datepickerViewYears .datepickerGoNextMonth a,
.datepickerViewMonths .datepickerGoPrevYear a,
.datepickerViewMonths .datepickerYear a,
.datepickerViewMonths .datepickerGoNextYear a
{ cursor: default; }
.datepicker-calendar { margin-left: 9px; }

/* Corner radius */
.corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; }
.corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
.corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.corner-bottom { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.corner-right {  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.corner-left { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
.corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; }

.datepicker-disableInput {
    opacity: .35;
    filter:Alpha(Opacity=35);
}