/**
 * Licensed to the Apache Software Foundation (ASF) under one or more
 * contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License, Version 2.0
 * (the "License"); you may not use this file except in compliance with
 * the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

h1, h2, h3, h4, h5 {
   display: block;
   font-family: ITC Officina Sans Book, Terminator Two, Helvetica, Arial, sans-serif;
   font-style: bold;
   margin: 0;
}

strong {
   font-family: ITC Officina Sans Book, Terminator Two, Helvetica, Arial, sans-serif;
   font-style: bold;
   margin: 0;
}

input.std, textarea.std {
   color: black;
   border: 2px inset #ff9933;
   background-color: #ffffff;
   width:450px;
   max-width:450px;
}

input.stdbutton {
   font-family: ITC Officina Sans Book, Helvetica, Arial, sans-serif;
   font-style: bold;
   font-size: 11;
   text-transform: capitalize;
   color: black;
   background-color: #dddddd;
   border: groove #ff9933;
}

input.stdbutton:hover {
   color: #0000ff;
   border: groove #0000ff;
}


body {
   background-color: #bbbbbb;
}

table {
   display: table;
   background-color: #FAF7E4;
   width: 100%;
   border-top: 4px solid #666666;
   border-left: 2px solid #666666;
   text-align: left;
   vertical-align: top;
   cellpadding-right: 8px;
}

table.responseHeader, table.analysis {
   width: auto;
}

table {
   border-collapse: collapse
}


tr > td:first-child {
   width: 30%;
}

td.debugdata, td.highlight, td.responseHeader {
   width: auto;
}

td.highlight {
   background:	#ccccff;
}

td.responseHeader {
   width: auto;
   text-align: right;
}

td.responseHeader + td {
   text-align: left;
   font-family: Courier;
}


th, td {
   text-align: left;
   vertical-align: top;
   border-bottom: 1px solid #ff9933;
}

a {
   text-decoration:	none;
   font-weight:	bold;
   font-size:	11px;
   background:	#FAF7E4;
   text-transform: uppercase;
}
		
a:link {	
   color:	#0000aa;
}			
					
a:visited {	
   color:	#0000ff;
}			
								
a:active {
   color:	#4444ff;
}			

a:hover {
   color:	#0000ff;
   background:	#ccccff;
}			

a:offsite {	
   color:	#0000aa;
}		 

table.analysis th, table.analysis td {
border-right:1px solid black;
}

