br
{
	clear: left;
}
.calendarday
{
	float: left;
	width: 70px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #cde;
	display: inline;
	background: #fff;
	text-align: left;
	min-height:98px;
	height: auto;
}
* html .calendarday {
	height: 98px;
}
.calendardaylabel
{
	float: left;
	width: 70px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #cde;
	display: inline;
	background-color: #fff;
	color: #6a6a6b;
	text-align: center;
}
.calendardaytoday
{
	float: left;
	width: 70px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #cde;
	display: inline;
	background: #ffc;
	text-align: left;
	min-height: 98px;
	height: auto;
}

.calendarnumber
{
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	float: left;
	border-bottom: 1px solid #cde;
	display: inline;
	background: #e8eef7;
	color: #6a6a6b;
	text-align: center;
	text-align: right;
}
.calendarnumbertoday
{
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	float: left;
	border-bottom: 1px solid #cde;
	display: inline;
	background: #428ed5;
	color: #fff;
	text-align: center;
	text-align: right;
}
.calendartitle
{
	width: 700px;
	display: inline;
	color: #6a6a6b;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	height: 50px;
}
.calendartoplabel
{
	float: left;
	margin-top: 2px;
}
.display
{
	float: left;
	width: 100px;
}
.displaydesc
{
	float: left;
	margin-left: 100px;
	position: relative;
	top: -20px;
}
.displaylong
{
	float: left;
	margin-left: 100px;
}
.hidden
{
	display: none;
}
.label
{
	float: left;
	width: 100px;
	font-weight: bold;
	text-align: center;
}
.member
{
	float: left;
	width: 170px;
	margin-right: 10px;
}
.radio
{
	float: left;
	width: 25px;
}
.show
{
	position: relative;
	width: 167px;
}
.showbox
{
	width: 167px;
	border: 1px solid #428ED5;
	padding: 2px;
	background-color: #ffc;
	position: absolute;
	top: -32px;
	left: -182px;
	z-index: 5;
}
.showmember
{
	float: left;
	width: 100px;
	display: inline;
}
.top,.calendartop
{
	float: left;
}
.toplabel
{
	float: left;
	width: auto;
	padding-right: auto;
	font-weight: normal;
	text-align: auto;
}
