.text {
	margin-left:auto;
	margin-right: auto;
	text-align:left;
	color: #DDDDDD;
	font-size: 1em;
	font-family: "Palatino", "Georgia", "Palatino Linotype", "URW Palladio L", serif;
	line-height: 1.2;
	/* [disabled]margin-top: 0.25em; */
}

.text img { 
	border: 1px solid #AEAEAE;
	margin-bottom: 5px; 
	margin-right: 5px;
}


.cursive {
  font-family: cursive;
  text-align: left;
}

.text p {	margin-top: 0; padding-top: .22em; margin-bottom: 0 }
.text a:link {  color: #FFFFFF; }
.text a:visited { color: #EFEFEF; }
h2 { color: white}
h3 { color: white}
h2 a:link {  color: #EEEEEE }
h2 a:visited { color: #EEEEEE }

.nowrap {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    white-space: nowrap;
}

.sidecaption {
    font: italic 13px/1.5 georgia,serif;
    color: #bbb;
	margin-top:5px;
	padding-top:5px;
	line-height: 1.1;
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px 1px 1px 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.sample td {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 0px;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute; 
left:0;
top:0;
width: auto;
height:auto;
display:block;
padding: 0px;
padding-bottom: 0;
background: #EFEFEF; /*#313131;*/
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
/*font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
background-color:#000;*/
padding: 0px;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: black;
color: white;
border: 2px solid white;
white-space:normal!;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

