/* body */
body {
	margin: 0 auto;
	padding: 0 0 20px 0;
	color: #383838;
	background-color: #808588;
	font-family: arial, sans-serif;
	font-size: 0.85em;
}

/* reset */
form {
	margin:0;
	padding:0;
}

img {
	border:0;
} 
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	padding: 0;
	margin: 0;
	}
tr, td { vertical-align: top; text-align: left;}
td {
	font-size:1em;
}
table.cellpadding4 td {
    padding: 4px;
}

a, area, select { outline: 0 none;}

ul, ol, li {
    padding: 0;
    margin: 0;
}
/* links */
a {
	color:#903434;
	text-decoration:none !important;
	outline:none;
    cursor: pointer;
}
a:hover {
	color:#000;
	outline:none;
	text-decoration:none !important;
}
a.toctextlink {
    color: #000;
}
a.toctextlink:hover {
    color:#903434;
}
a h2 {
    color:#903434;
}

/* para */

p {
	margin:0;
	padding:0 0 14px 0;
    line-height: 1.4em;
}
p.sm {
	font-family: arial, sans-serif;
	color: #333;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.1em;
	padding-bottom: 8px;
}
p.error, span.error {
    color: #903434;
}
.main_content .mainbody p.bigmsg {
    font-size: 20px;
}

/* headings */
h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-family: georgia, serif; 
}
h1 {
	font-size:1.8em;
	color:#000;
	letter-spacing:.02em;
	margin-bottom:14px;
    line-height: 1.1em;
    margin-top: 12px;
}
h2 {
	font-size:1.5em;
	color:#000;
	letter-spacing:.05em;
	padding-bottom:4px;
	line-height: 1.5em;
}
.mainbody h2 {
    padding: 2px 0 0 6px;
    margin-bottom: 8px;
    background-color: #f1ede4;
/*    border-top: 1px solid #cbb; */
/*    border-left: 1px solid #cbb; */
/*    border-right: 2px solid #baa; */
/*    border-bottom: 3px solid #baa; */
    border-bottom: 2px solid #baa;
    clear:both;
}
h3 {
	color:#000;
	padding-bottom: 4px;
	font-size:1.2em;
	font-weight:normal;
    line-height: 1.3em;
}

/* Misc */

/* banner */
#banner {
	position:relative;
	width:950px;
/*	height:69px; */
	height:62px;
	border-top:2px solid #7B2D2D;
	background:#1b1e1e;
	overflow:hidden;
}
#banner_img {
    float:left;
    height:61px;
    width: 58px;
}
#banner_left {
    float:left;
    margin-left: 16px;
}
#banner_leftp1 {
    font-family:Georgia;
    color: white;
    font-size:23px;
    letter-spacing: 2px;
    margin-top:4px;
}
#banner_leftp2 {
    color: #dbcaa6;
    font-size:16px;
    font-style: italic;
    letter-spacing: 2px;
    margin-top:-20px;
}

/* main nav */
ol#main_nav {
	position:relative;
	float:left;
	display:block;
	width:500px;
	height:32px;
	list-style:none;
	white-space:nowrap;
	margin: 0 0 0 9px;
	padding:0;
    background-color: #cfd7d9;
}
ol#main_nav li, ol#search_nav li {
	display:block;
	float:left;
	position:relative;
	width:auto;
	margin:0;
	text-align:center;
	font-size: 1em;
}
ol#main_nav li a, ol#search_nav li a {
	display:block;
    height:32px;
	float:left;
	overflow:hidden;
}


#navigation {
	clear:both;
	width:950px;
	height:32px;
	background:#CFD7D9;
	border-bottom:2px solid #333;
	overflow:hidden;
}


li.navtab a {
    color: #000;
    font-family: Helvetica, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    padding: 10px 10px 0 10px;
}
li.navtab a:hover {
    background-color: #f0f0ff;
}
#search_nav li.navtab a {
    color: #800;
}
ol#search_nav #sn_3 a span {
	display:none;
}
#sn_3 a {
	width:50px;
	background:url(../images/site08_bu_search-x.gif) 0 0 no-repeat;
}
#sn_3 a:hover, #sn_3 a.on {
	background:url(../images/site08_bu_search-x.gif) 0 -32px no-repeat;
}

/* search box in banner */
ol#search_nav {
	position:relative;
	float:right;
    margin-right: 8px;
	display:block;
	height:32px;
	list-style:none;
	white-space:nowrap;
}
#searchbox p {
	background:url(../images/site08_bg_search.gif);
	background-repeat: no-repeat;
/*    width:121px; */
    width:115px;
	height:19px;
/*	padding:0 3px 0 6px; */
    padding:0 3px 0 12px;
	margin:6px 0 0 0;
}
#searchbox p input {
	position:relative;
	border:0;
	width:117px;
	height:13px;
	font-size: 0.9em;
	font-family: arial, sans-serif;
	color:#666;
/*	top:2px; */
	margin:0;
	padding:0;
}

/* footer */
#ftr {
	background:#1b1e1e;
	color:#ccc;
	height: 20px;
    padding: 7px 0 2px 17px;
	font-size: 0.83em;
	font-family: arial, sans-serif;
}
#ftr a {
	color:#ccc;
}
#ftr a:hover {
	color:#fff;
}
#ftr p {
	margin:0;
}
.ftr_spacer {
	margin:0 8px;
	visibility:hidden;
}

/* page structure */
.template950 {
	margin:0 auto;
	width:950px;
	background:#fff;
}
.main_content {
	width:924px;
	overflow:hidden;
    padding: 0 6px 15px 20px;
}
.main_content .mainbody  {
	float:left;
	width:624px;
    margin-right:18px;
    padding:0 0 14px 0;
}
.main_content .mainbody p  {
	font-size: 1.1em;
	line-height: 1.3em;
}
.mainbody table.leftcolimgtable {
    margin-bottom: 10px;
}

/* breadcrumb trail */
#crumbtrail-grid2 {
	font:.90em Arial, Verdana, sans-serif;
	text-transform:lowercase;
	padding:8px 0 0 0;
}
#crumbtrail-grid2 a {
	text-decoration:none !important;
}
.crumbdivider {
	margin:0 4px;
}
.crumbtrail-on {
	font-weight:bold;
	text-transform:lowercase;
}

/* sidebar */
.mffsidebar  {
    background-color: #f1ede4;
	border-bottom: 1px solid #c3c1ba;
	float: right;
	line-height: 1.2em;
	padding: 0 10px;
	text-align: left;
	width: 258px;
    border-left: 1px solid #b98e8e;
    border-right: 1px solid #b98e8e;
    border-bottom: 4px solid #792e2e;
    margin:72px 0 0 0;
}
.mffsidebar.nomargintop {
    margin-top: 0px;
}
/*
.mfftopicsidebar {
    margin:56px 0 0 0;
}
.mfftopic3 {
    padding-left:16px;
}
*/

/* sidebar elements */
.mffsidebar h2 {
	margin: 0 -10px 12px -10px !important;
	padding: 7px 17px 7px 17px !important;
	background-color: #792e2e !important;
	color: #fff !important;
	font-size: 1.1em !important;
	font-weight: normal !important;
	text-transform: uppercase !important; 
}
.mffsidebar p {
    padding-bottom: 12px;
}
.mffsidebar ul {
    margin-left: 16px;
}
.mffsidebar input {
	font-size: 0.9em;
}
.mfftopicsidebarbookicons {
	height:82px;
	width:56px;
}

/* lists */
.main_content ul, .main_content ol {
    padding-bottom: 4px;
}
.main_content ul li, .main_content ol li {
	background:url(../images/site08_newarrow.gif) 0 6px no-repeat;
    list-style: none;
    line-height: 1.4em;
	padding: 0 0 0 14px;
    margin: 0 0 2px 8px;
}
.main_content ol li, .mffsidebar ul li {
	background:url(../images/site08_newarrow.gif) 0 6px no-repeat;
    list-style: none;
	padding: 0 0 0 14px;
	margin: 0 0 4px -16px;
	color:#4f4f4f;
	line-height: 1.4em;
}

.mffsidebar ul {
	margin-bottom:14px;
    margin-left: 24px;
}

table.searchtipstable {
    margin-top: 10px;
}
table.searchtipstable td {
    vertical-align: top;
    padding: 4px;
}
table.booksofinteresttable td {
    vertical-align: top;
}

/* mff thumblinks */
.mffthumblink {
	display:block;
	text-align:center;
	margin-right:24px;
}
.mffthumblink img {
	display:block;
	margin:0 auto;
	text-align:center;
}
.mffthumb2 {
    border: 1px solid #333;
}

/* video */
.videosidebar {
    margin-bottom: 10px;
}
.videosidebar-reveal:before {
    content: "\25B6 ";
}
.videosidebar-reveal.active:before {
    content: "\25BC ";
}

/* features pages */
#featuredcontent {
	padding-right:200px;
}
#featuredcontent .featuredcontent_withsidebar {
    margin-right: -160px;   /* compensate for above */
}

/* unredacted */
#unredactedgrid {
	margin-top:14px;
	border-bottom:1px solid #ccc;
	padding:10px 0 4px 0;
}
#unredacted-tagline {
	float:right;
	padding:10px 4px 0 0;
}

/* starting points pages */
.mfftopiccontentlower {
	padding:14px 0;
	border-top:1px solid #792e2e;
	line-height:1.2em;
}
#mfftopiclowertable {
	margin-bottom:14px;
	border-bottom:1px solid #792e2e;
}
.mfftopiccontentlower h3, .mfftopiccontentlower h2 {
	margin:0 0 8px 0;
	border:0 !important;
	text-transform: uppercase;
	font-size:1.3em;
}
#mfftopiclowertable p b {
	font-size:1.3em;
	font-weight:400;
	color:#000;	
	margin:12px 0 0 0;
}
.mfftopic2b-spacer {
	display:block;
	width:40px;
}
.mfftopiccontent object {
	display:block;
	margin-bottom:24px;
}
.mfftopiccontentlower form + h3 {
	margin-top:24px;
	text-transform:lowercase;
	color:#666;
}

.essayframe {
    margin: 0 -6px -15px -20px;   
    border-left: 20px solid  #792e2e;
    border-right: 20px solid  #792e2e;
}
.essaybody {
    text-align: justify;
    width:76%;
    padding-left: 24px;
    padding-bottom: 20px;
}

.divider_1 {
	height:1px;
	overflow:hidden;
	background:url(../images/site08_div_1.gif);
	background-repeat: repeat-x;
    margin:3px 0 8px 0;
}

.sp_leftnav {
    float:left;
    margin-right:10px;
    padding:5px;
    background-color:#DEDACF;
    border:solid black 1px;
}
.sp_leftnav p {
    padding: 0 0 6px 0;
}

ol#docsets-ol {
    margin-top:12px;
}
ol#docsets-ol li {
    margin-left: 12px;
}
.main_content .footnotelist {
    margin-top:8px;
}
.main_content .footnotelist ul li {
    list-style: none;
    background: none;
    padding-left: 0;
    margin-left: 0;
}

/*
.blurb_notfullwidth {
    width:700px;
}
*/
.DUMMY {
    color: #227;
}

/* Search page */

#srchform_q {
    width: 250px;
    font-size: 0.9em;
}
#clearsearch {
    background-image: url("../images/icons/search_x.png");
    background-repeat: no-repeat;
    width: 16px;
    min-width: 16px;
    margin-left: -22px;
    cursor: pointer;
}

#search_retrieving {
    clear: both;
    font-weight: bold;
    color: #333;
    margin-left: 350px;
}

.srch_numhits {
}

.srch_hit {
	margin:14px 0 4px 0;
    border-top: solid 1px #e0e0e0;
    padding-top: 8px;
	line-height:1.1em;
    width: 90%;
    clear:both;
}
.srch_hit_first {
    clear:none;
    border-top: none;
}

.srch_titlerow {
    margin-bottom:0.4em;    
}

.srch_title {
	font-size:1.3em;
}

.srch_filters {
    margin-bottom:8px;
}

.srch_filters p {
    padding: 2px 0 2px 0;
}

#search_run {
    clear: both;
}
.srch_seeall {
    clear: both;
    font-weight: bold;
    font-style:italic;
    text-align: center;
    margin: 10px;
}

.srch_seemore {
    clear:both;
    margin: 10px 100px 10px 0;
    margin-left: 110px;
    text-align: center;
}

.srch_bookicon {
	border:1px solid #000;
	width:50px;
	height:80px;
}

p.searchdocsets {padding: 0 0 2px 0;}
p.searchdocsets.js_0 {padding-top: 8px;}
p.searchdocsets.js_1 {padding-left: 12px;}
p.searchdocsets.js_2 {padding-left: 24px;}
p.searchdocsets.js_3 {padding-left: 36px;}

#searchResultsMore {
    clear: both;
}

#searchclearallfilters {
    background-color: #792e2e;
    color: white;
    padding: 4px 10px 4px 10px;
    border: 1px solid black;
    border-radius: 4px;
}

.sr-center {
	padding:4px;
	background:#CFD7D9;
    clear:both;
    margin-top:12px;
    min-height:24px;
}
.sr-center-content {
    font-weight: bold;
}

span.srchsprite {
    background: url(../images/icons/search_sprites.png);
    background-repeat: no-repeat;
    width: 32px;
	height: 24px;
    float: left;
    display: inline-block;
    cursor: pointer;
}
span.srchsprite.sr-segopenclose { background-position: 0px 0px; }
span.srchsprite.sr-segopenclose:hover { background-position: 0px -32px; }
div.searchsectioncontainer.closed span.srchsprite.sr-segopenclose { background-position: -32px 0px; }
div.searchsectioncontainer.closed span.srchsprite.sr-segopenclose:hover { background-position: -32px -32px; }
span.sr-segtitle {
    display: inline-block;
    margin-top: 4px;
    padding-left: 16px;
}
.searchsectionresults.closed {
    display:none;
}
div.searchsectioncontainer .sr-center {
    cursor: pointer;
}
img.searchsectionimg {
    background-color: #CFD7D9;
    border-radius: 4px;
    border: 1px solid #999;
    margin-top: -26px;
    padding: 6px;
}
img.searchsectionimg.closed {
    display:none;
}

img.searchresultimg {
    max-width: 100px;
}
img.leftpic {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}
img.rightpic {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}
img.bordpic {
    border: 1px solid black;
}

/* popup menu */
.popupmenu {
	margin-top: 10px;
	}
.popupmenu ul {
	margin: 0;
	}
.popupmenu li {
	padding: 6px 10px;
	cursor: pointer;
	}
.popupmenu li:hover {
	color: #fff;
	background-color: #4f74a2;
	}
.popupmenu li.disabled:hover {
	color: #000;
	background-color: #fff;
	cursor: default;
	}
.popupmenu li.current {
	color: #fff;
	background-color: #4f74a2;
	}
.popupmenu li span {
	font-family: arial, sans-serif;
	font-weight: 600;
	}
.slideMenu {
	display: none;
	position: absolute;
	top: 45px;
	left: 48px;
	z-index: 8600;
	width: 250px;
	background-color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	}
.slideMenu .stripe {
	background-color: #c1d7e5;
	}
.IE .slideMenu {
	border: 1px solid #becede;
	}
.slideMenu {
	background-color: #fdfefe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dbe4e8), to(#fdfefe));
	background-image: -moz-linear-gradient(top, #dbe4e8, #fdfefe);
	border: 1px solid #becede;
	}
    
ul.searchrecno_ul, ul.pulldown_ul {
	padding: 0;
}

/* Pulldown menu */
ul.pulldown_ul {
	background-color: #e7f0f5;
    border: 1px solid black;
	color: #4f74a2;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	list-style: none outside none;
	margin: 0;
/*	padding: 4px 10px 4px 10px; */
	text-align: left;
	text-transform: none;
	width: auto;
	}
ul.pulldown_ul li {border-bottom: 1px solid #d7e0e5;}
ul.pulldown_ul li a, ul.pulldown_ul li a:visited { color: #4f74a2;}
ul.pulldown_ul li a:hover, ul.pulldown_ul li a:active { color: #fff; text-decoration: none; background-color: #4f74a2; }
ul.pulldown_ul li:hover a { color: #fff; text-decoration: none; }
ul.pulldown_ul li:hover { background-color: #4f74a2; }
ul.pulldown_ul li.disabled { background-color: #4f74a2; color: #fff;}
ul.pulldown_ul li.disabled:hover { background-color: #4f74a2; color: #fff;}
ul.pulldown_ul li.lev0 {padding-left: 6px; color: #3f6492; background-color: #cfd7d9; border-top: 1px solid #4f74a2; border-bottom: 1px solid #4f74a2;}
ul.pulldown_ul li.lev0:hover { background-color: #4f74a2; color: #fff;}

/* Popup menu used for multiple record numbers matching */
ul.searchrecno_ul li {
	background-color: #e7f0f5;
	border-bottom: 1px solid #FFFFFF;
	color: #4f74a2;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	list-style: none outside none;
	margin: 0;
	padding: 4px 10px 4px 10px;
	text-align: left;
	text-transform: none;
	width: auto;
	}
ul.searchrecno_ul li a, ul.searchrecno_ul li a:visited { color: #4f74a2; }
ul.searchrecno_ul li a:hover, ul.searchrecno_ul li a:active { color: #fff; text-decoration: none; background-color: #4f74a2; }
ul.searchrecno_ul li:hover a { color: #fff; text-decoration: none; }
ul.searchrecno_ul li:hover { background-color: #4f74a2; }
ul.searchrecno_ul li.disabled { background-color: #4f74a2; color: #fff;}
ul.searchrecno_ul li.disabled:hover { background-color: #4f74a2; color: #fff;}

/* Popup menu for crypts is based on searchrecno due to laziness */

/* Banner utility area */
#utility {
    float: right;
    font: 0.9em Arial,Helvetica,sans-serif;
    height: 40px;
    list-style: none outside none;
    margin: 10px 17px 0 0;
    padding: 0;
    position: relative;
    width: 340px;
}
#utility span {
    color: #dbcaa6;
    display: block;
    font-weight: 700;
    margin-bottom: 3px;
    text-align: left;
}
#utility a {
    color: #bababa;
}
#utility a:hover {
    color: #ffffff;
}
#utility .spacer {
    color: #bababa;
    display: inline;
    font-size: 0.8em;
    margin: 0 7px;
}

.hide {
    display: none !important;
}

a.button {
    padding: 4px 10px 4px 10px;
    background-color: #792e2e;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
a.button.largebtn {
  	font-size: 1.1em;
  	padding: 6px 10px 6px 10px;
}
a.button:hover {
  	color: #ccc;
}
a.greyed {
    background-color: #797676;
}

/* PHP page forms */
.form-group label {
	display: inline-block;
	width: 140px;
	text-align: right;
	font-weight: bold;
/*    vertical-align: top; */
    margin-top: 4px;
}
.form-group.has-error label {
	color: #7B2D2D;
}
.form-group span.error {
    color: #7B2D2D;
    font-weight: bold;
}
.form-group input {
	margin: 4px 12px 0 8px;
	width: 200px;
}
.form-group input[type=checkbox] {
	width: 20px;
}
.form-group input.short {
    width: 120px;
}
.form-group input.medwide {
    width: 300px;
}
.form-group input.wide {
    width: 400px;
}
.form-group select {
	margin: 4px 12px 0 8px;
}
.form-group.has-error input, .form-group.has-error textarea {
	border: 3px solid #7B2D2D;
}
.form-group textarea {
    margin: 4px 12px 0 8px;
    width: 400px;
}
.form-group textarea.medtall {
    height: 100px;
}
.form-group textarea.tall {
    height: 150px;
}
form input.btn {
	margin: 15px 0 0 148px;
}
form input.btn.btn-minleftmargin {
    margin-left: 20px;
}
form span.help-hint {
	color: #999;
}
div.user-notice {
	padding: 4px 8px 0 8px;
	border: 1px solid #7B2D2D;
	background-color: #F0E0E0;
	margin-bottom: 10px;
	font-style: italic;
	font-weight: bold;
}
div.instructions-block {
    background-color: #e7f0f5;
    color: #333;
    padding: 6px;
    border: 1px solid #333;
    margin-top: 16px;
    margin-bottom: 6px;
}
div.instructions-block p {
    padding-bottom: 0;
}
div.instructions-block p.instructions-header {
    color: #000;
    font-weight: bold;
    padding-bottom: 6px;
}

/* CSS FOR SPECIAL PAGES */

/* MFF STORE */
div.mffstoreitems div.sectionArrow {
    cursor:pointer;
    width:16px;
    height:16px;
    background-image:url("/wiki/images/e/e7/Section_arrow_rt.png");
}
div.mffstoreitems div.sectionArrow.open {
    background-image:url("/wiki/images/2/24/Section_arrow_dn.png");
}
div.mffstoreitems img.bookimg{
    float:left;
    margin-right:8px;
}
div.mffstoreitems div.bookinfo{
    display:none;
}

/* ABOUT MARY FERRELL */
.highlow {color:#ddd;}
.highlow:hover {color:#fff;}

/* Quotable */
.quoteTitle {
    font-style: italic;
    font-size: 16px;
    padding-bottom: 8px;
}
img.opacityHilite:hover {
    opacity: .7;
}

/* CIA CRYPTONYMS */
.main_content .mainbody.cryptmain {
    clear:both;
    width: 900px;
}
.main_content .mainbody.cryptmain .cryptitem {
    border-top: 1px solid #ccc;
    padding-top: 6px;
}
.cryptgroup h2 {
    margin: 16px 0 16px 0;
    padding-left: 10px;
    text-align: center;
}
.crypt-main-oneline {
    font-size: 1rem;
    clear: both;
    background-color: #f1ede4;
    padding: 1px 1px;
    border: 1px solid #b98e8e;
    margin-bottom: 10px;
}
.crypt-main-oneline.closed {
    background-color: #FFF;
    border: 1px solid #FFF;
    margin-bottom: 0;
}
.crypt-main-oneline.closed .cryptmore {
    display:none;
}
.crypt-main-oneline .cryptkey {
    width: 130px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.crypt-main-oneline .cryptkey.pseudo {
    width: 200px;
}
.crypt-main-oneline .cryptdef {
    width: 700px;
    display: inline-block;
    padding-left: 10px;
    vertical-align:top;
}
.crypt-main-oneline.pseudo .cryptdef {
    width: 630px;
}
/*
.crypt-main-oneline.closed .cryptdef {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
*/

div.crypt-main-oneline span.srchsprite.sr-segopenclose {width: 24px; margin-top: -2px;}
div.crypt-main-oneline span.srchsprite.sr-segopenclose { background-position: -128px 0px;}
div.crypt-main-oneline span.srchsprite.sr-segopenclose:hover { background-position: -128px -24px;}
div.crypt-main-oneline.closed span.srchsprite.sr-segopenclose { background-position: -152px 0px;}
div.crypt-main-oneline.closed span.srchsprite.sr-segopenclose:hover { background-position: -152px -24px;}

.crypt-main-oneline .cryptmore {
    padding: 10px 10px 0 24px;
}
.crypt-main-oneline .cryptmore p {
    font-size: 0.9rem;
    line-height: 1.0rem;
}
.cryptmore .crypthdr {
    font-weight: bold;
}
.crypt-main-oneline .cryptmore p.cryptsrc, .cryptmore p.cryptdiscussion {
    padding-left: 10px;
}

.cryptitem {
    display: table;
    margin-bottom: 10px;
    font-size: 0.9rem;
}
.cryptitemname {
    display: table-cell;
    width: 130px;
    font-weight: bold;
}
.cryptitemcontents {
    display: table-cell;
    width: 504px;
}
.main_content .mainbody .cryptitemcontents p {
    font-size: 0.9rem;
    line-height: 1.1rem;
    padding-bottom: 8px;
}
.main_content .mainbody .cryptitemcontents p.cryptnote, .crypt-main-oneline p.cryptnote {
    padding-left: 20px;
    margin-top: -8px;
    width: 496px;
    overflow-x: auto;
}

/* OLD */
td.crypt_crypt { width:120px; padding: 3px; }
td.crypt_def { width:400px; padding: 3px; }
td.crypt_src { width:260px; padding: 3px; }
td.crypt_contrib { width:120px; padding: 3px; }

/* JFK Database Explorer */
#jfkdb_rifLookup {
    width: 130px;
}
/* NEW ESSAYS */
#divbody.newessay p {
  line-height: 1.1em !important;
}
#divbody.newessay {
  font-family: "Times New Roman", Georgia, serif;
  font-size: 16px;
}
#divbody.newessay h2 {
  font-size: 1.5em;
  font-family: "Times New Roman", Georgia, serif;
  letter-spacing: 0.03em;
  padding-bottom: 6px;
  line-height: 1.0em;
  text-align: left;
}
#divbody.newessay h3 {
  font-size; 1.2em;
  font-family: "Times New Roman", Georgia, serif;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
  line-height: 1em;
}

/* Mary's db */

#marydbmenugrid {
	margin-bottom:18px;
}
#marydbmenu a {
    font-size: 1.4em;
    color:#900;
	font-weight:500;
}
#marydbmenu a:hover {
	color: #000;
}
#marydbmenu .selected {
    color: #000;
    font-weight:700;
}
#marydbmenu a.selected {
    font-size: 1.7em;   /* top letter, size is "absolute" */
}
#marydbmenu a span.selected {
    font-size: 1.2em;   /* bigram, size is relative to normal a */
}
table.marysdbentries {
    border: 1px solid #ccc;
}
table.marysdbentries td {
    padding: 2px 6px 2px 6px;   
    background-color: #fcfcfc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #eee;
}
table.marysdbentries td:nth-child(2) {
    background-color: #ffffff;
}

/* square tabs */
ul.squaretabs {
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
}
ul.squaretabs li {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 4px 10px;
    width: 100px;
    background: none;
    background-color: #f1ede4;
    border: 1px solid #f1ede4;
    font-weight: bold;
    text-align: center;
}
ul.squaretabs li.active {
    border: 1px solid black;
    background-color: #903434;
    color: white;
}
ul.squaretabs li:hover {
    background-color: #d0d0d0;
}
ul.squaretabs li.active:hover {
    background-color: #903434;
}

/* Batches */
table.stripetable tr:nth-child(odd) {
    background-color: #f8f8f0;
    border: 1px solid #d8d8d0;
}
table.stripetable tr:nth-child(even) {
    background-color: #f8f8f8;
    border: 1px solid #d8d8d0;
}
table.stripetable tr:first-child {
    background-color: #fff;
    border: none;
}
table.stripetable td {
    padding: 8px 4px;
}
table.stripetable a.action {
    background-color: #800;
    border-radius: 4px;
    color: #fff;
    padding: 4px 8px;
}

/* Essays */
.indented {
    padding-left: 20px;
    padding-right: 20px;
}

/* New stuff: table for state of jfk records 2023 */
table.rjust th, table.rjust td {
  text-align: right;
  padding: 2px 8px 2px 2px;
  border: 1px solid #808080;
}
table.rjust th {
  background-color: #d8d8d0;
}
table.rjust td:first-child {
  background-color: #f8f8f8;
}
table.rowtot tr:last-child, table.coltot td:last-child {
  background-color: #d8d8d0;
}

/* New image div */
.leftcolimg_container {
  clear:both;
  margin-bottom: 10px;
}
.leftcolimg_img {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.leftcolimg_info h2 {
  clear: none;
}

/* left nav control */
.sp_leftnav_sel {
  display: none;
}

/* Misc */
.onecolifsmall {
  display: inline-block;
  width: 47%;
  vertical-align: top;
  padding: 8px;
}
.hideiflarge {
  display: none !important;
}
.hideifmedlarge {
  display: none !important;
}
.paddingleft30 {
  padding-left: 30px;
}
.maxwidth100pct {
  max-width: 100%;
}
.width300or200 {
  width: 300px;
}
.width70pct {
  width: 70%;
}