body {
    font-family: helvetica;
    font-size: 12px;
    background-color: #36d8fc;
}

#login {
    width: 400px;
    margin: auto;
    margin-top: 100px;
}
#login fieldset {
    border-radius: 10px;
    background: #f3e0ba;
    margin: 20px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    position: relative;
    border: 2px groove threedface;
}

#login label {
    width: 150px;
    text-align: right;
    display: inline-block;
}

#login legend {
    position: absolute;
    top: -2px;
    background: #c7e5fc;
    padding: 10px 20px;
    border: 2px groove threedface;
    border-top: none;
    box-shadow: inset 0 -5px 5px rgba(0,0,0,.2);
    text-shadow: 1px 1px 2px rgba(0,0,0,.3);
    font-weight: bold;
    font-size: 16px;
}
#login legend span {
    display: block;
    margin: -20px;
    background: #c7e5fc;
    padding: 0px 20px;
}

#content {
    width: 980px;

}
#header {
    width: 980px;
    margin: auto;
    background-color: #f3e0ba;
    /*border: 1px solid #626262;*/
    overflow: hidden;
}

#header-left {
    width: 300px;
    float: left;
}
#header-right {
    width: 300px;
    float: right;
    margin-top: 30px;
    padding-right: 20px;
    text-align:  right;
}
#menu{
    width: 980px;
    background-color: #7f7f7f; 
    height: 30px;
    color: white;
    font-size: 16px;
}
/*
#menu ul{ width: 900px; list-style-type:none; margin:0; padding:0; overflow:hidden; float: right; margin-top: 6px; margin-right: 20px; }
#menu li { float: left; margin-left:20px; }
#menu a { text-decoration: none; margin-left: 2px; color: #f1fcc7; display: block; font-family: arial; font-size: 15px; font-weight: bold; text-align: center;  }
#menu a:hover { text-decoration: none; background-color: !important; background-color: #f1fcc7; color: #7F7F7F; font-family: arial; font-size: 15px; font-weight: bold; }
#menu a.activ { text-decoration: none; background-color: #f1fcc7; color: #7F7F7F; font-family: arial; font-size: 15px; font-weight: bold; }

-*/

#menu{ width:980px; margin: auto; height: 35px; background-color: #7F7F7F; color: #f1fcc7; }
#menu ul{ list-style-type:none; margin:0; padding:0; overflow:hidden; float: left; margin-top: 6px; margin-left: 20px; }
#menu li { float: left; }
#menu a { text-decoration: none; width: 85px; margin-left: 2px; color: #f1fcc7; display: block; font-family: arial; font-size: 15px; font-weight: bold; text-align: center;  }
#menu a:hover { text-decoration: none; color: #7F7F7F; font-family: arial; font-size: 15px; font-weight: bold; background-color: #f1fcc7; }
#menu a.activ { text-decoration: none; color: #7F7F7F; font-family: arial; font-size: 15px; font-weight: bold; background-color: #f1fcc7; }

#footer{ width:980px; margin: auto; height: 15px; font-size: 10px; background-color: #7F7F7F; color: #f1fcc7; }

.clear {
    clear: both;
}

#mainone {
    width: 980px;
    margin: auto;
    border: 1px solid #486bea;
    overflow: hidden;
    background-color: #c7e5fc;
}

#leftmenu {
    width: 150px;
    /*border: 1px solid black;*/
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    float: left;
}

#leftmenu a:link, a:visited {
    text-decoration: none;
    font-size: 15px;
    color: #fd6a00;
}

#leftmenu a:hover {
    text-decoration: none;
    font-size: 15px;
    color: #222222;
}

#date a:link, a:visited {
    text-decoration: none;
    font-size: 12px;
    color: #fd6a00;
}

#date a:hover {
    text-decoration: none;
    font-size: 12px;
    color: #222222;
}


#cauta{
    width: 300px;
}

#cautare {
    width:780px;
}
#date {
    width: 780px;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    /*border: 1px solid black;*/
    min-height: 400px;
}

#date label {
  float:left;
  width:20%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }

#offer {
    width: 300px;
    float: left;
    
}
#offer label {
  float:left;
  width:20%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  
}
#addprod {
    width: 460px;
    float:right;
}

#dialog-form  label{
    width: 150px;
    text-align: right;
    display: inline-block;
}

.rowa {
    background-color: #92E0FC;
}
.rowb {
    background-color: #C7E5FC;
}
.numprod {
    width: 400px;
}
.numcli {
    width: 150px;
}

.codprod {
    width: 130px;
}

.nrof {
    width: 40px;
}
.selectclient {
    width: 200px;
}
.leftmbutton{
    width: 160px;
}
.subtext
{
    font-size: 15px;
}
.big
{
    width: 773px;
    height: 250px;
}
.mesaj{
    width: 445px;
    height: 80px;
}