/**************************************************
 * RESET
 *************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

body {line-height: 1; color: black; background: white;}
a img {border:none;}
ins {text-decoration: none;}
del {text-decoration: line-through;}

:focus {
  -moz-outline:0;
  outline:0;
  outline-offset:0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}

blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/**************************************************
 * ELEMENTS
 *************************************************/

li ul, li ol { margin:0 1.5em; }
ul, ol { margin: 0 1.5em 1.5em 1.5em; }

ul { list-style-type: disc; }
ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em;}
	
pre,code { margin: 1.5em 0; white-space: pre; overflow: auto; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

abbr, acronym { border-bottom: 1px dotted #666; }
address { margin: 0 0 1.5em; font-style: italic; }
del { color:#666; }

blockquote { margin: 1.5em; color: #666; font-style: italic; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }
p {margin: 0 0 1.5em;}

label { font-weight: bold; }
fieldset { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend { font-weight: bold; font-size:1.2em; }

input.text, input.title,
textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}

table {
	margin: 0 0 1.5em;
	background: #FFF;
	border-collapse: collapse;
	color: #333;
}

 
table th, table td {
	padding: 0.25em 1em;
	border-collapse: collapse;
}

table th {
	border-bottom: 2px solid #CCC;
	background: #EEE;
	font-weight: bold;
	padding: 0.5em 1em;
}

code {
	font-family: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace;
	border: none;
	margin: 0.25em 0 1.5em 0;
	display: block;
}

h1 {
	font-size: 2.5em;
	line-height: 1em;
	margin: 0.6em 0 .2em;
	font-weight: bold;
	}

h2 {
	font-size: 2.1428em;
	line-height: 1em;
	margin: 0.7em 0 .2333em;
	font-weight: bold;
	}

h3 {
	font-size: 1.7142em;
	line-height: 1.286em;
	margin: 0.875em 0 0.2916em;
	font-weight: bold;
	}
	
h4 {
	font-size: 1.2857em;
	line-height: 1.2em;
	margin: 1.6667em 0 .3887em;
	font-weight: bold;
	}

h5 {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1em 0 .5em;
	font-weight: bold;
}

h6 {	
	font-size: 1em;
	line-height: 1.5em;
	margin: 1em 0 .5em;
	font-weight: normal;
	}
/**************************************************
 * PAGE
 *************************************************/


 body {
 	text-align: center;
 	font-family: Helvetica, Arial, sans-serif;
 	font-size: 87.5%;
 	line-height: 1.5em;
 	color: #999;
	}
 
    a, a:link, a:visited {
    	color: #ee3f3f;
    	text-decoration: underline;
    	}


/**************************************************
 * EXHIBIT
 *************************************************/

table {
    font-size: 100%;
}

tr {
    vertical-align: top;
}

#header {
    padding:    20px;
}
#body {
    margin: 1em;
    clear:  both;

}

.exhibit-thumbnailView-group h1 {
    font-size:      120%;
    margin:         1em 0;
    color:          #7D2E1C;
}
.exhibit-thumbnailView-group h2 {
    font-size:      100%;
    font-weight:    bold;
    margin:         0.5em 0;
}

.exhibit-facet-body {
    background: #E6E5FE;
}

.item h1 {
    font-size:      120%;
    margin:         1em 0;
    color:          #7D2E1C;
}
.item h2 {
    font-size:      100%;
    font-weight:    bold;
    margin:         0.5em 0;
}

button.exhibit-copyButton {
    display:    none;
}

table.itemThumbnail {
    margin:     0.5em; 
    padding:    0.5em;
    width:      120px; 
}
td.itemThumbnail-thumbnailContainer {
    overflow:   hidden; 
    height:     100px; 
    text-align: center;
}
td.itemThumbnail-caption {
    height:     4em; 
    text-align: center;
}
div.itemThumbnail-blocker {
    position:   absolute; 
    width:      100%; 
    height:     100%; 
    top:        0px; 
    left:       0px; 
    z-index:    1000;
}