body { font-size: 10px; font-family: Geneva, Verdana, Swiss, Arial;}
p { font-size: 10px; font-family: Geneva, Verdana, Swiss, Arial; }
td { font-size: 10px; font-family: Geneva, Verdana, Swiss, Arial; }
th { font-size: 10px; font-family: Geneva, Verdana, Swiss, Arial; }
h2 { font-size: 16px; font-family: Geneva, Verdana, Swiss, Arial; }
h3 { font-size: 12px; font-family: Geneva, Verdana, Swiss, Arial; font-weight: bold; margin: 0px; padding: 0px;}
hr      { height: 2px; background: #106B8E; color: #996600 }
input {font-size: 10px;}
select {font-size: 10px;}
textarea {font-size: 11px;}

a:hover { background-color: #eeee00;}

.forumheader { font-size: 12px; font-family: Geneva, Verdana, Swiss, Arial; font-weight: bold; margin: 0px; padding: 0px;}



/* ============================================== */
/* Styles for DIARY */
/* ============================================== */

#daynames {
border: black solid 1px;
border-right: 2px black solid;
border-bottom: 2px black solid;
background-color: #ccffee;
text-align: center;
font-weight: bold;
}

#day {
height: 40px;
border-bottom: black solid 2px;
border-left: black solid 1px;
border-right: black solid 2px;
background-color: #ffffcc;
}

#day a:hover div {
background-color: #EFAEBF;
text-decoration: none;
color: black;
}

#cellhed {
text-align: center;
background-color: #ffff99;
border-top: black 1px solid;
border-bottom: black 1px solid;
font-weight: bold;
}

#cellhedtoday {
text-align: center;
background-color: #ffbb66;
border-top: black 1px solid;
border-bottom: black 1px solid;
font-weight: bold;
}

#eventeven {
text-align: left;
font-family: tahoma;
font-size: 10px;
background-color: #ffffcc;
border-bottom: 1px black solid;
padding: 1px;
}

#eventodd {
text-align: left;
font-family: tahoma;
font-size: 10px;
background-color: #eeeeee;
border-bottom: 1px black solid;
padding: 1px;
}

#addbutton {
background-color: #ffbb99;
font-family: tahoma;
font-size: 10px;
text-align: center;
}


#detailsinner {
padding: 10px;
}

.calhead td {
text-align: center;
font-weight: bold;
}



