
ul.closed, ul.opened {
}

ul.closed {
  font-size:12px;
  list-style-type:none;
  line-height:16px;
  display:none;
}

ul.opened {
  font-size:12px;
  list-style-type:none;
  line-height:16px;
  display:block;
}

a.folder {
  cursor:pointer;
} 

#items
{
    font-family: verdana;
    font-size:12x;
    top:10px;
    width:100%;
    left:20px;
    overflow:hidden;
}

.li {
  list-style-type:none;
}

.ul.closed, ul.opened {
  font-size:12px;
  list-style-type:none;
  line-height:16px;
  padding-right: 25px;
}

.h1 {
  font-size:16px;
  font-weight:bold;
  font-style:italic;
  color:rgb(28,128,28);
  padding-bottom:8px;
  border-bottom:solid 2px rgb(28,128,28);
}


/* Date Format */
 .date {
  display: block;
  width: 100%;
  color: #444;
  font-size: 1.5em;
  text-align: left;
  padding: 0 0 1px 0 ! important;
  margin: 10px 0 0 0 !important;
  border-top: 1px solid #fff;	
  border-bottom: 1px solid #AAA3A1;
  font-weight: bold;
}

/* Time Format */
 .time {
padding: 0 0 0 5px !important;
color: #555;
font-weight: bold;
}

/* Time Format */
 .blog {
  font-size:11px;
  font-style:italic;
  color: #555;
}

.header
{
    background-color: #eee;
    padding: 5px;
}

.item
{
    border: 2px solid #ddd;
    margin: 2px;
    clear: both;
    overflow: hidden;
    text-align: justify;
}



.odd-row
{
    background: #dddddd;
}
