/* Museums and the Web 2008 - print specific styles */
/* www.archimuse.com */

/*------------- =image ---------------*/

#papers img {
	text-align: center;
	margin: 0px auto;
    display: block;
	}

.first-image {
	margin-bottom: 10px;
	display: block;
	float: right;
	border: 2px solid #999;
	}


/*------------- =navigation ---------------*/

#sidebar, #header, #header-photo, #top-nav {
   display: none;
   }
	
#date {
	display: block;
	} 

#print-title h1, h2, h3 {
	display: block;
   	font-size: 10pt;
 	}  

#callout {
	background: url();
	width: 0;
	height: 0;
	visibility: hidden;
	}



/*------------- =typography ---------------*/

body {
   font-size: 9pt;
   margin-left: 10%;
   margin-right: 10%;
   }

#wrapper, #content {
   width: auto;
   padding: 0;
   border: 0;
	float: none !important;
   color: black;
   background: transparent none;
   }

#content {
   margin-left: 10%;
   font-size: 10pt;
   padding-top: 2em;
   border-top: 1px solid #930;
   }

a:link, a:visited {
	color: #3D3F75;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
	}
	
/* #main-content a:link:after, #main-content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
   } */


.acknowledgementsText {
	font-size:90%;
	padding: 0 20px;
	}

.referencesText, ReferencesText {
	font-size:90%;
	padding: 0 10px;
	text-indent: -10px;
	}

.references {
	font-size:95%;
	padding: 0 20px;
	text-indent: -10px;
	overflow:hidden;
	}

/*------------- =tables ---------------*/


#main-content table {
	border: 1px;
	border-color: #000000;
	border-style: solid;
	border-width: thin;
	border-spacing: 0px;
	}

#main-content th {
	text-align: center;
	font-weight: bold;
	}
#main-content td {
	border: 1px thin #000000;
	padding: 5px;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000; 
	}