@charset "utf-8";

/*body {font:9pt dotum;margin:8;padding:0;}
body{

}*/
#archiveCalendarContent {
	width:555px;
	margin-top:8px;
}

.archiveYearMonthList {
	border:3px solid #eeeeee;
	width:534px;
	padding:4px 3px 2px;
	margin-bottom:8px;
}


.archiveYearMonthList ul.yearList {
	margin:0 !important;
	background:none !important;
}
.archiveYearMonthList ul.yearList li {
	padding:0 !important;
	background:none !important;
	display:inline;
	letter-spacing:0px;
}

.archiveCalendar .yearMonthTitle {
	text-align:center;
	font-weight:bold;
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
	line-height:normal;
	background-color:#eeeeee;
	padding:4px 0 2px;
}
.archiveCalendar .yearMonthTitle a {
	text-decoration:none;
	color:#0063DC;
}

.archiveCalendar {
	float:left;
	margin-right:6px;
	margin-bottom:10px;
}
.calendar_year {
	margin-bottom:0px;
}
.calendar_year thead tr {
	background-color:#f7f7f7;
	height:20px;
}
.calendar_year tbody td {
	background-color:#fff;
}
.calendar_year .cal_day .GrayDate {
	text-align:center;
	padding:5px 0 4px;
}
.calendar_year .cal_day .entriesTrue {
	background-color:#eee;
}
.calendar_year .cal_day .GrayDate a.cal_click {
	font-weight:bold;
	text-decoration:none;
	color:#0063DC;
}

.calendar_month {
	margin-bottom:0px;
}
.calendar_month thead tr {
	background-color:#f5f5f5;
	height:20px;
}
.calendar_month tbody td {
	background-color:#fff;
	height:73px;
}

.calendar_year .cal_week2, 
.calendar_year .cal_day_sunday,
.calendar_month .cal_week2, 
.calendar_month .cal_day_sunday {
	color:red;
}

.calendar_year .cal_week3, 
.calendar_year .cal_day_saturday,
.calendar_month .cal_week3, 
.calendar_month .cal_day_saturday {
	color:#6095E3;
}
.calendar_month .cal_week td {
	padding:3px;
}

.calendar_month .cal_day {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:1px;
	font-weight:bold;
	line-height:normal;
	padding:3px;
	text-align:left;
	vertical-align:top;
}
.calendar_month .cal_day .GrayDate {
	color:#e7e7e7;
	font-size:18px;
	line-height:normal;
	padding-left:3px;
	padding-top:0;
	position:absolute;
	text-align:left;
	vertical-align:top;
	z-index:3;
}
.calendar_month .GrayDate .cal_click {
	color:#F0E400;
		font-size:18px;
}
.calendar_month .BlackDate {
	color:#000;
	font-size:18px;
	line-height:normal;
	padding-left:4px;
	padding-top:1px;
	position:absolute;
	text-align:left;
	vertical-align:top;
	z-index:2;
}
.calendar_month img {
	width:71px;
	height:71px;
}
.calendar_month img.entriesImages {
	cursor:pointer;
}

.entriesThumbnailList {
	display:none;
	position:absolute;
	width:175px;
	margin-top:-1px;
	padding:4px 0;
	text-align:left;
	border:1px solid #666;
	background-color:#fff;
	font-size:9pt !important;
	z-index:9999;
}
.entriesThumbnailList {
	-moz-border-radius-topleft : 5px;
	-moz-border-radius-topright : 5px;
	-moz-border-radius-bottomleft : 5px;
	-moz-border-radius-bottomright : 5px;
	-webkit-border-top-left-radius : 5px;
	-webkit-border-top-right-radius : 5px;
	-webkit-border-bottom-left-radius : 5px;
	-webkit-border-bottom-right-radius : 5px;
	display : none;
	background-color : #fff;
	position : absolute;
	width : 253px;
	z-index : 9999;
	border : 4px solid #e5e5e5;
	text-align : left;
	padding :5px 1px 2px 5px;
	margin-left :-8px;
	margin-top : 5px;
	color : #789;
	font-size : 11px;
}
.entriesThumbnailList .loadingImage {
	text-align:center;
	margin:8px 0;
}
.AC_ThumbnailList .AC_PreviewImage {
	float:left;
	margin-right:3px;
	margin-bottom:3px;
	border:1px solid #ddd;
	padding:2px;
	width:75px;
	height:75px;
}
.AC_ThumbnailList .AC_PreviewImage.AC_PreviewImageHover {
	border:1px solid #E88244;
}
.AC_ThumbnailList .AC_PreviewImage img {
	width:75px;
	height:75px;
	border:none;
	cursor:pointer;
}
