﻿.modalBackground {
 background-color:Gray;
 filter:alpha(opacity=70);
 opacity:0.7;
}

.modalPopup {
 background-color:White;/*#F0E5B4;*/
 border-width:3px;
 border-style:solid;
 border-color:Gray;
 padding:3px;
 /*min-height:650px;
 min-width:950px;
 max-height:650px;*/
 height:650px;
 width:950px;
 text-align:left;
 overflow:auto;
 vertical-align:text-top;
 position:fixed;
}

.ajax__calendar_container {
background-color:#F0E5B4;
min-width:210px;
min-height:160px; 	
}
.ajax__calendar_days
{
	min-width: 210px;
	min-height:160px;
}
.ajax__calendar_body
{
	min-width: 210px;
	min-height:160px;

}
.ajax__calendar_footer
{
	display:none;
}
