 /* Font Definitions */
/* @font-face {
    font-family: Sambhota;
 	src: url(../ttf/SambhotaUnicodeweb.ttf); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: UmePechug;
	src:url(../ttf/pechug.ttf);
	font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: StdKaiXHYL1;
	src: url(../ttf/StdKaiXHYL1EG-Md.ttf);
	font-weight: normal;
	font-style: normal;
}         
@font-face {
	font-family: StdKaiXHYL2;
	src: url(../ttf/StdKaiXHYL2EG-Md.ttf);
	font-weight: normal;
	font-style: normal;
}    
@font-face {
	font-family: StdKaiXHYL3;
	src: url(../ttf/StdKaiXHYL3EG-Md.ttf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: StdKaiXHYL4;
	src: url(../ttf/StdKaiXHYL4EG-Md.ttf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: StdKaiXHYL5;
	src: url(../ttf/StdKaiXHYL5EG-Md.ttf);
	font-weight: normal;
	font-style: normal;
}  
@font-face {
	font-family: StdKaiXHYL6;
	src: url(../ttf/StdKaiXHYL6EG-Md.ttf);
	font-weight: normal;
	font-style: normal;
} */
/*Tibetan Style Normal=1.75em, Small=1.75em, Title=2em*/
.tibText, .tibMantra, .tibTitel, .tibNote, .tibSubtitel, .tibRemark, .tibTextRed
{ 	margin:0cm;
    font-size:1.75em;
	line-height: 1.75em;
	font-family: Times, Sambhota, SambhotaUnicode,  "Microsoft Himalaya";/*UmePechug; , 	font-family:"KD Umed Yigchen";*/
	text-align: center;
	display:block;
}
.tibText 	    { color: navy; display:block;font-size:1.85em; }
.tibMantra 	    { /*color: navy;*/
	display: block;
	font-size: 1.85em;
	color: red;
}
.tibTitel 	        {
	color: blue;
	display: block;
	font-size: 1.9em;
}
.tibNote 	        { color: green; display:block;font-size:1.5em;}
.tibSubtitel 	{ color:darkblue; display:block;font-size:1.5em;}
.tibRemark    { color: orange; display:block;font-size:1.5em;}
.tibTitel, .tibSubtitel{}
.tibText, .tibMantra,  .tibNote, .tibRemark {
	display: block;
	/*display: inline;*/
}
div {
	/*display:inline;*/
}


/*English Style*/
.engTrans, .engMean, .engMantra, .engTitel, .engNote, .engSubtitel, .engRemark{
	margin:0cm;	
	font-family:"Palatino Linotype","serif";	
	font-size:1.75em;
	line-height: 1.75em;
	display:block;
	}
.engTrans		{	color: navy;    display:block; text-transform:uppercase;}
.engMean		{	color: navy;    display:block; }
.engMantra	{	color: navy;    display:block; text-transform:uppercase;	font-weight:bold;	}
.engTitel		{	 color: red;      display:block; text-align:center; font-weight:bold;	}
.engNote		{	color: green;   display:block;}
.engSubtitel	{	color: orange; display:block;}
.engRemark	{	color: orange; display:block; font-style:italic;	}

.engTrans, .engMean, .engMantra, .engTitel, .engNote, .engSubtitel, .engRemark{
	display:none;
}
/*Chinese Style*/
.chinTrans, .chinMean, .chinMantra, .chinTitel, .chinNote, .chinSubtitel, .chinRemark
	{
	margin: 0cm;
	font-size: 1.75em;
	font-family: DFKai-SB;
	/* font-family: StdKaiXHYL1; */
	display: block;
	text-align: center;
	}
.chinTrans {
	font-weight: bold;
}
.chinMean	{	}
.chinMantra	{
	font-weight: bold;
	color: red;
}
.chinTitel 	{
	text-align: center;
	font-weight: bold;
	color: blue;
}
.chinNote {
	color: green;
}
.chinSubtitel 	{
	color:darkgreen;
}
.chinRemark {color:orange;	}

.chinTrans, .chinMean, .chinMantra, .chinTitel, .chinNote, .chinSubtitel, .chinRemark{
	/*display:none;*/
}

p.NormalText{
	font-size:100%; 
	display:block;
}
p.SmallText{
	font-size:70%;
}
.TeacherOnly {
	color: navy;
}
/*------------------------------------------------------*/
.Lung{
	display:inline;	
	color:#1A3793; /*blue*/
}
.Lung>p:first-child{
	display:block;
	font-size:70%;
}
.Lung>p:last-child{
	display:block;
	font-size:70%;
	margin-left:25px;
}
/*------------------------------------------------------*/
div.Repeater>p.tibText{
	display:block;
	color: green; 
	color: red;
}
div.Repeater>p.tibNote{
	display:block;
	color: green;
	color: orange;
	color: red;
}
/*------------------------------------------------------*/
div.TeacherOnly>p.tibText{
	display:block;
	color:navy;
}
div.TeacherOnly>p.tibNote{
	color: green;
}
/*------------------------------------------------------*/
.NormalText{
	display:block;
}
.SmallText{
	font-size:70%;
}
body img {
    display: block;
    margin-left: auto;
    margin-right: auto 
}
button {
	width: auto;
	height: 30px;
	position: relative;
	float: left;
	margin-right: 10px;
	text-align: center;
}