/* 달력 타이틀 예> << 2005.10 >> */
.title_table
{
    height: 25px;
}

/* 전달로 가는 버튼 */
a.title_pre:link, a.title_pre:visited, a.title_pre:active
{
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: black;
}

/* 월 이름 표시 부분 */
.title_month
{
    font-size: 13px;
    text-align: center;
    font-weight: bold;
}

/* 다음달로 가는 버튼 */
a.title_next:link, a.title_next:visited, a.title_next:active {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: black;
}

/* 달력 테이블 스타일 */
.cal_table
{
    border: 1px solid #e4e4e4;
    width: 90%;
}
.cal_table td{
	border: 1px solid #e4e4e4;
}

/* 요일 표시 부분 예> 월,화,수*/
.week_title
{
    font-weight: bold;
	color: #b1b1b1;
}

.cal_ok{
	font-weight: bold;
}
.cal_no{
	background-color: red;
	color: yellow;
}
.cal_pend{
	background-color: #66ccff;
}	