html, body {
    margin:0;
    padding:0;
    
}

body {
    font-family:Arial,Helvetica,sans-serif;
   color:#000000;
   background-color:#FFFFFF;

}

div#toptoolbar {
    width:100%;height:auto;
    padding:4px;
    font-size:13px;
    text-align: left;
    color:white;
    color:#FFFFFF;
    background-color:#222;

}

div#toptoolbar a {
    color:yellow;
    background-color: transparent;
    
}

div#pb-footer {
    width:100%;height:auto;
    padding:4px;
    font-size:13px;
    text-align: center;
    color:white;
    background-color:blue;
    position:fixed;
    bottom:0;
}



div#content, div.content {
   margin-left:200px;
   padding:10px;
   border-left:1px solid silver;
   min-height:400px;
   margin-bottom:100px;

}

div#user {
    margin-bottom:5px;
}
div.leftnavi {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;

  float:left;
  height: 300px;
  width: auto;
  margin:25px;
}
a.level1, a.level2, a.level3 {
  font-family: Arial, Helvetica, sans-serif;
  display:block;
  text-decoration:none;
  border-bottom:1px solid white;
  line-height:1.7;
  padding-left:4px;
}
a.actlevel1, a.actlevel2, a.actlevel3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight:bold;
  display:block;
  text-decoration:none;
  color:#000000;
  background-color:#EFEFEF;
  border-top:1px solid silver;
  border-bottom:1px solid white;
  border-left:1px solid silver;
  line-height:1.7;
  padding-left:4px;
}
a.level1 {
  width:170px;
  height: 30px;
  color:white;
  background-color: #000099;
  text-align:center;

}

a.actlevel1 {
   width:170px;
   height: 30px;
   color:#000000;
   background-color:white;
   text-align:right;
}

a.level2 {
  width:164px;
  height: 20px;
  margin-left:6px;
   color: blue;
   background-color: #33FFFF;
   font-size:13px;
  text-align:center;

}
a.actlevel2 {
  width:164px;
  height: 20px;
   color:#000000;
   background-color:white;
  margin-left:6px;

   font-size:13px;
   text-align:right;

}

a.level3 {
  width:158px;
  height: 20px;
  margin-left:12px;

   color:red;
   background-color: #FFFFCC;
   font-size:12px;
  text-align:center;

}
a.actlevel3 {
  width:158px;
  height: 20px;
  margin-left:12px;
   color:red;
   background-color: #FFFFCC;
   font-size:12px;
   text-align:right;
}


div#change {
   color:#000000;
   background-color:#EFEFEF;
   position:absolute;
   top:50px;
   left:250px;
   visibility:hidden;
   width:260px;
   height:200px;
   border: 1px solid blue;
   padding:5px;
}
td.label {
   text-align:right;
}
div.error {
   color:red;
   font-size:17px;
}
div.message {
   color:green;
   font-size:17px;
}
h4 { color: #000000; }

.marc  {
   color: #000000;
   background-color:#33FF66;
}

table.print td, table.print th {
    padding:4px;
    border: 1px solid silver;

}

th.right {
    text-align:right;
}
