@charset "utf-8";

#archiveCalendarContent {
	margin-top:8px;
	width:555px;
}

.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;
}
.archiveYearMonthList ul.yearList li.monthJoin {
	display:block;
	margin:3px 8px !important;
	padding-top:3px !important;
	border-top:1px dotted #d5d5d5;
}
.archiveYearMonthList ul.yearList li.monthJoin:first-child {
	border:none;
	padding-top:0px !important;
}
.archiveYearMonthList ul.yearList ul.monthList {
	margin: 0 14px 3px !important;
}

.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:#05AABB;
}

.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 .calDay .GrayDate {
	text-align:center;
	padding:5px 0 4px;
}
.calendar_year .calDay .entriesTrue {
	background-color:#eee;
}
.calendar_year .calDay .GrayDate a.calClick {
	font-weight:bold;
	text-decoration:none;
	color:#05AABB;
}

.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 .calWeek2, 
.calendar_year .calDaySunday,
.calendar_month .calWeek2, 
.calendar_month .calDaySunday {
	color:red;
}

.calendar_year .calWeek3, 
.calendar_year .calDaySaturday,
.calendar_month .calWeek3, 
.calendar_month .calDaySaturday {
	color:#6095E3;
}
.calendar_month .calWeek td {
	padding:3px;
}

.calendar_month .calDay {
	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 .calDay .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 .calDaySunday .GrayDate {
	color:#FF9B9D;
}
.calendar_month .calDaySaturday .GrayDate {
	color:#B1D3FE;
}
.calendar_month .GrayDate .calClick {
	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 : #f7f7f7;
	position : absolute;
	width : 253px;
	min-height:48px;
	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:12px 0 8px;
}
.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;
}

#content .group {
	padding-bottom:5px !important;
}

.result .box {
	_margin-right:0px !important;
}