/*PHP Calendar StyleSheet*/
.month_title {
  text-align: center;
  font-weight:bold;
  margin: 0px 2% 5px 2%;
  padding: 0;
  border: 1px solid #333333;
  width:94%;
  height:32px;
}

.month_name {
  float: left;
  width: 60%;
  padding:7px 0 0 0;
}


A.month_move:link {color:#333333; font-family:Arial, Helvetica, sans-serif; font-size: 24px; text-decoration: none; float: left; width: 20%; font-weight: 400; padding:0;} 
A.month_move:visited {color: #333333; font-family:Arial, Helvetica, sans-serif; font-size: 24px; text-decoration: none; float: left; width: 20%; font-weight: 400; padding:0;} 
A.month_move:hover {color:#ac5c2f; font-family:Arial, Helvetica, sans-serif; font-size: 24px; text-decoration: none; float: left; width: 20%; font-weight: 400; padding:0;} 
A.month_move:active {color:#333333; font-family:Arial, Helvetica, sans-serif; font-size: 24px; text-decoration: none; float: left; width: 20%; font-weight: 400; padding:0;}

A.day_view:link {color:#333333; font-size: 15px; text-decoration: none; font-weight: 400} 
A.day_view:visited {color: #333333;  font-size: 15px; text-decoration: none; font-weight: 400} 
A.day_view:hover {color:#990000;  font-size: 15px; text-decoration: underline; font-weight: 400} 
A.day_view:active {color:#333333;  font-size: 15px; text-decoration: none; font-weight: 400}


.calendarItemsOuter{
	text-align: center;
	margin:0 2.5% 0 2.5%;
	width:95%;
	
	
}

.week_day {
  float: left;
  width: 12.2%;
  font-size: 10px;
  background-color: #666666;
  color: #FFFFFF;
  text-align: center;
  padding: 4px 0 0 0;
  margin: 3px 0.6% 5px 0.6%;
  border: 1px solid #666666;
}



.no_day {
  float:left;
  width: 14%;
  height: 28px;
  margin-bottom:3px;
}
.day, .day_today {
	color:#999999;
  float:left;
  width: 12.2%;
  height: 22px;
  border: 1px solid #999999;
  background-color: #EEEEEE;
  margin: 0.6%;
  margin-bottom:4px;
  padding: 1px 0 0 0;
  font-family: Arial;
  text-align: center;
}
.day_today {
  border: 1px solid #CC0000;
  font-weight: bold;
  width: 12.2%;
}
.r {
	border: 0 none;
	margin: 0;
	padding: 0;
	clear: both;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0; 
}
