/* CSS placed here will be applied to all skins */

.collapseButton {		/* 'show'/'hide' buttons created dynamically by the        */
	float: right;		/* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
	font-weight: normal;	/* are styled here so they can be customised.              */
	text-align: right;
	width: auto;
}

.IPA {
    font-family: "Charis SIL", "Doulos SIL", Gentium, GentiumAlt,
                 "DejaVu Sans", Code2000, "TITUS Cyberbit Basic",
                 "Arial Unicode MS", "Lucida Sans Unicode",
                 "Chrysanthi Unicode";
    font-family /**/: inherit;
}
.Unicode {
    font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic",
                 "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit",
                 "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt,
                 "Lucida Grande", "Free Sans", "Arial Unicode MS",
                 "Microsoft Sans Serif", "Lucida Sans Unicode";
    font-family /**/: inherit;
}

#gloss{ border-bottom: dotted 1px blue; }
#gloss span{ display:none; padding:2px 3px; margin-left:0px;}
#gloss:hover span{display:inline; position:absolute; background:#FFFFFF; border:1px solid black; color: black; }

#credit{ color: #CCCCCC; }
#credit span{ display:none; padding:2px 3px; margin-left:5px;}
#credit:hover span{display:inline; position:absolute; border:1px solid black; color: black; }

/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
.wikitable th,
.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
.wikitable caption,
.prettytable caption {
    font-weight: bold;
}

/* ToC float */
#toc {

       align: center;
       margin: 1em;

}

/* wikitable/prettytable class for skinning normal tables */
table.wikitable_center {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
.wikitable_center th, .wikitable_center td{
    border: 1px #aaa solid;
    padding-left: 5px; padding-right: 5px;
    text-align: center;
}
.wikitable_center th {
    background: #f2f2f2;
    text-align: center;
}
.wikitable_center caption {
    font-weight: bold;
}