/* AMEA Calendar Style */

div#calendar_container
{
/*	position: absolute;
	margin: 0; border: 0; padding: 0;
	top: 150px;
	left: 0;
	width: 720px;
	height: 540px;
*/
	margin-left: 225px;
	text-align: center;
}
div#calendar
{
	position: absolute;
	left: 275px;
	width: 672px;
}
div#legend
{
	position: relative;
}
table
{
	border-collapse: collapse;
	margin:0; padding: 0;
	border: 1px solid #666;
	width: 675px;
}
td
{
	text-align: left;
	width: 96px;
	border: 1px solid #666;
	vertical-align: top;
}
td p
{
	font-size: .75em;	
}
.day
{
	text-align: right;
	font-size: .85em;
	color: #333;
	font-weight: bold;
}
.notmonth
{
	background-color:#eee;
	color:#666;
}
.notmonth .day
{
	color:#999;
}
.holiday
{
	position: relative;
	font-style: italic;
	font-weight: bold;
	padding-top: -1em;
	vertical-align: bottom;
}
.crossref
{
	font-size: .95em;
}

div#legend ul
{
	list-style-type: none;
}
div#legend ul li:before
{
	content: "";
}
div#legend .legendleft
{
	float: left;
	text-align: left;
}
div#legend .legendright
{
	float: right;
	text-align: left;
}