	
/*  CALENDAR
*******************************************************************************************************************/
	
	div#calendar 						{float:left; width:160px;}
	
	div#calendar a#arrowL				{position:absolute; top:6px; left:6px; width:13px; height:13px; background:url(../images/arrowL.gif) no-repeat; outline:none; padding:0;}
	div#calendar a#arrowR				{position:absolute; top:6px; left:40px; width:13px; height:13px; background:url(../images/arrowR.gif) no-repeat; outline:none; padding:0;}

	div#calendar table					{border-collapse:collapse; font-weight:bold; margin-bottom:12px; color:#a9c341; font-size:10px; width:100%;}
	div#calendar table td				{background:#383728; border:solid 1px #000; text-align:center; vertical-align:middle; width:14.2%; height:22px;}
	div#calendar table td a				{display:block; padding-bottom:3px; color:#a9c341; text-decoration:none;}
	div#calendar table td a:hover		{}
	div#calendar table tr.day td		{background:#000; height:24px;}
	div#calendar table td.empty			{background:#21211c;}
	div#calendar table td.event a		{background:#c95827; color:#fff;}
	div#calendar table td.event a:hover	{background:#c95827; color:#fff;}
	div#calendar table td.today			{background:#A9C341; color:#fff;}
	div#calendar th						{background:#c95827; padding:0; text-align:center; color:#fff; font-size:1.25em;}
	div#calendar th a					{display:block; color:#fff; text-decoration:none; padding:0; width:auto; height:24px; line-height:24px;}
	div#calendar th a:hover				{text-decoration:underline;}
	div#calendar select					{color:#666; width:160px; font-size:12px;}
	
	div#eventlist						{position:relative;}
	div#eventlist table					{border-collapse:collapse; font-size:.8em; width:100%; }
	div#eventlist table td				{padding:7px 14px; border-bottom:solid 1px #d8d7d2; vertical-align:top;}
	div#eventlist table td.right		{text-align:right;}
	div#eventlist table th				{padding:5px 10px; background:#9fa792; text-align:left; color:#fff; font-weight:bold;}
	div#eventlist table tr.row1			{background:#f1efea;}
	div#eventlist select				{color:#666; position:absolute; top:3px; left:340px; width:150px; font-size:11px;}

	p#legend1							{padding-left:21px; text-align:left; margin:8px 0 2px 2px; background:url(../images/legend2.gif) left no-repeat; font-weight:normal;}
	p#legend2							{padding-left:21px; text-align:left; margin-left:2px; background:url(../images/legend1.gif) left no-repeat; font-weight:normal;}
	
	td.month		{padding:10px 0px 5px; background:none!important;}
	td.legend		{background:#fff; background:none!important;}
