@charset "utf-8";
/* CSS Document */
#calendarholder  {
	width: 910px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#calendarcont  {
	width: 910px;
	text-align: center;
	/*padding-left: 3px;*/
}
.calbox {
	width: 130px;
	height: 148px;;
	display: inline;
	float: left;
	font-size: 10px;
	text-align: center;
	margin:0px;
	background-image: url(/themes/mmm/images/calendar_weekday_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;	/*border: 1px solid #000000;*/
}
.mo  {
     width: 40px;
	 margin-left:10px;
	 padding-top: 14px;
	 float: left;
	 text-align:left;
	 display: inline;
	 font-size: 11px;
	 font-weight: bold;
}
.day  {
     width: 40px;
	 margin-right:10px;
	 padding-top: 14px;
	 float: right;
	 text-align:right;
	 display: inline;
	 font-size: 11px;
	 font-weight: bold;
}
.sname {
	font-size: 10px;
	text-align: center;
	display: inline;
	width: 75px;
	height: auto;
}
.udname {
	font-size: 10px;
	font-weight: bold;
	color: #2c83ae;
	text-align: left;
	display: block;
	width: 100px;
	height: auto;
	margin-top: 2px;
	margin-bottom: 1px;
	white-space: normal;
	float: right;
}
.girlpic100  {
	border: 1px solid #9933cc;
	margin-top: 10px;
}
.iconsbox  {
	width: 20px;
	margin: 0px;
	float: left;
	padding-left: 6px;
}
.icon  {
	float: left;
	height: 20px;
	width: 20px;
	margin: 0px;
	padding: 0px;
}
#calendarLegend  {
	padding: 0px;
	height: 20px;
	width: 366px;
}
