
.pc_header_left {
    float:left; width:200px;
    text-align:left;
}
.pc_month,.pc_year {
    font-size:23px; font-weight:bold; padding-left:10px;
}
.pc_header_right {
    float:right; width:200px;
    text-align:right;
}
.pc_clear {
    clear:both;
}
.pc_button {
    cursor: pointer;
    display: inline-block;
    height: 1.9em;
    line-height: 1.9em;
    overflow: hidden;
    padding: 0 0.6em;
    position: relative;
    white-space: nowrap;
    background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    vertical-align: top;    
	font-size: 1.5em;
	font-family: "Courier New", Courier, monospace;
	vertical-align: baseline; /* for IE7 */
    font-weight: bold;
}
.pc_premonth {
    border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pc_nextmonth {
    border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pc_main {
    width:100%; margin-top:10px;
}
.pc_week {
    border:1px solid #DDDDDD;
    width:127px;
    height:30px;
    text-align:center; 
    vertical-align:middle;
} 
.pc_week0,.pc_weekday0 {
}
.pc_week1,.pc_weekday1 {
}
.pc_day {
    border:1px solid #DDDDDD;
    height:100px;
}
.pc_othermonth {
    background:#ededed;
}
.pc_today {
    background:#f8f4dd;
}
.pc_day:hover {
    background:#eeffed;
}
.HPPCost {
    font-size: 14px;
    text-align: center;
}
.HPPBook {
    color:red;
}
.HPPTotal {
    color:green;
}
.pc_noremainR {
    color:red; font-size:14px; font-weight:bold; height:20px; line-height:20px;
}
.pc_noremainG {
    color:green; font-size:14px; font-weight:bold; height:20px; line-height:20px;
}