@import "common.css";

div#alpha{
	position: absolute; 
	top: 9%; 
	bottom: 0pt; 
	left: 25%; 
	right: 0pt; 
	overflow: auto; 
	background: white; 
	color: black; 
	border-left-style: solid; 
	border-left-width: 2px; 
	height: 91%; 
	border-top-style: solid; 
	border-top-width: 2px; 
	width: 75%; 
	padding-bottom: 10px; 
	padding-top: 5px;
}
div#surnames{
	position: absolute; 
	top: 9%; 
	bottom: 0pt; 
	left: 25%; 
	right: 0pt; 
	overflow: auto; 
	background: white; 
	color: black; 
	border-left-style: solid; 
	border-left-width: 2px; 
	height: 91%; 
	border-top-style: solid; 
	border-top-width: 2px; 
	width: 75%; 
	padding-bottom: 10px; 
	padding-top: 5px;
}
div#complete{
	position: absolute; 
	top: 9%; 
	bottom: 0pt; 
	left: 25%; 
	right: 0pt; 
	overflow: auto; 
	background: white; 
	color: black; 
	border-left-style: solid; 
	border-left-width: 2px; 
	height: 91%; 
	border-top-style: solid; 
	border-top-width: 2px; 
	width: 75%; 
	padding-bottom: 10px; 
	padding-top: 5px;
}
div#sdata{
	position: absolute; 
	top: 9%; 
	bottom: 0pt; 
	left: 25%; 
	right: 0pt; 
	overflow: auto; 
	background: white; 
	color: black; 
	border-left-style: solid; 
	border-left-width: 2px; 
	height: 91%; 
	border-top-style: solid; 
	border-top-width: 2px; 
	width: 75%; 
	padding-bottom: 10px;
}
div#alpha p {
	text-align: left; 
	text-indent: 10px; 
	padding-left: 0pt; 
	padding-bottom: 10px; 
	margin-bottom: 0pt; 
	margin-top: 0pt; 
	background: white;
}
div#surnames p {
	text-align: left; 
	text-indent: 10px; 
	padding-left: 0pt; 
	padding-bottom: 10px;
       	margin-bottom: 0pt; 
	margin-top: 0pt; 
	background: white;
}
div#complete p {
	text-align: left; 
	text-indent: 10px; 
	padding-left: 0pt; 
	padding-bottom: 10px; 
	margin-bottom: 0pt; 
	margin-top: 0pt; 
	background: white;
}
h1.summary{
	font: bold 36px "Arial Narrow"; 
	margin-bottom: 0pt; 
	height: 100%; 
	text-indent: 5px;
}
p.summary{
	text-align: left; 
	text-indent: 0pt; 
	padding-top: 5px; 
	margin-bottom: 0pt; 
	margin-top: 0pt; 
	background: white;
}
p.data{
	text-align: left; 
	text-indent: 20px; 
	padding-top: 3px; 
	margin-bottom: 0pt; 
	margin-top: 0pt; 
	background: white;
}
div.btns{ 
	text-indent: 10px;
}
div.btns a.btn { 
	background-color:rgb(242,227,231); 
	margin-right: 20px;
}
div.btns a.btn span {
      background:url(border.gif) right bottom no-repeat;
      color:#222;
      padding:1px 4px 1px 4px;
      text-align:center;
      position:relative;
      left:3px;top:1px;
      text-decoration:none;
}

