/* The following are the styles for the CSS menu list 
used as an index at the top of the poem pages. */


.poemindex {
	width: 460px;
	margin-left: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding-bottom:10px;
}

.poemindex ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #B46F4E;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #999999;
	border-left-color: #999999
}

.poemindex ul li{
display: inline;
}

.poemindex ul li a{
	float: left;
	color: #000000;
	padding: 3px 6px;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}

.poemindex ul li a:visited{
color: #000000;
}

.poemindex ul li a:hover, .poemindex ul li .selected{
	color: #FF8040 !important;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #B46F4E;
}

/* The following styles are used in the divs and tables containing poems.*/
#portalpoembox {
	font-size: 0.8em;
	line-height: 1em;
	margin-left: 170px;
	font-weight: bold;
}
.poembox {
	font-size: 1em;
	line-height: 1.1em;
	margin-left: 50px;
	font-weight: bold;
}

.poemtitle {
margin-bottom: 5px;
}
.poemtext_j {
margin-top: 0px;
margin-bottom: 0px;
padding: 0px 0px 0px 25px;
}
.poemtext_e {
margin-top: 0px;
margin-bottom: 0px;
padding: 0px 0px 0px 0px;
}
.poem_caption {
font-weight: bold;
font-size: 10px;
margin-top: 0px;
padding: 2px 150px 10px 0px;
text-align: right;
}
.poem_author {
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 40px;
}
