div.monthyearpicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    width: 196px;
    width: 296px;
    height: 47px;
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	display: none;
	z-index: 99999;
}
.monthyearpickerContainer {
	background: #121212;
	position: absolute;
    width: 196px;
	top: 10px;
	left: 10px;
}
.monthyearpickerBorderT {
	position: absolute;
	left: 10px;
	top: 0;
	right: 10px;
	height: 10px;
	background: url(../images/datepicker_t.png);
}
.monthyearpickerBorderB {
	position: absolute;
	left: 10px;
	bottom: 0;
	right: 10px;
	height: 10px;
	background: url(../images/datepicker_b.png);
}
.monthyearpickerBorderL {
	position: absolute;
	left: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(../images/datepicker_l.png);
}
.monthyearpickerBorderR {
	position: absolute;
	right: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(../images/datepicker_r.png);
}
.monthyearpickerBorderTL {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(../images/datepicker_tl.png);
}
.monthyearpickerBorderTR {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(../images/datepicker_tr.png);
}
.monthyearpickerBorderBL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(../images/datepicker_bl.png);
}
.monthyearpickerBorderBR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(../images/datepicker_br.png);
}
.monthyearpickerHidden {
	display: none;
}
div.monthyearpicker table {
	border-collapse:collapse;
}
div.monthyearpicker a {
	color: #eee;
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.monthyearpicker table td {
	text-align: right;
	padding: 0;
	margin: 0;
}
div.monthyearpicker th {
	text-align: center;
	color: #999;
	font-weight: normal;
}
div.monthyearpicker tbody th {
	text-align: left;
}
div.monthyearpicker tbody a {
	display: block;
}
.monthyearpickerDays a {
	width: 20px;
	line-height: 16px;
	height: 16px;
	padding-right: 2px;
}
.monthyearpickerYears a,
.monthyearpickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
td.monthyearpickerNotInMonth a {
	color: #666;
}
tbody.monthyearpickerDays td.monthyearpickerSelected{
    background: #136A9F;
}
tbody.monthyearpickerDays td.monthyearpickerNotInMonth.monthyearpickerSelected {
	background: #17384d;
}
tbody.monthyearpickerYears td.monthyearpickerSelected,
tbody.monthyearpickerMonths td.monthyearpickerSelected{
	background: #17384d;
}

div.monthyearpicker a:hover,
div.monthyearpicker a:hover {
	color: #88c5eb;
}
div.monthyearpicker td.monthyearpickerNotInMonth a:hover {
	color: #999;
}
div.monthyearpicker tbody th {
	text-align: left;
}
.monthyearpickerSpace div {
	width: 20px;
}
.monthyearpickerGoNext a,
.monthyearpickerGoPrev a,
.monthyearpickerMonth a {
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.monthyearpickerGoNext a {
	float: right;
	width: 20px;
}
.monthyearpickerGoPrev a {
	float: left;
	width: 20px;
}
table.monthyearpickerViewDays tbody.monthyearpickerMonths,
table.monthyearpickerViewDays tbody.monthyearpickerYears {
	display: none;
}
table.monthyearpickerViewMonths tbody.monthyearpickerDays,
table.monthyearpickerViewMonths tbody.monthyearpickerYears,
table.monthyearpickerViewMonths tr.monthyearpickerDoW {
	display: none;
}
table.monthyearpickerViewYears tbody.monthyearpickerDays,
table.monthyearpickerViewYears tbody.monthyearpickerMonths,
table.monthyearpickerViewYears tr.monthyearpickerDoW {
	display: none;
}
td.monthyearpickerDisabled a,
td.monthyearpickerDisabled.monthyearpickerNotInMonth a{
	color: #333;
}
td.monthyearpickerDisabled a:hover {
	color: #333;
}
td.monthyearpickerSpecial a {
	background: #700;
}
td.monthyearpickerSpecial.monthyearpickerSelected a {
	background: #a00;
}