/* 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: #333399;
	color: #333399;
    font-size: 9pt;
	font-family: verdana, arial;
}
input, select { font-size: 9pt; font-family: verdana, arial; }
h1 { font-size: 13pt }

/* Default link style */
a, a:active, a:link, a:visited { color: #344A43; text-decoration: underline; }
a:hover { color: red; }

/* Table defaults - font size, background and text colour */
table { font-size: 9pt; }
tr { background-color: #FFFFFF; }
td { color: #000000; }

/* Border colour for tables and bottom bar colour */
td.background { background-color: #000000; color: #FFFFFF; }

/* Header style - for the top bar, weekdays/week numbers, and any table headers */
td.captions { background-color: #CCCCFF; color: #000000; font-weight: bold }
a.captions:active, a.captions:link, a.captions:visited { color: #000000; text-decoration: underline; }
a.captions:hover { color: red; }

/* Title text and background */
tr.plain { font-size: 0pt; }
tr.plain { background-color: transparent; }
tr.plain a { font-size: 10pt; }
tr.plain font { color: #FFFFE8; }
tr.plain .caltitle { color: white; font-size: 16pt; font-weight: bold; }
.calname {font-size: 16pt; font-weight: bold;}

/* Specific cells; weekend, today, dimmed and events in day view */
td.weekend { background-color: silver; }
td.today { background-color: #9999FF; }
td.off { background-color: gray; }
td.event { background-color: #9999FF; }

/* Day numbers in week and month mode */
font.daynumber { font-size: 12pt; font-weight: bold; }
font.daynumdim { font-size: 12pt; font-weight: bold; color: #A3A3A3; }
a.daynumber:link, a.daynumber:visited { }

