/* V3.1 */

body {
    background-color: #EEE;
    font-family: sans-serif;
    font-size: 11pt;
}

hr {
    height: 1px;
    border: none;
    background-color: black;
	
	margin: 10px 0px;
}

i {
	font-size: smaller;
	font-weight: normal;
}

pre {
	font-size: 12pt;
	letter-spacing: .01em;
}

pre a {
	text-decoration: none;
	color: black;
}

span#msg {
	color: red;
}
span#calc_msg {
	color: red;
}

button {
    background-color: #bbb;
    border: 1px #555 solid;

    font-size: 11pt;
}

button:hover {
    background-color: #fb0;
}

fieldset {
	display: inline;
	border: none;
	padding: 0px;
	margin: 0px;
}

.btn_act {
    background-color: #bf0;
}

.btn_inact {
    background-color: #bbb;
}

.lists  {
	border-collapse: separate;
	border-spacing: 0px 3px;
}

.lists th {
	padding: 0px 5px;
	background-color: #AAA;
	border-left: 1px grey solid;
}

.lists td {
	background-color: #d2d2d2;
	padding: 2px 5px;
	
	border-left: 1px grey solid;
}

.texttab  {
	border-collapse: separate;
	border-spacing: 0px 3px;
}

.texttab td {
	background-color: #d2d2d2;
	padding: 2px 5px;
	border-left: 1px grey solid;
	text-align: center;
}

.texttab th {
	padding: 0px 5px;
	background-color: #AAA;
	border-left: 1px grey solid;
	text-align: right;
}

/* small text */
.smtx {
	font-size: smaller;
}

.not_def {
	color: grey;
}

.col_pad {
	width: 100px;
	background-color: black;
}

.inp_readonly {
	background-color: #EEE;
}

.digs {
	color: grey;
	font-size: smaller;
	margin-right: 10px;
}

.utf8_msg {
	color: red;
}

.ts_title {
	background-color: #AAA;
	font-weight: bold;
	padding: 0px 5px;
}

/* comment for "other interprations" table */
.cmnt {
	font-weight: normal;
	font-size: smaller;
}

/* invisble in table rows */
.invisible_text {
	color: #d2d2d2;
	font-size: x-small;
}

/* monospaced text for bin value in calc table */
.mono {
	font-family: monospace;
}

#unixtime {
	background-color: #d2d2d2;
	padding: 0px 5px;
}



