@charset "utf-8";
/* CSS Document */

.calendar_container{
	display: none; 
	z-index:7; 
	position:absolute; 
	border:1px solid #844900;
	background:#fff;
	width:190px;
}

.cal_nav{
	z-index:1; 
	position:absolute;
	width:180px;
	margin:0px 0px 0px -90px;
	left:50%;
}

.calendar{
	font-family:trebuchet ms;
	font-size:9pt;
}

	.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:#aba058;
	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 #aba058;
}

	.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 #aba058;
}

.blank{
	background:#ccc;
	border:1px solid #777;
}

.setter{
	text-align:center;
	width:25px;
}

.set{
	text-align:center;
}
