/* Calendar CSS Document */
#datecontainer {
	margin:0;
	padding:0 0 10px 0;
	/*background-color:#e3d4b5;*/
	position:relative;
	width:780px;
}

h2.currentmonthtext {
	text-align:left;
	margin:0;
	line-height:25px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#C1192F;
}

#calendar, .calendar {
	padding:30px 0 0px 0;
	background-image:url(/images/diaryDayBg.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	/*background-color:#e3d4b5;*/
	width:780px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:780px; 
}

#monthselector {
	/*padding:8px 0 8px 27px;*/
	text-align:right;
	position:absolute;
	top:0px;
	left:0px;
	line-height:25px;
	
	font-weight:bold;
	padding:0 8px;
	width:780px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:764px; 
}

#monthselector a, #monthselector a:link, #monthselector a:visited, #monthselector a:hover, #monthselector a:active {
	padding:0 4px;
}

#monthselector a:hover, #monthselector a:active {
	color:#000000 !important;
}

#monthselector a:first-child {
	border-right:1px solid #c1192f;
}

.blank, .blank_hover {
	float:left;
	line-height:19px;
	padding:2px;
	width:111px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:107px; 		
}

.blank, .blank_hover {
	height:111px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:107px;
}

.hasShow, .noShow,
.hasShow_hover, .noShow_hover,
.blank, .blank_hover {
	padding-top:0;
	float:left;
	line-height:19px;
	font-size:11px;
	color:#444444;
	text-align:center;
	background-image:url(/images/diaryHasShow.gif);
	/*background-position:2px 2px;*/
	background-repeat:no-repeat;
	padding:2px;
	/*cursor:pointer;*/
	width:111px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:107px; 	
}

.hasShow, .noShow,
.hasShow_hover, .noShow_hover {
	overflow:auto;
	height:111px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:107px; 
}

.noShow, .noShow_hover {
	background-image:url(/images/diaryNoShow.gif);
	/*color:#444444;*/
}

.blank, .blank_hover {
	background-image:url(/images/diaryBlankShow.gif);
}

.hasShow {
	font-weight:bold;
}

.hasShow p {
	text-align:left;
	padding:2px 4px 0 4px;
	font-weight:normal !important;
	line-height:14px;
	font-size:10px;
}

.hasShow a, .hasShow a:link, .hasShow a:visited {
	font-weight:bold;
	font-size:10px;
	display:block;
}
.hasShow a:hover, .hasShow a:active {
	color:#ffaf00 !important;
}


.key {
	display:none;
}

.floatClearer_hover {
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}