﻿table {
	font-size:100%;
}
body {
	margin:0;
	padding:0;
	font-family:Arial, Sans-Serif;
	font-size:66%;
	color:#626262;
}
#date-box {
	display:none;
}

.day
{
  color: #339;
}

a
{
  text-decoration:none;
  color:#333399;
}

td a {
  display: block;
}

a:hover
{
  text-decoration:underline;
}

.title
{
  font-weight:bold;
  background-color: #ffd693;
}

.title_sc
{
  font-weight:bold;
  background-color: #e2e1ef;
}

td, th {
  border: solid 1px #9695BF;
}

table td table td {
  border: none;
}

td.beforeOrAfterHighlight {
  background-color: #e1e1ef !important;
}

.today {
  font-style: italic;
}

.selected
{
  color: #339 !important;
  background-color: #ffe6be !important;
}

.unselectable {
  color: Gray !important;
}

.dayheader {
  background-color: #ffe7bd;
  font-weight: normal;
}

.dayheader_sc {
  background-color: #e2e1ef;
  font-weight: normal;
}

.day-weekend {
  background-color: #F5F4FA;
}

.day-othermonth
{
	background-color: #F5F4FA;
}

.selectable
{
	font-weight:bold;
	color:#FFFFFF !important;
}