html {
  height: 101%
}

body {
  background-color: #FFF;
  font-family: Georgia, Garamond, serif;
  font-size: 1em;
  text-align: center;
}

h1 {
  font-family: Georgia, Garamond, serif;
  font-size: 2em;
  font-weight: bold;
}

h2 {
  font-family: Georgia, Garamond, serif;
  font-size: 2em;
  font-weight: normal;
  color: #3E3E3E;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

h3 {
  font-family: Georgia, Garamond, serif;
  font-size: 1.2em;
  font-weight: normal;
  color: #606060;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

a.trackTitle {
	font-weight: normal;
}

/*a:link, a:active, a:visited {
  text-decoration: none;
  color: #50669D;
}

a:hover {
  background-color: #50669D;
  color: #FFFFFF;
} */

/* holder for all content */
#holder {
  width: 70%;
  text-align: left;
  margin: 0 auto;
  background-color: #F6F6ED;
  border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}


/* title / header line, to contain logo and basket/login status info */
#title {
  height: 45px;
}

/* holder for seatunes logo */
#logo {
  float: right;
  padding-right: 1px;
  font-size: 2em;
  font-weight: bold;
}

#logo img {
  border: none;
}

#logo a.img:hover {
  background-color: #F6F6ED;
}

/* search form */
#search {
  float: left;
  padding: 5px 0px 5px 8px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  vertical-align: middle;
}

#search input {
  font-size: 70%;
  border: 0px;
  padding-left: 2px;
  padding-right: 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  vertical-align: middle;
}

/* general form classes */
.formbutton {
  text-align: center;
}

.formbutton:hover {
  background-color: #50669D;
  color: #FFFFFF;
}

.box {
  text-align: left;
  background-color: #FFFFFF;
  color: #000000;
  vertical-align: middle;
}

.box:hover {
  background-color: #50669D;
  color: #FFFFFF;
}


/* generic list */

.list {
  min-height: 80px;
  margin-bottom: 20px;
  line-height: 125%;
}

.listText {
  /* display: inline; */
  /* float: left; */
  padding-right: 80px;	
}

.listImage {
	white-space: nowrap;
	float: right;
  width: 69px;
  height: 69px;
  /* border: 1px solid #C0C0C0; */
}

.listHeaderBlock {
  min-height: 69px;
  background-color: #E0E0E0;
	border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
	margin-bottom: 0.5em;	
}

.listHeaderBlock:hover {
	background-color: #FFFFFF;
}

.listHeader {
  /* border-top: 1px solid #D0D0D0; */
  font-weight: bold;
  padding: 0px 0px 0px 4px;
	white-space: nowrap;
	/* background-color: #E0E0E0; */
}

.listHeader img {
	vertical-align: middle;
  padding: 0px;
	margin: 0px;
	border: 0px	
}

.listHeader img:hover {
  background-color: #FF0000;
}

.listSubHeader {
  /* margin-bottom: 0.5em; */
  /* border-bottom: 1px solid #D0D0D0; */
  color: #000;
  font-size: small;
  padding: 0px 0px 6px 4px;
	/* background-color: #E0E0E0; */
}

.listBodyOdd {
  font-size: 76%;
  vertical-align: middle;
  padding: 0px 0px 6px 20px;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
}

.listBodyEven {
  font-size: 76%;
  vertical-align: middle;
	background-color: #EEEEEE;
  padding: 0px 0px 6px 20px;	
}

.listBodyEven:hover {
	background-color: #FFFFFF;
}

.listBodyOdd:hover {
	background-color: #FFFFFF;
}

.listBody img {
  vertical-align: middle;
}

.listBody form {
  vertical-align: middle;
}


/* detail = main content holder */
#detail {
  display: block;
  /* position: relative; */
  background: #F6F6ED;
  color: #3E3E3E;
  padding: 0px 212px 0px 8px;
  /* border: 1px solid green; */
}

#detail p {
  line-height: 135%;
}

#detail img {
  border: 0px;
}

#detail a:link, #detail a:active, #detail a:visited {
  color: #50669D;
  text-decoration: none;
}

#detail a:hover {
  /* background-color: #50669D; */
  /* color: #FFF; */
	text-decoration: underline;
}

#detail a.img:hover {
  /*background-color: #F6F6ED; */
}

/* page location details and extra info */
#pageinfo {
  position: relative;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 70%;
  background-color: #3E3E3E;
	height: 19px;
  color: #E9E4DC;
  padding: 0px;
  vertical-align: middle; */
}

#pageinfo a:link, #pageinfo a:active, #pageinfo a:visited {
  color: #E9E4DC;
  background-color: #3E3E3E;
  text-decoration: none;
}

#pageinfo a:hover {
  color: #FFF;
  background-color: #50669D;
}

.presentationImage400 {
  border: 1px solid #C0C0C0;
  height: 400px;
  width: 400px;
}

/* #standardMenu describes the ubiquitous navigation menu */

#standardMenu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  width: 100%;
  padding: 0px;
/*  background-color: #E9E4DC; */
}

#standardMenu ul {
  list-style-type: none;
  font-size: 70%;
  margin: 4px 4px 4px 8px;
  padding: 6px 0px 4px 0px;
  white-space: nowrap;
  vertical-align: middle;
}

#standardMenu li {
  position: relative;
  margin: 0px 3px 0px 0px;
  display: inline;
}

#standardMenu a {
  padding: 4px 8px 4px 8px;
  /* border: 1px solid #E0E0E0; */
  text-decoration: none;
  /* font-weight: bold; */
}

#standardMenu img {
  margin: 0px;
  vertical-align: middle;
  border: 0px;
  padding-right: 5px;
}

#standardMenu a:link, #standardMenu a:active, #standardMenu a:visited {
  background-color: #FFF;
  color: #3E3E3E;
}

#standardMenu a:hover {
  /* border: 1px solid #E0E0E0; */
  /* background-color: #50669D; */
  /* color: #FFF; */
	text-decoration: underline;
}

#standardMenu a.img:hover {
  background-color: #F6F6ED;
}


/* .internalMenu describes the internal navigation menu on individual pages */
.internalMenu {
}

/*
#internalMenu ul {
  position: relative;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 4px;
  list-style-type: none;
  white-space: nowrap;
  background-color: #FFF;
}  */

.internalMenu ul {
  position: relative;
  font-family: Georgia, Garamond, serif;
  margin: 0px;
  padding: 4px 0px 4px 0px;
  list-style-type: none;
  white-space: nowrap;
}


.internalMenu a:link, #internalMenu a:active, #internalMenu a:visited {
  text-decoration: none;
  color: #50669D;
}

.internalMenu a:hover {
  /* color: #FFFFFF;
  background-color: #50669D; */
	text-decoration: underline;
}

/* .internalMenu a.img:hover {
  background-color: #F6F6ED;
} */

.glossary {
  display: inline;
  font-weight: bold;
  border-bottom: 1px dotted;
  font-variant: small-caps;
  cursor: help;
}


/* basket list table */
td {
  /*
  padding-right: 8px;
  padding-top: 3px; */
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #E0E0E0;

}

.tableHeader {
  font-weight: bold;
}

.tableBody {
  font-size: 76%;
}
  
.tableHighlight {
  font-weight: bold;
}

#licence {
  font-size: 76%;
  margin-top: 1.25em;
  margin-bottom: 1.25em;

}

#licence a.img:hover {
  background-color: #F6F6ED;
}
