/* singapore design by Uli Sobers::                        www.free-templates-sobers.de */
/* calendar formattings /                 calendar script by   http://derletztekick.de  */
/* //////////////////////////////////////////////////////////////////////////////////// */
#calendar{
  width:                          400px;
  height:                         auto;
  font-family:                    verdana, arial, helvetica, sans-serif;
  text-align:                     left;
	border-top:                     1px dotted #DCDCDC;
  padding:                        8px 0 0  0;
  }

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

#calendar table thead th{
	color:                          #FFF;
	font-size:                      0.90em;
	font-weight:                    bold;
	text-align:                     center;
  }
	
#calendar table thead th.weekday{
	color:                          #FFF;
	font-size:                      0.7em;
	font-weight:                    bold;
	text-align:                     center;
	}
  	
#calendar table thead th.weekend{
	color:                          #F00;
	font-size:                      0.7em;
	font-weight:                    bold;
	text-align:                     center;
	}
  	
#calendar table tbody td{
	color:                          #FFF;
	font-size:                      0.8em;
	font-weight:                    normal;
	text-align:                     center;
	padding:                        2px 5px 2px 5px;
  }
	
#calendar table tbody td.weekend{
	color:                          #F00;
	/*  color:                          #a4c31a; */
  font-weight:                    bold;
	}
	
#calendar table tbody td.today{
	color:                          #0F0;
	background-color:               #FFF;
	}


