* {
  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: 1024px;
  height: 748px;
  border: 1px solid black;
}


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


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


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


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


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




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


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

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


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

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


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



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

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

#content {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 960px;
  height: 560px;
}

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

#navigation a {
  margin: 0px 8px;
  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: 32px;
  -moz-border-radius: 10px;  
}


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

.box a {
  color: white;
}

hr.line {
    padding: 0;
    border: 2px solid;
    color: #666;
}

p.inset {
margin-left: 40px;
font-size: 14px;
}

h2.opp {
color:#EDB700;
}

h3.opp {
color:#EDB700;
}

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

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

#clock #time {
  font-size: 24px;
  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: 680px;
  width: 440px;
}

.news-story {
  width: 300px;
  margin-right: 20px;
  margin-bottom: 15px;
  height: 57px;
  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: 20px;
  top: 0px;
  width: 570px;
  height: 526px;
  background-color: rgba(0,0,0,.75);
  overflow: auto;
  font-size: 12px;
  line-height: 18px;
}

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

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

.news-story-content .event-image-container {
  clear: right;
  float: right;
  width: 180px;
  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: 10px;
  margin-top: 10px;
  margin-right: 10px;
}

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

.folder-link img {
  border: none;
  z-index: 800;
}

.folder-link .folder-title {
  width: 80px;
  height: 30px;
  overflow: hidden;
  color: white;
}

.folder-link .folder-size {
  position: absolute;
  bottom: 20px;
  right: 10px;
  width: 30px;
  height: 20px;
  text-align: right;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  z-index: 950;
}

.folder-link .folder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 60px;
  z-index: 900;
  background: url(Images/folder_icon.gif) bottom right no-repeat transparent;
}


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

.photo-link {
  display: block;
  width: 80px;
  height: 60px;
  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: 124px;
  left: 570px;
  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;
}