@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

table {
	margin: 0px auto;
	text-align: left;
	max-width: 750px;
}


/* === Main Image Holder === */
table tr td#MainView {
	text-align: center;
}

table tr td#MainView div {
	font-weight: bold;
}

table tr td#MainView img {
	background-color: #000000;
}


/* === Reference Image Text === */
table tr td#RefView {
	width: 342px;
	font-size: 0.9em;
}

table tr td#RefView div {
	border: 1px solid #FFFFFF; 
	margin-bottom: 10px;
}

table tr td#RefView div p {
	margin: 0px;
	font-weight: bold;
}

table tr td#RefView div#FootNote {
	border-top-color:#000000;
	font-style: italic;
	margin-bottom: 0px;
}

table tr td#RefView img {
	display: none;
}


/* === Reference Image === */
table tr td#RefView img {
	background-color: #ECF0FF;
	padding: 5px;
	border: 1px solid #e5e5e5; 
}


/* === Javascript Rollover Effects === */
div#JSRefImg {
	display: none;
}

.title {
	font-size: 16px !important; font-size: 1vw;
	margin: 5px 0px;
}

#hover {
    display: none;
}

#image:hover + #hover {
    display: block;
}

.btn {
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  background: #00539B;
  display: block;
  text-align: center;

}

/* === Accordion === */

.accordion-toggle {
	cursor: pointer;
	font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  background: #00539B;
  padding: 10px 0px;
  display: block;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
}
.accordion-content {display: none;}
.accordion-content.default {display: block;}
