@charset "utf-8";
/* CSS Document */

.calendar_container{
	display: none;
	z-index:35;
	position:absolute;
	border:1px solid #777;
	background:#fff;
	width:390px;
	margin: 90px 0px 0px 140px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.cal_nav{
	z-index:3;
	position:absolute;
	width:390px;
}

.calendar{
	font-family:trebuchet ms;
	font-size:9pt;
	float:left;
	width:190px;
	margin:0px 2px 0px 2px;
}

	.calendar_container a{
		font-family:trebuchet ms;
		font-size:9pt;
		color:#fff;
		text-decoration: none;
		cursor:pointer;
	}

	.calendar_container a:hover{
		color:#fff;
		text-decoration: underline;
		cursor:pointer;
		font-family:trebuchet ms;
		font-size:9pt;
	}

.today{
	color:#fff;
	background:#7e7e7e;
	text-align:center;
	font-weight:bold;
	border:1px solid #777;
}

	.today a{
		color:#fff;
		text-decoration: none;
		cursor:pointer;
		font-weight:bold;
		font-family:trebuchet ms;
		font-size:9pt;
	}

	.today a:hover{
		color:#fff;
		text-decoration: underline;
		cursor:pointer;
		font-weight:bold;
		font-family:trebuchet ms;
		font-size:9pt;
	}

.tomorrow{
	color:#000;
	text-align:center;
	border:1px solid #777;
}

	.tomorrow a{
		color:#000;
		text-decoration: none;
		cursor:pointer;
		font-weight:bold;
		font-family:trebuchet ms;
		font-size:9pt;
	}

	.tomorrow a:hover{
		color:#000;
		text-decoration: underline;
		cursor:pointer;
		font-weight:bold;
		font-family:trebuchet ms;
		font-size:9pt;
	}

.yesterday{
	color:#ccc;
	text-align:center;
	border:1px solid #777;
}

.blank{
	background:#ccc;
	border:1px solid #777;
}

.setter{
	text-align:center;
	width:25px;
}

.set{
	text-align:center;
}