/***************
*
*  Layout
*
*****/

#SideBarCurrentPage
	{
	background: transparent url('../images/layout/SideBarPageEvents.png') right top no-repeat;
	}

#Content
	{
	padding: 20px 30px 1px 30px;
	}

#SubNavigation
	{
	font-size: 19px;
	font-weight: bold;
	height: 50px;
	line-height: 75px;
	list-style-type: none;
	text-align: center;
	width: 100%;
	}

	#SubNavigation li
		{
		background: transparent url('../images/layout/SubNavigationList-bg.gif') 0px 50% no-repeat;
		color: #444;
		float: left;
		width: 25%;
		}

	#SubNavigation li:first-child,
	#SubNavigation li.firstChild
		{
		background: none;
		}

		#SubNavigation li a:link,
		#SubNavigation li a:visited
			{
			color: #00c;
			font-size: 13px;
			position: relative;
			top: -2px;
			}

		#SubNavigation li a:hover,
		#SubNavigation li a:active
			{
			border-bottom: 1px dotted #00c;
			}

/***************
*
*  Typography
*
*****/

h1
	{
	color: #00c;
	font-size: 30px;
	}

h2
	{
	color: #aaa;
	font-size: 20px;
	text-indent: 25px;
	}

table
	{
	text-align: left;
	margin-bottom: 10px;
	width: 100%;
	}

		table tr th:first-child,
		table tr th.firstChild
			{
			font-size: 16px;
			width: 50%;
			}

		table tr th
			{
			color: #00c;
			font-size: 15px;
			font-weight: normal;
			line-height: 20px;
			vertical-align: top;
			width: 25%;
			}

		table tr.newEvent th
			{
			padding-top: 15px;
			}
