div#calendar {
  width:250px;
  text-align : center;
  background-color:#FFFFFF;
  border:#fff 1px solid;
}
ul#days, ul.weeks {
  list-style-type : none;
  width:250px;
}
ul#days li span {

	font-weight : bold;
	color : #F72802;
	font-size: 10px;
	padding:2px 8px;
}
ul#weeks li p a:link, ul#weeks li p a:visited{ 
  color : #F72802;
  border:none;
}
ul#weeks li p a:hover, ul#weeks li p a:active{
  color : #666;
  text-decoration : none;
  cursor : pointer;
}
#weeks {
	clear:both;
	margin:0;
	padding:0;
	margin-left:8px;}
#weeks li{
	list-style:none;
	}
#weeks li p{
	background-image:url(../images/bg_agenda.jpg);
	float: left;
	padding :1px 1px 0 1px;
	margin:1px;
	width:29px;
	line-height:18px;
	background-color:#FFEFD5;
	background-repeat: no-repeat;
	background-position: center top;
}
#weeks li p a img, #weeks li p img{
	margin: 0 0 0 1px;}

