table{
width: 100%;
table-layout: fixed;
vertical-align: top;
font-family: Verdana, Georgia, "Times New Roman", Times, serif;
}
th {
background: #C8C3B0;
color: #000000;
text-align: center;
font-size:11px;
}

tr {
text-align: left;
}

td {
}

td.daylabel{
font-size:10px;
color:#000000;
}

td.diarydaycontents{
background: #F8EABB;
font-size: 9px;
border-bottom-size: 2px;
border-bottom-style: solid;
border-bottom-color: #000;
}

.diarydaycontents a:link {text-decoration: none; color:#000000;}
.diarydaycontents a:visited {text-decoration: none; color:#000000;}
.diarydaycontents a:active {text-decoration: none; color:#000000;}
.diarydaycontents a:hover {text-decoration: none; color:#000000;}

.diarydaycontentsouter{

border: 1px;
border-style: solid;
border-color: #000000;
}

td.diarydayon {
background: #DED7C7;
}

td.diarydayoff {
background: #F9F3F7;
}

tr.eventdetails	{
text-align: center;
background: #E1E7DF;
color: #000000;
font-size: 10px;
}

td.eventdetails{
border-bottom-size: 2px;
border-bottom-style: solid;
border-bottom-color: #000;
}

#diaryentry {
color: #DDDDBD;
}
