
.jscalendar-DB-table-style {
    position: relative;
    background-color: pink;
    border: 1px solid #A0A0A0;
    font-family: arial;
    font-size: 11px;
	
	
	opacity:0.95;!important
	-moz-opacity: 0.95;!important
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);!important
	
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	-moz-box-shadow: inset 0px 0px 15px orange;
	-webkit-box-shadow: inset 0px 0px 15px orange;
	box-shadow: inset 0px 0px 15px orange;
	
	-moz-box-shadow: 0px 0px 15px orange;
	-webkit-box-shadow: 0px 0px 15px orange;
	box-shadow: 0px 0px 15px orange;
}

.jscalendar-DB-div-style {
    position: absolute;
    visibility: hidden;
    z-index: 999;
    padding-left: -200;
}

.jscalendar-DB-title-style {
    color: #FFFFFF;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
}

.jscalendar-DB-title-background-style {
    background-color: orange; /*#D53707;*/
}

.jscalendar-DB-title-control-normal-style {
    border: 1px solid #3366FF;
    cursor: pointer;
}

.jscalendar-DB-title-img-normal-style {
    cursor: pointer;
}

.jscalendar-DB-title-control-select-style {
    border: 1px solid #88AAFF;
    cursor: pointer;
}

.jscalendar-DB-title-img-select-style {
    cursor: pointer;
}

.jscalendar-DB-dropdown-style {
    background-color: #FFFFDD;
    border: 1px solid #A0A0A0;
    cursor: pointer;
    font-family: arial;
    font-size: 11px;
}

.jscalendar-DB-dropdown-select-style {
    background-color: #FFCC99;
}

.jscalendar-DB-dropdown-normal-style {
    background-color: inherit;
}

.jscalendar-DB-body-style {
    background-color: orange;
    font-family: verdana;
    font-size: 10px;
}

.jscalendar-DB-current-day-style {
    color: red;
    font-weight: bold;
    text-decoration: none;
}

.jscalendar-DB-end-of-weekday-style {
    color: #909090;
    text-decoration: none;
}

.jscalendar-DB-normal-day-style {
    color: black;
    text-decoration: none;
}

.jscalendar-DB-would-be-selected-day-style {
    background-color: #EEEEEE;
}

.jscalendar-DB-selected-day-style {
    border: 1px solid #A0A0A0;
}

.jscalendar-DB-holiday-style {
    background-color: #FFDDDD;
}

.jscalendar-DB-today-style {
    background-color: #F0F0F0;
    color: black;
    padding: 0;
    text-align: center;
    text-decoration: none;
}

.jscalendar-DB-today-lbl-style {
    padding: 5px;
    text-align: center;
}

.jscalendar-DB-weeknumber-div-style {
    background-color: #D0D0D0;
    padding: 0;
}

.jscalendar-DB-normal-week-style {
    color: black;
    text-decoration: none;
}

.jscalendar-DB-would-be-selected-week-style {
    background-color: #EEEEEE;
}

.nodays{
	font-size:0px;
}


