.cl_table {
    border: 1px solid #000;
    font-family: Verdana, sans-serif;
    font-size: 8pt;
}
.cl_th {
    text-align: left;
    background: #EEE;
}
.cl_td {
    border-top: 1px solid #DDD;
}

.details
{
        display: none;
}
.detailtable
{
    background-color: #ffffff;
    border: 0px;
    border-style:solid; 
    border-width:1px; 
    border-collapse: collapse;
    font-size: 10pt;
}

table.contactlist {
        background-color: #efeffa;
        border-collapse: collapse;
        /* border-spacing: 1pt; */
        /* cell-spacing: 1pt; */
        font-size: 10pt;
        border: 1px ridge #e0e0e0;
        /* padding: 2px; */
        width: 80%;

}

/* td { border: 1px ridge #e0e0e0;} */
.contactlist td { border: 1px ridge #e0e0e0;}

/* caption van tabel, dan begrijpen we het wel */
.contactlist th { background-color: #d0d0d0;
     border: 1px ridge #e0e0e0;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Verdana, sans-serif; 
}

h1 {
  font-family: Arial, Verdana, sans-serif; 
  font-size: 15px;

}

table.ticket {
table-layout: auto;
empty-cells: hide;
border-collapse: collapse;
border-spacing: 0px;
  font-family: Arial, Verdana, sans-serif; 
  font-size: 13px;
}



table.ticketList {
table-layout: auto;
border-collapse: collapse;
empty-cells: hide;
border-spacing: 10px;
}

table.createTicket {
table-layout: auto;
}

.row1 {
/*background-color: #fff2ba; */
text-align: left;
width: 130px;
}

#header { 
    position: absolute;
  top: 0px;
  left: 0px;
  height: 95px;
  background-color: #F4EC35;
  width: 100%;
}

#header img {
    float: left;
    margin: 0px;
    padding: 0px;
}


#leftcol {
  position: absolute;
  left: 0px;
  top: 100px;
  width: 150px;
  height: 600px;
  padding: 10px;
}

#leftcol ul li {
  font-size: 10pt;
  font-style: normal;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  text-indent: -1em;
}


#context {
  position: absolute;
  top: 100px;
  left: 150px;
  width: 400px;
  height: 40px;

}

#context li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}


#content {
/*  background: orange; */
  position: absolute;
  left: 150px;
  top: 140px;
  width:800px;
}

#content2 {

  position: relative;
  float: right;
  
}

#lightpathList {
/*  background-color: orange; */
}

#dropButtons {
/*  background-color: purple; */
}





