/* CSS Document Ming-Qing search stylesheet*/
/***************body styles ***************/
body {
	font-family: sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	background-repeat: repeat;
	background-image:url(../pics/ming1.gif);
}
/******* hyperlink and anchor tag styles *******/

a:link{
	color: #5A6288;
	text-decoration: none;
}
a:visited{
	color: #5E668E;
text-decoration:none;
}
a:hover{
	text-decoration: underline;
}
h1{
 font: bold 114% Arial,sans-serif;
 font-variant:small-caps;
 letter-spacing: 0.1em;
 color: #4C547E;
 margin: 0px;
 padding: 6px 0px;
}

h2{
 font: bold 100% Arial,sans-serif;
 color: #001734;
 margin: 0px;
 padding: 0px;
}

h3{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}
/*************** header styles ***************/
#header {
	font-size: 70%;
	margin:3px 50px 0px 20px;
	letter-spacing: 0.05em;
	z-index: 1;
	/*the following is Gregs color choice */
	background-color:#A3ABCC;
}

/************* title styles **************/
#title {
	position:relative;
	width:auto;
	min-width:780px;
	margin:0px 20px 0px 20px;
	background-color:#7781B1;
	border: 1px solid #ffffff;
	top: 10px;
    padding: 10px 10px 0px 10px;
	z-index:2;
}
#hidden_title {
	visibility:hidden;
	display:none;
	position:relative;
	width:auto;
	margin:0px 20px 0px 20px;
	background-color:#7781B1;
	border: 1px solid #ffffff;
	top: 0px;
	height:66px;
    padding: 0px 10px 0px 10px;
	z-index:2;
}
/************* content styles **************/
#content {
	position:relative;
	top:20px;
	width:auto;
	min-width:780px;
	height: auto;
	border: 1px solid #ffffff;
	margin:0px 20px 0px 20px;
	background-color:#7781B1;
	padding:10px;
	z-index:4; 
	}

#main {
	border: 0px solid #ffffff;
	margin: 0px 0px 0px 0px;	
	height: auto;
}
#sectiontitle {
position: absolute;
top: 9px;
left: 0px;
}
html>body #sectiontitle {
left: 10px;
}

#story, #results, #index, #details, #details_region{
border: 0px solid #ffffff;
margin-right: 0px;
padding: 10px 10px 10px 10px;
font-size: 80%;
height:360px;
background-image:url(../pics/test.gif);
}
html>body #story, #results, #index, #details, #details_region{
min-height: 360px;
height:auto;
}
#story {
padding: 10px 10px 10px 20px;
}
#search {
padding: 10px 10px 10px 20px;
font-size: 80%;
height:95%;
background-color:#F0F2FE;
}
html>body #search{
height:auto;
}

#results p, .alignc {
text-align:center;
}
/*************** navigation styles ***************/
#navigation {
	padding: 2px 0px 2px 0px;
	width:auto;
	min-width:800px;
	margin: 0px 20px 0px 20px;
	border-bottom: 3px solid #000000;
	font:90% Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	position: relative;
	top:15px;
	height: 16px;
	z-index:2;
}

#navigation img{
display:block;
margin:0px;
margin-bottom:-4px;
padding:0px;
}
#utilities{
	font:90% Trebuchet MS, Arial, Helvetica, sans-serif;
	position:absolute;
	top:1px;
	right:2px;
}

#utilities a:link, #utilities a:visited{
	color: #000000;
	text-decoration: none;
}
#utilities a:hover{
color:#6699FF;
	text-decoration: underline;
}

.intronav a:link, .intronav a:visited{
 font: bold 90% Arial,sans-serif;
 color: #4C547E;
}
/************** navigation link styles *****************/

a.nlink, a.nlink:visited{
  	font-size: 10pt;
  	color: #000000;
	margin: 0px 10px;
	padding: 1px 5px 3px 5px;
}

a.nlink:hover{
  	background-color: #000000;
	color:#ffffff;
	text-decoration: none;
}
#topnav{
font-weight: bold;
padding: 0px 0px 2px 100px;
}
/************ subglobalNav styles **************/

.subnavbar{
	position: absolute;
	top: 0px;
	padding: 2px 10px 2px 10px;
	visibility: hidden;
	color: #000000;
	font-size:10pt;
	font-weight: bold;
	background-color:#ffffff;
	width:auto;
	z-index:10000;
}

.subnavbar a:link, .subnavbar a:visited {
	color: #000000;
	display: block;
}

.subnavbar a:hover{
	background-color:#000000;
	color: #ffffff;
	text-decoration: none;
}

/************* specific table styles **************/
.border{
	border: 1px solid #333333;
}

#index td{
	padding: 0px 2px 0px 2px;
}

#results table {
	border: 1px solid #333333;
	font-size:100%;
	visibility:visible;
}

#details_region td {
	padding: 2px 2px 3px 2px;
	text-align: center;
}

/************* table styles **************/

table {
color:#545454;
font-size:100%;
}

th {
	text-align: center;
	color: #cccccc;
	background-color: #222C4B;
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 8px;
}

th a:link{
	color: #FFFFFF;
	text-decoration: none;
}
th a:visited{
	color: #cccccc;
text-decoration:none;
}
th a:hover{
	text-decoration: underline;
}

td {
	padding: 2px 2px 3px 2px;
	vertical-align:top;
	}
.subheading{
font-weight:bold;
color:#222C4B;
}
/*************** details-poem print version styles ***************/

#print_version{
	position:relative;
	top:20px;
	width:auto;
	min-width:360px;
	background-color:#ffffff;
	margin:0px 10px 0px 10px;
	padding:10px;
}

a.plink, a.plink:visited{
	color:#22384B;
	font-weight:bold;
	text-decoration: none;
}

/*************** footer styles ***************/
#footer {
	height:15px;
	letter-spacing: 0.05em;
	font-size:65%;
	position:relative;
	margin:10px 0px 10px 20px;
	padding: 20px 0px 10px 0px;
	z-index: 5;
}

#footer a:link, #footer a:visited{
	color: #333333;
	text-decoration: none;
}

#footer a:hover{
	color: #333333;
	text-decoration: underline;
}

/*************** print styles ***************/
@media print {

body {
line-height:normal;
}

#hidden_title {
	visibility:visible;
	display:block;
}
a:link, a:visited {
	color:#666666;
	}

   /************* content styles **************/
#content{
	position:relative;
	width: 100%;
	background: none;
	height: auto;
	overflow: visible;
	}

#main{
	width: 100%;
	padding: 0px;
	background: none;
	height: auto;
	overflow: visible;
	}
#story, #results, #details, #details_region{
	width: 95%;
	background: none;
	margin: 5px;
	padding: 5px;
	overflow: visible;
	}
#index{
	width: 95%;
	background: none;
	margin: 0px 5px;
	padding: 0px 5px;
	overflow: visible;
	}
#print_version{
	width: auto;
	background: none;
	margin: 0px;
	padding: 5px;
	overflow: visible;
	}
#print_version table{
border: 0px solid #ffffff;
}

html>body #print_version td {
height:920px;
width: 702px;
}
.printimage img{
page-break-before:auto;
height:891px;
}
/*************** styles that should not be displayed***************/
#navigation, #utilities, #title, #header
{
	display:none;
	visibility:hidden;
}

/*************** footer styles ***************/
#footer
{
	width: 95%;
	border: 0;
	margin: 0px;
	padding: 0;
	left: 5px;
	top: 10px;
	}
}