@charset "utf-8";
/* CSS Document */

body {
	background-image:url(bkg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family: Calibri, Helvetica, sans-serif;
	text-align: center;
	}

html {
	overflow-y: scroll;
}

html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;

}

.page {
	background-color:#FFFFFF;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	min-height:100%
}

.header {
	text-align:left;
}

.title {
	font-weight:bold;
	font-size:x-large;
	color:#666666;	
}

.hr {
	color:#FF0000;
	background-color:#FF0000;
	height:1px;
}

.hr2 {
	color:#FF0000;
	background-color:#3E4860;
	height:2px;
	border: 0;
}

.menback {
	text-align:left;
	background-image:url('gfx/pad.gif');
	background-repeat:repeat-x;

}

.content {
	text-align:justify;
}

.collapsedtable {
	border-collapse:collapse;
}

.tbleleft {
  	border-left:1px  #0000FF solid;
	border-top:1px  #0000FF solid;
	border-bottom:1px  #0000FF solid;
	border-right: #0000FF none;
}

.tblemid {
	border-left:1px  #0000FF none;
	border-top:1px #0000FF  solid;
	border-bottom:1px  #0000FF solid;
	border-right: #0000FF none;
}

.tbleright {
  	border-left:1px #0000FF none;
	border-top:1px  #0000FF solid;
	border-bottom:1px  #0000FF solid;
	border-right:1px  #0000FF solid;
}


.tblebot {
  	border-left:1px #FF0000 none;
	border-top:1px  #0000FF none;
	border-bottom:1px  #000000 solid;
	border-right:1px  #0000FF none;
}
td a {
	display:block;
	text-decoration:none;
	color:#000000;
}

.refnorm {
	display:inline;
	text-decoration:underline;
	color:#0000FF;
}

a#fancybox-right {
	right:30px;
	width:25%;
}
	
.my_content {
	width: 98%;
}

.lyrictable {
	width:98%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:medium;
}

.ltit {
	color:#3e4860;
	font-family: Calibri, Tahoma, Arial, Verdana, sans-serif;
	font-size:larger;
	font-weight:bolder;
}

.poem {
	text-align:left;
	width:500px;
	height:590px;
	overflow:auto;
}

.footer {
	display:block;
	font-family: Calibri, Tahoma, Arial, Verdana, sans-serif;
	font-size:x-small;
	text-align:center;
	color:#3E4860;
	background-color:#FFFFFF;
}