/* input box in default state */
*{
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
}
.tcalInput {
	border:1px solid #fff;
	background: url('/mpreserve/skin/basic_skin/skin_images/cal.gif') 100% 50% no-repeat #fafafa;
	padding-left: 15px;
	cursor: pointer;
}
#tcal {visibility:visible;}

#tcalControls {
	border-collapse: collapse;
	border: 0;
	width: 100%;
}
#tcalControls td {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	width: 16px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	height:35px;
}
#tcalControls th {
	border-collapse: collapse;
	height: 79px;
	font-size: 18px;
	text-align: center;
	white-space: nowrap;
	background: #f7f7f7;
}
#tcalPrevYear { background-image: url('/mpreserve/skin/basic_skin/skin_images/prev_year.gif'); }
#tcalNextYear { background-image: url('/mpreserve/skin/basic_skin/skin_images/next_year.gif'); }

#tcalPrevMonth {
	width: 12px;
	height: 20px;
	cursor: pointer;
	margin-right: 30px;
	margin-top: -2px;
}
#tcalNextMonth {
	width: 12px;
	height: 20px;
	cursor: pointer;
	margin-left: 30px;
	margin-top: -2px;
}

/* table containing week days header and calendar grid */
#tcalGrid {
	border-collapse: collapse;
	width: 100%;
}
#tcalGrid th {
	border-collapse: collapse;
	padding: 0;
	padding-top: 40px;
	padding-bottom: 24px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #000;
}
#tcalGrid td {
	border-collapse: collapse;
	padding: 0;
	text-align: center;
	width: 14%;
	height: 56px;
	font-size: 18px;
	cursor: pointer;
}
#tcalGrid td.tcalOtherMonth { color: #aaa; }
#tcalGrid td.tcalSun { color: #d32424;}
#tcalGrid td.tcalSat { color: #1c3f8f;}

#tcalGrid td.tcalBefore { color: #aaa; }
#tcalGrid td.tcalSun.tcalBefore{
	color: #f49494;
}
#tcalGrid td.tcalSat.tcalBefore{
	color: #8294bf;
}
#tcalGrid td.tcalOtherMonth.tcalSat{
	color: #aaa;
}
#tcalGrid td.tcalToday {

}

#tcalGrid td.tcalOtherMonth.tcalSun{
	color: #f49494;
}

#tcalGrid td.tcalSelected .selday {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: #37559b;
	color: #fff;
	font-size: 18px;
	line-height: 42px;
	border-radius: 45px;
}

#tcalGrid th.th0{
	color: #d32424;
}
#tcalGrid th.th6{
	color: #1c3f8f;
}
