@charset "UTF-8";
/** Add new styles for the content here: **/
.sidenote {
	display: table;
	background-color: #fae9c6;
	border: 5px ridge #fae9c6;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

.tightul {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 1em;
	padding: 0;
}

.tightol {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 3em;
	padding: 0;
}

.poem { 
	background: #eeeeff; 
	padding: 10px; 
	border: ridge 5px #f0f0f0; 
	font-family: David, 'Times New Roman', Times, serif;
	font-size: large; 
	width: 285px; 
}

.widepoem { 
	background: #eeeeff; 
	padding: 10px; 
	border: ridge 5px #f0f0f0; 
	font-family: David, 'Times New Roman', Times, serif;
	font-size: large; 
	width: 435px; 
}

.widepoem p { 
	line-height: 150%;
} 

.xwidepoem { 
	background: #eeeeff; 
	padding: 10px; 
	border: ridge 5px #f0f0f0; 
	font-family: David, 'Times New Roman', Times, serif;
	font-size: large; 
	width: 515px; 
}

.insert { 
	background: #fae9c6;
	padding: 10px; 
	border: ridge 5px #f0f0f0; 
	font-size: small; 
	width: 515px; 
}

.poeminsert { 
	background: #eeeeff; 
	padding: 10px; 
	border: ridge 5px #f0f0f0; 
	font-size: medium; 
	width: 515px; 
}


.narrowpoeminsert { 
	background: #eeeeff; 
	padding: 10px; 
	border: ridge 5px #f0f0f0; 
	font-size: large; 
	width: 300px; 
}

.dictinsert { 
	background: #ffffff; 
	padding: 10px; 
	border: ridge 5px #f0f0f0; 
	font-size: medium; 
	width: 515px; 
}

.bioinsert { 
	background: #ffffff; 
	padding: 5px; 
	border:1px ridge #fae9c6; 
	font-size: medium; 
	width: 515px; 
}

.adinsert {
	background:#ffffee; 
	border:4px solid #eeeeff;
	font-size: 90%;
	font-family: Arial, Helvetica, "sans serif";
}

.wotdbox { 
	background: #ffffff; /*y:#fae9c6; b:#eeeeff; */
	border: 4px ridge; /*1px solid #a71d0b;*/
        position: absolute;
	right: 695px;
	top: 20px;
}

.wotdbox2 { 
	background: #ffffff; /*y:#fae9c6; b:#eeeeff; */
	border: 4px ridge; /*1px solid #a71d0b;*/
	font-size: 90%;
	font-family: Arial, Helvetica, "sans serif";
}

.sitable { 
	width: 540px;
}

.sitable th { 
	background: #fae9c6;
}

h2 {
	font-size: 110%;
	font-face: Arial, Helvetica, "sans serif";
}

/* automatic word definition links: like sitemap contents (stmpcontents)*/
a.b {
	font-size: 14px;
	text-decoration: none;
	color: #8b1a0a;
	font-weight: normal;
}
a.b:visited {
	color: #c17d00;
}

/* automatic word definition links: bold and underline only when hovering*/
a.c {
	font-weight: bold; 
	text-decoration: none; 
} 

a.c:link {
	font-weight: bold; 
	text-decoration: none; 
	color: #15317E; /* #800020, #8b1a0a; */
} 

a.c:visited {
	font-weight: bold; 
	text-decoration: none; 
	color: #c17d00;
} 

a.c:hover {
	text-decoration: underline;
}

/* word definition links: bold and optional underline */
a.d {
	font-weight: bold; 
	text-decoration: none; 
} 
a.d:link {
	font-weight: bold; 
	border-bottom: 1px dotted #000; 
	text-decoration: none; 
} 
a.d:visited {
	font-weight: bold; 
	border-bottom: 1px dotted #000; 
	text-decoration: none; 
} 

/* grammar term links: bold and double underline */
a.e {
	font-weight: bold; 
	text-decoration: none; 
} 
a.e:link {
	font-weight: bold; 
	border-bottom: 2px dotted blue; 
	text-decoration: none; 
} 
a.e:visited {
	font-weight: bold; 
	border-bottom: 2px dotted purple; 
	text-decoration: none; 
} 

/* nikud options as radio buttons */
input[type="radio"] {    
	height: 1.2em;    
	width: 1.2em;    
	vertical-align: middle;    
	margin: 0 0.4em 0.4em 0;    
	border: 1px solid rgba(0, 0, 0, 0.3);    
	background: -webkit-linear-gradient(#FCFCFC, #DADADA);    
	-webkit-appearance: none;    
	-webkit-transition: box-shadow 200ms;     
	box-shadow:inset 1px 1px 0 #fff, 0 1px 1px rgba(0,0,0,0.1);
}

/* border radius for radio*/
input[type="radio"] {    
	-webkit-border-radius:100%;    
	border-radius:100%;
}

/* hover state */
input[type="radio"]:not(:disabled):hover,
input[type="checkbox"]:not(:disabled):hover {    
	border-color:rgba(0,0,0,0.5);    
	box-shadow:inset 1px 1px 0 #fff, 0 0 4px rgba(0,0,0,0.3);
}

/* active state */
input[type="radio"]:active:not(:disabled),
input[type="checkbox"]:active:not(:disabled) {    
	background-image: -webkit-linear-gradient(#C2C2C2, #EFEFEF);    
	box-shadow:inset 1px 1px 0 rgba(0,0,0,0.2), inset -1px -1px 0 rgba(255,255,255,0.6);    
	border-color:rgba(0,0,0,0.5);
}

/* focus state */
input[type="radio"]:focus {    
	outline:none;    box-shadow: 0 0 1px 2px rgba(0, 240, 255, 0.4);
}

/* input checked border color */
input[type="radio"]:checked {    
	border-color:rgba(0, 0, 0, 0.5)
}

/* radio checked */
input[type="radio"]:checked:before {
	display: block;
	height: 0.3em;
	width: 0.3em;
	position: relative;
	left: 0.4em;
	top: 0.4em;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 100%;content: '';
}

/* disabled input */
input:disabled {
	opacity: .6;
	box-shadow: none;
	background: rgba(0, 0, 0, 0.1);
	box-shadow:none;
}

/* style label for disabled input */
input:disabled + label {
	opacity: .6;
	cursor:default;
	-webkit-user-select: 
	none;
}

/* table containing cross-links */
table.xref {
	border: 0px;
	border-collapse:collapse;
	cellspacing: 0px;
	font-family: Arial;
	font-size: small;
}
table.xref td.link {
	padding: 0px;
	align: left;
	background: #fae9c6;
}
table.xref td.link a {
	text-decoration: none;
}

/* aggregator sections */
table.aggregator {
	text-align: right;
	padding-left: 4px;
	border: none;
	width: 540px;
	font-size: 16px;
	font-weight: bold;
}
table.aggregator td.head {
	border-top: solid 1px;
	font-family: Arial, Helvetica, sans-serif;
}
table.aggregator td.body {
	font-weight: normal;
}
table.aggregator td.body a {
	text-decoration: none;
	color: #ffffe8;
}
#aggrsec0  { background: #f5faf7; color: #47785a; border-color: #d9ebe1; }
#aggrsec1  { background: #fef8e6; color: #8f6d05; border-color: #fde69b; }
#aggrsec2  { background: #fef8fa; color: #750f2b; border-color: #fcdfe7; }

#aggrsec0  A { background: #f5faf7; color: #47785a; }
#aggrsec1  A { background: #fef8e6; color: #8f6d05; }
#aggrsec2  A { background: #fef8fa; color: #15317E; }

/* Definitions for split (long) pages */
#pageLinks {
	font-family: arial, helvetica, sans-serif;
	text-align: right;
	padding: 4px;
}

#pageLinks a.next, #pageLinks a.previous {
	border: 1px solid #004276;
	padding: 2px 4px 2px 5px;
	font-size: 76%;
	text-decoration: none;
	font-weight: bold;
}

#pageLinks a.next:hover, #pageLinks a.previous:hover {
	border: 1px solid #900;
}

#pageNumbers {
	/*margin: .5em .2em .5em 10px;*/
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 86%;
}
