﻿.list-detail
{
  border: 0px;
  margin: 0px;
}

.ld-list-container
{
  height: 100%;
  margin:0px;
  padding:0px;
  border:0px;
  float:left;
}

.ld-list
{
  border:0px;
  line-height: 1.5em;
  clear: both;
  float: left;
  width: 100%;
}

.ld-list .item
{
  float:left;
  clear:both;
}

.ld-list .selected
{
  background-color:red;
}

.ld-list-tools
{
  clear: both;
  float: left;
  height:30px;
  width:100%;
}

.ld-list-tools button
{
  float:right;
}

.ld-detail-container
{
  margin: 0px;
  padding: 0px;
  border: 0px;
  position:absolute;
  left:0px;
}

.ld-detail
{
  clear: both;
  width: 100%;
}

.ld-detail-tools
{
  float:left;
  height:30px;
  width:100%;
}

.ld-detail-tools button
{
  float:right;
}


.ld-add-button
{
  height:20px;
  width:20px;
  border:1px #000000 solid;
  cursor:pointer;
}