.debug_dump
{
  font-size: 9px;
}

.clear
{
  clear: both;
}

/* 
  clears floats in an enclosing div + workaround for IE 
  from http://www.positioniseverything.net/easyclearing.html
*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.highlight
{
  background-color: #FFFF9F;
}

a:link .highlight
{
  text-decoration: underline;
}

div.warning
{
  border: solid 1px #c0a0a0;
  padding: 6px;
  margin: 6px 0;
  display: block;
  color: #333;
}

div.error
{
  padding-top: 20px;
}

tr.odd td
{
  background: #f0f0f0;
}

#Head, #Foot, #FrontPage
{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#Content
{
  clear: both;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#demoNameLink
{
  text-decoration: none;
  color: black;
}

#Head #DemoName
{
  font-weight: bold;
  float: left;
  padding-top: 8px;
  padding-right: 60px;
  height: 32px;
  background: url(../images/icon.png) top right no-repeat;
}

#Head ul#Actions, #Head ul#DebugActions
{
  display: block;
  margin: 0;
  margin-left: 6px;
  padding: 0;
  padding-top: 8px;
  float: left;
}

#Head ul#Actions li, #Head ul#DebugActions li
{
  margin-left: 6px;
  display: inline;
  font-weight: bold;
}

#Head ul#DebugActions li
{
  font-weight: normal;
}

#Head ul#DebugActions li a:link,
#Head ul#DebugActions li a:visited
{
  color: white;
}

#Head ul#DebugActions li a:hover,
#Head ul#DebugActions li a:active
{
  color: #8080ff;
  text-decoration: none;
}


#Foot
{
  clear: both;
  padding-top: 6px;
}

#Foot #copyright
{
  color: #666;
  font-size: 90%;
  float: right;
}

#Admin
{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 1ex 0.5em;
  background: #eee;
  -moz-border-radius: 16px;
}

#Admin td,
#Admin th
{
  padding: 0.3ex 0.3em; 
}

#Admin div.extendedAdmin
{
  /*display: none;*/
}

#Admin h2
{
  padding: 5px;
}

#Admin a.debugLink
{
  font-weight: normal;
  font-size: 12px;
  color: #eee;
}

#Admin a.debugLink:hover
{
  font-weight: normal;
  color: #666;
}

#Admin td.dimension
{
  font-weight: bold;
  white-space: nowrap;
}

#Admin span.setting
{
  padding-width: 5px 5px; 
  white-space: nowrap;
}

.pagination td
{
  text-align: center;
}

td#similarContextNoMoreExact
{
  background: url(/images/back_ystripes.gif);
}
