@charset "utf-8";
/* CSS Document */
#calendarBox  {
	width: 976px;
	height: 700px;
	padding-top: 5px;
	background-image: url(/themes/templates/images/updates_bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#calendarBox h2 {
	width: 960px;
	height: 40px;
	background-image: url(/themes/templates/images/top_header_bg_1.gif);
	background-position: center top;
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	text-align: left;
}
#calendarBox h2 span {
	display: none;
}
#calendarBox #calendarContent  {
	width: 950px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#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/templates/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;
}
