body {
	background:#D0D0D0;
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

body, th, td, .buttonstyle, textarea, input, ul, li {
  font-family: arial, Verdana;
  color: #303030;
  vertical-align: top;
}

#accordion th, #accordion td, #accordion .buttonstyle, #accordion textarea, #accordion input, #accordion  ul, #accordion li {
  color: #444444;
}

body, th, td, .buttonstyle, textarea, input {
 font-size: 80%;
}

a:link, a:active, a:visited {color: #eee; text-decoration: none; }
a:hover {color: #222; text-decoration: underline; }

#content a:link, #content a:active, #content a:visited {color: #404040; text-decoration: underline; }
#content a:hover {color: #000; text-decoration: underline; }

#content .uctxMenu a:link, #content .uctxMenu a:active, #content .uctxMenu a:visited {
  color: #404040; text-decoration: none;
}

ul {
  margin:0px;
  padding:0px;
  list-style:none;
}

li {
  margin:0px;
}

h1, h2, h3 {
	padding: 1px;
	margin: 0px;
}
h2 { font-size: 110%;}
h3 { font-size: 100%;}
.ui-accordion h3.ui-accordion-header  {padding: 0; padding-left: 2.2em;}
.ui-accordion h3.ui-accordion-header-active  {background: #CCC}
.ui-accordion  .ui-accordion-content  {padding: 0;}

.ui-state-active, .ui-widget-content {
	background:#f0f0f0;
}

.ui-helper-reset { line-height: 1;}

div#parsetree {
  border: 1px solid #A0A0A0;

  padding: 3px;
  margin: 1px;

  overflow-y: scroll;
  overflow-x: auto;

  width: 650px;

  max-height: 300px;
  min-height: 300px;

  font-size: 12px;
  color: #505050;
  font-family: monospace, monospace;
  font-style: normal;
}

div#about {
  margin: 5px;
}

div#container {
	/*position:relative; /* needed for footer positioning*/
	position:absolute;
		top: 0em;
	margin:0 125px;
	width:800px;
	background:#f0f0f0;

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	background:#666;
	color: #eee;
	padding: 5px;
}


div#subheader {
	background:#f0f0f0;
	padding: 0 0 0 1px;
}

div#drop_zone {
 border: 2px dashed #909090;
 -moz-border-radius: 15px;
 border-radius: 15px;
 width: 80%;

 margin: 10px;
 padding: 10px;

 /* Center */
 margin-left: auto;
 margin-right: auto;

 text-align: center;

 font-size: 400%;
 color: #909090;

 background: #e0e0e0;

 box-shadow: rgba(0, 0, 0, 0.5) 0 0 6px 0
}

div#content {
 height: auto;
 padding:0px 0px 20px 0px; /* bottom padding for footer */
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	height: 16px;
	background:#666;

	font-size: 12px;
	color: #B2B2B2;
}

#footer a:link, #footer a:active, #footer a:visited {
		color: #C9C9C9;
		text-decoration: underline;
}

a:hover {
	color: #aaa;
	text-decoration: underline;
}

#byte_content {
 border: 1px solid #A0A0A0;

 padding: 3px;
 margin: 1px;

 overflow-y: scroll;
 overflow-x: hidden;

 width: 650px;
}

.hex, .address, .ascii, .bytes, #byte_content, #addressCell, #hexCell, #asciiCell {
	font-family: monospace, monospace;
	max-height: 200px;
	font-style: normal;
	font-size: 13px;
}

#accordion .address, #accordion .ascii {
  color: #888;
}

i {
	font-style:normal;
}

.alt_row {
  /* background:#CFCFCF; */
  background:#d8d8d8;
}

#value {
  padding:0px 0px 0px 5px;
  font-family: monospace, monospace;
  font-size: 12px;
}

textarea, input {
  text-decoration: none;
  border: 1px solid #D0D0D0;
  margin: 1px 0px 5px 2px;
  padding: 1px;
}

textarea:focus, input:focus, textarea:hover, input:hover {
/*  background-color: #FFFFCC; */
  border: 1px solid #0099FF;
}

#goto {
  vertical-align:bottom;
	padding-right: 5px;
}

#gotoInput {
  width: 100%;
}

.InputError {
	background-color: #FFCCCC;
}

.parseTreeData {
  font-size: 12px;
  color: #505050;
  font-family: monospace, monospace;
  font-style: normal;
}

.comment {
  font-size: 10px;
  color: #505050;
  font-family: monospace, monospace;
  font-style: normal;
}



#strings {
  font-size: 12px;
  color: #505050;
  font-family: monospace, monospace;
  font-style: normal;
  max-height: 600px;
  white-space: nowrap;
}

.selected {
   background: #f99;
}

.hex::selection, .address::selection, .ascii::selection, td::selection {
  background: #fff2a8;
}
.hex::-moz-selection, .address::-moz-selection, .ascii::-moz-selection, td::-moz-selection {
  background: #fff2a8;
}

.hex:hover, .ascii:hover, .hovered {
  background: #a0a0a0 !important;
}

#editor {
    height: 500px;
    position: relative;
    border: 1px solid #DDD;
    border-radius: 4px;
    border-bottom-right-radius: 0px;
    margin-top: 5px;
    }


.hash {
  font-family: monospace, monospace;
  font-style: normal;
  font-size: 12px;
}

.hash_match_found {
	background: #58FA58;
}

.hash_no_match_found {
	background: #FA5858;
}

.ui-dialog-titlebar .ui-widget-header .ui-corner-all .ui-helper-clearfix {
  padding-top: 0px;
  margin: 0px;
}

.ui-dialog .ui-dialog-content {
  font-family: arial, Verdana;
  padding-top: 0px;
  padding-left: 3px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin: 0px;
}

.ui-dialog .ui-dialog-titlebar {
  font-family: arial, Verdana;
  padding: 0px 0px 0px 3px;
  margin: 0px;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0px;
}

.ui-button-text-only .ui-button-text {
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
}

.boxsizingBorder {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width:100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0px 0px 0px 0px;
}


.hexColor0 {
	 color: rgba(48, 48, 48, 0.1) !important;
}

.hexColorNonAscii {
	color: rgba(48, 48, 48, 0.5) !important;
}

.asciiPeriod {
	color: rgba(48, 48, 48, 0.4) !important;
}

.zeroline, .zeroline i.hex {
	height: 1px !important;
	font-size: 1px;
	letter-spacing: 6.6px;
}