/*
	Filename         :	eventpage.css
	Last updated by  :	The Guild
	Last Updated     :	1 October 2008
	Comments         :	Provides structural and styling information for sitemap page
					 :  v2.0.0 updated for new version of site
*/

table#eventCalendar
{
	margin-left: 16px;
	margin-right: 10px;
	font-size: 0.7em;
}

table.calTableNav
{
	font-size: 100%;
	color: #000 !important;
}

table#eventCalendar td
{
	border: 1px solid #fff;
	background-color: #DFEFDB;
}

table#eventCalendar td:hover { background-color: #0F6635; }

table#eventCalendar td.noEvent
{
	background-color: #fff;
	color: #585858; /*updated KS 20-Oct-08 */
}

table#eventCalendar td.today, table#eventCalendar td.today a
{
	background-color: #a5eb65; /*updated KS 20-Oct-08 */
	color: #222; /*updated KS 20-Oct-08 */
	font-weight: bold;  /*added KS 20-Oct-08 */
}

table#eventCalendar td.selected { border: 1px solid #74BB43; }

table#eventCalendar td.today.selected { border: 1px solid #0F6635; }

table.calTableNav td.nohover:hover { background-color: #DFEFDB !important; }

table#eventCalendar a
{
	color: #0F6635;
	text-decoration: none;
	padding: 1px;
}

table#eventCalendar a:hover, table#eventCalendar td.today a:hover { color: #fff !important; }

