
/* ====================
** $B%Z!<%8Fb%l%$%"%&%H(B
*/

body {
	background-color: #eee;
}

div#container_buttons {
	height: 30px;
	position: relative;
}

div#identifier_buttons, div#operator_buttons {
	height: 24px;
	position: relative;
	margin: 4px 0px;
}

div#formula {
	background-color: white;
	position: relative;
	height: 160px;
	padding: 10px;
}

div#preview {
	padding: 10px;
}

div#entityReferences{
	visibility: hidden;
}
/*
input#dummyInput {
	border: 0px;
	color: #eee;
	background-color: #eee;
	font-size: 8px;
}
*/
textarea#sourceOutput{
    display: none;
    width: 70%;
    height: 1em;
}

.footer {
	text-align: right;
	margin: 10px 2% 0px 47%;
	border-bottom: 1px solid #620;
	font-size: 9px;
	color: #333;
}

.footer img {
	border: 0px;
}

/* ====================
** MathInput
*/
textarea.level1 {
	position: absolute;
	border: 1px solid gray;
	font-size: 16px;
	font-family: 'Courier New', monospace;
	width: 30px;
	height: 22px;
	overflow: hidden;
}

textarea.level2 {
	position: absolute;
	border: 1px solid gray;
	font-size: 12px;
	font-family: 'Courier New', monospace;
	width: 30px;
	height: 18px;
	overflow: hidden;
}

textarea.selected { 
  border-color: black;
  background-color: #fff8ee;
}
textarea.hidden {
  width: 4px;
  border-color: #ddd;
  background-color: #ddd;
}

textarea.hidden:hover {
  border-color: gray;
}

/* ====================
** Container
*/
div.Container {
	position: absolute;
	border: 1px dotted #f82;
}

img.containerParts {
	position: absolute;
}

/* ====================
** Token
*/
div.Token {
	position: absolute;
	border: 1px dotted blue;
	text-align: center;
}

/* ====================
** MathRow
*/
div.MathRow {
	position: absolute;
}


/* ====================
** Symbol
*/
span.symbol {
	position: absolute;
}

span.level1 {
	font-size: 16px;
	line-height: 22px;
}

span.level2 {
	font-size: 12px;
	line-height: 18px;
}

/* ===== $BC1BN$G%*%V%8%'%/%H$K$J$k(B Symbol ===== */
div.math_symbol, div.symbol_button {
	position: absolute;
	text-align: center;
	vertical-align: middle;
	line-height: 1px;
}

div.math_symbol span.symbol, div.symbol_button span.symbol {
	position: static;
}

/* ====================
** StringSpan
*/
span.stringspan {
	position: absolute;
	font-family: 'Arial', sans-serif;
/*	border: 1px solid green; */
}

/* ===== $BC1BN$G%*%V%8%'%/%H$K$J$k(B StringSpan ===== */
div.Token span.stringspan {
	position: static;
}

/* ====================
** MathMatrix
*/
table.MathMatrix {
	position: absolute;
	border-collapse: collapse;
	border: 1px dashed green;
}

table.MathMatrix td {
	border: 1px dashed green;
	padding: 0px;
	text-align: center;
}

div.inMathMatrix {
	position: relative;
}
/* ====================
** $B5!G=%\%?%sAu>~(B
*/
.function_button {
	border: 1px solid gray;
	cursor: default;
	background-color: #ddd;
}

.container_button {
	border: 1px solid gray;
	background-color: white;
	text-align: center;
	vertical-align: middle;
	line-height: 1px;
	padding: 0px;
	position: absolute;
}

.container_button img {
	margin: 1px;
}

/* ====================
** Separator
*/
div.separator {
	position: absolute;
	background-color: black;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}

/* ====================
** $BB?J,MW$i$J$$(B
*/
table{
	border: 1px dotted #f99;
}

td {
	text-align: center;
}
