/*
 * Copyright (C) 2009 Google Inc.
 *
 * Licensed 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.
 */

/* supporting styles for testbed.js */

body { font-family: arial,sans-serif,helvetica }
p,td,span,input,label { font-family: arial,sans-serif, helvetica;
                        font-size:12px }

#headerDiv {
  padding: 10px;
  margin-bottom: 20px;
  background-color: #e5ecf9;
  color: #3366cc;
  font-size: larger;
  font-weight: bold;
}

.subTitle {
  font-size: smaller;
  float: right;
}

form { display: inline }
div.message                { margin: 2px 2px .5em 2px; padding-left: 4px }
.message                   { border-left: 4px solid #000 }
.message.WARNING,
.message.CRITICAL_WARNING  { border-left: 4px solid #bb0 }
.message.ERROR,
.message.FATAL_ERROR       { border-left: 4px solid #800 }

.problem                   { border: 1px dotted #000 }
.WARNING          .problem,
.CRITICAL_WARNING .problem { border: 1px dotted #880; background: #ffd }
.ERROR            .problem,
.FATAL_ERROR      .problem { border: 1px dotted #800; background: #fee }

center.failure             { font-style: italic; font-size: 150% }

.result .type { float: right }
.result {
  font-family: monospace;
  white-space: pre;
  border-left: 6px solid #888;
  padding-left: 4px;
  margin: 2px
}

.cajita-stacks {
  width: 600px;
  border: 3px solid #cccccc;
  position: relative;
  clip: 0 0 0 0;
  overflow: auto;
  font-family: monospace;
}

div.indentedblock {
  margin-left: 1em;
}
div.line-of-code {
  text-indent: 0em;
}

div.renderedoutput {
  width: 600px;
  height: 400px;
  border: 3px solid #cccccc;
}

.vdoc-body___ {
  position: relative;
  overflow: auto;
  clip: 0 0 0 0
}

.variableoutput {
  width: 600px;
  min-height: 12px;
  height: auto;
  min-height: 12px;
  border: 3px solid #cccccc;
  position: relative;
  overflow: auto;
  font-family:monospace;
}

.urlsource {
  width: 600px;
  border: 3px solid #cccccc;
  padding: 5px;
  font-family: monospace, sans-serif;
}

.htmlsource {
  width: 600px;
  height: 400px;
  border: 3px solid #cccccc;
  padding: 5px;
  font-family: monospace, sans-serif;
  display: block;
}

#feedbackBar {
  border-bottom:solid 2px #E5ECF9;
  padding:3px 10px 5px 0;
  background-color:white;
  font-family:arial,sans-serif;
  font-size:10pt;
  font-weight:bold;
  text-align:right;
}

#feedbackBar a{
  font-weight:normal;
}
.cajita-stack { white-space: pre; font-family: monospace }
