/*
 * Kaboodle
 * Copyright (C) 2004-2009 Inzen Pty Ltd
 * 
 * File Summary
 * User-defined calendar popup styles
 * 
 * File Name: kbd_CalendarStyle_backup.css
 * 
 * This is the default calendar style definitions used by kaboodle. Do not rename or delete this file.  
 * The css can be modified to add or change existing styles to the kaboodle system defaults.
 *
 * A backup of this CSS file resides in /System/Examples/CGI Scripts/kbd_CalendarStyle_backup.css. 
 * If, for any reason kbd_CalendarStyle.css is lost or damaged make a copy of the backup file placing it
 * anywhere in the file repository and rename it to kbd_CalendarStyle.css.
 *
 * NOTES:
 * 
 * These styles are here only as an example of how you can over-ride the default styles that are included in the script itself.
 * 
 * Version:  1.0
 * Created: 2009-03-09 00:00:00
 *
 * File Authors:
 * Alexander Munro (support@inzen.com.au)
 *
 */

.kbd_cpYearNavigation,
.kbd_cpMonthNavigation {
  background-color:#6677DD;
  text-align:center;
  vertical-align:middle;
  text-decoration:none;
  color:#FFFFFF;
  font-weight:bold;
}

.kbd_cpDayColumnHeader,
.kbd_cpYearNavigation,
.kbd_cpMonthNavigation,
.kbd_cpCurrentMonthDate,
.kbd_cpCurrentMonthDateDisabled,
.kbd_cpOtherMonthDate,
.kbd_cpOtherMonthDateDisabled,
.kbd_cpCurrentDate,
.kbd_cpCurrentDateDisabled,
.kbd_cpTodayText,
.kbd_cpTodayTextDisabled,
.kbd_cpText {
  font-family:arial;
  font-size:8pt;
}

TD.kbd_cpDayColumnHeader {
  text-align:right;
  border:solid thin #6677DD;
  border-width:0 0 1 0;
}

.kbd_cpCurrentMonthDate,
.kbd_cpOtherMonthDate,
.kbd_cpCurrentDate {
  text-align:right;
  text-decoration:none;
}

.kbd_cpCurrentMonthDateDisabled,
.kbd_cpOtherMonthDateDisabled,
.kbd_cpCurrentDateDisabled {
  color:#D0D0D0;
  text-align:right;
  text-decoration:line-through;
}

.kbd_cpCurrentMonthDate	{
  color:#6677DD;
  font-weight:bold;
}

.kbd_cpCurrentDate {
  color: #FFFFFF;
  font-weight:bold;
}

.kbd_cpOtherMonthDate {
  color:#808080;
}

TD.kbd_cpCurrentDate	{
  color:#FFFFFF;
  background-color: #6677DD;
  border-width:1;
  border:solid thin #000000;
}

TD.kbd_cpCurrentDateDisabled	{
  border-width:1;
  border:solid thin #FFAAAA;
}

TD.kbd_cpTodayText,
TD.kbd_cpTodayTextDisabled {
  border:solid thin #6677DD;
  border-width:1 0 0 0;
}

A.kbd_cpTodayText,
SPAN.kbd_cpTodayTextDisabled	{
  height:20px;
}

A.kbd_cpTodayText {
  color:#6677DD;
  font-weight:bold;
}

SPAN.kbd_cpTodayTextDisabled {
  color:#D0D0D0;
}

.kbd_cpBorder {
  border:solid thin #6677DD;
}

