/* 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: #C0C0C0;
	color: #000000;
        font-size: 9pt;
	font-family: verdana, arial;
}
input, select { font-size: 8pt; font-family: verdana, arial; }
h1 { font-size: 13pt }

/* Default link style */
a { text-decoration: underline }
a:link { font-weigth: bold; color: #000080; font-weight: bold}
a:visited { font-weigth: bold; color: #000080; font-weight: bold}
a:active, { font-weigth: bold; color: #0000D0; font-weight: bold }
a:hover      { font-weigth: bold; color: RED; font-weight: bold }

/* Table defaults - font size, background and text colour */
table { font-size: 8pt; 
           background-color:#E0E0E0;}
tr { background-color: #E0E0E0; }
td { color: #000080; font-size: 8pt}

/* Border colour for tables and bottom bar colour */
td.background { background-color: #000080; color: #FFFFFF; }

/* Header style - for the top bar, weekdays/week numbers, and any table headers */
td.captions { background-color: #0055AA; color: #FFFFFF; }
a.captions:link, a.captions:visited { color: #FFFFFF; text-decoration: none; }

/* Title text and background */
font.caltitle {	font-size: 18pt; font-weight: bold; color: #0055AA; }
tr.plain { background-color: transparent; }

/* Specific cells; weekend, today, dimmed and events in day view */
td.weekend { background-color: #D2E9FF; }
td.today { background-color: #FFB973; }
td.off { background-color: #E2E2E2; }
td.event { background-color: #EBEBD8; }

/* Day numbers in week and month mode */
font.daynumber { font-size: 12pt; font-weight: bold; }
font.daynumdim { font-size: 12pt; font-weight: bold; color: #9D9D9D; }
a.daynumber:link, a.daynumber:visited { text-decoration: none; } 