@charset "utf-8";

/* Top Menu Links */
#StaticLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
/*	color: #000000; */
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	padding-top: 1px;
	padding-bottom: 1px;
}
#StaticLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
/*	color: #000000; */
	color: #FFFFFF;
/*	color: #666666; */
	font-weight: bold;
	text-decoration:none;
	padding-top: 1px;
	padding-bottom: 1px;
}
#StaticLinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	/*	color: #CCC; */
	color: #FC0;
	font-weight: bold;
	text-decoration:none;
	padding-top: 1px;
	padding-bottom: 1px;
}
#StaticLinks a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #c90;
	font-weight: bold;
	text-decoration:none;
	padding-top: 1px;
	padding-bottom: 1px;
}

.StaticLinksTbl {
	height:25px;
	background-image: url(images/tableimg/staticlinks-bg.jpg);
}

.StaticLinksTblIdx {
	height:30px;
/*	background-image: url(images/tableimg/staticlinks-bg-gry-idx.jpg);*/
	background-image: url(images/tableimg/staticlinks-bg-blu-idx30-BG.jpg);	
}
.StaticLinksSpacer {
	width: 40px;
}

/* Showcase Title / Header */
.eventname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17pt;
	font-weight: bold;
}
