﻿/*  instructionalUnit
    Amdo Dialect Project, 2005
    CASCADING STYLE SHEET
	
always put Tibetan in first column
justify column to the left (for practice sections)
speaker columns (make one if one speaker)
	
	
	
---------------------------------------------- */
.tibFont {
	font-family: "XenoType Tibetan";
	}
div#lsn0 { /* start off with the TOC not displaying unless provided special rule */
	display: none;
	}
div#lsn0 img {
	display: inline;
	border: 0px solid black;
	}
table#tblTOC {
	background-color: #E5E0C3;
	width: 75%;
	}
div#lsn1, div#lsn2, div#lsn3, div#lsn4, div#lsn5, div#lsn6, div#lsn7, div#lsn8, div#lsn9, div#lsn10 {
	display: block;
	}
div.lessonContent {
	margin-left: 20%;
	margin-right: 20%;
	}
div.grammar td {
	background-color: #82A9B5;
	color: darkblue;
	}	
div.practice td {
	background-color: #4F2F4F;
	color:#FF99FF;
	text-align: left;
	}
	
div.practice table.glossary td {	
	background-color: #FF99FF;
	color: #4F2F4F;
	text-align: center;
	}
	
div.pronFocus td {
	background-color: black;
	color: white;
	}
div.navLinks {
	background-color: #e7e1c7;
	text-align: center;
	border-top: 5px solid #D3CDC1;
	border-bottom: 5px solid #D3CDC1;
	padding: .5em 0em .5em 0em;
	}
div.navLinks a {
	padding: 0em 1em 0em 1em;
	}
body {
	background-image:
		url('images/blueish_wallpaper.jpg');
	background-attachment: fixed;
	font-family: sans-serif;
	}
div#chooseLesson {
	background-color: #e7d6b5;
	width: 300px;
    position: absolute;
	right: 0;
	top: 0;
	}	
h1 {
	font-size: 250%;
	font-family: sans-serif;
	text-align: center;
	}
h2 {
	text-align: center;
	margin-top: 2em;
	}
p {
	color: black;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	}
img {
	border: 10px ridge #c6b58c;
	display: block;
	margin: auto; text-align: center;
	}
table#vocabTable {
	background: #e7e1c7;
	border: thick double black;
	font-size: 1.5em;
	font-family: sans-serif;
	padding: .5em;
	text-align: center;
	}
	table#vocabTable tr th {
		color: #965128;
		border-bottom: 1px solid black;
	}
p.topics {
	background: #624a3e;
	color: white;
	border: thick double black;
	margin: 1em 4em 0em 4em;
	}
	
table {
	background-color: white;
	border: 2px solid black;
	font-size: 150%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
	
td {
	text-align: center;
	border: 1px solid black;
	}
div.soundChanges {
	border: 12px ridge brown;
	margin: 1em 0 1em 0;
	padding: 0em 0 1em 0;
	background-color: #e7e1c7;
	}
tr.a {
	background-color: #CCFFFF;
	}
tr.b {
	background-color: #FFCCCC;
	}
tr.term {
	background-color: #FFFFCC;
	}
/* not used anymore ... td.Lhasa {
	background-color: black;
	color: white;
	}
td.exTranslation {
	background-color: #0000FF;
	color: white;
	} */
td {
	padding: .3em .5em .3em .5em;
	}
.IPAfont {
	font-family: "Doulos SIL";
	}
td.IPAfont {
	background-color: #660033;
	color: #FFCCFF;
	}
.playAudio {
	background-color: #8089A8;
	color: white;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}
	.playAudio a {
		color: white;
		}
