/* calendar styles */
.calendar_wrap input[type="text"]{
	width: 178px;
}

#calendar_div {
	display: none;
	border: 1px solid #777;
	z-index: 10000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}
#calendar_div a {
	cursor: pointer;
	cursor: hand;
}
button.calendar_trigger {
	width: 25px;
}
img.calendar_trigger {
	margin: 2px;
	vertical-align: middle;
}
#calendar_control, #calendar_links, #calendar, #calendar_time {
	clear: both;
	float: left;
	width: 185px;
	color: #fff;
}

#calendar_header{
	float: left;
	width: 150px;
	color: #fff;
}
#calendar_control {
	background-image: url(images/myqueriesbg.png);
	background-position: left -7px;
	color: #FFFFFF;
	font-weight: normal;
}

#calendar_links {
	background-image: url(images/myqueriesbg.png);
	background-position: left -7px;
	color: #FFFFFF;
	font-weight: normal;
}

#calendar_control a, #calendar_links a {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
	color: #eee;
	padding: 2px 5px;
}
#calendar_control a:hover {
	background: #ddd;
	color: #333;
}
/* #calendar_links a:hover, .calendar_titleRow a:hover {
	background: #ddd;
	color: #333;
} */
#calendar_clear{
	float: left;
}
#calendar_prev {
	float: left;
}
#calendar_current {
	float: left;
	width: 35%;
	text-align: center;
}
#calendar_close{
	float: right;
}

#calendar_next {
	float: right;
}
#calendar_header {
	background-image: url(images/myqueriesbg.png);
	background-position: left -7px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

#calendar_time {
	background-image: url(images/myqueriesbg.png);
	background-position: left -7px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
#calendar_header select, #calendar_time select {
	background-color: #ffffff;
	font-weight: bold;
	width: auto;
}
#calendar {
	background: #FFFFFF;
	text-align: center;
}
#calendar a {
	width: 100%;
	display: block;
}
/* #calendar a:hover {
	color: #eee;
} */
/* #calendar .calendar_titleRow a:hover {
	color: #000;
} */
#calendar .calendar_daysRow {
	padding: 1px;
}
 #calendar .calendar_daysCell {
	padding: 1px 2px;
}

#calendar .calendar_daysCell a  {
	background: #DFEFFC url(images/ui-bg_glass_85_dfeffc_1x400.png) repeat-x
		scroll 50% 50%;
	border: 1px solid #C5DBEC;
	color: #2E6E9E;
	font-weight: bold;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	text-align: center;
}
#calendar .calendar_daysCell a:hover {
	border: 1px solid #79b7e7;
	background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50%
		repeat-x;
	font-weight: bold;
	color: #1d5987;
	outline: none;
}

#calendar #calendar_today a{
	background: #DFEFFC url(images/ui-bg_flat_0_aaaaaa_40x100.png) repeat-x
		scroll 50% 50%;
	border: 1px solid #C5DBEC;
	color: #2E6E9E;
	font-weight: bold;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	text-align: center;
}

#calendar #calendar_currentDay a {
	border: 1px solid #79b7e7;
	background: #d0e5f5 url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50%
		repeat-x;
	font-weight: bold;
	color: #1d5987;
	outline: none;
}
#calendar_cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -1px; /*must have*/
    left: -1px; /*must have*/
    width: 300px; /*must have to match width and borders*/
    height: 300px; /*must have to match maximum height*/ 
}
