* {
  outline: none;
  /* cursor: none; */
  cursor: pointer;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: arial, sans-serif;
}

table, textarea {
  color: inherit;
  font-size: inherit;
}


#screen {
  background: url(Images/bg1.jpg) top left no-repeat #999;
  position: relative;
  width: 1919px;
  height: 1079px;
}


#screen.background1 { background-image: url(Images/bg1.jpg); }


#screen {
  background: url(Images/bg2.jpg) top left no-repeat #999;
  position: relative;
  width: 1919px;
  height: 1079px;
}


#screen.background2 { background-image: url(Images/bg2.jpg); }


#screen {
  background: url(Images/bg3.jpg) top left no-repeat #999;
  position: relative;
  width: 1919px;
  height: 1079px;
}


#screen.background3 { background-image: url(Images/bg3.jpg); }





#content-container {
  background: url(Images/kiosk_header_overlay.png) top left no-repeat;
  height: 1010px;
}

#content-container.alternate {
  background-image: url(Images/kiosk_header_overlay2.png);
}

#content {
  position: absolute;
  top: 150px;
  left: 20px;
  width: 1880px;
  height: 820px;
}

#navigation {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 1880px;
  height: 80px;
  line-height: 80px;
    
  background-color: rgba(0,0,0,.75);
  -moz-border-radius: 10px;    
  text-align: center;
  font-size: 36px;
  color: #666;
}

#navigation a {
  margin: 0px 20px;
  color: #fff;
  text-decoration: none;
}

#navigation a.active {
  color: #fc0;
}

.box {
  background-color: rgba(0,0,0,.75);
  color: white;
  padding: 20px;
  font-size: 18px;
  line-height: 28px;
  -moz-border-radius: 10px;  
}


.box h1 {
  font-size: 32px;
  margin-top: 5px;
  padding-bottom: 15px;
  border-bottom: 4px solid #666;
  font-family: arial;
}

.box a {
  color: white;
}

#clock {
  width: 320px;
  padding: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
  line-height: 34px;
}

#clock #date {
  font-size: 28px;
}

#clock #time {
  font-size: 44px;
  font-weight: bold;
}

.profile {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 120px;
  width: 225px;
  background-color: rgba(0,0,0,.75);
  color: white;
  overflow: hidden;
  -moz-border-radius: 10px;
}

.profile-image {
  float: left;
  margin: 10px;
}

.event-details th,
.event-details td {
  padding: 4px;
}


.profile-name {
  margin-left: 90px;
  font-size: 1em;
  font-weight: bold;
  margin-top: 5px;
}

.profile-title {
  margin-left: 90px;
  margin-top: .25em;
  font-size: .8em;
}

#profile-pages {

}

.profile-page-link {
  margin: 0px 20px;
  font-size: 1.2em;
  text-decoration: none;
}

.profile-page-link.active {
  color: #fc0;
}

.news-stories {
  position: absolute;
  top: 0px;
  left: 960px;
  width: 840px;
}

.news-story {
  width: 400px;
  margin-right: 20px;
  margin-bottom: 20px;
  height: 120px;
  float: left;
  background-color: rgba(0,0,0,.75);
  -moz-border-radius: 10px;
  
  color: white;
}

.news-story.active {
  background-color: rgba(255,255,255,.75);
  color: black;
}

.news-details {
  position: absolute;
  left: 100px;
  top: 0px;
  width: 800px;
  height: 750px;
  background-color: rgba(0,0,0,.75);
  overflow: auto;
  font-size: 16px;
  line-height: 22px;
}

.news-details h1 {
  line-height: 36px;
}

.news-story img {
  float: left;
  margin: 10px;
}

.news-story-content .event-image-container {
  clear: right;
  float: right;
  width: 200px;
  margin: 20px;
}

.news-story-content .event-image-container img {
  margin-bottom: 20px;
}

.news-story-content .event-details {
  display: none;
  width: 250px;
  float: right;
  margin: 20px;
}

.news-story .news-story-title {
  margin-left: 120px;
  margin-top: 10px;
  margin-right: 10px;
}

#photo-gallery {
  width: 1000px;
  height: 700px;
  position: absolute;
}

.photo-link {
  display: block;
  width: 80px;
  height: 80px;
  padding: 10px;
  margin: 0px 0px 10px 10px;
  -moz-border-radius: 5px;
  background-color: rgba(0,0,0,.75);
  text-align: center;
  float: left;
}

.photo-link img {
  border: none;
}

#photo-gallery-image-container {
  position: absolute;
  top: 0px;
  left: 940px;
  padding: 10px;
  background-color: rgba(0,0,0,.75);
  -moz-border-radius: 10px;
}

#photo-gallery-image-title {
  margin: 10px;
  text-align: center;
  font-size: 1.4em;
  color: white;
}