/*PHP Calendar StyleSheet*/
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 3px 0 0 15px;
	padding: 0;
  color: #000000;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
.month_title {
  text-align: center;
  font-weight:bold;
  color: #fff;
  margin: 1px 2px;
  padding: 1px 0;
  border: 0px solid #333333;
  background-color: #D0AC41;
      -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(#DEBD49 0%, #642200 100%); 
background-image: -moz-linear-gradient(#DEBD49 0%, #642200 100%); 
background-image: -o-linear-gradient(#DEBD49 0%, #642200 100%); 
background-image: linear-gradient(#DEBD49 0%, #642200 100%);
width: 80%;    
}
.month_name {
  float: left;
  width: 80%;
  font-size: 1.5em;
  padding-top: 8px;
  

}
.month_move {
  float: left;
  width: 20px;
  font-size: 30px;
}
.week_day {
  float: left;
  width: 30px;
  margin: 1px;
  font-size: 14px;
  background-color: #783B0B;
  color: #FFFFFF;
  text-align: center;
  padding: 1px 0;
}
.no_day {
  float:left;
  width: 32px;
  height: 32px;
}
.day, .day_today {
  float:left;
  width: 28px;
  height: 28px;
  border: 1px solid #999999;
  background-color: #D0AC41;
  margin: 1px;
  padding: 4px 0 0 0;
  font-family: Arial;
  text-align: center;
  font-size: 14px;
}
.day_today {
  border: 1px solid #fff;
  font-weight: bold;
  background-color: #9B4D11;
}
.r {
	border: 0 none;
	margin: 0;
	padding: 0;
	clear: both;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0; 
}

