
.calendar_frame	{z-index: +900;
		 position: absolute;
		 visibility: hidden;
		 width: 220px;
		 height: 150px;
		 border: 0px;
		 color: #454545;
		 }

div.calendar {z-index: +999;
   	      position: absolute;
	      visibility: hidden;
	      width: 240px;
 	      background-color: #FFFFFF;
              padding: 4px 4px 4px 4px;
 	      border: 1px solid #dedede;
              }

div.calendar_today {width: 218px;
           font-family: tahoma, verdana, arial;
	   padding: 2px 0 2px 0;
	   border: 1px solid #f0f0f0;
	   background-color: #f7f7f7;
           text-align: center;
	   float: left;
	   }

div.calendar_top {  background-color: #f7f7f7;
                    float: left;
                    width: 197px;
                    padding: 1px 0 1px 0;
                    border: 1px solid #f0f0f0;
                    }

div.calendar_content { background-color: #FFFFFF;
                       float: left;
	   padding: 10px 0 10px 0;
                       }
                       
div.close { float: left; 
            padding-left: 4px;}
            
div.select {z-index: +999;
            position: absolute;
            visibility: hidden; 
            }
            
span.color {color: #454545;}

span.color_week {color: #d70c24;}

span.month { cursor: pointer;
             padding: 0 0 0 6px;}

span.year { cursor: pointer;
            padding: 0 0 0 6px;}

table.select_month { border: 1px solid #f0f0f0;
                     width: 70px;
                     background-color: #f7f7f7;
                     text-align: left;
                     }

table.select_year { border: 1px solid #f0f0f0;
                    width: 40px;
                    background-color: #f7f7f7;
                    text-align: center;
                    }