/* 
    Document   : calendar
    Created on : Nov 12, 2008, 2:43:10 PM
    Author     : valen333
    Description:
        Purpose of the stylesheet follows.
*/

/* 
 Css for little calendar drawn on frontpage and everywhgere else
*/


#eventsCalendar{
    

  position:relative; 
  top: 0px;  
  left: 0px;
}

#calendar {

 
  
}
.noTDEvent{
    
    opacity:.4;  
    filter:alpha(opacity=40);
    
}
.TDEvent{
    
    opacity:1;  
    filter:alpha(opacity=100);
    
}

#calendar a:link{
    

    color: #FFFFFF;
    text-decoration: none;
}


#calendar a:visited {
      

	text-decoration: none;
	color: #FFFFFF;
}

#calendar a:hover {
    

	text-decoration: none;
	color: #A46313;
}

#calendar a:active {
    

	text-decoration: underline;
	color: #A46313;
}
