@charset "utf-8";

#calendar_pop {
	border:1px solid #bfbfbf;
	background:#FFFFFF;
	margin:0;
	padding:5px 0 3px 0;
	width:170px;
	position:absolute;
	text-align: center;
	top: 32px;
	left: 337px;
	z-index:100;
}
div.btnclose {
	float:right;
	margin: 4px 8px 0 0;
}

div.selector {
	margin:0 auto 0 auto;
	padding:0;
	padding-bottom:4px;
}
div.selector select {
	font-size:11px;
	height:20px;
}
div.selector select p {
	font-size:11px;
	height:20px;
}
div.calendar {
}
div.calendar table.cal {
	margin:0 auto 0 auto;
	table-layout: fixed;
	border-collapse:collapse;

}
div.calendar table.cal thead th {
	background: #8dc73f;
	color: #ffffff;
	text-align: center;
	padding: 0;
	margin:3px auto 3px auto;
	font-size: 12px;
	font-weight: normal;
	width: 21px;
	height: 17px;
	border: 1px solid #ffffff;
}
div.calendar table.cal tbody td {
	background: #f8f8f8;
	color: #737373;
	text-align: center;
	padding: 0;
	margin:3px auto 3px auto;
	font-size: 11px;
	font-weight: normal;
	height: 17px;
	border: 1px solid #ffffff;
}
div.calendar table.cal tbody td.sun {
	color: #ff5500;
}
div.calendar table.cal tbody td.sat {
	color: #366ab7;
}
div.calendar table.cal tbody td.selected {
	background: #ffe176;
}
div.calendar table.cal tbody td.over {
	background: #ffe176;
	cursor: pointer;
}
.hand {
	cursor:pointer;
}



/**** °áÁ¦ ÆË¾÷ TEST css ****/
.TESTcpYearNavigation, .TESTcpMonthNavigation
{
    background-color: #8dc73f;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}
.TESTcpDayColumnHeader, .TESTcpYearNavigation, .TESTcpMonthNavigation, .TESTcpCurrentMonthDate, .TESTcpCurrentMonthDateDisabled, .TESTcpOtherMonthDate, .TESTcpOtherMonthDateDisabled, .TESTcpCurrentDate, .TESTcpCurrentDateDisabled, .TESTcpTodayText, .TESTcpTodayTextDisabled, .TESTcpText
{
    font-family: µ¸¿ò;
    font-size: 11px;
    height: 15px;
}

.TESTcpYearNavigation, .TESTcpMonthNavigation
{
    height: 20px;
}
td.TESTcpDayColumnHeader
{
    text-align: right;
    border: solid 1px #8dc73f;
    border-width: 0 0 1px 0;
}
.TESTcpCurrentMonthDate, .TESTcpOtherMonthDate, .TESTcpCurrentDate
{
    text-align: right;
    text-decoration: none;
}
.TESTcpCurrentMonthDateDisabled, .TESTcpOtherMonthDateDisabled, .TESTcpCurrentDateDisabled
{
    color: #D0D0D0;
    text-align: right;
    text-decoration: line-through;
}
.TESTcpCurrentMonthDate
{
    color: #8dc73f;
    font-weight: bold;
}
.TESTcpCurrentDate
{
    color: #FFFFFF;
    font-weight: bold;
}
.TESTcpOtherMonthDate
{
    color: #808080;
}
td.TESTcpCurrentDate
{
    color: #FFFFFF;
    background-color: #8dc73f;
    border-width: 1px;
    border: solid 1px #000000;
}
td.TESTcpCurrentDateDisabled
{
    border-width: 1px;
    border: solid 1px #FFAAAA;
}
td.TESTcpTodayText, td.TESTcpTodayTextDisabled
{
    border: solid 1px #8dc73f;
    border-width: 1px 0 0 0;
}
a.TESTcpTodayText, span.TESTcpTodayTextDisabled
{
    height: 20px;
}
a.TESTcpTodayText
{
    color: #8dc73f;
    font-weight: bold;
}
span.TESTcpTodayTextDisabled
{
    color: #D0D0D0;
}
.TESTcpBorder
{
    border: solid 1px #8dc73f;
}

