/*
 * Common style sheet for Mysteries Project web sites.
 * Implements style rules for internal markup instructions and
 * those resulting from site generation.
 *
 * Adapted from legacy style sheet in use with existing sites.
 *
 * Author: Sunpreet S. Jassal
 * Date Created: Jan 04, 2008
 *
 */




.align_centre, .align_center 
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.align_left 
{
	text-align:left;	
}
.align_right 
{
	text-align:right;
}
span.underline, .underlined 
{
	text-decoration:underline;	
}
.float_left 
{
	float:left;		
}
.float_right 
{
	float:right;		
}
/*br {
	clear:both;	
}*/
.bold 
{
	font-weight:bold;	
}
.indent 
{
	margin-left:2em;
}
.noclear 
{
	clear:none;
}
.strike 
{
	text-decoration: line-through;	
}

.page, .page_number 
{
	text-align:center;
	font-weight:bold;
}
.block 
{
	display:block;
}

.nospace 
{
	padding:0px;
	margin:0px;	
}

.large 
{
	font-size:130%;	
}
.notation 
{
	border-bottom:1px dotted;	
}

.citation
{
	background-color: #eee;
	border:1px solid #ccc;
	line-height:14px;
	padding:10px;
	font-size:0.9em;
	margin:10px 0 0 10px;
}

table
{
	border-collapse:collapse;	
}

.imageListing {
	cursor: pointer;
	border: 1px solid #9C9E6D ;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

.docImageCentre {
	float: none;
	clear: both;
	padding: 0;
	margin: auto;
	margin-bottom: 10px;
	width: 309px;
}

#about_this_source
{
	height:45px;
	background:url(../images/glass.gif) no-repeat;
	font-family:"Georgia", "Time New Roman", serif;
	padding: 0 0 0 20px;
	letter-spacing: 2px;
}

span.first_letter_big
{
	font-size:28px;	
}

.marginalia {
	border: 1px solid rgb(181, 216, 238);
	background-color: rgb(228, 246, 255);
	padding: 10px;
}

td, th {
	padding-right: 2px;
}

acronym, abbr {
	border-bottom: 1px dotted;
}

.imgCaption {
	font-size: 0.9em;
}

/* archives images listing */

.archivesImageListing {
	background-color: #fff;
	border:1px solid #ddd;
	height: 230px;
	padding: 10px 10px 5px 10px;
	margin: 0 0 20px 0;
}

.archivesImage {
	float: left;
	height: 200px;
	margin: 0;
	padding: 0;
	width: 200px;
}

.archivesCitation {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.italics {
	font-style: italic;
}

/* end archives image listing */

#flashintro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

/* view images (larger/largest) */
#OtherContent {
	font-family: 'Arial Narrow', Tahoma, Verdana, sans-serif;
	color: #000;
	margin: auto;
	padding: 20px 0 0 0;
	width: 800px;
}

#OtherContent h1 {
     font-family: 'Arial Narrow', Tahoma, Verdana, sans-serif;
     font-weight: bold;
     font-style: normal;
     font-size: 2.2em;
     color: #000;
     padding-bottom: 20px;
     margin-bottom: 20px;
     border-bottom: 1px solid rgb(227, 27, 90);
}

#viewImage {
	margin: 0;
	padding: 0;
}

#viewImage img {
	display: block;
	margin: auto;
}

#viewText {
	margin: 0;
	padding: 0;
	text-align: left;
}

#viewImageCitation {
	background-color: #eee;
	border:1px solid #ccc;
	color: #000;
	line-height:14px;
	padding:10px;
	font-size:10px;
	margin:10px 0 20px 10px;
	text-align: left;
}

#referring {
	font-size: 1.0em;
	margin: 0 0 20px 0;
	text-align: right;
	text-decoration: none;
}

#referring a {
	color: #2D85B9;
	text-decoration: none;
}

/* end view images (larger/largest) */

.italics {
	font-style: italic;
}