body {
	color: #303030;
	background: #ffffff;
	font: 1.10em Arial, Verdana, sans-serif;
	text-align: center;
	/* line-height: 1.6em;
	margin: 2.5em 0; */
}

h1 {
	color: #505050;
        font-size: 1.1em;
}

input {
	border: 1px solid #303030;
	background-color: #eeeeee;
        font: 2.0em Arial, Verdana, sans-serif;
	word-spacing: 1px;
	/* font-family: Arial;
	font-size: 15pt; */
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding: 5px;
	vertical-align: top;
	height: 41px;
}

.name1 {
	border: 1px solid #303030;
	color: #ffffff;
	background-color: #3399cc;
	height: 53px;
  /* font-family: Courier New, Courier New, Courier, monospace; */
}

/* select {
  border: 1px solid #000;
  background-color: #ccc;
}

textarea {
  border: 1px solid #000;
  background-color: #ccc;
}

input, select, textarea {
  border: 1px solid #000;
  background-color: #ccc;
} */

table {
	border-collapse: separate;
	font-family: Arial;
	font-size: 14pt;
	border: 3px solid #000000;
	padding: 2px;
	border-spacing: 1px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

tr:hover, tr.over {
	background-color: #eeeecc;
	cursor: pointer;
}

.tr_default {
	background-color: #eeeeee;
}

.tr_title {
	background-color: #cccccc;
}

/* #word_type_boxes {
	float: center;
} */

#word_type_enabled {
	/*position: absolute;*/
	float: left;
        width: 65px;

        background:#99ff99;
        border:solid black 1px;
        padding: 0px;
	margin: 10px;
        font-family: Arial;
        font-size: 6pt;
}

#word_type_disabled {
	/* position: absolute; */
	float: left;
        width: 65px;

        background:#bbbbbb;
        border:solid black 1px;
        padding: 0px;
	margin: 10px;
        font-family: Arial;
        font-size: 6pt;
        color: #707070;
}

.word_phrase {
	color: #ff3030;
}

#footer_text {
	font: 0.80em Arial, Verdana, sans-serif;
}

