/* ========================================
 * style.css
 *
 * Copyright (C) 2002 by Mark Gates.
 * You can redistribute and modify Kalendus under
 * the terms of the GNU General Public License.
 *
 * $Id: style.css,v 1.5 2002/12/07 19:35:51 mgates17 Exp $
 * ======================================== */

body {
	background:  white;
	color:       black;
}

body, p, th, td, input, textarea, select {
	font-family: Helvetica, sans-serif;
}

p, th, td, input, textarea, select {
	font-size:   10pt;
}

h1 {
	text-align:  center;
}

/* ==================== */
table {
	border:      0;
	background:  #888888;
}

td {
	background:  #dddddd;
}

/* ==================== */
th.tab {
	font-weight: normal;
	background:  #dddddd;
}

th.tab-current {
	font-weight: bold;
	background:  #bbbbbb;
}

th.tab-space {
	background:  white;
}

/* ==================== */
th.prevnext {
	background:  white;
	color:       black;
}

th.title {
	background:  white;
	color:       black;
	font-size:   18pt;
}

/* ==================== */
th.weekday,
th.weekday a {
	background:  #485068;
	color:       white;
}

/* ==================== */
th.head,
th.head a {
	background:  #485068;
	color:       white;
	text-align:  left;
}

/* ==================== */
th.hour,
th.hour a {
	background:  #485068;
	color:       white;
	text-align:  right;
}

/* ==================== */
td.outside {
	background:  white;
}

td.today {
	background:  #bbbbbb;
}

td.event {
	background:  #bbbbbb;
}

/* ==================== */
.span-outside {
	background:  white;
}

.span-today {
	background:  #bbbbbb;
}

/* ==================== */
.mday {
	font-size:   8pt;
	font-weight: bold;
}

.mday a {
	color:       black;
}

/* ==================== */
.disabled {
	color:       #666666;
}

/* ==================== */
.event-normal,
.event-normal a {
	color:       black;
}

.event-blue,
.event-blue a {
	color:       #184a84;
}

.event-purple,
.event-purple a {
	color:       #8452d6;
}

.event-red,
.event-red a {
	color:       #ef1818;
}

.event-green,
.event-green a {
	color:       #187331;
}

.event-gray,
.event-gray a {
	color:       #555559;
}

/* ==================== */
.span-green,
.span-green a {
	background:  #2F5F4B;
	color:       white;
}

.span-maroon,
.span-maroon a {
	background:  #5F3B5C;
	color:       white;
}

.span-blue,
.span-blue a {
	background:  #40475F;
	color:       white;
}

.span-brown,
.span-brown a {
	background:  #986E50;
	color:       white;
}

