table {
 background-color: #666699;
 border: gray 0px solid;
 border-spacing: 1px;
 color: inherit;
}
td {
 padding-right: 12px;
 padding-left: 6px;
 font-size: 90%;
 background-color: #fff;
 vertical-align: top;
 color: #000;
}
th {
 font-weight: bold;
 background-color: #666;
 text-align: left;
 color: #fff;
 text-align:center;
}
td.keyshortcut, code, kbd, pre, tt, var {
	font-family: "courier new", "courier", monospace;
}

td.keyshortcut {
	line-height: 1.5em;
	color: #666;
	background: white;
	
}
/* keyboard shortcuts */
kbd {
	padding: 0px 1px 0px 1px;
	border-left: 1px solid #edd;
	border-right: 1px solid #baa;
	border-top: 1px solid #edd;
	border-bottom: 1px solid #baa;
	background: #faf6f6;
	color: #000;
}

span.button {
	padding: 0px 1px 0px 1px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #999;
	background: #f4f4f4;
	color: #000;
}


/* mouse shortcuts */
kbd.mouse {
	border: 0px;
	background: transparent;
	color: #009;
}

q {
 color: #555;
 background: transparent;
}

pre, code {
	background: #f5f8fb;
	color: black;
	border: 1px solid #e5e8eb;
	padding: 0.5ex;
	display: block;
	margin: 1em 0em 1em 0em;
}

.alert {
	color: #800000;
	background: transparent;
	font-weight: normal;
}


div.download {
 padding: 0;
 width: 40%;
}
div.download select {
	width: 50%
}
div.download h3 {
 margin-top: 0;
}
div.downloadlinks {
	/* -moz-border-radius: 1ex; /* mozilla only */
 margin-top: 3ex;
 margin-bottom: 1em;
 background: #f7f6fb;
 color: inherit;
 float: right;
 padding: 1ex;
 width: 55%;
 border: #9999cc 1px solid;
}
div.downloadlinks h4 {
 margin: 0 0 -1ex 0;
}
div.downloadlinks p {
 text-align: justify;
 margin-top: 1.2ex;
 margin-bottom: 0.6ex;
}
div.recommendedbuild {
	margin-top: 1ex;
	background: #ffd;
	color: inherit;
	border: gray 1px dashed;
	padding: 0ex 1ex 0ex 1ex;
}

fieldset {
	font-size: 90%;
	border: 1px solid gray;
}

fieldset.left {
	width: 47%;
}

fieldset.right {
	 float: right;
	 width: 47%;
}
#tkbd, #touches {clear:both}

#kra {width:61px; height:22px;}
#touches tr td {vertical-align:middle; text-align:center;}
#touches {margin-bottom:2em; width:100%;}
/*img {display:block}*/
