body {
       background-color: #f9d894;
       margin-left: 0px;
       margin-top: 0px;
       margin-bottom: 0px;
}

a {
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

ul {
   list-style-type: none;
   padding: 0;
   margin: 0;
}

li {
   text-align: left;
}

table {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
        font-weight: normal;
        font-size: 11px;
        color: #fff;
        background-color: #aaee66;
        border: 0px;
        border-collapse: collapse;
        border-spacing: 0px;
}

tr { background-color: #bdcec5; }

th, td {
        color: #000;
        padding: 4px;
        border: 1px #fff solid;
}

input, textarea, select
{
        color: #365218;
        background: #e0e0e0;
        border: 1px solid #435F22;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: small;
}

input:hover, textarea:hover, select:hover {
   background: #efefef;
}

div#content {
  margin: 1em 20% 1em 20%;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  background: #eeeeee;
}

div.screen {
 background-color: #f4ab42;
 width: 800px;
 min-height: 450px;
 height:auto;
 margin: 25px auto; 
 padding: 5px;
}

* html div.screen {
height: 450px;
}

div.menu {
 text-align: center;
 float: left;
}

div.kozep {
 background-color: #e49b32;
 margin: 10px auto;
}


div.bal {
        width: 360px;
        height: auto;
        float: left;
        border: thin solid #B7B4B4;
        margin-top: 10px;
        padding: 0;
}

div.jobb {
        width: 360px;
        height: auto;
        float: right;
        border: thin solid #B7B4B4;
        margin-top: 10px;
        padding: 0;
}

div.kisbal {
        width: 260px;
        height: auto;
        float: left;
        border: thin solid #B7B4B4;
        margin-top: 10px;
        padding: 0;
}

div.nagyjobb {
        width: 470px;
        height: auto;
        float: right;
        border: thin solid #B7B4B4;
        margin-top: 10px;
        padding: 0;
}

div.status {
   display: none;
}

#dhtmltooltip{
   position: absolute;
   width: 300px;
   border: 1px solid black;
   padding: 2px;
   background-color: lightyellow;
   visibility: hidden;
   z-index: 100;
   color: black;
   /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
   filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
   -moz-opacity: 0.92;
}

#imgtooltip {
        font-size: 130%;
        font-weight: bold;
        border-bottom: 1px solid #999;
        display: block;
}

#navmenu a {
   display: block;
   color: white;
   background-color: #7e858c;
   width: 80px;
   padding: 4px 8px;
   text-decoration: none;
   font-size: 12px;
}

#navmenu a:hover {
   color: black;
   background-color: #daac3e;
}
#navmenu li {
   margin: 0px 0px 1px 0px;
}


#lap {
   width: 980px;
}

#folap {
   float: right;
   width: 860px;
}

.service_ok_box {
  font-weight: bold;
  font-size: 11px;
  border: 1px solid #82BF3B;
  background: #EEFECB;
  color: #82BF3B;
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
  text-transform: uppercase;
}
.service_notok_box {
  font-weight: bold;
  font-size: 11px;
  border: 1px solid #C63581;
  background: #FECBE7;
  color: #C63581;
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 2px;
  text-transform: uppercase;
}

div.progress-container {
  border: 1px solid #ccc; 
  width: 100px; 
  margin: 2px 5px 2px 0; 
  padding: 1px; 
  float: left; 
  background: white;
}

div.progress-container > div {
  background-color: #ACE97C; 
  height: 12px
}

div.progress-container2 {
  border: 1px solid #ccc; 
  width: 100px; 
  margin: 2px 5px 2px 0; 
  padding: 1px; 
  float: left; 
  background: white;
}

div.progress-container2 > div {
  background-color: #Aa2222;
  height: 12px
}

#lap2 {
   width: 880px;
   height: 500 px;
}

.doboz1 {
   float: left;
   background:#00a000;
   color:#FFFFFF;
   font-weight:bold;
   padding:14px;
   width:350px;
   height:160px;
   margin:10px;
   text-align:center;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}

.doboz1:hover {
  background:#00b000;
}
