body { 
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
}

h1 { font-weight: bold; font-size: 24px; color: #003366; }
h2 { font-weight: bold; font-size: 18px; color: #003366; } 
h3 { font-weight: bold; font-size: 16px; color: #003366; }
h4 { font-weight: bold; font-size: 14px; color: #003366; font-style: italic;}
h5 { font-size: 12px; color: #003366;}
h1.custom, h2.custom { 
	text-align: center;
}
table#coverageheader,
table#consistencyheader {
	margin: 16px 0px 12px 0px;
}
table#coverageheader td:nth-child(1),
table#consistencyheader td:nth-child(1) {
	white-space: nowrap;
}
table#coverageheader td#projectnameterm,
table#coverageheader td#projectname,
table#consistencyheader td#projectnameterm,
table#consistencyheader td#projectname {
  font-weight: bold; 
	font-size: 24px; 
	color: #003366;
}
table#coverageheader td#projectdescriptionterm,
table#coverageheader td#projectdescription,
table#consistencyheader td#projectdescriptionterm,
table#consistencyheader td#projectdescription {
  font-weight: bold; 
	font-size: 18px; 
	color: #003366;
}
table#coverageheader td#projectpathterm,
table#coverageheader td#projectpath,
table#consistencyheader td#projectpathterm,
table#consistencyheader td#projectpath {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000; 
	text-align: left;
}
p,th,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000; 
	text-align: left;
}
.print_only {
	display: none;
}
#sections, #form {
	padding: 5px;
}
.description {
}
.custom_header {
	width: 100%;
	text-align:center;
}
.custom_header img {
	height: 80px;
}
.today {
	position: absolute; 
	top: 35px;
	right: 10px;
	font-size: 12px;
	font-weight: bold;
	color: gray;
}
.spot_table {
	padding: 0.5px;
	position: relative;
	float: left;
}
.box {
	border:solid gray 2px;
	border-spacing: 0;
	padding: 3px;
	background: #f8f8f8;
}
a {
	color: #003366; 
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #996699;
}
a:link {  
	color: #003366; 
	text-decoration: underline;
}
dt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	text-align: left;
}
dd {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: 0.5em;
}

.input {  border: 1px #CCCCCC double; width: 120px; color: #333333}
.submit { border: #CCCCCC; width: 70px; color: #333333; font-weight: bold; background-color: orange; margin: 10px;}
.bgdarkblue {  background-color: #003366}

th {
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}
th.line1 {
	border-top: 4px solid grey;
	border-bottom: 1px solid grey;
	text-align:center;
}
th.line2 {
	border-bottom: 1px solid grey;
	font-size: 10px;
	text-align:center;
}
th.line3 {
	border-top: 4px solid grey;
	border-bottom: 1px solid grey;
	font-size: 10px;
	text-align:center;
}
th.line4 {
	border-bottom: 1px solid grey;
	font-size: 10px;
	text-align:center;
}
th.line4noBorder {
	font-size: 10px;
	text-align:left;
    vertical-align: top;
}
th.noItem {
	border-top: 4px solid red;
	border-bottom: 1px solid red;
	text-align: center;
}
td {
	padding: 5px 5px 5px 5px;
    vertical-align: middle;
}
td.line {
	border-bottom: 1px solid grey;
	text-align:center;
}
th.left, td.left {
	text-align: left;
}

area {
	cursor:pointer;
}
div .anker{
	position: relative;
}.sequence {
	font-size: 10px;
	font-family: "Courier New", Courier, monospace;
}
.float, .int {
	font-size: 10px;
	text-align: center;
}
.string {
	font-size: 10px;
}
.imageView img {
	max-width: 100%;
	height: auto;
	border: solid 2px gray;
}
.dualView img {
	max-width: 100%;
	height: auto;
	border: solid 2px gray;
}
.object {
	font-size: 10px;
}
.pagebreak {
	page-break-before: always;
}
.top {
    vertical-align: top;
}
.topborder {
    vertical-align: top;
	padding-top: 1em;
}
.reporttitle {
	background-color: #003366; 
	color:#FFFFFF; 
	font-size: 2em; 
	font-weight: bold;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 250px;
	background-image: url(images/d2dlogo.png);
	background-repeat: no-repeat;
	background-position: right top;
	border: 1px solid #0088DD;
}
.reportinfo {
	border:1px solid;
	border-color: #003366;
	padding:10px;
}
.error, .warning {
	margin:.5cm 0 .5cm 0cm;
	border:2px solid;
	padding:10px;
	font-weight: bold;
}
.note {
	margin:.5cm 0 .5cm 0cm;
	border:2px solid;
	border-color: #0066BB;
	padding:10px;
	font-weight: bold;
}
.comment {
	color: red;
}
#Remarks {
	font-family: courier !important;
	width:50%;
	height:5em;
	border:solid gray 1px;
	padding: 3px;
}

/* menu */
ul#menu {
	list-style-type: none;
	margin-right: 15px;
	padding: 0;
	border-top: 1px solid #666;
}
ul#menu li a {
	display: block;
	width: 5em;
	color: #FFF;
	background-color: #cc9933;
	padding: .2em 0.2em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-style: outset;
	border-width: 2px;
	border-color: #cc9933;
}
ul#menu li a:hover {	background-color: #ff9933;}
ul#menu .left { float: left; }
ul#menu .right { float: right; }

.noscreen {
	border:1px dotted;
}

.formhelp {
	font-size: 80%;
	color: #777777;
	text-align:left;
}
.label {
	color:black;
	opacity: 0.7;
	font-size: 80%;
	padding: 0.2em;
	cursor:pointer;
}
div .legend img {
	vertical-align:middle;
	border: solid 2px gray;
}
div .legend{
	margin-top:20px;
	font-style: italic;
}
#cookie-law {
    max-width:940px;
    background:#EEEADD;
    margin:0px auto 0;
    border-radius: 4px;
}
#cookie-law p {
    padding:10px;
    font-size:1em;
    font-weight:bold;
	color: #003366;
    text-align:center;
    margin:0;
}
.example img {
	max-height: 350px;
}

input#Version,
input#Attachment,
input#Border_A_up,
input#Border_Q_up,
input#Border_VA_up, 
input#filterVA,
input#filterRatio_dn,
input#filterRatio_up {
    text-align:right;
}

.color-box {
	margin-left: 0.2em;
	width: 0.8em;
	height: 0.8em;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid black;
}

.redborder {
	border: 2px solid red;
	padding: 0px 3px;
}