body {
	margin: 0;
	padding: 0;
	font: 10pt Arial, Helvetica, sans-serif;
}

body a {
	color: #0000cc;
	text-decoration: none;
}

body a:visited {
	color: #5f5f5f;
}

body a:hover {
	color: #ff0000;
	text-decoration: none;
}

h1 {
	color: #494949;
	font-size: 18px;
	margin: 0px 0px 2px 0px;
}

.MainSiteWrapper {
	width: 770px;
	margin: 0 auto;
	margin-top: 3px;
}

.Header {
	position: relative;
}

.HeaderTagline {
	position: absolute;
	right: 10px;
	top: 59px;
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
}

.TopSpacer {
	height: 15px;
}

.Breadcrumbs {
	margin-top: 10px;
}

.NoEventsFound {
	margin: 2px 0px 10px 0px;
}

.MainContentWrapper {
	width: 504px;
	float: left;
}

.IntroContainer {
	margin-bottom: 15px;
}

.Tabs {
	margin: 0px;
	height: 20px;
	position: relative;
}

h2.SearchEventsTxt {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 25px;
	top: 2px;
	color: #ffffff;
	font-size: 9pt;
}

.MainContent {
	border: 1px solid #b9b9b9;
	padding: 5px;
	background: url(/global/assets/images/ContentGradient.jpg) repeat-x top;
}

.SidebarWrapper {
	width: 255px;
	float: right;
}

.SidebarContent {
	margin-left: 15px;
}

/* Start Top Navigation Link Styles */

.TopNavigationLinks {
	text-align: right;
	margin: 2px 0px 3px 0px;
	font-size: 8pt;
	font-weight: bold;
}

.TopNavigationLinks a, a:link, a:active {
	text-decoration: none;
	color: #0000cc;
}

.TopNavigationLinks a:visited {
	color: #0000cc;
	text-decoration: none;
}


.TopNavigationLinks a:hover {
	text-decoration: none;
	color: #990000;
}

/* End Top Navigation Link Styles */

/* Start Sidebar Styles */

.SidebarWrapper h3  {
	color: #ffffff;
	font-size: 9pt;
	text-align:center;
	margin-top: 1px;
	width: 240px;
	height: 17px;
	background-color: #0000ce;
	margin-bottom: 3px;
}

.SideBarEntry {
	margin-bottom: 5px;
}

.SideBarEntry img {
	margin-bottom: 2px;
}

.SidebarWrapper ul {
	list-style:none;
	margin: 0px;
}

.SidebarWrapper li {
	border-bottom: 1px solid #cccccc;
	margin: 0px 0px 2px -38px;
	*margin: 0px 0px 2px 0px;
	padding-bottom: 1px;
	font-size: 8.5pt;
}

/* End Sidebar Styles */

.LatestEvents {
	height: 30px;
	position: relative;
}

h2.ActiveEventsTxt {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 15px;
	top: 7px;
	color: #ffffff;
	font-size: 11pt;
	font-weight: bold;
}

.ContentWrapper {
	width: 468px;
	margin-left: 12px;
}

.Content {
	border: 1px solid #b9b9b9;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 9pt;
}

/* Start of Search Styles */

.SearchContainer {
	margin-bottom: 10px;
}

.SearchTitle {
	font-size: 9pt;
	font-weight: bold;
	color: #0000cc;
	width: 90px;
	margin-left: 18px;
}

.SpacerCell {
	background: url(/global/assets/images/DividerBgStretch.gif) repeat-x left 8px;
	width: 100%;
}

.FieldLable {
	margin-left: 40px;
}

/* End of Search Styels */

/* Start Event Item Styles */

.EventContainer {
	width: 100%;
	border: 0px;
	margin: 5px 0px 0px 0px;
	clear:both;
	border-bottom: 1px solid #cccccc;
}

.EventContainer .Left {
	width: 26px;
	float: left;
	margin-top: 2px;
	padding-top: 2px;
}

.EventContainer .Right {
	width: 415px;
	float: right;
	margin-top: 2px;
}

.Title {
	font-size: 11pt;
	font-weight: bold;
}

.Location {
	color: #333333;
}

.Date {
	padding-bottom: 5px;
	color: #666666;
}

.Pagination {
	font-size: 10pt;
	margin-top: 5px;
}
.Pagination a {
	text-decoration: underline;
}

.Pagination a.Selected {
	text-decoration: none;
	color: #5f5f5f;
}

.BackButtonContainer {
	margin-bottom: 20px;
	margin-top: 4px;
}


a.BackButton {
	width: 140px;
	background-color: #ffffe6;
	margin-left: 180px;
	text-decoration: none;
	padding: 3px;
	color: #000000;
	border: 1px solid #cccccc;
}

a:hover.BackButton {
	width: 140px;
	background-color: #efefef;
	margin-left: 180px;
	text-decoration: none;
	padding: 3px;
	color: #000000;
}

/* End Event Item Styles */

/* Start List Item Styles */

.ListWrapper {
	border: 1px solid #cccccc;
	padding: 10px;
}

.ListWrapper .Date {
	color: #333333;
	margin-bottom: 5px;
}

.ListWrapper .Address {
	color: #666666;
}

.ListWrapper .Description {
	color: #333333;
}

.ListWrapper h2 {
	font-size: 11pt;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	color: #494949;
}

.ListWrapper .ContactInfo {
	border-top: 1px solid #cccccc;
	margin-top: 10px;
	padding: 10px 0px 10px 0px;
}

/* End List Item Styles*/

/* Start of Search Styles */

.SearchFormTbl {
	border-collapse: collapse;
	border: 0px;
	margin-left: 37px;
}

.SearchFormTbl td {
	height: 25px;
}

.SearchFormTbl .DisplayOnly {
	font-size: 8pt;
}

.SearchFormTbl th {
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
}

.SearchButtons {
	margin: 10px 0px 0px 281px;
}

/* End of Search Styles */


/* Start of Footer Styles */

.Footer {
	clear: both;
	padding: 20px 0px 20px 0px;
	font-size: 8pt;
	text-align:center;
}

.Footer a:link, a:hover {
	text-decoration: underline;
}

.Footer a:visited {
	text-decoration: underline;
	color: #880000;
}

.Footer .CopyrightText {
	font-weight: bold;
	font-size: 10px;
}

.Footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 220px;
}

.Footer li {
	float:left;
	margin: 0 auto 0 auto;
	font-size: 8pt;
	text-align: center;
	border-right: 1px solid #000000;
	padding-right: 5px;
	padding-left: 5px;
}

.Footer li.last {
	float:left;
	margin: 0 auto 0 auto;
	font-size: 8pt;
	text-align: center;
	border: none;
	padding-right: 5px;
	padding-left: 5px;
}

/* End of Footer Styles */

/* Top navigation menu buttons 05282010 */

		.TopSectionNav {
		 	float: left;
			margin-top: 5px;
		}
		.TopSectionNav ul {
		 	list-style-type: none;
			padding: 0;
			margin: 0;
		}
		.TopSectionNav ul li {
			display: inline;
		}
		
		.AuthLinks {
			padding-top: 13px;
		}
		
		.Header {
			clear: both;
		}
/* End Top Navigation menu buttons 05282010 */

