
/* (c) 2014 by DAFOCUS */

@charset "utf-8";
@import url("reset.css");

/*-----------------------------------------------------------
	DAFOCUS CONFIGURATION BEGINS HERE
	DO NOT EDIT MANUALLY!!
-----------------------------------------------------------*/
body {
	background-color: #FFFFFF;
}

p {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	line-height: 130%;
}

img {
	padding: 10px;
}

h1 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 110%;
	padding-top: 25px;
	padding-bottom: 12px;
}

h2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 130%;
	padding-top: 24px;
}

h3 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
	padding-top: 24px;
}

p.title {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
}

p.errors {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 24px;
	color: red;
}

span.fix {
	font-family: "courier", monospace;
}

span.fixgray {
	font-family: "courier", monospace;
	background-color: #C0C0C0;
}

div.main {
	position:relative;
	width:100%;
	background-color: white;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

div.top {
	position:relative;
	background-color: #99CCFF;
	padding: 10px;
}

p.topTitle {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 130%;
	padding-bottom: 8px;
}

p.topAdv {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 130%;
	padding-bottom: 8px;
}

p.topSubTitle {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 130%;
	padding-bottom: 8px;
}

div.center {
	clear:both;
	position:relative;
	background-color: #FFFFFF;
	padding: 0px;
}

a.titEncodix {
	text-decoration: underline;
}


table.edout {
	width: 100%;
}

tr.edout {
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
}

td.edout_left {
	width: 50%;
	background-color: #F0F0F0;
	padding: 10px;
	border-right: 5px solid #FFFFFF;
}

td.edout_right {
	width: 50%;
	background-color: #F0F0F0;
	padding: 10px;
	border-left: 5px solid #FFFFFF;
}

div.instructions {
	position:relative;
	background-color: #FFFFFF;
	padding: 10px;
}

div.bottom {
	position:relative;
	background-color: #99CCFF;
	padding: 10px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

p.decode {
	font-size: 14px;
	font-family: "courier", monospace;
	color: green;
	cursor: pointer;
	font-weight: 600;
}

p.decode_no_bits {
	font-size: 14px;
	font-family: "courier", monospace;
	color: black;
	font-weight: 600;
}

p.decode_missing {
	font-size: 14px;
	font-family: "courier", monospace;
	color: #909090;
	font-weight: 600;
}

p.bitview {
	font-size: 13px;
	font-family: "courier", monospace;
	color: #909090;
	font-weight: normal;
}

span.bitview {
	font-size: 16px;
	font-family: "courier", monospace;
	color: black;
	font-weight: normal;
	cursor: pointer;
	padding-left: 4px;
	padding-right: 4px;
}

span.bitview_evidenced {
	font-size: 16px;
	font-family: "courier", monospace;
	color: white;
	font-weight: bold;
	background-color: #101080;
	cursor: pointer;
	padding-left: 4px;
	padding-right: 4px;
}

div.scrollableCell {
	height: 400px;
	overflow: auto;
}

table.infotable {
}

tr.infotable {
}

td.infotable1 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	vertical-align: top;
	font-weight: bold;
	padding: 4px;
	background-color: #E0E0E0;
	padding-right: 10px;
	border: 1px solid black;
}

td.infotable2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	padding: 4px;
	background-color: white;
	padding-right: 10px;
	border: 1px solid black;
}

p.subTitle {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 12px;
}

input.button {
	background-color: #0066FF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: white;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 10px;
	cursor: pointer;
}

td.masterTableLeft {
	border: 10px solid transparent;
}

td.masterTableRight {
	border: 10px solid transparent;
}

table.help {
	margin-top: 10px;
	margin-bottom: 10px;
}

td.help1 {
	padding: 4px;
	border: 1px solid black;
	font-size: 14px;
	font-family: "courier", monospace;
}

td.help2 {
	padding: 4px;
	border: 1px solid black;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
}

table.select {
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 30px;
}

td.select1 {
	padding: 8px;
	border: 4px solid white;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	color: white;
	background-color: #0066CC;
}

a.select1 {
	color: white;
	text-decoration: none;
}

td.select2 {
	padding: 4px;
	border: 4px solid white;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	background-color: #F0F0F0;
}

p.selectTitle {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	padding-top: 20px;
	padding-left: 35px;
}

p.selectSubTitle {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 35px;
}
