/*  3 lines(c) design by Uli Sobers::                      www.free-templates-sobers.de */
/* calendar formattings ////              calendar script by   http://derletztekick.de  */
/* //////////////////////////////////////////////////////////////////////////////////// */

#calendar{
  font-family:                    verdana, arial, sans-serif, 'microsoft sans serif';
  text-align:                     left;
	border-top:                     1px dotted #DCDCDC;
  padding:                        8px 0 0 2px;
  }

#calendar table{
  border-collapse:                collapse;
  padding:                        0 0 0 0;
  }

#calendar table thead th{
  color:                          #a0a0a0;
  font-size:                      0.65em;
  font-weight:                    bold;
  text-align:                     center;
  }
	
#calendar table thead th.weekday{
  color:                          #a0a0a0;
  font-size:                      0.65em;
  font-weight:                    bold;
  text-align:                     center;
	}
  	
#calendar table thead th.weekend{
  color:                          #fe941d;
  font-size:                      0.65em;
  font-weight:                    bold;
  text-align:                     center;
	}
  	
#calendar table tbody td{
  color:                          gray;
  font-size:                      0.65em;
  font-weight:                    normal;
  text-align:                     center;
  padding:                        1px 3px 1px 3px;
  }
	
#calendar table tbody td.weekend{
  color:                          #fe941d;
  font-weight:                    bold;
	}
	
#calendar table tbody td.today{
  color:                          #090909;
  background-color:               #dcdcdc;
	}

