/*
CSS ADDED BY JAMIE MCLAUGHLIN
---------------------------------------------------------------------------------*/
	
/*
MAIN NAVIGATION / LOGIN NAVIGATION
---------------------------------------------------------------------------------*/

/*
#loginnav {
	background: #6f7c44 url(../graphics/mainnav.gif) top center no-repeat;
	position: relative;
	overflow: hidden;
	}
*/
#loginnav {
	background: #333;
	border-bottom: 1px solid #444;
	}

#loginnav div {
	clear: both;
	float: left;
	position: relative;
	left: 50%;
	}

#loginnav ul {
	position: relative;
	left: -50%;
	}	
	
#loginnav li {
	float:left;
	padding: 11px 0 10px 0;
	}
	
#loginnav a, #loginnav span {
	float:left;
	text-decoration: none;
	font: bold 120% "Georgia", serif;
	color: #c5c98f;
	border-right: 1px solid #848e58;
	padding: 0 5px;
	}
	
#loginnav a, #loginnav span {
	border-right: 1px solid #666;
	}
	
#loginnav span {
	font-weight: normal;
	}
	
#loginnav span a {
	float: none;
	font-size: 100%;
	border: none;
	padding: 0 0 0 2px;
	}
	
#loginnav li.last a {
	border: none;
	}
	
#loginnav a:hover {
	text-decoration: underline;
	color: #fffdc1;
	}
	
#loginnav a, #loginnav span, #loginnav a:hover {
	color: #ccc;
	}
	
.smalltable {
	font-size:8pt;
}

.smalltable td {
}

.smalltable th {
	background-color: #DDDDDD;
}


/* slight recolouring of tables because I can't see them properly */

.wstable {
	border-color: #e1e1e1;
	margin-bottom: 20px;
	}
	
.wstable td, th {
	padding: 2px;
	}
	
tr.alt {
	background: #f5f5f5;
	}
	
.cent {
	border-left: 1px solid #999;
	}
	
.viewCell {
	background: #f2f2df;
	}
	
/* some extra spacing for the workspace */


.jamiespaceth {
	padding-bottom: 20px;
}

.jamiespacetd {
	padding-bottom: 15px;
}

/* CSS ORIGINALLY FROM a.css */

.hidden {
	display:none;
	background-color: #FAF3D5;
	position:absolute;
	padding:10px;
	width:80%;
	left:10%;
	border:solid;
	border-width:1px;
	margin-top:30px;
	z-index:4;
}

.sessions-paper-main-title {
	font: bold 16pt "Georgia", serif;
	color: #c30;
	margin-top: 10px;
	margin-bottom: 3px;
}

div.ob-panel div.sessions-paper-main-title {
	font-size: 13pt;
}

div.ob-panel div.sessions-paper-sub-title {
	font-size: 10pt;
}

div.ob-panel div.sessions-paper-sub-title a {
	font-size: 10pt;
}

div.ob-panel div.sessions-paper-date {
	font-size: 10pt;
}



.sessions-paper-sub-title {
	font: bold 12pt "Georgia", serif;
	color: #000;
	margin-top: 3px;
	margin-bottom: 5px;
}

.sessions-paper-date {
	font: bold 12pt "Georgia", serif;
	color: #000;
	margin-top: 5px;
	margin-bottom: 20px;
}

.sessions-paper-sub-title a {
	font: bold 12pt "Georgia", serif;
}



.sessionsPaper  { 
	font-size: 11pt;
	font-family:serif;
}

.sessionsPaper p {
	font-family:serif;
}

/*
.sessionsParagraph  { 
	font-family:serif;
}
*/

.smallCaps {
	font-size: 80%;
}

.termHighlight {
	border: 1px dashed #DDAA00;
	background-color : #FFFFCC;
}

.idHighlight {
	border: 1px dashed #99AA00;
	background-color : #BBFFCC;
}

/*
.originalsrc {
	font-family: Verdana, sans-serif;
	font-size: 70%;
	background-color : #F1F0E4;
	border : 1px solid #E3DBCA;
	float: right;
	text-align: center;
}
*/

/*
.facsimileLink {
	float: right;
	text-align: center;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-top: 5px;
	margin-right: 5px;
}
*/

.facsimile-link-wrapper {
	border-top: 1px solid #ccc;
	/*
	float: right;
	text-align: right;
	width: 100%;
	border: 1px solid #aaa;
	width: 10em;
	*/
	/*border-top: 1px solid #999999;*/
	/*padding-top: 2px;*/
	/*margin-bottom: 5px;*/
}

.facsimile-link {
	border: 1px solid #ccc;
	width: 150px;
	margin-left: auto;
	margin-right: 0;
	border-radius: 7px;
	padding: 7px;
	background-color: #f5f5f5;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 10px;
	/*
	float: right;
	text-align: right;
	width: 100%;
	border: 1px solid #aaa;
	width: 10em;
	*/
	/*border-top: 1px solid #999999;*/
	/*padding-top: 2px;*/
	/*margin-bottom: 5px;*/
}

.facsimile-text {
	display: inline-block;
	/*border: 1px solid #aaa;*/
	vertical-align: top;
	padding-left: 5px;
	width: 100px;
	font-size: 9pt;
}

.facsimile-image {
	display: inline-block;
	/*border: 1px solid #aaa;*/
	vertical-align: top;
	width: 30px;
	/*
	vertical-align: top;
	font-size: 8pt;
	*/
}

.facsimile-image-img {
	/*
	display: block;
	vertical-align: top;
	*/
	/*
	vertical-align: top;
	font-size: 8pt;
	*/
}

/*
.pageBreak {
	color: #666666;
	background-color: #666666;
	border: 0;
	margin-top: 100px;
	width: 80%;
}
*/

hr.ob-hr {
	border-top: 1px solid #ccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
	display: block;
	width: 97%;
	margin-top: 15px;
	margin-bottom: 15px;
}


.frontMatter {
	text-align: center;
	font-family:serif;
}

.dateTable {
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
}

.dateTable td {
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}

.statisticsTable {
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
}

.statisticsTable td {
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}

.statisticsTable th {
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	background-color: #AAAAAA;
}

.statisticsSubtable {
	border-style: none;
}

.statisticsSubtable td {
	border-style: none;
}

#subnav li.active a {
	text-decoration: none;
}

#main div.indent {
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#subnav li {
	background: none;
}

div.ob-panel {

	background-color : #fcfcef;
	border: 1px solid #ccc;
	padding: 5px 0px 10px 10px;
	margin: 0px 0px 10px 0px;
	border-radius: 7px;
	font-size: 9pt;

}

table.ob-info-table th {
	font-weight: bold;
	padding-right: 20px;
	vertical-align: top;
	width: 10em;
}

/*
.apparatus {
	font-size: 8pt;
	border: solid;
	border-color: #E6E5D1;
	border-width: 1px;
	background-color : #fafaec;
	padding:2px;
	margin-top:1px;
	margin-bottom:1px;
}
*/

.specialApparatus {
	text-align:left;
	font-weight:bold;
	font-size: 8pt;
	border: solid;
	border-color: #E6E5D1;
	border-width: 1px;
	background-color : #fafaec;
	padding:4px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:20px;
}

.links {
	font-size: 8pt;
	background-color : #fafaec;
	border: solid;
	border-width: 1px;
	border-color: #E6E5D1;
	padding:2px;
	margin-top:1px;
	margin-bottom:1px;
}

#googleAdDivider {
	padding-bottom: 30px;
	padding-top: 30px;
	background: url(graphics/subnav_bottom.gif) center no-repeat;
}	

#main h2 a {
	font: bold 100% / 1.2em "Georgia", serif;
}

.announce {
	font-weight: bold;
	border: solid;
	border-color: #ff0000;
	border-width: 2px;
	background-color : #ffffff;
	padding:4px;
	margin-top:10px;
	margin-bottom:1px;
	margin-left: 20px;
	width: 70%;
}

.decadeList {
	text-align: center;
}

.invisible {
	display: none;
}

.genAssocrec {
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color : #E6E5D1;
}

/* sharon CSS for right sidebar on home page promoting other websites */

div.DP_box {
	background-color: #f8f8f8;
	border-radius: 7px;
	border: 1px solid #ddd;
	padding: 10px;
}

img#dp-logo {
	width: 150px;
}

img.dp-logo-mini {
	height: 20px;
	padding-bottom: 12px;
}

img.assocrec-mini {
	padding-left: 1px;
	padding-right: 5px;
}

img.oa-mini {
	padding-right: 3px;
}

span.dp-wordmark {
	font-weight: bold;
	color: #8a3d3e;
}

div.dp-link {
	margin-bottom: 10px;
}

div.related-links-assocrec {
	margin-bottom: 10px;
}

div.related-links-divlinks {
	margin-bottom: 10px;
}


div.dp-image {
	display: inline-block;
}

div.dp-text {
	display: inline-block;
	margin-left: 5px;
}

div.related-links-assocrec {
	margin-bottom: 10px;
}

p#dp-tagline {
	font-weight: bold;
}

p#dp-desc{

}

.CH_LL_box a {
	text-decoration: none;
	color: #000;
}

p#dp-desc a {
	text-decoration: none;
}


.CH_LL_box {
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	line-height:130%;
	font-size:12px;
}

.CH_LL_txt {
	padding: 2px 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
}

.CH_box {
	 border:1px solid #413D3F;
	 border-radius:3px;
	 background: #413D3F;
	 color:white;
}

.CH_box a {
	 color:white;
	 font-size:12px;
	 text-decoration:none;
}

.CH_box a:hover {
	color:white;
}

.CH_img {
	/*height:25px;*/
	padding:10px 0 0 0;
}

.LLB_img {
	padding-left: 10px;
	padding-top: 10px;
}

.LL_box { 
	border: 1px solid #C5C98F;
	 border-radius:3px;
	 -moz-border-radius:3px;
	 -webkit-border-radius:3px;
	color:#434C2A;
	background:#edf0e1;
}
	
.LL_box a {
	 color:#434C2A;
	 text-decoration:none;
}

.LL_img {
	background: black url(../graphics/LLlogo190.jpg) center center no-repeat;
	height:45px;
}


.LLP_box {
	background: url(graphics/llp-bg.jpg);
	border:1px solid #E1CBCA;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:black;
	text-align:left;
}


.LLP_box a {
	color: #921F1A;
	font-size: 12px;
	text-decoration:none;
}

.LLP_img {
	background: url(../graphics/LLPlogo190.jpg) center left no-repeat;
	height:55px;
	margin:2px 5px; 
}
.LLP_txt {
	padding: 3px 6px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* end of sharon CSS */


/* more sharon css */

/* This is for new img captions in static pages */

#main div.rightimage {
border:1px solid #cccccc;
 padding:5px;
 background: #f7f7f7;
font-size: 92%;
color: #666;
float:right;
margin-left:5px;
}

#main div.rightimage img {
float: right;
clear: right;
background: #f7f7f7;
}

#main div.leftimage {
border:1px solid #cccccc;
  padding:5px;
  background: #f7f7f7;
font-size: 92%;
color: #666;
float:left;
margin-right:5px;
}

#main div.leftimage img {
float: left;
clear: left;
background: #f7f7f7;
}

/* end of more sharon css */

