@charset "euc-kr";

/* ÀÌ¿ô´åÄÄ(e-wut.com) 
À¥ ÆÛºí¸®½Ì 
ÀÛ¾÷ÀÚ:±èµ¿¿ì, ±èÀºÁ¤ */

/*Ä¶¸°´õº»¹®¿µ¿ª*/
#calendarArea {	
	width:582px;
	margin:0 auto;
	}
	#calendarArea table {
		float:left;
		width:100%;
		border-collapse:collapse;
		border:#ebebeb 1px solid;
		}
		#calendarArea table th {
			width:83px;
			height:27px;
			background:#f0f0e8;
			}
		#calendarArea td {
			height:94px;
			padding:3px;
			word-break:break-all;
			font-family:gulim, verdana;
			vertical-align:top;
			border:#ebebeb 1px solid;
			}
			#calendarArea td a {
				width:auto;
				display:block;
				}
			#calendarArea td span {
				font-weight:bold;
				}
			#calendarArea table .sun {
				color:#990000;
				}
			#calendarArea table .sat {
				color:#003385;
				}
				#calendarArea td ul {
					}
					#calendarArea td ul li {
						overflow:hidden;
						width:80px;
						white-space:nowrap;
						text-overflow:ellipsis;

						}
	#calendarArea .objTop {
		float:left;
		width:100%;
		height:50px;
		margin-top:40px;
		}

		#calendarArea .objTop .prevBtn {
			display:inline;
			margin-right:5px;
			}
		#calendarArea .objTop .nextBtn {
			display:inline;
			margin-left:5px;
			}
		#calendarArea .objTop .date {
			display:block;
			float:left;
			width:450px;
			margin:0 0 30px 65px;
			text-align:center;
			font-size:1.5em;
			font-weight:bold;
			font-family:"verdana", gulim, arial;
			}
			#calendarArea .objTop .moveBtn li {
				float:left;
				}
		#calendarArea .objTop .admin {
			float:right;
			margin-top:5px;
			}
/* ¹öÆ°µðÀÚÀÎ */
.button01 {
	float:left;
	height:21px;
	background:url(/image/access/board/buttonLeftBg.gif) no-repeat left top;
	}
	.button01 a {
		display:inline-block;
		height:17px;
		padding:4px 10px 0 10px;
		color:#fff;
		font-size:1em;
		cursor:pointer;
		background:url(/image/access/board/buttonRightBg.gif) no-repeat right top;
		}
	.button01 a:hover {
		text-decoration:none;
		}
	.button01 input {
		display:inline-block;
		overflow:visible;
		float:left;
		height:21px;
		margin:0;
		padding:0 10px 0 10px;
		color:#fff;
		font-size:1em;
		border:0;
		cursor:pointer;
		background:url(/image/access/board/buttonRightBg.gif) no-repeat right top;
		}
span.arrowIcon {
	display:inline-block;
	height:21px;
	cursor:pointer;
	}
	span.arrowIcon a {
		display:inline-block;
		}
	span.arrowIcon span {
		display:block;
		float:left;
		height:21px;
		padding-left:5px;
		background: url(/image/access/board/buttonIcon.gif) no-repeat left 3px;
		}
	span.arrowIcon input {
		display:inline-block;
		overflow:visible;
		}
span.smallarrowIcon {
	display:inline-block;
	height:21px;
	cursor:pointer;
	}
	span.smallarrowIcon span {
		display:block;
		float:left;
		height:21px;
		padding-left:4px;
		background: url(/image/access/board/buttonIcon.gif) no-repeat 9px 7px;
		}
	span.smallarrowIcon input {
		display:inline-block;
		overflow:visible;
		}
