/* Escape codes css */

body {
  color:#330000;
  background-color:#8b8b7e;
  font-family:helvetica, arial, verdana, sans-serif;
  margin:0px;
  padding:0px;}

a {text-decoration:none;
  color:#990033;}

.page {
  width:980px;
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  padding:0px;}
 
.header {
 padding:2px 20px 30px 10px;
 background-color:#eeeed8;
 border-bottom:2px solid #330000;}

.primarynavigation{
 font-weight:bold;
 padding:10px 20px 5px 10px;
 background-color:#cdcdba;
 border-bottom:1px solid #330000;}

.widget {font-size:80%;}
  
.widget .title {
 background-color:#eeeed8;
 border-bottom:1px solid #999999;
 padding:8px 5px 5px 5px;}

.footer {
 background-color:#ffffff;
 clear:both;
 border-top:2px solid #330000;
 padding:5px;
 font-size:80%;}
 
.column1  {
  background-color:#ffffff;
  border-right:1px solid #330000;
  float:left;
  width:659px;
  padding:10px 0px 10px 0px;}

.column2 {
  background-color:#ffffff;
  float:left;
  width:320px;}

.column1 p, table{
  font-size:80%;
  margin:20px;
  line-height:1.4;}

th {background-color:#eeeed8;}
th, td {padding:5px 10px 5px 5px;}

.clear{clear:both;}

h1 {font-weight:normal;margin:0px;}

small {font-size:70%;position:relative;top:-5px;}

code {
  font-family;courier, courier-new, monospaced; font-size:125%;
  color:#666666;}

pre.foreground {
  padding:2px 5px 2px 5px;
  margin:10px 20px 10px 20px;
  background-color:#eeeed8;}


.gwords {margin:10px;}


/* escape bits */
a.escape{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.escape:hover{z-index:25; background-color:#ff0}

a.escape span.tip{display: none}

a.escape:hover span.tip{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    font-size:14px;
	line-height:22px;
    top:4px; left:28px; width:10em;
    padding:5px;
    border:1px solid #666666;
    background-color:#000000; color:#999999;
    text-align: left;}

span.description {
	font-size:12px; font-weight:normal;color:#ffcc33;line-height:15px;}
