


/* CALENDAR MONTH */

#calmonth {
	height: 294px;
	padding-left: 20px;
	background-image: url(../images/calendar_month.gif);
}

.calmonth_no {
	display:block;
	color: #595959;
	line-height: 34px;
	font-size: 13px;
	text-align: center;
	background-color: #ffffff;
	width: 40px;
	height: 34px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	overflow: hidden;
}

.calmonth_no a {
	display: block;
	color: #ffffff;
	background-color: #3b3b3b;
}

.calmonth_no a:hover {
	background-color: #35a103;
}


/* CALENDAR YEAR */

#calyear {
	height: 239px;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-image: url(../images/calendar_year.gif);
}

.calyear_box {
	float: left;
	width: 57px;
	height: 51px;
}

.calyear_no {
	display: block;
	color: #595959;
	line-height: 50px;
	font-size: 12px;
	text-align: center;
	background-color: #ffffff;
	width: 56px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	overflow: hidden;
}

.calyear_no a {
	display:block;
	color: #ffffff;
	background-color: #3b3b3b;
}

.calyear_no a:hover {
	background-color: #35a103;
}



/* CATEGORIES */

#categories {
	border-left: 1px;
	border-left-color: #d7d7d7;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: #d7d7d7;
	border-right-style: solid;
	border-top: 1px;
	border-top-color: #e7e7e7;
	border-top-style: solid;
}

.categories_line {
	width: 1px;
	background-color: #e7e7e7;
}

.categories_name {
	display:block;
	border-bottom: 1px;
	border-bottom-color: #e7e7e7;
	border-bottom-style: solid;
	color: #b2b2b2;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-indent: 20px;
	height: 31px;
	background-color: #ffffff;
	overflow: hidden;
}

.categories_name a {
	display:block;
	color: #595959;
	height: 31px;
}

.categories_name a:hover {
	display:block;
	height: 31px;
	background-color: #fff9d1;
}



/* CATTAGS */

.cattag_favourites {
	display:block;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	line-height: 50px;
	text-indent: 20px;
	height: 50px;
	width: 152px;
	background-image: url(../images/cattag_favourites_off.gif);
}

.cattag_favourites a {
	display:block;
	color: #595959;
}

.cattag_favourites a:hover {
	display:block;
	height: 50px;
	background-image: url(../images/cattag_favourites_on.gif);
}

.cattag_french {
	display:block;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	line-height: 50px;
	text-indent: 20px;
	height: 50px;
	width: 153px;
	background-image: url(../images/cattag_french_off.gif);
}

.cattag_french a {
	display:block;
	color: #595959;
}

.cattag_french a:hover {
	display:block;
	height: 50px;
	background-image: url(../images/cattag_french_on.gif);
}

.cattag_rated {
	display:block;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	line-height: 50px;
	text-indent: 20px;
	height: 50px;
	width: 152px;
	background-image: url(../images/cattag_rated_off.gif);
}

.cattag_rated a {
	display:block;
	color: #595959;
}

.cattag_rated a:hover {
	display:block;
	height: 50px;
	background-image: url(../images/cattag_rated_on.gif);
}

.cattag_misc {
	display:block;
	color: #aaaaaa;
	font-size: 12px;
	font-weight: bold;
	line-height: 50px;
	text-indent: 20px;
	height: 50px;
	width: 152px;
	background-image: url(../images/cattag_misc_off.gif);
}



/* ALL ENTRIES */

.allentries_top {
	width: 308px;
	height: 64px;
	background-image: url(../images/all_entries_top.gif);
	background-repeat: no-repeat;
	background-color: #f2f2f2;
	color: #404040;
	font-size: 12px;
	font-weight: bold;
}

.allentries_toptext {
	padding-top: 32px;
	padding-left: 110px;
}

#allentries {
	border-left: 1px;
	border-left-color: #d7d7d7;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: #d7d7d7;
	border-right-style: solid;
	background-color: #ffffff;
}

.allentries_row {
	display: block;
	width: 306px;
	overflow: hidden;
}

.allentries_row a {
	display: block;
	min-height: 34px;
	border-top: 1px;
	border-top-color: #e7e7e7;
	border-top-style: solid;
	color: #404040;
}

.allentries_row a:hover {
	display: block;
	border-top: 1px;
	border-top-color: #e7e7e7;
	border-top-style: solid;
	background-color: #fff9d1;
	color: #404040;
}

.allentries_date {
	float: left;
	line-height: 18px;
	padding-top: 9px;
	padding-left: 20px;
	padding-bottom: 8px;
	font-size: 11px;
	font-weight: bold;
	color: #ff6900;
}

.allentries_title {
	width: 210px;
	float: left;
	line-height: 18px;
	padding-top: 9px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	font-size: 12px;
}

.allentries_comments {
	float: right;
	line-height: 18px;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 8px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}
