/* You may change any of these and add your own specifications as you see fit.  */
/* I would recommend you copy this file, save it under a different name and     */
/* start from there. To make the new scheme available to users, add it to the   */
/* calendar database with the admin functions provided (Colour Scheme Manager). */

/* Basic style - background, default text colour, font */
body {
	background-color: #BFC4DA;
	color: #364B8B;
        font-size: x-small;
	font-family: verdana, arial;
}
input, select { font-size: x-small; font-family: verdana, arial; }
h1 { font-size: medium }

/* Default link style */
a { text-decoration: underline }
a:link, a:visited { color: #364B8B; }
a:active, a:hover { color: #5F67A0; }

/* Table defaults - font size, background and text colour */
table { font-size: x-small; }
tr { background-color: #FFFFFF; }
td { color: #364B8B; }

/* Border colour for tables and bottom bar colour */
td.background { background-color: #364B8B; color: #FFFFFF; }

/* Header style - for the top bar, weekdays/week numbers, and any table headers */
td.captions { background-color: #6C7EB2; color: #FFFFFF; }
a.captions:link, a.captions:visited { color: #FFFFFF; text-decoration: none; }

/* Title text and background */
font.caltitle {	font-size: large; font-weight: bold; color: #8791BD; }
font.calname { font-size: large; font-weight: bold; color: #8791BD }
tr.plain { background-color: transparent; }

/* Specific cells; weekend, today, dimmed and events in day view */
td.weekend { background-color: #FFFFE6; }
td.today { background-color: #EBB39F; }
td.off { background-color: #E2E2E2; }
td.event { background-color: #E6E2F3; }

/* Day numbers in week and month mode */
font.daynumber { font-size: small; font-weight: bold; }
font.daynumdim { font-size: small; font-weight: bold; color: #A3A3A3; }
a.daynumber:link, a.daynumber:visited { text-decoration: none; }

p.dayevent { margin-top: 1px; margin-bottom: 2px; }
p.longevent { margin-top: 1px; margin-bottom: 2px; background-color: #C1E0FF }
