﻿.monthTitle
{
	margin: 0;
	padding: 0;
	height: 16px;
	background: #ffffff url(../static/macosx/header-back.gif) repeat-x top left;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}


.normal
{
}

.overday
{
	background-color: #a0ffa0;
}

.saturday
{
	background-color: #e8e8e8;
}

.sunday
{
	background-color: #d0d0d8;
	color: #505050;
}

.today
{
	background-color: #ff4060;
	color: #ffffff;
}

.holiday
{
	background-color: #a0b0e0;
	color: #ffffff;
}


.calDayPanel
{
	width: 100%;
	height: 100%;
	table-layout: fixed;
	overflow: hidden;
}

.calCellDate
{
	width: 16px;
	text-align: left;
}

.calCellDay
{
	width: 18px;
	font-weight: bold;
	text-align: center;
}

.calCellTitle
{
	height: 100%;
	white-space: nowrap;
	overflow: hidden;
}


.normal .calCellTitle
{
	color: #a0a0a0;
}

.calCellImage
{
	margin: 0;
	padding: 0;
	font-size: 0;
	text-align: right;
	overflow: hidden;
}


.schoolClassCell
{
	width: 9px;
	height: 100%;
	text-align: right;
	overflow: hidden;
}

.schoolClass0
{
	width: 3px;
	font-size: 1px;
	overflow: hidden;
}

.schoolClass1
{
	width: 3px;
	border-style: solid;
	border-width: 1px 0 1px 0;
	border-color: #ffc0ff #ff8080 #e090e0 #ff8080;
	background-color: #ffa0ff;
	font-size: 1px;
}

.schoolClass2
{
	width: 3px;
	border-style: solid;
	border-width: 1px 0 1px 0;
	border-color: #ffff40 #ffffc0 #e0e000 #ffffc0;
	background-color: #ffe000;
	font-size: 1px;
}

.schoolClass3
{
	width: 3px;
	border-style: solid;
	border-width: 1px 0 1px 0;
	border-color: #b0e0ff #ffffff #90c0e0 #ffffff;
	background-color: #a0d0ff;
	font-size: 1px;
}
