 /*-- CALENDAR CSS --*/
 
 .calendar {
    width:560px;
    border-right:1px solid #999;
    border-top :1px solid #999;    
  }
  .calendar_cell {
    width: 79px;
    height:79px;
    border-bottom:1px solid #999;
    border-left:1px solid #999;
    float:left;
    overflow:hidden;
    font-size:10px;
  }
  .calendar_cell_blank {
    background-color:#eee; 
  }
  .calendar_daynumber {
    margin-top:0px;
    margin-bottom:1px;
    margin-right:4px;
    font-size: 11px;
    text-align: right;
   /* width:121px; */
    color:#333;
  }
  
.calendar_controls{
  display:block;
  margin-top:8px;
  text-transform:uppercase;
}
.calendar_controls a{
  color:#666;
}
.calendar_controls a:hover{
  color:#000;
  text-decoration:none;
}
  .calendar_next {
    float:right;
    text-align:right;
    width:180px;
    height: 20px;
    padding-right:2px;
  }
  .calendar_title {
     float:left;
     text-align:center;
     width:496px; 
     height: 30px;
  }
  .calendar_prev  {
    float:left;
    text-algin: left;
    width:180px;
    height: 20px; 
    padding-left:2px;   
  }
  
  .calendar_event {
     /*width:400px; */
     margin:2px 4px;
     padding:0px 2px;
     /*background-color:#f5f984; */
     /*border: #ccc 1px solid;*/
     color: #666;
     line-height:1.16em;
     cursor:pointer;
  }
  .calendar_title {
     font-size:16px; 
     width:100%;
  }
  .calendar_dow_heading {
    background-color:#fff;
    color:#000;
    height:20px;
    letter-spacing:.5px;
    padding-top:6px;
    text-align:center;
    text-transform:uppercase;
  }
  .calendar_event_time {
     font-weight:bold;
  }
  .calendar_event_name {

  }
  
  .calendar_today {
    background-color:#FFF1D9; 
  }

  .calendar_event_open {
    background-color: #b0d66c;
  }
  .calendar_event_members {
    background-color: #ffd064;
  }
  
  #add_event-container{
border-top:2px solid #ccc;
margin-top:12px;
padding-top:8px;
}


	#dhtmlgoodies_tooltip{
		background-color:#FFF;
		border:1px solid #000;
		position:absolute;
		display:none;
		z-index:20000;
		padding:6px;
		font-size:16px;
		-moz-border-radius:0px;	/* Rounded edges in Firefox */
		font-family: Arial, sans-serif;
		
	}
	#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#555;
		display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:0px;	/* Rounded edges in Firefox */
	}


