




/*
     FILE ARCHIVED ON 2:08:24 Mar 1, 2009 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 23:14:26 Apr 19, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/* temp */
div#desperateFundraiser h1 {
	color:red;
	font-size:1.4em;
}

/*
Ordering
1. Body
2. Links
3. Elements (no class)
4. Classes
5. Ids
*/

body {
  color:#313131;
  font-size: .9em;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 15px;
}

/*
This is temporary
*/

#pressfortruthannouncement {
	font-size:.9em;
	background-color:#EEEEE9;
	padding:3px;
	margin-bottom:10px;
}

/*Default Links*/

a:link  {
	color: #313131;
	text-decoration: none
}
	
a:visited  {
	color: #313131;
	text-decoration: none
	}
a:hover  {
	color: #679A34;
	text-decoration: underline
	}
	
/*inLineLinks*/
#creativeCommons a, #introBoxText a, #announcementBox a, #resultsOverview a, #projectRColumn p a, .contentWithInlineLinks a, #miscNotice p a, #pageHeading p a, #entityRelations a, #errorMessageText a  {
	text-decoration: none;
	border-bottom:1px dashed #999999;
}

#introBoxText a:hover, #announcementBox a:hover, #resultsOverview a:hover, #projectRColumn p a:hover, #contentPane .contentWithInlineLinks a:hover, #pageHeading p a:hover, #entityRelations a:hover, #errorMessageText a:hover {
	border-bottom:1px dotted #679A34;
}
	
.itemPostedBy a {
	color: #666;
	font-weight: bold;
	}
	
a.nL {/* noLink */
	cursor:not-allowed;
}

/*Red Links*/
#rColumn2 .stdBox a {
	padding-left:8px;
	background-image: url(/web/20090301020824/http://www.historycommons.org/pics/arrowr.png);
	background-position:center left;
	background-repeat:no-repeat;
}

a.bottomLink:link, a.bottomLink:visited {
	color: #000;
	}
	
a.bottomLink:hover  {
	text-decoration: none;
	color: #000;
	}

a.navLink:link, a.navLink:visited {
	color: #006C00;
	}
	
a.navLink:hover {
	color: #99CC66;
	text-decoration: none;
	}

/* Ex: "terms of use" and "privacy policy" */

a.legal  {
	color: #900;
	}
	
a.toggle:link, a.toggle:visited  {
	background-color:#EEEEE9;
	position:relative;
	bottom:-1px;
	padding:0px 2px 0px 2px;
	z-index:0;
	text-decoration: none;
	border:1px solid #D0D0C8;
	border-bottom:1px solid #EEEEE9;
	font-size:.75em;
	font-weight:bold;
	color:#999;
	}

/* topl link bar: "Home |  Contact" */

a.topLink:link, a.topLink:visited, a.topLink:hover  {
	color: #656532;
	}

a.cL1 {
	color:black;
	}

/* pictures in timeline */

span.caption  {
	font: .7em verdana;
	display:block;
	}

span.tmlnImg  {
	padding:6px;
	display:block;
	}
	
	
img.imgPreview {
	padding:3px;
	margin:0px;
	float:left;
}


table.diff {
	padding:6px;
	width:100%;
}

table.diff td {
	vertical-align:text-top;
	margin-right:2px;
	font-size:.8em;
}

table.diff th {
	width:50%;
}

table.diff td b {
	color:red;
	font-weight:500;
}

table.diff td.version1 {
	background-color:#ffff88;
}
	
table.diff td.version2 {
	background-color:#aaffaa;
}

img.previewImgIcon {
	cursor:pointer;
	display:inline;
}


	
	
h1  { 
	color: #CBE4B1;
	font-size:2em;
	padding: 3px 3px 3px 0px;
	text-align:left;
	}
	
h2  {
	color: #313131;
	text-align:left;
	font-size:.9em;
	margin: 3px 0px 3px 0px;
	}
	
h3  {
	color: #777;
	font-size:.9em;
	margin: 3px 0px 0px 3px;
	}
	
h4  {
	margin-top:0px;
	font-size:.85em;
	font-weight:bold;
	margin-bottom:1px
	}

h5  {
	margin-top:2px;
	margin-bottom:0px;
	width:80%;
	text-transform:capitalize;
	border-bottom:1px solid #B00;
	color: #313131;
	}
	
a img {
	border:none;
	}

optgroup {
	font-weight: bold;
	text-decoration:none
	}

p  {
	margin-left: 3px;	
	}

li {
	margin:8px 2px 0px 3px;
	}

th  {
	font-size: .9em;
	text-align:left
	}
	
fieldset{
	border:1px solid #D0D0C8;
	padding:7px;
	margin:10px;
}

legend {
	color:#313131;
	font-weight:bold;
}

ul.std, #aboutSite ul {
	padding-left:20px;
	list-style-image: url(/web/20090301020824/http://www.historycommons.org/pics/bullet.png);
	list-style-type: square;
	}
	
.noteblock {
	width:100%;
	padding:5px;
	border: 1px solid #e8e8e3;
	background-color:#F7F7F4
	}
	
table.container {
	border-top: 3px solid #8C866C;
	border-right: 1px solid #B1B1B1;
	border-bottom: 1px solid #B1B1B1;
	border-left: 1px solid #B1B1B1;
	width:750px;
	min-height:750px;
	padding:0px;
	}
	
div#contentPane {
	width:97%;
	padding:5px 5px 5px 10px;
	text-align:left;
	}
	
/*Obsolete?*/
table#logoAndNavLinks {
	margin:0px;
	height:45px;
	padding:0px;
	}

div#creativeCommons img {
	float:left;
	padding-right:10px;
}

div#creativeCommons p {
	font-size: .85em;
}

.tabPane {
	background-color:#fff;
	position:relative;
	z-index:2;
	border:1px solid #D0D0C8;
	padding: 10px;
	min-height:500px;
}

.tabPane, .warningPane {
	background-color:#fff;
	border:1px solid #D0D0C8;
	padding: 10px;
}

.tabPane p, #bottomLinkBar {
	font-size:.9em;
}

#eventEdit .tabPane, .warningPane {
	background-color:#fafafa;
	min-height:0px;
}

.warningPane ul {
	padding-left:20px;
	margin-left:0px;
	font-size:.9em;
}

#editEntityPage #entityRelations {
	font-size:.9em;
	width:280px;
	padding: 10px 5px 10px 5px;
	float:right;	
}

#editEntityPage #entityRelations ul {
	padding-left:20px;
	margin-left:0px;
}


#navBar {
	width:400px;
	font-size: .85em;
	font-weight: bold;
}


p#logout {
	text-align:right;
	margin:0px 5px;
}

#rColumn2 {
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #BCB8A9;
	height:100%;
	}

div.stdBox {
	width:100%;
	margin: 5px 0px;
	padding: 5px 0px 5px 0px;
	font-size: .75em;
	color: #888;
}

.stdBox h5 {
	font-size: 1em;
}

.homePageBoxes {
	border: 1px dotted rgb(204, 204, 204);
	margin: 5px 0px;
	padding: 5px;
	float:right;
	position:relative;
	right:5px;
	width: 95%;
	background-image: url(/web/20090301020824/http://www.historycommons.org/pics/titlegrade.gif);
	background-position: left top;
	background-repeat: repeat-x;
	}
	
.layoutAcolA {
	width:450px;
	}
                                       
.layoutAcolB {
	width:300px;
	}
	
.layoutBcolA {
	width:575px;
	}
	
.layoutBcolB {
	width:175px;
	}
	
input#logInN, input#logInP {
	width:60px;
	background-color:#99CC66;
	border:1px solid #8C866C;
}

input#logInB {
	background-color:#99CC66;
	border:1px solid #8C866C;
	padding: 0px 1px 0px 1px;
}

#topLinkBar {
	height:18px;
	background-color:#F0F0E0;
	border-bottom:2px solid #8C866C;
}

#footer {
	border-top:1px solid #cccccc;
	background-color:#F0F0E0;
	text-align:center;
	font-size:.85em;
}
	
td#userOptions {
	background-color:#8C866C;
	margin-left:0px;
}
	
div#userOptionsBox {
	margin-top:5px;
	margin-bottom:10px;
	padding-left:10px;
	width:75px;
	height:100%;
	position:top;
}
	
#userOptionsBox a {
	display:block;
	color:#fff;
	font-size:.85em;
}
	
#googleAdsenseBox {
	margin:10px 0px 10px 0px;
}
	
#viewOptionsBox li {
	margin:0px;
	padding:0px;
	list-style:none outside none;
	line-height:16px;
}

#viewOptionsBox ul {
	margin:0px;
	padding:3px 0px 3px 0px;
	font-size:.85em;
}

form {
	padding:0px;
	margin:0px;
}
	
input.form, select.form {
	font-size: .8em;
	border: 1px solid #cccccc;
	}
	
input.form {
	padding-left:5px;
	}
	
td.form {
	text-align: right;
	vertical-align:top;
	white-space:nowrap;
	}
	
	
p.subtitle {
	color: #999;
	font-size:.8em;
	}
	
#topLinkContainer {
	text-align:right;
}

#topLinkContainer td {
	font-size:.8em;
}
	
table#standardFormTable {
	padding:3px;
	}
	
td.navLink {
	/*border-right: 1px solid #cccccc;*/
	text-align:center;
	height:20px;
	font-size: .9em;
	font-family: "Trebuchet MS", Helvetica, Geneva, Arial;
	}
	
.introText {
	}

#breadcrumbs {
	font-size: .8em;
	text-align: left;
	}
	
#introBox {
	width:95%;
	padding:3px;
	margin:5px 0px 5px 0px;
	text-align:left;
	font-size: 1em;		
	}
	
#introBox div.steps {
	margin:5px 0px;
}
	
#introBox div.steps img {
	margin:0px;
	float:left;
}
	
#emailNotice {
	width:100%;
	height:10px;
	/*margin:5px 0px 5px 0px;*/
	text-align:left;
	padding-left: 10px;
	font-size:.85em;
	background-color:#8C866C;
	border-right:10px solid #fff;
	}

	
td.topLinkContainer {
	text-align:right;
	vertical-align:bottom;
	padding:0px;
	}
	
table.WikiCode, td.WikiCode {
	border: 1px solid #D0D0C8;
	background-color:#FEFEF1;
	font-size:90%;
	padding: 3px 5px 3px 5px
	}

td  {
	font-size: 1em; /*if you change this, change it also in /js/functions => function setFontSize (second line of function)*/
	color: #313131;
	}

.announcementBoxOn  {
	background-color: #fbfbf7;
	}

td.errorMessage {
	background-color: #FFA0A0;
	}
	
#errorMessageText pre {	
	background-color: #ffffcc;
	font-weight:normal;
	padding:8px;
	}
	
#errorMessageText code {
	font-size:1.1em;
	font-weight:bold;
	}

#announcementBox {
	padding:0px 10px 0px 5px;
	margin-bottom:20px;
}

#announcementBoxContentPane {
	height:183px;
	padding:0px;
	font-size: .9em
}

#fundraisingDrive a {
	color:#990000;
}

#fundraisingDrive p {
	font-size:.9em;
	padding:1px 5px 1px 5px;
	margin:0px;
}

#fundraiserAlert p {
	margin:0px;
	font-size:.8em;
	text-align:left;
	font-weight:bold;
	background-color:#EA0000;
	color:#fff;
	width:99%;
	padding:0px 0px 0px 5px;
}

#miscNotice p {
	margin:0px;
	font-size:.8em;
	color:rgb(153, 0, 0);
	width:99%;
	padding:5px 10px 5px 10px;
}

#fundraiserAlert, #miscNotice {
	text-align:left;
}

#fundraiserAlert a {
	color:#fff;
	text-decoration:underline;
}

#fundraisingDrive h2 {
	font-size:1.1em;
	color:#990000;
}

#fundraisingDrive {
	margin:10px 0px 10px 0px;
	padding:0px 10px 0px 10px;
	font-size:.9em;
	text-align:left;
	width:96%;
}

#recentAnnouncements {
	font-size:.85em;
}

.anncmntDate {
	text-align:right;
	vertical-align:top;
}

/* stsD=Draft */
.stsD {
	background: url(/web/20090301020824/http://www.historycommons.org/pics/draft.png) repeat top left;
	}
	
/* stsP=statusContentEditPending */
.stsCN {
	background: url(/web/20090301020824/http://www.historycommons.org/pics/contentedit.gif) repeat top left;
	}
	
/* stsP=statusCopyEditPending */
.stsCP {
	background: url(/web/20090301020824/http://www.historycommons.org/pics/copyedit.gif) repeat top left;
	}

td.successMessage {
	background-color: #A0FFA0
	}
	
tr.current {
	background-color: #f4f4ea
	}

.addCatSelect{
	position:relative;
	font-size:80%
	}/*homepage announcement box*/

.announcementLink {
	color: #474723;
	cursor:pointer;
	padding-left:5px;
}

ul#projectList {
font-size:.9em;
}

.announcementLinkOn {
	color: #76B03C;
	padding-left:5px;
	cursor:pointer;
	text-decoration:underline
	}

.approvalMenu {
	border-style: solid;
	border-color: #CC0000;
	background: #FFD6D5;
	position:relative
	}
	
.byline {
	font-size: .9em;
	color:#999;
	font-style: italic;
	font-weight: normal
	}
	
/*obsolete?:  .centerLinkNumberCell*/ 
	
.centerLinkTable {
	width: 100%
	}

/*currently has no properties: .centerLinkNumberCell*/ 

/*categoryList*/

.cL1 {
	margin:0px 0px 0px 5px;
	font-size:.9em;
	display:block;
	}
	
.homePageBoxes ul {
		clear: both;
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
    padding-left: 13px;
		font-size:.85em;
	}
	
.homePageBoxes li {
    padding: 0px;
    margin: 0px;
    list-style-image: url(/web/20090301020824/http://www.historycommons.org/pics/arrow-bullet.png);
    list-style-position: outside;
		line-height:1.3em;
	}
	
.newItemListDateApproved {
	color:#409040;
	
}
	
#userNewItemList ul, #projectNewItemListShort ul, #projectNewItemList ul, #toggle_about_this_project ul, #userProfileCurrentlyReading ul, #userProfileCurrentlyWatching ul, #userProfileCurrentlyListening ul, #userProfileProjectsAsMember ul, #userProfileProjectsAsManager ul, #userProfileBlogs ul, #userProfileWebsites ul {	
		clear: both;
    margin: 0px 0px 20px 2px;
    padding: 2px 2px 0px 0px;
	}

#userNewItemList li, #projectNewItemListShort li,#projectNewItemList li, #toggle_about_this_project li, #userProfileCurrentlyReading li, #userProfileCurrentlyWatching li, #userProfileCurrentlyListening li, #userProfileProjectsAsMember li, #userProfileProjectsAsManager li, #userProfileBlogs li, #userProfileWebsites li {
    padding: 0px;
    margin: 0px 0px 0px 15px;
		font-size:.9em;
    list-style: disc outside none;
	}
	
#projectNewItemListShort li {
    padding: 0px;
		line-height: 1.2;
    margin: 0px 0px 4px 0px;
		font-size:.8em;
    list-style: disc inside none;
	}
	
#projectNewItemListShort p, p.more {
    text-align: right;
    margin: -18px 2px 0px 0px;
		font-size:.75em;
		font-weight:bold;
	}
	
#projectNewItemList p, #userNewItemList p {
    clear:both;
	}
	
#projectNewItemListShort, #viewingOptions {
	border-bottom:3px dotted #eee;
	padding-bottom:10px;
	}
	
#viewingOptions form {
	margin-bottom:15px;
	}

/*categorySetList*/

.categoryTreeForProject a, #speciall911projectCatList p {
	margin:0px 0px 0px 5px;
	font-size:.9em;
	display:block
	}
	

.categoryTreeForProject p a, #speciall911projectCatList p {
	margin:5px 0px 2px 0px;
	font-size:1em;
	font-weight:bold
	}
	

#timelineList li {
	font-size:.9em;
	}
	
div#categoryListBox {
	margin-top: 15px;
	margin-bottom: 40px;
	}	
	
#categoryListBox p {
	margin:5px 0px 2px 4px;
	font-size:.85em;
	color: #313131;
	font-weight:bold
	}
	
#categoryListBox a, #categoryListBox span {
	margin:0px 0px 0px 8px;
	font-size:.85em;
	color: #888;
	display:block
	}
	
#categoryListBox span {
	color: #ccc;
	}

/*categorySetList*/

.categoryTreeForProject h2 {
	font-size:1em;
	}

.categoryTreeForProject p {
	margin:5px 0px 2px 0px;
	font-size:.9em;
	font-weight:bold;
	}
	
.categoryTreeForProject a {
	margin:0px 0px 0px 8px;
	display:block
	}
	
a.toggleOpen {
	padding-left:20px;
	margin-left:-5px;
	background-image: url(/web/20090301020824/http://www.historycommons.org/pics/minus.gif);
	background-position:center left;
	background-repeat:no-repeat;
	}
	
a.toggleClosed {
	padding-left:20px;
	margin-left:-5px;
	background-image: url(/web/20090301020824/http://www.historycommons.org/pics/plus.gif);
	background-position:center left;
	background-repeat:no-repeat;
	}
	
/*Archive page that is in timeline.jsp inline frame*/
table#archives td {
	font-size:.8em;
}

table#archives td h2 {
	font-size:1.1em;
}
	
	
/* obsolete? */

.comment {
	color: #777777
	}
		
/* eCT=editCategoryInTimeline */
.eCT {
	width:auto;
	margin-left:18px;
	padding:3px;
	background-color:#FEF9E7;
	font-size: .85em
	}
	
.editCategoryInTimelineAdding {
	color: green
	}
	
.editCategoryInTimelineDeleting {
	color: red
	}	

input.shortTextBox, select.shortTextBox {
	font-size:8pt;
	border: 1px solid #cccccc;
 }

.filteringOptionsTable {
	padding: 5px
	}
	
.fundraiserBox {	
	border-width: 2px;
	border-style: solid;
	border-color: #CC0000
	}
	
.formLabel { 
	font-size: 12px;
	}
	
.formtable {
	color: #000000;
	font-weight: bold;
	height: 24px
	}
	
#header, #cellLayoutRow {
	background-color:#99CC66;
}

#header {
	height: 35px
}
	
/* for keywords highlighted in search results */
	
.highlight { 
	background-color: #FFFF00
	}

	
/*item (timeline entry indent)*/

div.i {
	margin-bottom:20px;
	margin-right:5px;
	padding-left:10px;
	}
	
.i a {
	color:#313131;
	}

/*itemTitle*/
.i h2 {
	margin-bottom:0px;
	width:97%;
	}
	
.i h2 em {
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
}
	

.i div.iT {
	width:97%;
	display:table;
	}
	
div.iT h2 {
	width:400px;
	float:left;
	}

/*itemContent*/
.i p {
	padding:0px 0px 0px 15px;
	margin:3px 0px 0px 0px;
	width:97%;
	}
	
.i h2, .i b, .timeline-paging, .i p.ips, div#lucineLegend h2 {
	font-size:.9em;
	}
	
div.i p cite, div.i p cite a {
	font-size:8pt;
	color: #999;
	font-style:normal;
	text-transform:uppercase;
	/*font-variant: small-caps;*/
	letter-spacing:.5px;
}
	
div#lucineLegend p {
	font-size: .9em;
	color: #999;
	white-space:normal
	}
	
div#lucineLegend p code{
	font-size: 1.1em;
	color: #313131;
	}
	
.i div.ipsCont, .i p.ips {
		padding-left:15px;
	}
	
.i div.ips, div#lucineLegend {
		padding:10px;
	}
	
.i div.ips h4 {
		padding-left:10px;
		margin-top:5px;
	}
	
.i div.ips ul {
		margin-top:5px;
	}
	
.i div.ipsCont {
		width:97%;
		margin-top:10px;
	}
	
.i div.ips, div#lucineLegend {
	margin-top:0px;
	border:1px solid #ccc;
	}
	
/* tags (entities, timelines)*/
div.t p {
	font-size:.9em;
	margin:0px;
	padding:0px;
}

div.t {
	padding-left:15px;
}
	

/* ???? */
	
.innerTable {
	border: 2px solid #000000;
	width: 795px
	}
	
.instructions { 
	font-size: .85em;
	color: #999;
	white-space:normal;
	font-weight:normal;
	}
	
div.instructionsBox { 
	margin-top: 30px;
	text-align:left;
	width:95%;
	}
	
.instructionsBox ol { 
	list-style-position: inside;
	font-size: .85em;
	margin-left: 5px;
	padding: 0px;
	}
	
.instructionsBox ol li { 
	padding-left:10px;
}
	
.currentStep {
	border-left:solid 2px red;
}

.notActive, a.notApproved:link, a.notApproved:hover, a.notApproved:visited, a.notApproved:active, span.notApproved  {
	color: #999999;
}

span.notApproved {
	font-size:.9em;
}

.ipList {
	margin: 2px
	}
	
.thisIsEditable {
	border:1px solid #fff;
	}
	

div.categoryTreeForProject {
	margin-bottom:50px;
	margin-top:5px;     
}

.categoryTreeForProject {
	padding: 2px;
	font-size: .9em;
	width:98%;
	}
	
div#announcementBox img {
	float:left;
	margin:1em 4px 3px 0px;
}
	

div#whatsNew {
	margin-top:1em;
	}

div#projectAnnouncements img, div#sticky img {
	float:right;
	margin:1em 0px 3px 4px;
	}

div.spacer {
  clear: both;
	height:0px;
	padding:0px;
  }
	
.projectAnnouncement, #viewingOptions, div.sticky {
	clear:both;
	padding: 3px;
	margin-top:5px;
	width:100%;
	}
	
div.sticky {
	margin-top:15px;
	}
	
div.listOfEntitysEvents {
	margin-top:35px;
}

#projectRColumn #sticky h3 {
	border-bottom:1px solid #99CC66;
	width:90%;
	}

div#timelineEntries {
	margin-top:40px;
}

div#projectAnnouncements {
	width:100%;
	margin-top:10px;
	}

div#pageHeading, div#printerFriendlyHeading {	
	margin:15px 0px 20px 0px;
}
	
#pageHeading h1, #printerFriendlyHeading h1 {
	color:#666;
	font-size: 1.2em;
	margin:0px;
	}
	
#pageHeading h2 {
	color:#666;
	font-size: .9em;
	font-weight:normal;
	margin:-4px 0px 3px 0px;
	}

#pageHeading p, #printerFriendlyHeading p {
	color:#888;
	font-size: .9em;
	font-style:normal;
	margin:3px 0px 3px 0px;
	line-height:1.3em;
	}
	
#pageHeading p.small {	
	font-size: .8em;
}
		
#resultsOverview {
	margin-bottom:40px
}
	
td#projectLColumn {
	padding-left: 10px;
	vertical-align:text-top;
	width:40%;
	}
	
td#projectRColumn {
	background-image: url(/web/20090301020824/http://www.historycommons.org/pics/line%20-%20dotted-vertical-gray.gif);
	background-repeat:repeat-y;
	padding-left: 10px;
	vertical-align:text-top;
	width:60%;
	}
	
/* ???? */
	
.myAccount {
	border-width: 1px;
	border-style: solid;
	border-color: #E8E8E3;
	color: #002D6D
	}

/* Minor Edit - Used on Myhome.jsp. Signifies that a submitted entry is a minor edit  */
.minorEdit {
	font-weight:bold;
	font-size:90%;
	color:#66CC33
	}
	
/* Edit - Used on Myhome.jsp. Signifies that a submitted entry is an edit */
.edit {
	font-weight:bold;
	font-size:90%;
	}
	
/* ???? */
	
.leftLinkTopicContentCell {
	padding-left: 5px
	}

/* ???? */
	
.leftLinkTitleCell {
	padding: 5px;
	color: #FFFFFF
	}
	
div.fakeDisabledTextInput {
	font-size: .70em;
	font-family: "Arial Narrow","Trebuchet MS";
	height: 100%;
	border: 1px  #999;
	border-style: solid;
	overflow: hidden;
	background-color: #ffffcc;
	}
	
/* ???? */
	
.leftNavLinkTable {
	padding: 3px
	}
	
/* error page border */
.linecolor { 
	background-color: #CCC
	}
	
/* ???? */

.outerMainTable {}

.hr1 {
	width:96%;
	height:15px;
	clear:both;
	margin-bottom:3px;
	margin-top:3px;
	background-image: url(/web/20090301020824/http://www.cooperativeresearch.org/pics/green-dot.png);
	}

.pagehead1 { 
	font-weight: bold;
	font-size:240%;
	color: #FFFFFF
	}
	
.pagehead2 { 
	font-weight: bold;
	font-size:110%;
	color: #FFFFFF
	}
	
.noticeMessage {
	background-color: #F7F7F4;
	border-width: 1px;
	border-style: solid;
	border-color: #E8E8E3;
	padding: 5px 4px 5px 8px;
	width: 90%
	}
	
/* ???? */

.notopmargin {
  color: #000000;
  font-size: 90%;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  margin: 0px 0px  0px 0px;
  background-color: #E8E8E3	
	}

.small {
	font-size: .85em 
	}

.supersmall {
	font-size: .75em 
	}

.tabIndexCardClear {
	border: 1px solid #D0D0C8;
	position:relative;
	z-index:2;
	}

.toggle_highlighted {
	background-color: #fff;
	z-index:3;
	position:relative;
	bottom:-1px;
	padding:1px 2px 0px 2px;
	text-decoration: none;
	border-top:1px solid #D0D0C8;
	border-left:1px solid #D0D0C8;
	border-right:1px solid #D0D0C8;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:.8em;
	font-weight:bold;
	color:#777;
	}

#eventEdit .toggle_highlighted {		
	background-color: #fafafa;
	}
	
#eventEdit {		
	width:100%;
	}

.topBar {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #787869
	}

.userOptionsTable {
	padding: 5px;
	height: 20px
	}
	

	
/*editLinkBlock (the links that appear when you hover ver a timeline entry)*/
.eLB {
	width:115px;
	float:right;
	vertical-align:top;
	text-align:right;
	}
	
/*Wick autosuggest*/

.floater {
	position: absolute;
	bottom:0px;
	right:0px;
	z-index:4;
	display:none;
	padding:0;
	}

.floater td {
	font-family: Trebuchet MS;
	background-color:white;
	border:1px solid #ccc;
	color:black;
	}

.matchedSmartInputItem {
	font-size:.8em;
	line-height: 1em;
	padding: 2px 10px 2px 5px;
	margin:0;
	cursor:pointer;
	}

.selectedSmartInputItem {
	color:white;
	background-color:#999;
	}

#smartInputResults {
	padding:0;
	margin:0;
	width:268px;
	}
	
/*editsource.jsp*/

.pageNumber {
	background-color: #EEEEE9;
}
input.pageNumber {
	background-color: #fff;
}
	
td.toolbarTop {
	border: 0px; 
	margin: 0px;
	padding: 0px; 
	background: transparent;
	}

div.wikiButton  {
	height: 20px;
	width: 20px;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	background: transparent;
	padding: 0px;
	border: 1px solid #F0F0EE;
	cursor: pointer;
 }

div.wikiButton:hover {
	border: 1px solid #0A246A;
	background-color: #B6BDD2;
 }


table.userManagement{
   color:#313131;
  font-size: .9em;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
 
}


.rowEven
 {
  background-color: #CBE4B1; 
  color:#313131;
  font-size: .9em;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
 
 }

.rowOdd
 {
  background-color: #ffffff;
  color:#313131;
  font-size: .9em;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
 
 }
 
.rowHead
 {
  background-color: #00f100; 
  color:#313131;
  font-size: .9em;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
 
 }

.tablefont
 {
  color:#313131;
  font-size: .9em;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
}

input.smallSubmit{
	height: 19px;
	font-size:11px;
	padding: 0px 3px;
}

div#entityRelationshipsForm {
	width:400px;
	padding: 10px 5px 10px 5px;
	float:left;
}

div#errorMessageBox {
	padding:5px;
	margin:10px 0px 25px 0px;
	border:solid 1px #990000;
}

div#successMessageBox {
	padding:5px;
	margin:10px 0px 25px 0px;
	border:solid 1px #ccc;
}

div#errorMessageText p, div#successMessageText p {
	font-size:.9em;
}

div#errorMessageText img {
	padding-right:7px;
}

/* for textual images that you want to be able to slip into a paragraph of actual text */

img.blendedInTextImg {
	vertical-align:text-bottom;
	margin:0px;
}


div#contextScale {
	margin:0 auto; /* centers it */
	margin-bottom:25px;
	border:1px solid #ccc;
	width:357px;
}
	

div#contextScale ul {
	padding:0;
	margin:0;
	list-style-type:none;	
}

div#contextScale li {
	display:inline;
	font-size:.7em;
	font-weight:bold;
}

div#contextScale li img {
	display:inline;
}

div#contextScale a, div#contextScale li span {
	float:left;
	text-align:center;
	width:50px;
}

div#contextScale li a, div#contextScale li span.d, div#contextScale li span.s {
	border-right:1px solid #ccc;
}

div#contextScale a {
	color:#B7B08A;
	text-decoration:none;
}

div#contextScale a:hover {
	background-color:#eee;
}

div#contextScale li span.s {
	background-color:#ddd;
}

div#contextScale li span.d {
	color:#ddd;
}

span#decreaseScale {
	background: url('/web/20090301020824/http://www.historycommons.org/pics/icons/decreasescale.png') no-repeat center center;
	width:15px;
	border-right:1px solid #ccc;
}

span#increaseScale {
	background: url('/web/20090301020824/http://www.historycommons.org/pics/icons/increasescale.png') no-repeat center center;
	height:15px;	
}

span#zoomOut a {
	border-right:none;
}

.similarReferencesFormPane {
	margin-top:0px;
	background-color:#fafafa;
	border:1px solid #D0D0C8;
	padding: 10px;
}

.reference {
	text-indent:-25px;
	margin-left:25px;
}

.reference .url, .exception .url {
	font-size: .85em;
	color: #999999;
}

.exception .stacktrace{
	overflow:auto
}
	
div#pageHeading h2.newsTitle {
	font-weight:bold;
	font-size:1.1em;
	color:#313131;
}
