textarea#codeCheck {height: 1em; width: 1em; background: black; color: white; overflow: hidden;}
textarea#codeCheck:hover {height: 8em; width: 100%; background: black; color: white; overflow: auto;}


/* slip */

.singleSlip {
	padding: 1em 2em 2em 2em;
	font-family: "Arial", sans-serif;
	font-size: 110%;
	line-height: 1.5;
	float:left; width: 680px;
}



.color5goldenrod,
#colorgoldenrod {background: #ffca29;}
.color4blue,
#colorblue {background: #c6daec; }
.color3white,
#colorwhite {background: #f5f5f5; }
.color2yellow,
#coloryellow  {background: #fcf3ba;}
.color1pink,
#colorpink  {background: #f4d8de;}

.color5goldenrodcanceled {background: #ffca29 url(/adams-resources/slipfile/images/zd.png) no-repeat 50% 50% !important;}
.color4bluecanceled {background: #c6daec url(/adams-resources/slipfile/images/zd.png) no-repeat 50% 50% !important; }
.color3whitecanceled {background: #f5f5f5 url(/adams-resources/slipfile/images/zd.png) no-repeat 50% 50% !important; }
.color2yellowcanceled  {background: #fcf3ba url(/adams-resources/slipfile/images/zd.png) no-repeat 50% 50% !important;}
.color1pinkcanceled  {background: #f4d8de url(/adams-resources/slipfile/images/zd.png) no-repeat 50% 50% !important;}

/* block elements */
.singleSlip

.singleSlip ul {
	padding-left: .5em;
}

.singleSlip label {
	font-size: 90%; font-weight: normal;
	text-transform: uppercase;
	padding: 1px 12px 1px 1px;
	margin: .5em 0 .5em 0;	
	float: left; width: 12%;
	text-align: right;
	clear: both;
	vertical-align: top;
}

.singleSlip label+div label {
	float: none;
	display: inline;
	padding: 0 0 0 18px;;
}

.singleSlip .author,
.singleSlip .recipient,
.singleSlip .title,
.singleSlip .length,
.singleSlip .copy,
.singleSlip .printed,
.singleSlip .apmicrofilm,
.singleSlip .notes,
.singleSlip .docType
{
	clear: none;
	float: left;
	width: 80%;
	padding: 1px 12px 1px 1px;
	margin: .5em 0 .5em 0;	
	vertical-align: top;
}


.singleSlip .slipMeta {
	width: 100%;
}

.singleSlip .code-group {
	float: right; width: 20%;
}
.singleSlip .dates {
	width: 45%; float: left;
}

.singleSlip .places {
	width: 30%; float: left; 
}


.singleSlip .date .when,
.singleSlip .date .to,
.singleSlip .place .location,
.singleSlip .length .pages
 {
	padding: 1px .5em 1px .5em;
/*	background: #bbbbbb;
*/
	font-style: italic;
	font-size: 90%;
}



/* title */

.singleSlip .title {
	font-size: 100%;
	font-weight: bold;
}


.singleSlip .slipMeta * {
	display: inline; 
}


.singleSlip .ref {
	display: inline; color: green;
}

.singleSlip .VAlink {display: inline-block; color: blue; cursor: pointer;}
.singleSlip .VAlink .fullDisp {
	display: none; position:  absolute; margin-top: -.3em; z-index: 200; background: white; border: 2px solid blue; color: black; padding: .3em; font-size: 90%;
}

.singleSlip .VAlink:hover .fullDisp,
.singleSlip .VAlink .fullDisp:hover {
	display: block;
}



/* slip expanded info sidebar */

.slipXpanded {
	float: right; width: 167px;
	background: white;
	border: 1px solid black;
	font-size: 12px;
	padding: 4px;
}

.slipXpanded h2 {
	font-size: 16px; font-weight: bold;
}

.slipXpanded li {
	border-top: 1px dotted #888888;
}

.slipXpanded sup {
	font-size: 10px; color: #777777;
}