/* $Id: print.css 74623 2009-02-27 10:39:57Z steve $ */

body {
	font-size: 11pt;
	font-family: "Brillonline","KadmosU","Gentium","Arial Unicode MS","Georgia","Lucida Grande","Lucida Sans Unicode","Times New Roman",serif;
	color: #000;
	background-color: #fff;
	margin: 0 5%;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #036;
}

h1,h2,h3,h4 {
	font-weight: bold;
	color: #333;
}

h1 {
	font-size: 14pt;
}
h2 {
	font-size: 13pt;
}
h3 {
	font-size: 12pt;
}
h4,h5 {
	font-size: 11pt;
}
h5 {
	font-weight: normal;
}


#content {
	line-height: 13pt;
}

#content h3 {
	font-size: 15pt;
}

#content p {
	margin: 0.8em 0 0;
}

#content .byline {
	text-align: right;
	font-size: 13pt;
}

#entry table tr td * {
	line-height: 1.4em;
	margin-top: 0;
}

.small-caps {
    font-variant: small-caps;
}

.bibliography p {
	font-size: 10pt;
}

.comments, .biography {
	padding-top: 1.5em;
}

.TFhead {
	margin-top: 1em;
	margin-bottom: 0.2em;
}


#searchform,
#breadcrumb,
#mailthis,
#navigation,
.internalnav,
#extra,
#footernav,
#skipnav, 
#accesskeys,
.openurl,
.closewindow,
.toggle,
.backtotop,
.TFhead a,
div.F br {
	display: none;
}

#extra {
	font-family: "Helvetica","Arial",sans-serif;
}

#footer {
	font-size: 9pt;
}

/* ------------------------------- */

div.table {
    margin-top: 2em;
    margin-bottom: 2em;
}


/* 100% width makes tables disappear in IE 7.0 if left and right
     margins are set fairly wide.  Not sure why... could be an IE bug.
     Note that we can't remove this style completely, as that causes
     text to be chopped off on the right hand side...
*/
table {
    width: 92%;
}

table.top {
    border-top: 1px solid black;
}

table.bottom {
    border-bottom: 1px solid black;
}

table.topbot {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

table.sides {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

table.all {
    border: 1px solid black;
}

table thead tr th {
    font-weight: bolder;
    border-bottom: 1px solid black;
}

table thead tr th,
table tbody tr td {
    text-align: center;
}


td {
	padding: 0.5em;
	margin: 0.5em;
	vertical-align: top;
}

table thead tr th.left, 
table tbody tr td.left {
    text-align: left;
}

table thead tr th.right, 
table tbody tr td.right {
    text-align: right;
}

table thead tr th.center, 
table tbody tr td.center {
    text-align: center;
}

table thead tr th.justify, 
table tbody tr td.justify {
    text-align: justify;
}

div.caption {
    text-align: center;
    width: 100%;
}

ul.tablefooter {
    font-size: smaller;
}

/*
 * Lists
 */

/*
 * The class of abrrev
 */

dl.abbrev {
    clear:both;
}

dl.abbrev dt {
    font-weight: bold;
    clear: left;
}

dl.abbrev dd {
}

/*
 * The class of simple
 */

dl.simple {
    width: 100%;
    padding: 1%;
    margin-left: -1em;
    margin-bottom: 1em;
    clear:both;
}

dl.simple dt {
    width: 10%;
    padding: .5em 1% 1em 1%;
    margin: 0 -1px 0 0;
    font-weight: bold;
    float: left;
    clear: left;
}

dl.simple dd {
    width: 86%;
    padding: .5em 0.5% 1em 1%;
    margin: 0 ;
    float: left;
}

#logo img {
border: none;
padding-bottom: 5px;
}

td p { 
text-align:left 
}

:lang(syr){
  text-align:right;
}

