html {
	height: 100%;
	overflow: hidden;
}	
#flashcontent {
	height: 100%;
}

body {
	font-family:  Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
	background-color: #000;
	color: #999;
	margin: 0 auto; padding: 0;
	min-width: 980px;
	width: 100%;
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 400, from(#666666), to(#000000));
	background: -moz-radial-gradient(50% 50%, #666666 0%, #000000 71%);
	background-size: 800px 800px;
	-moz-background-size: 800px 800px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: black;
	border-bottom: 2px solid black;
}

#loading {
	color: #999;
}

/* for non-IE browsers and IE8 or newer only */
*{margin:0;padding:0}
html,body{height:100%;}
#container{height:100%;width:100%;overflow:hidden;position:relative;}
#container[id]{display:table;position:static;}
#position{position:absolute;top:50%;}
#position[id]{display:table-cell;position:static;vertical-align:middle}
#content{position:relative;top:-50%;}
#content[id]{position:static}

#content {
	margin: auto;
	padding: 0px;
}

h1 {
	color: #999;
	font-size: 28pt;
	font-weight: bolder;
	letter-spacing: 1px;
	padding: 25px 0; margin: 25px; margin-bottom: 5px;
}


#links {
	padding: 0;
	margin: 50px 25px 50px;
	font-size: 20pt;
	font-weight: bolder;
	letter-spacing: 1px;
}

#links a {        text-decoration: none; padding: 0 25px; color: #999;}
#links a:link {   text-decoration: none;}
#links a:visited {text-decoration: none;}
#links a:active { text-decoration: none;}
#links a:hover {  text-decoration: underline; color: #ddd;}



/* ---  POPUPS   ------------------------------------------------------------- */

/*  INFO  */
.infoPopup {
	color: #999;
	font-size: 10pt;
}

.infoPopup h1 {
	color: #999;
	font-size: 14pt;
	font-weight: bolder;
	letter-spacing: 1px;
	padding: 0;
	margin: 25px 0 25px 50px;
	text-align: left;
}

.infoPopup p {
	text-align: justify;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 25px;
	line-height: 15pt;
}

.infoPopup p a {        text-decoration: none; color: #999;}
.infoPopup p a:link {   text-decoration: none; color: #999;}
.infoPopup p a:visited {text-decoration: none ; color: #999;}
.infoPopup p a:active { text-decoration: none; color: #999;}
.infoPopup p a:hover {  text-decoration: underline; color: #ddd;}


/*  EVENTS  */
.mytable {
	font-size: 10pt;
	margin: 0;
	padding: 0;
	margin-left: 50px;
}

.mytable a {        text-decoration: none; color: #999;}
.mytable a:link {   text-decoration: none; color: #999;}
.mytable a:visited {text-decoration: none ; color: #999;}
.mytable a:active { text-decoration: none; color: #999;}
.mytable a:hover {  text-decoration: underline; color: #ddd;}

.mytable tr td {
	margin: 0;
	padding: 5px;
	vertical-align: top;
}

.heading {
	text-align: left;
	font-weight: bold;
	line-height: 15pt;
}

.bullets {
	text-align: left;
	line-height: 15pt;
}




/* -  SLIDESHOW  ------------------------------------------------------------ */
#slideshow {
	text-align: center;
	margin: 0 auto;
}

#slideshow, #slideshowSet {
	width: 640px; height: 360px; z-index: 5;
}

#slideshow img.thumbnail, #slideshowSet img.thumbnail {
	display: none;
}

.jdGallery {
	overflow: hidden; position: relative;
}

.jdGallery img {
	border: 0; margin: 0;
}

.jdGallery .slideElement {
	width: 100%; height: 100%;
	background-color: black;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../img/loading_spinner_black.gif');
}

.jdGallery .loadingElement {
	width: 100%; height: 100%;
	position: absolute;
	left: 0; top: 0;
	background-color: black;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../img/loading_spinner_black.gif');
}

.jdGallery a {
	font-size: 100%; text-decoration: none; color: inherit;
}


.jdGallery a.open {
	left: 0; top: 0; width: 100%; height: 100%;
}

#pausebutton {
	font-size: 10px;
}

#controls {          font-size: 20px; padding: 0; margin: 0; margin-bottom: 3px; }
#controls a {        text-decoration: none; color: #999; padding: 0 20px;}
#controls a:link {   text-decoration: none; color: #999;}
#controls a:visited {text-decoration: none; color: #999;}
#controls a:active { text-decoration: none; color: #999;}
#controls a:hover {  text-decoration: none; color: #ddd;}
