﻿.calendarPanel
{
	margin: auto;
	width: 1196px;
}

.calendarCore
{
	color: #505050;
}

.calMonthPanel
{
	width: 186px;
	height: 100%;
	border-style: solid;
	border-width: 0 1px 0 0;
	border-color: #707070;
	vertical-align: top;
}

.calMonthPanelLast
{
	width: 150px;
	height: 100%;
	border-style: solid;
	border-width: 0 1px 0 0;
	border-color: #9e9e9e;
	vertical-align: top;
}
/* monthMatrix Section*/

.calWeeknumPanel
{
	padding-right: 16px;
	height: 496px;	
	font-size: 28px;
	text-align: right;
	color: #e0e0e0;
}

.calWeeknum
{
	height: 112px;
}

.calDaysPanel
{
	position: relative;
	margin-top: -496px;
	height: 496px;
			
	background-color: Transparent;
	overflow: hidden;
}

.day
{
	width: 100%;
	height: 16px;
	padding-left: 2px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	overflow : hidden;
	color: #606060;
	cursor: pointer;
}
.calCellTitleD1
{
	position: relative;
	width: 100%;
	height: 100%;
	text-align: left;
	line-height: 16px;
	overflow: hidden;
}

.calCellTitleD2
{
	position: relative;
	margin-top: -16px;
	width: 100%;
	height: 100%;
	text-align: right;
	overflow: hidden;
}

/* footer */
.footerPanel
{
	background-color: #2e2e2e; 
}

.footer
{
	margin: auto;
	padding: 14px 0 4px 0;
	width: 1140px;
	background-color: #2e2e2e; 
}

.testimony
{
	padding: 0 16px 0 0;
	text-align: right;
	color: #a0a0a0;
}