body {
  background-color: #f0f0e0;
  background-image: url(images/back_window.gif);
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  text-align: center;
}

body, p, td, th, ul, ol {
  font-family: verdana, arial, geneva, helvetica;
  font-size: 11px;
  font-style: none;
  line-height: 125%;
  color: #000000;
}

a:link     {color: #5070a0; text-decoration: none;}
a:visited  {color: #507070; text-decoration: none;}
a:active   {color: #ff6600; text-decoration: none;}
a:hover    {color: #3366e0; text-decoration: none;}

p { margin-top: 7px; margin-bottom: 7px; text-align: justify;}

u { border-bottom: 1px dashed #505050; text-decoration: none;}

ul.leftmenu { margin-left: -15px; margin-top: 7px; }

li { margin-bottom: 7px; }

hr { color: #80a0a0; height: 1px; border: 1px solid; }

ul.sitemap_folder,ul.sitemap_doc {
  margin-left: 20px;
  margin-top: 7px;
  list-style-image: url(images/folder.gif);
  vertical-align: middle;
}
ul.sitemap_doc {
  margin-left: 15px;
  list-style-image: url(images/document.gif);
}

table.mainlayout {
  width: 700px;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #505050;
  border-collapse: collapse;
  background-image: url(images/back_page.gif);
}

@media print {
  table.mainlayout { height: 0%; }
}

td.header {
  height: 65px;
  vertical-align: top;
}

td.leftpane {
  width: 140px;
  height: 100%;
  vertical-align: top;
}
td.body {
  width: 610px;
  height: 100%;
  vertical-align: top;
  padding-left: 20px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
}

td.footer {
  background-color: #ffffff;
  border-top: 1px solid #505050;
  padding: 3px;
  text-align: center;
  font-size: 10px;
  font-weight: normal;
}

table.topmenu {
  width: 100%;
  border-top: 1px solid #505050;
  border-bottom: 1px solid #505050;
  background-color: #f0f7f0;
  background-image: url('images/back_topmenu.gif');
}

td.topmenu {
  padding: 3px;
  text-align: center;
  color:#505050;
}

table.leftmenu {
  background-color: #f0f0e0;
  width:140px;
  border: 1px solid #505050;
  border-left: 0px solid #505050;
  border-collapse: collapse;
}

td.lmentry {
  padding: 3px;
}

td.contents {
  border-bottom: 1px solid #505050;
  background-color: #80a0a0;
  background-image: url('images/back_contents.gif');
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  vertical-align : middle;
  padding: 5px;
}

table.grid {
  color: #000000;
  background: #fafafa;
  padding: 5px;
  border: 1px solid #505050;
  border-collapse: collapse;
}

td.grid {
  border: 1px solid #e0e0e0;
  padding: 5px;
}

th {
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  background: #80a0a0;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
  font-family: arial, geneva, helvetica;
  color: #404060;
  font-weight: bold;
  font-style: none;
  line-height: 110%;
  margin-top: 10px;
  margin-bottom : 3px;
}

h1,.h1 { font-size: 22px; font-weight : normal; }
h2,.h2 { font-size: 20px; font-weight : normal; }
h3,.h3 { font-size: 18px; font-weight : normal; }
h4,.h4 { font-size: 16px; }
h5,.h5 { font-size: 14px; }
h6,.h6 { font-size: 12px; }

.big {
  font-size: 12px;
  line-height: 117%;
}

.small {
  font-size: 11px;
  line-height: 110%;
}

.input {
  border: 1px solid gray;
  padding-left: 5px;
}

.button {
  border: 1px solid gray;
  background-color: #e0e8e0;
  font-size: 12px;
  font-weight: bold;
  cursor: hand;
}

.hititle { width: 100%; padding: 5px; margin-bottom: 7px; }

.hititle,.brightbg { background-color: #e0e8e0; }

div.note {
  width: 100%;
  background-color: #ffff60;
  border: 1px dashed gray;
  padding: 7px;
}

div.section {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid gray;
  padding: 6px;
  margin-top: 7px;
  margin-bottom: 7px;
}

/* Colors */
.red    { color : #ff0000; }
.blue   { color : #0000ff; }
.green  { color : #00ff00; }
.yellow { color : #ffff00; }
.gray   { color : #a0a0a0; }
.white  { color : #ffffff; }
