/* Some resets for compatibility with existing CSS */
.date_selector_v2, .date_selector_v2 * {
font-family:arial;
font-size:10px;
width: auto;
height: auto;
border: none;
margin: 0;
padding: 0;
text-align: left;
text-decoration: none;
}
.date_selector_v2{
width:150px;
height:140px;
margin: 10px 0 0 0;
position: absolute;
z-index: 100000;

}
.date_selector_ieframe_v2 {
position: absolute;
z-index: 99999;
display:none;
}
.date_selector_v2 .month_nav {
margin: 10px 0 5px 0;
color:#fff;
padding: 0;
display: block;
}
.date_selector_v2 .month_name {
font-weight: bold;
line-height: 20px;
display: block;
text-align: center;
}
.date_selector_v2 .month_nav a {
display: block;
position: absolute;
top: 12px;
width: 20px;
height: 20px;
font-weight: bold;
color: #fff;
text-align: center;
font-size: 120%;
overflow: hidden;
}
.date_selector_v2 .month_nav a:hover, .date_selector_v2 .month_nav a:focus {
color: #fff;
text-decoration: none;
}
.date_selector_v2 .prev {
left: 15px;
}
.date_selector_v2 .next {
right: 15px;
}
.date_selector_v2 table {
border-spacing: 0;
border-collapse: collapse;
margin-left:15px;
}
.date_selector_v2 th, .date_selector_v2 td {
width: 2em;
height: 1.4em;
padding: 0;
text-align: center;
}
.date_selector_v2 td {
text-align: center;
white-space: nowrap;
}
.date_selector_v2 td.today {
}
.date_selector_v2 td.unselected_month {
text-align: center;
white-space: nowrap;
}
.date_selector_v2 td.unselected_month a{
display: block;
text-decoration: none !important;
width: 100%;
height: 100%;
color: #bfbfbf;
text-align: center;
	}
.date_selector_v2 td a {
display: block;
text-decoration: none !important;
width: 100%;
height: 100%;
color: #fff;
text-align: center;
}
.date_selector_v2 th{
color: #fff;
}
.date_selector_v2 td.today a {

}
.date_selector_v2 td.selected a {
font-weight: bold;
background:#000 !important;
}
.date_selector_v2 td a:hover {
color: white;
}
.date_selector_v2 .x {
	right:20px;
	margin-top:2px;
	font-size:8px !important;
}
.weekend a{color:#ff0000 !important}
