body {
  background:  #5C87B2;
  font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
  font-size: 12px;
  text-align: center;
}

div#container {
  text-align: left;
  margin: 0 auto;
  padding:  10px;
  background: #fff url('/images/background.jpg') no-repeat;
  background-position:center;
  width: 1260px;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
}

div#container div#logo {
  text-align: center;
}

fieldset {
  border:  1px solid #dddddd;

  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
}

fieldset legend {
  color: #333333;
}

h1 {
  text-shadow: 1px 1px 2px #aaaaaa;
}

div.message {
  margin-bottom: 5px;
}

div.message p {
  padding: 2px;
  margin:  2px;
  text-align: center;
  font-weight: bold;
}

div.notice {
  background-color: #BBFFB6;
  border:  1px solid #1FDF00;
}

div.error {
  border:  1px solid #fbb;
  background-color: #fdd;
}

.ajax-spinner {
  display: inline; 
}

.autosave_saving {
    color: red;
    font-weight: bold;
}

/* Used as grid legenda's */
div#howtoText {

}

    div#howtoText ul {
        padding-left: 10px;
    }

        div#howtoText ul li {
            display: table-row;
        }

            div#howtoText ul li label {
                font-weight: bold;
                display: table-cell;
                padding-right: 10px;
            }

        div#howtoText ul#legenda {
            margin: 20px 0px;
        }

            div#howtoText ul#legenda li {
                display: inline;
                margin-right: 25px;
            }

table#articleComplaintsTable hr {
    background-color:#fff;
    border:#000 1px dotted;
    border-style: none none dotted;
    color:#fff;
    margin: 12px 0px 20px;
}

.ui-dialog{
position: absolute!important;
background-color: white!important;
padding: 10px!important;
border: 1px solid black!important;
}

.contactperson{border-bottom:1px solid #5C87B2;}
.contactperson:hover{cursor:pointer; background-color:#a4c1dd;}
.closeContactList{display:none; border-left: 1px solid black; border-top: 1px solid black; border-right: 1px solid black; width:100px; text-align:center; background-color:white; float:left; }
.addnewContact{display:none; border-left: 1px solid black; border-top: 1px solid black; width:100px; text-align:center; background-color:white; float:left; }
.closeContactList:hover{cursor:pointer; background-color:#a4c1dd;}
.addnewContact:hover{cursor:pointer; background-color:#a4c1dd;}
.setContactList{display:none; position: absolute; border: 1px solid black; background-color: white; padding: 20px; margin-top: 14px;}

.hover{cursor:pointer;}
.hide{display:none;}
.webshopArticleSearchContainer{height:100%; background-color:white;}
.webshopArticleSearchContainerClose{float:right; position:relative; color:red;}
.webshopArticleSearch{border:1px solid black; width:500px; min-height:400px; float:right; display:block; position:fixed;top:75%!important; margin-top:-350px; background-color:white; padding:10px;}
.articleSearchResults{display:none;}
.product{width:100%;}
.product:hover{background-color:#99cbfc;}

.contactStatusEdit{display:none; background-color:#a7ff8c; border:1px solid lime; padding: 5px 25px; margin-top: 20px;}
.contactStatusNew{display:none; background-color:#a7ff8c; border:1px solid lime; padding: 5px 25px; margin-top: 20px;}
.ajaxError{display:none; background-color:#ff6b6b; border:1px solid #ff0000; padding: 5px 25px; margin-top: 20px;}
.editContact{display:none;}
.inspectionReport {margin-top:18px; position:relative;}
.newContactForm{display:none;}
img{border:none; outline:none;}
.articleResultSet{height: 300px;overflow: auto;width: 330px;}