/* 달력 타이틀 예> << 2005.10 >> */
.title_table
{
    vertical-align:top;
	height:18px;
	font-size:8pt;
	font-family:verdana;
	text-align:center;
	font-weight:bold;
	width: 90%;
}

/* 전달로 가는 버튼 */
A.title_pre:link, A.title_pre:visited, A.title_pre:active
{
    FONT-SIZE: 10px;
    font-weight: bold;
    text-align: center;
    color: gray;
}

/* 월 이름 표시 부분 */
.title_month
{
    vertical-align:top;
	height:18px;
	font-size:8pt;
	font-family:verdana;
	text-align:center;
	font-weight:bold;
	width: 70%;
	color: gray;
}

/* 다음달로 가는 버튼 */
A.title_next:link, A.title_next:visited, A.title_next:active {
    FONT-SIZE: 10px;
    font-weight: bold;
    text-align: center;
    color: gray;
}

/* 달력 테이블 스타일 */
.cal_table
{
    border: 0px solid #666666;
    width: 90%;
}

/* 일요일 */
.sel_sun, .sel_day_sun
{
    color:gray;
	text-align:center;
	font-size:7pt;
	font-family:verdana;
	font-weight:bold;
}

/* 기타 요일 (나눠서 할수도 있음) */
.sel_mon, .sel_tue, .sel_thu, .sel_wed, .sel_fri, 
.sel_day_mon, .sel_day_tue, .sel_day_thu, .sel_day_wed, .sel_day_fri
{
    text-align:center;
	font-size:7pt;
	font-family:verdana;
	font-weight:bold;
	color: gray;
}

/* 토요일 */
.sel_sat, .sel_day_sat
{
    color: gray;
	text-align:center;
	font-size:7pt;
	font-family:verdana;
	font-weight:bold;
}

/* 이전,다음달 출력 부분 */
.sel_outer
{
    color:#FAFAFA;
	font-size:5pt;
	font-family:verdana;
	text-align:center;
}

/* 오늘 */
.sel_today
{
    font-size:7pt;
	font-family:verdana;
	text-align:center;
	padding-left:2px;
	font-weight:bold;
	color: #466C8A;
}

/* 포스트있는날 */
a.hasitem:link, a.hasitem:visited, a.hasitem:active
{
    font-size:8pt;
    font-weight:bold;
  	color: black;
    TEXT-DECORATION: underline;
}

/* 요일 표시 부분 예> 월,화,수*/
.week_title
{
    text-align:center;
	font-size:7pt;
	font-family:verdana;
	font-weight:bold;
}
