@import "style.css";

/*	This Cascading Style Sheet describes how the various items in an
	international keyboard file should look when viewed in a web browser.
	© 2003 Steve White
*/

.PCKeyboard td { text-align: center; font-family: sans-serif; }
.spacers td { border: none; width: 1.2ex; height: 0.5em; line-height: 0.5; }
.keys td { 
	font-family: sans-serif; font-size: large;
	color: black; background-color: #EEE;
	border: medium outset #EEE;
	height: 3.5em; cursor: pointer; }
tr.keys > td { padding: 0; margin: 0; }
tr.keys > td > table { margin: 0; width: 100%; }
.key td { font-weight: bold;
	color: blue; background-color: #EEE;
	border: none; height: 50%; width: 50%;
	cursor: pointer;  }
.key td.label { color: #999; background-color: #EEE; line-height: 0.7em; }
form#idkeyboard{ text-align: center; }
table.PCKeyboard { color: black; background-color: #EEE;
	border: medium solid silver;
	margin: auto;
	}
td.label { width: 1em; }
td.alt { color: silver; background-color: #EEE; }
textarea{ color: navy; background-color: white;
	font-family: sans-serif; font-size: x-large; }

p.JS_warning { color: blue; background-color: yellow;
	text-align: center;
	line-height: 2em; }
a.about {  }

