/* css voor o.a. de file browser */
 
.list {
  margin-left: 20px;
  margin-right: 20px;
}

.list a {
  margin-top: 4px;
}

.listText {
  width: 310px;
  overflow: hidden;     
}

.listTextBig {
  overflow: hidden;
}

.listItem {
  width: 350px;
  margin: 10px;
}

.listLeft {
  float: left;
  width: 340px;
  /*margin-left: 20px;*/
}

.listRight {
  float: right;
  width: 110px;
}

.listBottom{
  clear: both;
  margin-left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.marginRight {
  margin-right: 20px
}

.marginLeft {
  margin-left: 20px
}

img.left {
  float: left;
  margin-right: 10px;
}
/*
form.simple a.oranjeS {
  margin-top: 3px;
}*/

form.simple label {
  display: block;  /* block float the labels to left column, set a width */
  float: left; 
  width: 100px; 
  padding: 0; 
  /*margin: 5px 0 0; *//* set top margin same as form input - textarea etc. elements */
  
  margin-right: 5px;
  /*text-align: right;*/
}

form.simple input {
  width: 150px;
}

form.simple input.big {
  width: 300px;
}

form.simple select {
  width: 150px;
}

form.simple p {
  margin-top: 4px;
  margin-bottom: 4px;
}

form.simple textarea {
  width: 300px;
  height: 100px;
}

.buttonList {
  width: 257px;
}

.rowName {
  width: 200px;
  overflow: hidden;
}

/* Pop up CSS */
.pop {
  position:absolute;
  display: block;
  width: 400px;
  height: 300px;
  background: #edeff6;
  background-color: #edeff6;
  border: 1px solid #336699;
  z-index:100;
  visibility:hidden;
  overflow: hidden;
}

.hidden {
  visibility: hidden;
}

.popText {
  clear: both;
  margin: 10px;

  font-size: 10px;
  height: 240px; /*pop.height-160*/
}

.popHeader {
  /*margin-top: -10px;*/
  /*margin-top: 10px;*/
  margin-left: 10px;
  width: 230px; /*pop.width - button.width 340*/
  overflow: hidden;
}


#overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000000; 
  /*display: none;*/
  visibility: hidden;
}

.popList {
  margin: 10px;
}

/* Einde pop up */

/* Form editor */
/* Blok met eigenschappen, onder het nieuwsitem aan de rechterkant*/
#rProperty{
  position: absolute;
  display:block;
  left: 490px; 
  top: 300px;
  border: 1px solid #336699;
  
  padding: 0px;
  width: 142px;
  height: 200px;
  
  overflow: hidden; /*hack voor IE6 */
}


/* Einde form editor */