﻿@import url(global.css);
@import url(templates.css);

div.diarynumber
{
	text-align: right;
	font-size: 90%;
	height: 20px;
}

td.diarycellweekend
{
	background-color: #f3f3f3;
}

td.diarycellholiday
{
	background-color: #ffffe6;
}

td.diarycelltop
{
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	vertical-align: top;
	text-align: right;
	height: 20px;
}

td.diarycellbottom
{
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	vertical-align: middle;
	height: 75px;
}

h4
{
	font-variant: small-caps;
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: 10px;
	font-family: Georgia;
}

