/*
    Styles for normal-sized browser screens, (non-handheld)
 
 */

/* ==================== TOP-LEVEL CONTAINERS ==================== */

body {
  background-image: url('Background_normal.png');
  background-repeat: repeat;
  font-family: Helvetica;
}

/* ==================== HEADER ==================== */

#header {
  height: 50px;
}


.title {
  height: 60px;
  padding-left: 60px;
  text-align: left;
  font-family: Times New Roman;
  font-size: 20pt;
  font-weight: bold;
  font-style: italic;

  color: blue;
  text-shadow: rgba(0, 0, 0, .6) 0px -1px 0px;

  /* ensure that long pieces of text get trimmed */
  white-space : nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.button {
  display: none;
}

.playerHeader {
  height: 28px;
  width: 400px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14pt;
  text-align: center;
  font-family: Times New Roman;
  color: blue;
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, .6) 0px -1px 0px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.idxTitle {
  text-align: center;
  padding-top: 10px;
}

/* ==================== MAIN PAGES CONTENT ==================== */

div #menu {
  position: absolute;
  left: 0px;
  top: 60px;
  width: 130px;
}

div #content {
  position: absolute;
  left: 130px;
  top: 60px;
  margin: 0px 6px 6px 10px;
  padding-left: 10px;
  font-size: 14px;
  border-style: solid;
  border-width: 0px 0px 0px 2px;
  border-color: blue;
}

ul {
  width: 130px;
  padding: 0px;
  margin: 10px 0px 6px 10px;
  font-size: 12px;
  font-weight: bold;
}


li {
  height: 20px;
  width: 85%;
  list-style-type: none;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgb(171,173,176);
  margin: 0px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  color: black;

  /* ensure that long pieces of text get trimmed */
  white-space : nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border: 1px solid rgb(171,173,176);
  border-bottom-width: 0;

  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border: 1px solid rgb(171,173,176);
  margin-bottom: 5px;
}

li:hover {
  background-color: rgb(155,155,255);
}

ul a {
  text-decoration: none;
}

ul a:visited {
  text-decoration: none;
}

.wide_list {
  width: 250px;
}

div.player {
  left:280px;
}
