body { 
 background:#ffd700;
 font-family: Helvetica,sans-serif;
 font-weight:normal;
 font-style:normal;
  font-size: 100%;
}

img { max-width: 100% }
.img {
   object-fit: contain;
   max-width: 100%;
   max-height: 100%;
   width: auto;
   height: auto;
}

table.main { 
  border:none;
} 
tr.navBlock { 
  border: none;
 }
td.navBlock {
  background:#f1c944;
  color:red;
  border:none;
  vertical-align:top;
}

td.contBlock {
 position:relative;
 background:#eeeeee;
 left:0px;
 top:0px;
 float:right;
 color:#000;
  vertical-align:top;
}

p.error {
 color:red;
 background:#ffffff
}

p.info {
 color:green;
 background:#ffffff
}

p.warning {
 color:green;
 font-weight:bold;
 background:#ffffff
}

.menuItem {
 color:red;
 font-weight:bold;
 background:#ffe700;
 border:none;
}

.menuItem a:link {
 color:#2222ff;
}

.menuItem a:visited {
 color:#3333ff;
}


.subMenuItem {
 color:red;
 font-weight:normal;
 background:#555577;
 border:none;
}

h1 { 
 color:black;
 font-size:140%;
 font-weight:bold;
 font-style:normal;
}

h2 { 
 color:black;
 font-size:120%;
 font-weight:bold;
 font-style:normal;
}

a:link {
 color:#8888ff;
}

a:hover {
 color:#ffe700;
 background: #8888ff;
}

a:visited {
 color:#4444ff;
}

p {
 color:black;
}

p.new {
  color:red;
  font-size:150%;
}

table.data { 
   border:0px none;
 }

tr.oddcol {
  vertical-align:top;
  background:#dddddd;
  border:0px none;
}
tr.evencol {
  vertical-align:top;
  background:#eeeeee;
  border:0px none;
}
tr.datao {
  vertical-align:top;
  background:#dddddd;
  border:0px none;
}
tr.datae {
  vertical-align:top;
  background:#eeeeee;
  border:0px none;
}

.list-group.list-group-root {
    padding: 0;
    overflow: hidden;
}

.list-group.list-group-root .list-group {
    margin-bottom: 0;
}

.list-group.list-group-root .list-group-item {
    border-radius: 0;
    border-width: 1px 0 0 0;
}

.list-group.list-group-root > .list-group-item:first-child {
    border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
    padding-left: 30px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
    padding-left: 45px;
}

.list-group-item .oi {
    margin-right: 5px;
}

