.calendar_button
{
	border:none;
	cursor:pointer;
}

.picker
{
  background-color: #FFFFFF;
  border: 1px gray solid;
  font-size: 12px;
  font-weight: bold;
  font-family: "Verdana",monospace;
  padding: 2px;
  cursor: pointer;
}

.dayheader
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	background-color: #e0dfe3;
	background-image: url(Imagencalendar/dayheader_bg.gif);
	height: 24px;
	text-align: center;
	cursor: default;
}

.headercalendar
{
	background-color: #BAC1B0;
	background-image: url(Imagencalendar/title_bg.gif);
	color: white;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana;
	text-align: left;
	padding: 4px;
	vertical-align: middle;
	height: 22px;
}

.headerbutton
{
	font-size:10pt;
	padding-left:5px;
	padding-right:5px;
}

.footercalendar
{
	background-color: #BAC1B0;
	background-image: url(imagencalendar/title_bg.gif);
	background-position: 0px 1px;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana;
	text-align: right;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 0px;
	height: 25px;
}

.footer TD
{
	color:white;
	font-size:10pt;
	font-weight:bold;
	font-family:Verdana;
}

.buttoncalendar
{
	background-color:#E0DFE3;
	background-image:url(imagencalendar/dayheader_bg.gif);
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:#333333;
	vertical-align:middle;
}

.calendar
{
	border-width:1px;
	border-style:solid;
	border-color:#57566F;
	cursor:default;
}

.nextprev
{
	padding:0px;
	width:31px;
	height:30px;
	cursor:pointer;
}

.day
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	text-align:center;
	color:#57566F;
	background-color:white;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #F6F6F6;
	border-right:1px solid #F6F6F6;
	height:31px;
	width:31px;
	cursor:pointer;
}

.othermonthday
{
	color:#B2B1CA;
}

.selectedday
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	color:black;
	background-color:#FFEEC2;
	border:1px solid #57566F;
	cursor:default;
}

.dayhover
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	text-align:center;
	color:#57566F;
	background-color:white;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #F6F6F6;
	border-right:1px solid #F6F6F6;
	height:31px;
	width:31px;
	cursor:pointer;

	text-decoration:underline;
}

.othermonthdayhover
{
	color:#B2B1CA;

	text-decoration:underline;
}

.selecteddayhover
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	color:black;
	background-color:#FFEEC2;
	border:1px solid #57566F;
}

.containercalendar
{
	margin:5px;
	padding: 3px px 5px 20px;
	border:1px solid #999999;
	background-color:#F2F2F2;
}

#cal_Theme1 td
{
    height:17px;
   padding-left:0px;
}
 
.cal_Theme1 .ajax__calendar_container   {
    background-color: #e2e2e2;   
    border:solid 1px #cccccc;  
}  
  
.cal_Theme1 .ajax__calendar_header  {  
    background-color: #ffffff;   
    margin-bottom: 4px;  
}  
  
.cal_Theme1 .ajax__calendar_title,  
.cal_Theme1 .ajax__calendar_next,  
.cal_Theme1 .ajax__calendar_prev    {  
    color: #004080;   
    padding-top: 3px;  
}  
  
.cal_Theme1 .ajax__calendar_body    {  
    background-color: #e9e9e9;   
    border: solid 1px #cccccc;  
}  
  
.cal_Theme1 .ajax__calendar_dayname {  
    text-align:center;   
    font-weight:bold;   
    margin-bottom: 4px;   
    margin-top: 2px;  
}  
  
.cal_Theme1 .ajax__calendar_day {  
    text-align:center;  
    
}  
  
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,  
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,  
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,  
.cal_Theme1 .ajax__calendar_active  {  
    color: #004080;   
    font-weight: bold;   
    background-color: #ffffff;  
}  
  
.cal_Theme1 .ajax__calendar_today   {  
    font-weight:bold;  
}  
  
.cal_Theme1 .ajax__calendar_other,  
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,  
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {  
    color: #bbbbbb;  
}  
