body { 
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 10px;
  font: 13px arial, sans-serif;
  border-width:1px;
  border-style:solid;
  border-color: #888; 
  background: #ccc;
}

th, td {
 font: 13px arial, sans-serif;
}

h1, h2, h3, h4 {
  font-weight: normal;
  letter-spacing: none;
  page-break-after: none;
  color: #2A5;
}

hr { 
  background: #fff url(line.png) no-repeat center;
  border-top: none; 
  margin: none; 
  border: 0;
  height: 15px;
}

* > .anchor:link, * > .anchor:visited {
 visibility: hidden;
}

/* Header */
#header {
  background: #fff url(bg-header.png) repeat-x top;
  height: 95px;
  padding: 0px 0px 0px 0px;
  /*overflow: hidden;*/
}

/* Links */
#header :link, #header :visited, #header :link:hover, #header :visited:hover {
 background: transparent;
 color: #57B;
 margin-bottom: 0px;
 border: none;
}
#header h1 :link:hover, #header h1 :visited:hover { color: #000 }

#header img {
  padding-left: 10px;
  padding-top: 7px;
}

*:link, *:visited {
    border: none;
    color: #25A;
}

*:link:hover, *:visited:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #2A5;
}

/* Quick search */
#search {
  font-size: normal;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
  position: absolute;
  right: 55px;
  text-align: right;
  top: 50px;
  vertical-align: middle;
  white-space: nowrap;
  width: 28.1em;
  z-index: 1;
}
/**/

/* Main navigation bar */
#mainnav {
  background: #fff;
  border: 1px #FFF;
  font: normal 10px arial, sans-serif;
  /* margin: none; */
  padding: 0px 0px 0px 0px;
  color: #888;
  position: absolute;
  top: 100px;
  margin-right: 50px;
  margin-left: 0px;
  margin-bottom: 0px;
  height: 30px;
  /*width: 90%;*/
  vertical-align: middle;
  z-index: 1;
}

#mainnav ul {
  margin: 0;
  list-style: none;
  padding: 0;
  padding-left: 20px;
}

#mainnav ul li {
  margin: 0;
  display: inline;
}

#mainnav :link, #mainnav :visited {
 /*background: transparent;*/
 background: #fff;
 border-right: 1px solid #DDD;
 border-left: 1px solid #DDD;
 color: #000;
 padding: 3px 6px;
}

#mainnav a {
  border: 0;
  float: left;
  color: #555;
  text-decoration: none;
  display: block;
  padding: 3px 6px;
  height: 20px;
  max-height: 20px;
  line-height: 20px;
  font-weight: bold;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  margin-left: -1px;
  overflow: hidden;
}

* html #mainnav :link, * html #mainnav :visited { background-position: none}

#mainnav :link, #mainnav :visited {
 font-size: 13px;
 color: #258;
}

#mainnav :link:hover, #mainnav :visited:hover {
 font-size: 13px;
 background: #ded;
 color: #8A8;
}

#mainnav .active :link, #mainnav .active :visited {
  font-size: 13px;
  background: transparent;
  color: #080;
}

#mainnav .active :link:hover, #mainnav .active :visited:hover {
  background: #DED;
  color: #A88;
  font-size: 13px;
}

/* Context-dependent navigation links */
#metanav { 
  background: #fff;
  font-size: normal;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
  position: absolute;
  right: 55px;
  text-align: right;
  top: 20px;
  vertical-align: middle;
  white-space: nowrap;
  z-index: 3;
  height: 0px;
  color: #259;
}

#metanav :link, #metanav :visited {
  color: #25A;
}

#ctxtnav {
  background: #fff; 
  font-size: normal;
  font-weight: normal;
  padding: 0 0px 0 0;
  position: absolute;
  right: 55px;
  text-align: right;
  /*top: 155px;*/
  top: 130px;
  vertical-align: middle;
  white-space: nowrap;
  width: 28.1em;
  z-index: 1;
  height: 0em;
  background: #fff;
}

#ctxtnav :link, #metanav :visited {
  font-size: 13px;
}

#content {
  background: #fff url(bg-content.png) repeat-x top;
  position: relative;
  font-size: 11px;
  margin: 0px 0px -0px 0px;
  line-height: 165%;
  font-size: 14px;
  color: #2e3436;
  text-align: justify;
  overflow: hidden;
  padding: 40px 20px 30px 30px;
  top: -7px;
}

#content h1, #content h2, #content h3,
#content h4, #content h5, #content h6 {
  font-weight: normal;
}

#content h1 {
  padding-top: 20px;
}

#ticket {
  width: 700px;
}

#content.ticket { 
  max-width: 100%; 
  width: auto;
}

#attachments { width: 700px; max-width: 700px; }
#changelog { width: 700px; max-width: 700px; }
#properties table th { width: 15%; }

#propertyform { width: 725px; }

#main {
  background: #fff;
}

#footer {
  color: #555;
  background: #fff;
}

#footer :link {
  color: #139;
  padding-right: 10px;
}

