/* 
    Document   : print
    Created on : 20 February 2006, 12:01
    Author     : Ed
    Description:
        Purpose of the stylesheet follows.
Copyright: hriOnline, University of Sheffield, 2007 (All rights reserved).
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

table.pageheader {
    display: none;
}

table.navtable {
    display: none;
}

table.navigator {
    display: none;
}

table.footer {
    display: none;
}

span.figure {
    display: none;
}

body {
	margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;
	font-family: Georgia, Times, serif;
}

p.inscr {
	margin-left:40px;
	font-style:italic;
}

p.verse {
	margin-left:40px;
	text-align:center;
}

div.center {
	text-align:center;
}

div.rubric {
	text-align:center;
}

table.strypetable {
	width:100%;
	border:1px solid black;
	border-collapse:collapse;
}

td.strypecell {
	border:1px solid black;
	border-collapse:collapse;
}

td.spacerBar {
	width:1%;
	text-align:center;
	border-collapse:collapse;
}

table.bannerTable {
	width:100%;
	height:auto;
	border:none;
	border-spacing:0;
	border-collapse: collapse;
	border-style:hidden;
}

td.banner {
	width:95%;
	height:46px;
	vertical-align:bottom;
	color:#e0e0e0;
	font-family: Georgia, Times New Roman, serif;
	font-size: 150%;
	font-weight:bold;
}

table.mainTable {
	width:100%;
	border:none;
}

table.frontTable {
        width:100%;
        border:none;
}

table.transcriptTable {
        width:80%;
        border:none;
}

td.sideCell {
        display: none;
}

td.mainCell {
	vertical-align:top;
	width:90%;
}

td.sitepages {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:0.8em;
}

table.sideStrip {
	width:70%;
	border:none;
}	

td.sidetop {
	vertical-align:top;
}

td.sidemiddle {
	vertical-align:top;
}

table.menuTable {
	width:100%;
	border:none;
}

td.titlesmall {
	color:#e0e0e0;
	font-family: Georgia, Times New Roman, serif;
	font-size:100%;
	font-weight:bold;
}

td.title {
	width:57%;
	color:#e0e0e0;
	font-family: Georgia, Times New Roman, serif;
	font-size: 150%;
	font-weight:bold;
}

td.gloss {
	width:20%;
	text-align:left;
	vertical-align:top;
	font-size:0.6em;
	padding-left:25px;
}

div.head1 {
    font-size:2em;
}

div.qhead {
	font-size:1.5em;
}

div.head2 {
    font-size:1.2em;
}
	
table.figures {
	width:80%;
	border:none;
	border-spacing:0;
	border-collapse: collapse;
	border-style:hidden;
}

td.figuretitle {
	width:70%;
	vertical-align:top;
	padding:5px;
}

td.figurelocation{
	width:30%;
	vertical-align:top;
	padding:5px;
}
