/* if IE, then display this inline so can control nice justification */
/* all others, without turning this off, we could get a break */
/* this is an attempt at cross-browser breaking without active scripting */
*.x {display: none;}

/* this is needed for english in Tibetan! */
/* span.engAdd wbr:after{content: "\00200B";} */

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
div#content {
	background:white;
	margin: 0 auto 0 auto;
	width: 650px;
}
h1 { color: black; text-align: center; font-weight: normal; font-size: 2em}
h2 { text-align: center; font-weight: normal }

img { display: block; margin-left: auto; margin-right: auto;
	border: 0px solid black}
p { color: black}
div#bottom { text-align: center}
em { background: #F0E68C; font-style: italic}
h2 span { color: black}
a.internalLinks { display: block; text-align: center; color: #B22222}
ul#chooseSystem li { font-size: 1.3em; font-weight: bold}
p.aside { text-align: right; font-weight: normal}
p.aside em { background: transparent}

form {
	text-align: center;
	background-color: #EFDDD1;
	padding: .5em .5em .5em .5em;
	border: 3px solid #552301;
	-moz-border-radius: 2em;
}
/* form#frmLang img {
	display: inline;
	margin: 0 0 0 0;
	padding: 0 .5em 0 .5em;
	float: left;
} 
form#frmLang a {
	text-decoration: underline;
} */

big#noscript {
	display: block;
	background-color: red;
	color: black;
	font-size: 1.1em;
	text-align: center;
	padding: 1em 0 1em 0;
	border: 4px inset yellow;
	font-family: sans-serif;
}


.english {font-family: Monaco, Tahoma;}

/*
*[lang="bo"]{
	 doesn't current work in IE6, use JavaScript instead
	font-family:"Xenotype Tibetan New","Xenotype Tibetan","Microsoft Himalaya","Tibetan Machine Uni";
	font-size: 2em;
	line-height: 1.25em;
} */

select {
	background-color: #552301;
	color: white;
}


.tibetan a {text-decoration: none}
h1.tibetan {font-size: 2.5em}

.engAdd {
	font-family: Monaco, Tahoma, sans-serif;
	font-size: .5em;
	
}

a.gloss {color:#000080}
a.gloss:link {color:#000080}
a.gloss:visited {color:#000080}
a.gloss:hover {color:#000080}
a.gloss:active {color:#000080}
	
a {color: 	#B22222; text-decoration: none}
a:link {}
a:visited {}
a:hover {color:#800080}
a:active {color:pink}

/* comentThisUnlessWantingToPrint */
 /* this selector should ideally override others, use !important parameter */
*[print="no"] {
	display: none !important;
}
div#content {
	border: 8px solid #552301;
	padding: 1em 3em 0em 3em;
	margin: 3em auto 3em auto;
	background-color: #FFF7EF;
	-moz-border-radius: 3em;
}
body {
	background-image: url(../backgroundLion.gif);
	background-attachment: fixed;
}

/* just a test */
*[neato="yes"] {background-color: blue;
	color: white !important;
	}
*.yes {background-color: green !important}

div#testingJustification {
	display: none;
}
div#frmLang {
	display: none;
}

*.tibetan {
	font-family: "Xenotype Tibetan New","Xenotype Tibetan","Microsoft Himalaya","Tibetan Machine Uni";
	font-size: 2em;
	line-height: 1.25em;
	/*white-space: pre-wrap; ie needs to be in strict mode */
	
	/* below justify is broken with Firefox and UCS, but works well with CNS! go figure. 
	text-align: justify;*/
	display: none; /* unless user selects */
	word-break: keep-all; /* IE only needs this */
	}
*.tibetan em {
	/* this is for English within Tibetan Text */
	/*margin: .5em;  not a great solution */
	font-family: Helvetica, Arial, non-serif;
	font-style: normal;
	text-decoration: none;
	background-color: transparent;
	font-family: serif;
	font-size: 14pt; /* kind needs to be absolute */
	}
