Current File : //opt/RZphp56/includes/doc/PEAR_Info/examples/pearinfo3.css
body, td, th, h1, h2 {font-family: sans-serif;}
a:link {color: #006600; text-decoration: none;}
a:visited { color: #003300; text-decoration: none;}
a:hover {text-decoration: underline;}
table {border-collapse: collapse; width: 600px; max-width: 600px; margin-left: auto; margin-right: auto; border: 0px; padding: 0px;}
td, th { border: 1px solid #000000; font-size: 75%; vertical-align: baseline;}
h1 {font-size: 150%; text-align: center;}
h2 {font-size: 125%; text-align: center;}
h2 a:hover {text-decoration: none;}
.p {text-align: left;}
.e {background-color: #006600; font-weight: bold; color: #FFFFFF; width: 100px; vertical-align: top;}
.e a:link { color: #FFFFFF; }
.e a:visited { color: #FFFFFF; }
.h, .hc {background-color: #339900; font-weight: bold;}
.hc {text-align: center;}
.v {background-color: #D9D9D9;}
img {float: right; border: 0px;}
p.error {font-size:12px; font-weight: bold; color:red; text-align: center;}

table.d td { border: 0; }
td.f {background-color: #006600; font-weight: bold; color: #FFFFFF; }

/* added for request #13741 */
dl { margin: 0 }
dd.cfg_found:after { content: " => FOUND "; }
dd.cfg_notfound:after { content: " => NOT FOUND "; }
/* */

body {
  margin:0;
  border:0;
  padding:0;
  height:100%;
  max-height:100%;
  background:#eee;
  overflow: hidden;
}

#header {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:106px;
  overflow:auto;
  background:#ccffff;
  color:#090;
  border-bottom: 4px solid #eee;
}
#header h1 {
  color: #090;
  text-align: left;
  font-size: 150%;
}

#footer {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:48px;
  overflow:auto;
  text-align:right;
  background:#cfc;
  border-top: 2px solid #090;
}

#contents {
  position:fixed;
  top:110px;
  left:0;
  bottom:50px;
  right:0;
  overflow:auto;
  background:#fff;
  padding: 1em;
}

/* for internet explorer */
* html body {
  padding:110px 0 50px 0;
}
* html #contents {
  height:100%;
  width:100%;
}