body {background-color: #666666;}

.blankDay
{
	float: left;
	width: 100px;
	height: 100px;
	border-style: solid;
	border-width: 1px;
	border-top-color: #ffffff;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #ffffff;
	background-color: #999999;
}

.day
{
	float: left;
	position: relative;
	width: 100px;
	height: 100px;
	border-style: solid;
	border-width: 1px;
	border-top-color: #ffffff;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #ffffff;
	background-color: #cccccc;
}

.date
{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 20px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

.dayText
{
	width: 100px;
	height: 80px;
	position: absolute;
	top: 20px;
	overflow: auto;
	text-align: center;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}

.dayText textarea
{
	width: 90%;
	height: 90%;
}

.weekDay
{
	float: left;
	position: relative;
	width: 100px;
	height: auto;
	border-style: solid;
	border-width: 1px;
	border-top-color: #ffffff;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #ffffff;
	background-color: #999999;
	font-size: 16px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
}

.today
{
	float: left;
	position: relative;
	width: 100px;
	height: 100px;
	border-style: solid;
	border-width: 1px;
	border-top-color: #ffffff;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #ffffff;
	background-color: #9999cc;
}

.loadIndicator
{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1000;
	width: 100px;
	height: auto;
	border-style: solid;
	border-width: 1px;
	border-top-color: #ffffff;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #ffffff;
	background-color: #9999cc;
	font-weight: bold;
	text-align: center;
}
